Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / amd / mahogany_fam10 / romstage.c
2010-12-07 Uwe HermannGet rid of some unneeded function prototypes in romstag...
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-20 Uwe HermannSome more DIMM0 related cleanups and deduplication.
2010-11-20 Patrick GeorgiUnify DIMM SPD addressing. For Geode, change the
2010-11-18 Patrick GeorgiEliminate SET_NB_CFG_54 option. There was no board...
2010-11-16 Patrick GeorgiMove the SET_FIDVID* family of configuration options...
2010-11-06 Uwe HermannRemove comments that are obsolete since r6028.
2010-11-05 Patrick GeorgiMove QRANK_DIMM_SUPPORT to Kconfig, removing it from...
2010-10-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-05 Patrick Georgi- move EHCI_BAR_INDEX to ehci.h - it's constant as...
2010-10-05 Patrick GeorgiRemove lib/ramtest.c-include from all CAR boards.
2010-10-02 Uwe HermannAllow selecting the physical USB Debug Port on AMD...
2010-10-01 Patrick GeorgiMove CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into...
2010-09-24 Uwe HermannHook up all AMD SB600/SB700 boards to the EHCI Debug...
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-05-14 Patrick GeorgiRemove another set of includes from Fam10 romstages:
2010-05-08 Patrick GeorgiDrop console/console.c and pc80/serial.c from mainboards'
2010-04-15 Myles WatsonRemove a few more warnings from fam10.
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-09 Stefan Reinauercopy_and_run.c is not needed twice, and it is used...
2010-04-08 Myles WatsonClean up fidvid files using indent.
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
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-28 Stefan Reinauerdrop unneeded __ROMCC__ checks when the check for __PRE...
2010-03-26 Zheng Bao1. Remove warnings and multiple blank lines.
2010-03-22 Myles WatsonFix all the format string warnings.
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-18 Patrick GeorgiRemove remaining uses of
2010-03-18 Patrick GeorgiRework boolean expression (DeMorgan and all) for
2010-03-17 Patrick GeorgiRemove failover/fallback/normal handling in mainboards'
2010-03-16 Zheng BaoThe code can run on the Mahogany board, which is one...