Two hda_verb.h files: Add more comments.
[coreboot.git] / src / arch / i386 / boot / coreboot_table.c
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-09-09 Myles WatsonAdd support for reserved regions to resources and coreb...
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-05-25 Stefan Reinaueralso rename the config option.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-29 Stefan ReinauerDon't include option_table.h every time we include...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauerfix minor warnings in RTC code when HAVE_OPTION_TABLE...
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-22 Stefan ReinauerYABEL update
2010-01-30 Stefan Reinauer* fix crt0s/ldscripts paths to fix out of tree build.
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
2009-11-12 Myles WatsonGet rid of the ugly warning the right way.
2009-11-11 Myles WatsonRevert my too-hasty commit.
2009-11-11 Myles WatsonSilence an ugly-looking warning. Two casts were not...
2009-10-19 Myles WatsonClean up some #ifdef CONFIG_*
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-08-27 Stefan ReinauerMake all those locally used functions static instead...
2009-07-21 Stefan ReinauerThis fixes a couple of issues with older Linux kernels...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-05-26 Patrick GeorgiClean up acpi table writing code, and don't rely
2009-04-30 Myles WatsonRemove warnings from compilation of the s2892 with...
2009-04-28 Patrick Georgiadd_mainboard_resources is necessary for some boards...
2009-04-21 Patrick GeorgiEliminate various issues brought up by scan-build.
2009-04-06 Stefan Reinauer(trivial) fix some warnings
2009-03-17 Stefan ReinauerThis patch adds "high coreboot table support" to corebo...
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2008-12-13 Stefan ReinauerMove mainboard specific changes to the coreboot memory...
2008-10-01 Carl-Daniel HailfingerThe ARRAY_SIZE macro is convenient, yet mostly unused...
2008-09-22 Michael XiePatch for AMD RS690 chipset.
2008-07-23 Roman KononovThis patch fixes the kernel EBDA mislocation problem...
2008-06-29 Patrick GeorgiAdds a field to the serial port descriptor about the...
2008-01-27 Patrick GeorgiAdd a new record type "console" for lbtable, and insert...
2008-01-25 Patrick GeorgiThis patch adds a new record type for lbtable to provid...
2008-01-18 Stefan Reinauerrename linuxbios_* files, too.