aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/coreboot_table.c
AgeCommit message (Expand)Author
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-09-09Add support for reserved regions to resources and coreboot tables.Myles Watson
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-05-25also rename the config option.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-29Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2010-01-30* fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-11-12Get rid of the ugly warning the right way.Myles Watson
2009-11-11Revert my too-hasty commit.Myles Watson
2009-11-11Silence an ugly-looking warning. Two casts were not enough, so just don't castMyles Watson
2009-10-19Clean up some #ifdef CONFIG_*Myles Watson
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-08-27Make all those locally used functions static instead of exporting them. (triv)Stefan Reinauer
2009-07-21This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-05-26Clean up acpi table writing code, and don't relyPatrick Georgi
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-28add_mainboard_resources is necessary for some boards (eg. kontron), butPatrick Georgi
2009-04-21Eliminate various issues brought up by scan-build.Patrick Georgi
2009-04-06(trivial) fix some warningsStefan Reinauer
2009-03-17This patch adds "high coreboot table support" to coreboot version 2.Stefan Reinauer
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2008-12-13Move mainboard specific changes to the coreboot memory table into theStefan Reinauer
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-22Patch for AMD RS690 chipset.Michael Xie
2008-07-23This patch fixes the kernel EBDA mislocation problem. Thank you, Yinghai.Roman Kononov
2008-06-29Adds a field to the serial port descriptor about the configured line speed.Patrick Georgi
2008-01-27Add a new record type "console" for lbtable, and insert one recordPatrick Georgi
2008-01-25This patch adds a new record type for lbtable to provide informationPatrick Georgi
2008-01-18rename linuxbios_* files, too.Stefan Reinauer