summaryrefslogtreecommitdiff
path: root/src/arch/x86/boot/coreboot_table.c
AgeCommit message (Expand)Author
2013-03-22Unify coreboot table generationStefan Reinauer
2013-03-22coreboot: add vboot_handoff to coreboot tablesAaron Durbin
2013-03-22coreboot: dynamic cbmem requirementAaron Durbin
2013-03-21cbmem: dynamic cbmem supportAaron Durbin
2013-03-21coreboot: introduce romstage_handoff structureAaron Durbin
2013-03-15Google Link: Add remaining code to support native graphicsRonald G. Minnich
2013-03-14x86: improve lb_cleanup_memory_rangesAaron Durbin
2013-02-28Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2013-01-11cbmem: replace pointer type by uint64_tStefan Reinauer
2012-11-12oprom: Ensure that mode information is valid before putting it in the tables.Gabe Black
2012-08-08Do not allow modifying memory table directlyKyösti Mälkki
2012-08-08Drop HAVE_MAINBOARD_RESOURCESKyösti Mälkki
2012-05-08Clean up #ifsPatrick Georgi
2012-04-27coreboot_table.c: Add missing include filesStefan Reinauer
2012-04-05Fill out ChromeOS specific coreboot table extensionsStefan Reinauer
2012-03-29Refactor publishing CBMEM addresses through coreboot table.Vadim Bendebury
2012-03-29Add timestamp table pointer to the coreboot table.Vadim Bendebury
2012-03-10If the memory mapped UART isn't present, leave it out of the cb tables.Gabe Black
2012-03-09Fix compilation when USE_OPTION_TABLE is not defined.Duncan Laurie
2012-03-09Fix coreboot table size calculations.Vadim Bendebury
2012-03-09Clean up use of CONFIG_ variables in coreboot_table.cStefan Reinauer
2011-10-21Extend coreboot table entry for serial portsStefan Reinauer
2011-10-13Prevent build breakage without consoles enabledStefan Reinauer
2011-10-13refactor vesa mode setting code and bootsplash codeStefan Reinauer
2011-04-26Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer
2011-04-21some ifdef --> if fixesStefan Reinauer
2011-04-14fix coreboot compilation without serial console enabled.Stefan Reinauer
2011-01-24This patch fixes an 'write_tables: coreboot table didn't fit (f0221)' issue.Josef Kellermann
2011-01-21... And fix the other compile time issues in cmos_layout.bin supportPatrick Georgi
2011-01-18Report if cmos_layout.bin can't be found when it should.Patrick Georgi
2011-01-18Move option table (cmos.layout's binary representation)Patrick Georgi
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer