fix compilation remaining geode boards
[coreboot.git] / src / northbridge /
2010-04-22 Stefan Reinauerfix compilation remaining geode boards
2010-04-21 Stefan Reinaueroops, sorry for the last commit. This commit changes...
2010-04-21 Stefan Reinauer* clean up all but two warnings on artecgroup dbe61
2010-04-20 Patrick GeorgiMake RAM init on i945GC work
2010-04-20 Stefan Reinauercosmetics.
2010-04-20 Stefan ReinauerAs Myles suggested a while back: Switch long time ...
2010-04-16 Stefan Reinauerfix romcc compiled i3100 boards.
2010-04-16 Stefan Reinauerzero warnings days: unify mp tables. fix warnings.
2010-04-15 Stefan Reinauerremove more warnings. move ROOT_COMPLEX selection to...
2010-04-15 Stefan Reinauerzero warnings days...
2010-04-15 Stefan Reinauerthe dump function assumed that the mbi data comes right...
2010-04-15 Myles WatsonRemove a few more warnings from fam10.
2010-04-14 Stefan Reinauerfix a case where the fam10 code would overwrite parts...
2010-04-14 Stefan Reinauerdrop setup_ics code that was blatantly copied from...
2010-04-14 Myles WatsonRemove few more warnings and some dead code.
2010-04-14 Stefan Reinauergeeesh! And this really compiles and even runs?
2010-04-14 Stefan ReinauerHWHoleSz must be u32...
2010-04-14 Stefan Reinauerudelay_tsc does not exist in the whole tree.
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-14 Stefan Reinauerzero warnings days. Down to under 600 different warnings
2010-04-14 Stefan Reinauerfix digitallogic adl855pc compilation (and clean up...
2010-04-14 Stefan Reinauermove cpu/x86/car to cpu/intel/car as previously discuss...
2010-04-13 Stefan Reinauerip1000: fix seabios start, fix flash gpio detection
2010-04-11 Stefan Reinaueradd int15 handler for thomson ip1000
2010-04-11 Stefan Reinauersimplify ram_read32 on i82830
2010-04-11 Joseph SmithMore trivial changes to i82830 raminit.c for USE_PRINTK...
2010-04-11 Joseph SmithTrivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR.
2010-04-09 Stefan Reinauerfix the broken nvidia chipset boards,
2010-04-09 Stefan Reinauerzero warnings days.
2010-04-09 Stefan Reinauerzero warnings days.
2010-04-09 Stefan Reinauerzero warning days.
2010-04-09 Joseph Smith1. This patch adds CAR for Intel P6 series processors.
2010-04-09 Stefan Reinauercopy_and_run.c is not needed twice, and it is used...
2010-04-09 Myles WatsonCopy acpi blobs in two parts to make sure gcc does...
2010-04-08 Myles WatsonCosmetically make init_cpus more similar for fam10...
2010-04-08 Myles WatsonReplace dual_core and quad_core CMOS (nvram) options...
2010-04-08 Myles WatsonMove Kconfig for HT limits to northbridge/amd/Kconfig.
2010-04-07 Stefan Reinauer- copy_and_run() gets the same calling convention on...
2010-04-07 Stefan Reinauerno warnings day
2010-04-07 Stefan Reinauerit's a long term, give the compiler a chance to breathe...
2010-04-07 Stefan Reinauerclean up age old via epia target.
2010-04-07 Stefan Reinauerfix epia-m700 compilation, and remove more warnings.
2010-04-07 Stefan Reinauer"no warnings day"
2010-04-07 Stefan Reinauer- unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-04-06 Stefan Reinauerstepanfam10 acpi fix
2010-04-03 Stefan Reinauerremove more warnings.
2010-04-03 Stefan Reinauerremove more warnings
2010-04-02 Stefan Reinauerremove more warnings.
2010-04-02 Stefan Reinauerremove some more warnings
2010-04-02 Myles WatsonFix includes for showallroutes.
2010-04-01 Stefan Reinauer- get rid of ASM_CONSOLE_LOGLEVEL except in two assemb...
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 should be USE_PRINTK_IN_CAR here.
2010-03-30 Stefan Reinauerfix some amd k8 warnings
2010-03-30 Stefan Reinauerreduce warnings in MCP55 and Fam10 code
2010-03-29 Stefan Reinauertrivial warning cleanups
2010-03-29 Stefan Reinauerdualcore.h and quadcore.h are almost exactly the same.
2010-03-28 Stefan Reinauerdrop unneeded __ROMCC__ checks when the check for __PRE...
2010-03-24 Myles WatsonGet rid of type-punned pointer errors.
2010-03-22 Myles WatsonFix all the format string warnings.
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauermore warnings gone...
2010-03-17 Joseph SmithThis is kind of a pre CAR patch to properly allocate...
2010-03-17 Stefan Reinauermore warning fixes.
2010-03-17 Keith HuiFrom Keith Hui:
2010-03-16 Stefan Reinauerpci drivers should be const.
2010-03-13 Keith HuiAdd SDRAMPWR_4DIMM Kconfig option (not user-visible...
2010-03-11 Myles WatsonReplace clear_memory with memset.
2010-03-10 Arne Georg GleditschThe following patch implements Opteron Fam 10 rev D...
2010-03-06 Keith Hui440BX: Do not hardcode DIMM number + size anymore.
2010-03-05 Stefan Reinaueri945 mini patch:
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-03-01 Timothy PearsonAllow per-board setting of HT clock and width so
2010-03-01 Stefan ReinauerFix YABEL guards; make debugging optional; fix some...
2010-03-01 Stefan ReinauerThis patch implements MBI (modular bios interface)...
2010-02-28 Patrick GeorgiUse the romstraps build infrastructure created for...
2010-02-25 Stefan ReinauerDrop i855pm port and rename i855gme to i855 instead.
2010-02-24 Stefan ReinauerRemove register pressure from e7501 driver by not indir...
2010-02-23 Stefan ReinauerRemove nonsensical wrapper for function in
2010-02-22 Stefan Reinauerdrop two warnings (trivial)
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-16 Stefan Reinauerfix APCI typos.
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-08 Patrick GeorgiClean up ACPI:
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2010-02-05 Stefan Reinauerthis should get the VIA VT8454c in shape with Kconfig
2010-02-01 Joseph SmithAlot of it is trivial clean ups and 830 is now able...
2010-01-27 Edwin BeasantAdd the MSR writes that are needed to provide VGA legac...
2010-01-27 Edwin BeasantChange memory map of geode lx: 768kb-systop is a
2010-01-26 Edwin BeasantMark c0000-fffff as usable on geode-lx. SeaBIOS needs it.
2010-01-25 Stefan ReinauerThis code was copied from amdk8 and never really made...
2010-01-17 Stefan ReinauerSupport a few more i945 variants. With this framework...
2010-01-16 Stefan Reinauercoreboot has 13 instances of IOAPIC setup distributed...
2010-01-16 Stefan Reinauercoreboot used to have two different "APIs" for memory...
2010-01-16 Stefan Reinauer* drop reset files from 945 mainboards (and use southbr...
2010-01-06 Myles WatsonMove fam10 temp files from build/ to build/northbridge...
next