summaryrefslogtreecommitdiffstats
path: root/src/lib/coreboot_table.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-2/+2
* arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner2014-08-131-1/+6
* coreboot_tables: reduce redundant data structuresJulius Werner2014-08-101-11/+11
* ChromeOS boards: Always build code for bootmode strapsKyösti Mälkki2014-05-081-1/+1
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-3/+0
* ChromeOS: Use common fill_lb_gpio()Kyösti Mälkki2014-05-011-0/+11
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-091-1/+1
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-091-48/+18
* usbdebug: Move Kconfig under drivers/usbKyösti Mälkki2014-03-041-2/+2
* console: Fix includesKyösti Mälkki2014-03-041-0/+1
* coreboot: remove unused get_lb_mem() functionAaron Durbin2014-03-031-14/+1
* coreboot: introduce notion of bootmem for memory map at bootAaron Durbin2014-03-031-79/+11
* Remove CACHE_ROM.Vladimir Serbinenko2014-02-251-20/+0
* cbmem: Export ACPI GNVS cbmem pointer in coreboot tableDuncan Laurie2014-01-301-1/+2
* coreboot_table: don't add CMOS checksum twice.Vladimir Serbinenko2014-01-271-25/+0
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-121-1/+1
* Drop obsolete CONSOLE_LOGBUFStefan Reinauer2013-12-031-4/+2
* lib/coreboot_table: set type and size of framebuffer tag after fill_lb_frameb...Vladimir Serbinenko2013-11-231-1/+1
* CBMEM tables: Remove references to global high_tables_baseKyösti Mälkki2013-09-111-5/+0
* lib: Fix spellingMartin Roth2013-07-101-2/+2
* Eliminate use of pointers in coreboot tableStefan Reinauer2013-04-201-1/+1
* x86: add rom cache variable MTRR index to tablesAaron Durbin2013-03-291-0/+23
* coreboot table: use memrange libraryAaron Durbin2013-03-291-218/+53
* Revert "coreboot table: use memrange library"Aaron Durbin2013-03-261-53/+218
* coreboot table: use memrange libraryAaron Durbin2013-03-261-218/+53
* Unify coreboot table generationStefan Reinauer2013-03-221-0/+725