use movsl for copying resume memory back
[coreboot.git] / src / mainboard / dell /
2012-03-08 Patrick GeorgiUnify Local APIC address definitions
2012-02-17 Patrick Georgiintel/i82801ex: Move HAVE_HARD_RESET to southbridge
2011-10-12 Patrick Georgimptable: Refactor mptable generation some more
2011-10-12 Patrick Georgimptable: Get rid of fixup_virtual_wire
2011-04-20 Stefan Reinauerrun uart_init() from console_init, just like the other...
2011-03-01 Sven SchnelleUse subsystem id from devicetree.cb instead of Kconfig...
2010-12-16 Uwe HermannGet mptable OEM/product ID from kconfig variables.
2010-12-11 Stefan ReinauerAfter this has been brought up many times before, renam...
2010-12-08 stepansecond round name simplification. drop the <component...
2010-12-08 stepanfirst round name simplification. drop the <component...
2010-11-22 Uwe HermannDrop per-board ram_check() calls for now.
2010-11-21 Uwe HermannSimplify a few code chunks, fix whitespace and indentation.
2010-11-21 Uwe HermannDrop excessive whitespace randomly sprinkled in romstag...
2010-11-21 Patrick GeorgiConvert more boards to use mptable_write_buses.
2010-11-21 Uwe HermannUse DIMM0 et al in lots more places instead of hardocdi...
2010-11-20 Uwe HermannSome more DIMM0 related cleanups and deduplication.
2010-11-18 Patrick GeorgiMove DIMM_MAP_LOGICAL to Kconfig.
2010-10-25 Uwe HermannFactor out common mptable code to mptable_init().
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-10-01 Patrick GeorgiRemove a couple of defines that seem to be the result of
2010-09-25 Myles WatsonKeep the mc146818rtc.h include close to the option...
2010-09-21 Uwe HermannCut the crap.
2010-08-30 Jens RottmannRestructured all vendors' Kconfig files to no longer...
2010-08-26 Myles WatsonRemove unused mainboard_config definitions. Trivial.
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-05-20 Patrick GeorgiMove generation of mptable entries for ISA to generic...
2010-05-09 Patrick GeorgiRemove pc80/serial.c includes in ROMCC boards and include
2010-05-08 Patrick GeorgiDrop console/console.c and pc80/serial.c from mainboards'
2010-05-05 Patrick GeorgiRename "apic" and "apic_cluster" to "lapic" and "lapic_...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-16 Stefan Reinauerzero warnings days: unify mp tables. fix warnings.
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-09 Stefan ReinauerDrop the need for cpu_reset, it's really just a short...
2010-04-08 Myles WatsonReplace dual_core and quad_core CMOS (nvram) options...
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-30 Stefan Reinauerdrop USE_INIT from mainboard Kconfig files, it's alread...
2010-03-30 Stefan Reinauerunify cmos.layout wrt AMD extended configuration registers.
2010-03-29 Stefan ReinauerThis drops the ASSEMBLY define from romstage.c, too
2010-03-29 Stefan Reinauer__PRE_RAM__ is now correctly specified in the Makefile...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-28 Stefan Reinauerdrop unneeded __ROMCC__ checks when the check for __PRE...
2010-03-22 Myles WatsonFix all the format string warnings.
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-18 Patrick GeorgiRework boolean expression (DeMorgan and all) for
2010-03-18 Patrick GeorgiRemove fallback/normal handling in mainboards'
2010-03-17 Stefan Reinauerremove more warnings, and fix some boards (watchdog.h)
2010-03-17 Stefan Reinauerfix dell s1850, ROMCC didn't seem to like SSE2 memtest...
2010-02-27 Patrick Georgi- make HAVE_HARD_RESET match what newconfig did
2010-02-27 Stefan ReinauerThis does the following:
2010-02-09 Patrick GeorgiMove all the copies of the romstage.inc rule to
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2010-01-25 Patrick GeorgiAlign several kconfig options to match newconfig:
2010-01-08 Patrick Georgi- Makefile.romccboard.inc supports tinybootblock romcc...
2010-01-05 Stefan Reinauer* Explicitly add __PRE_RAM__ where it should be added.
2009-11-27 Patrick GeorgiMake newconfig and kconfig agree on MAINBOARD_PCI_SUBSY...
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-24 - supermicro/x6dhe... Major cleanups of the hard_reset() code and config...
2009-10-20 Uwe HermannFix all board names in Kconfig as per wiki / vendor...
2009-10-17 Peter StugeMove files from src/cpu/x86/{fpu,mmx,sse}/ to x86/
2009-10-16 Ronald G. MinnichThis is a snapshot as the availability of the systems...
2009-10-16 Peter StugeDrop enable_mmx.inc. It reads (only) "Enabling mmx...
2009-10-16 Uwe HermannSet default ROM sizes per-board to match the ROM chip...
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-11 Uwe HermannRemove useless udelay() duplication.
2009-10-09 Ronald G. MinnichThis change allows us to see the spd on the s850, finally.
2009-10-07 Ronald G. MinnichEmergency fix. Failover.inc can end up with code that...
2009-10-07 Uwe HermannMajor CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some...
2009-10-07 Ronald G. MinnichGet rid of early_serial, it is now a generic function...
2009-10-07 Patrick GeorgiMore boards in kconfig, and moved -O2 flag for romcc...
2009-10-06 Patrick GeorgiVarious fixes to Kconfig: All kconfig-boards should...
2009-10-04 Patrick GeorgiThis does away with CONFIG_ROM_PAYLOAD_START and CONFIG...
2009-10-03 Patrick GeorgiMove HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from
2009-10-03 Patrick GeorgiRemove:
2009-10-03 Uwe HermannRemove duplicate and not too useful Kconfig board comme...
2009-10-02 Uwe HermannRemove left-over targets/motorola/*, fix Dell PowerEdge...
2009-10-02 Uwe HermannDrop remainders of the removed Totalimpact board. Fix...
2009-10-01 Ronald G. MinnichOK, this builds and even looks right. dell needs its...
2009-10-01 Ronald G. Minnichtypo
2009-10-01 Ronald G. MinnichWe need this to be Kconfig. The old way is not trusted...
2009-10-01 Ronald G. MinnichThis is now set up more like the real hardware likes it.
2009-09-25 Ronald G. MinnichTrivial fixups to get this board further along.
2009-09-23 Stefan Reinauersimplify source tree hierarchy: move files from sdram...
2009-09-17 Ronald G. MinnichThis is a patch for killing IPMI on the s1850 -- or...
2009-09-17 Ronald G. Minnichcopyright name error.
2009-09-15 Ronald G. MinnichThis is an otherwise dead platform. I'm just committing...
2009-08-12 Patrick GeorgiKconfig!
2009-08-11 Patrick GeorgiEnable CBFS everywhere. All boards compiled for me...
2009-06-30 Stefan Reinauerthe tool chain settings should not be in renamed (as...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-19 Myles WatsonUndo my ugly commit that added uses clauses in lots...
2009-06-17 Myles WatsonFix configuration of boards that didn't have uses CONFI...
2009-06-06 Carl-Daniel HailfingerWhen I started refactoring mainboard Config.lb, I added...
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
2009-06-03 Luc VerhaegenCMOS: Add set_option and rework get_option.
2009-05-02 Stefan ReinauerRun dos2unix on all files:
2009-04-22 Carl-Daniel HailfingerConvert 12 more boards to use include statements in...
2009-04-22 Stefan Reinauerno duplicate names in cmos.layout allowed. (fixes a...
2009-04-22 Stefan ReinauerThis patch unifies the socket_mPGA604_800Mhz and socket...
next