summaryrefslogtreecommitdiff
path: root/src/mainboard/dell
AgeCommit message (Expand)Author
2010-03-18Rework boolean expression (DeMorgan and all) forPatrick Georgi
2010-03-18Remove fallback/normal handling in mainboards'Patrick Georgi
2010-03-17remove more warnings, and fix some boards (watchdog.h)Stefan Reinauer
2010-03-17fix dell s1850, ROMCC didn't seem to like SSE2 memtest here.Stefan Reinauer
2010-02-27- make HAVE_HARD_RESET match what newconfig didPatrick Georgi
2010-02-27This does the following:Stefan Reinauer
2010-02-09Move all the copies of the romstage.inc rule toPatrick Georgi
2010-02-08janitor task: unify and cleanup naming.Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-25Align several kconfig options to match newconfig:Patrick Georgi
2010-01-08- Makefile.romccboard.inc supports tinybootblock romcc boards, too.Patrick Georgi
2010-01-05* Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer
2009-11-27Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-24Major cleanups of the hard_reset() code and config in coreboot.- supermicro/x6dhe_g/auto.c
2009-10-20Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann
2009-10-17Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge
2009-10-16This is a snapshot as the availability of the systems for this Ronald G. Minnich
2009-10-16Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge
2009-10-16Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-11Remove useless udelay() duplication.Uwe Hermann
2009-10-09This change allows us to see the spd on the s850, finally. Ronald G. Minnich
2009-10-07Emergency fix. Failover.inc can end up with code that uses sse. It has Ronald G. Minnich
2009-10-07Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann
2009-10-07Get rid of early_serial, it is now a generic function in early_init. Ronald G. Minnich
2009-10-07More boards in kconfig, and moved -O2 flag for romcc intoPatrick Georgi
2009-10-06Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi
2009-10-04This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi
2009-10-03Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE fromPatrick Georgi
2009-10-03Remove:Patrick Georgi
2009-10-03Remove duplicate and not too useful Kconfig board comments asUwe Hermann
2009-10-02Remove left-over targets/motorola/*, fix Dell PowerEdge 1850 name.Uwe Hermann
2009-10-02Drop remainders of the removed Totalimpact board. Fix typos.Uwe Hermann
2009-10-01OK, this builds and even looks right. dell needs its own Makefile.inc because Ronald G. Minnich
2009-10-01typoRonald G. Minnich
2009-10-01We need this to be Kconfig. The old way is not trusted by me.Ronald G. Minnich
2009-10-01This is now set up more like the real hardware likes it. Ronald G. Minnich
2009-09-25Trivial fixups to get this board further along. Ronald G. Minnich
2009-09-23simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer
2009-09-17This is a patch for killing IPMI on the s1850 -- or at least geting the BMCRonald G. Minnich
2009-09-17copyright name error. Ronald G. Minnich
2009-09-15This is an otherwise dead platform. I'm just committing the basics that Ronald G. Minnich
2009-08-12Kconfig!Patrick Georgi
2009-08-11Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-19Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson
2009-06-17Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.Myles Watson
2009-06-06When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger