summaryrefslogtreecommitdiffstats
path: root/src/lib/coreboot_table.c
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-2/+1
* cbfs: Add metadata cacheJulius Werner2020-11-211-7/+4
* lib/libpayload: Replace strapping_ids with new board configuration entryTim Wawrzynczak2020-10-301-56/+23
* drivers/smmstore: Implement SMMSTORE version 2Patrick Rudolph2020-10-221-0/+6
* lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin2020-07-041-0/+7
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-241-1/+1
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu2019-12-021-22/+1
* security/vboot: Remove struct vboot_working_dataYu-Ping Wu2019-12-021-6/+4
* cbfs: switch to region_device for location APIsAaron Durbin2019-11-201-4/+4
* security/vboot: Remove buffer_size from struct vboot_working_dataYu-Ping Wu2019-11-201-1/+8
* fmap: Add get_fmap_flash_offset()Furquan Shaikh2019-09-271-4/+1
* lib/fmap: Cache FMAP in cbmemPatrick Rudolph2019-09-231-1/+2
* lib/coreboot_table: Show splashscreen in lb_table_initJohanna Schander2019-09-151-0/+9
* vboot: deprecate vboot_handoff structureJoel Kitching2019-07-231-19/+0
* commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)Patrick Georgi2019-05-291-2/+2
* coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik2019-05-231-0/+19
* vboot: make vboot workbuf available to payloadJoel Kitching2019-03-191-8/+22
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-14/+14
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* cbtable: remove chromeos_acpi from cbtableJoel Kitching2018-08-221-16/+0
* cbmem: rename vdat to chromeos_acpiJoel Kitching2018-08-141-8/+9
* util/cbmem: Add cbmem TCPA log supportPhilipp Deppenwiese2018-07-281-1/+2
* write_tables: return a pointer to the tableRonald G. Minnich2018-07-201-2/+3
* lib/coreboot_table.c: Remove unneeded includeElyes HAOUAS2018-06-041-4/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-5/+6
* lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_tableAaron Durbin2018-04-161-5/+1
* coreboot_table: Print GPIO state correctly for lb_gpiosJulius Werner2018-03-081-2/+2
* boardid: Add helpers to read sku_id strapping into coreboot tablesJulius Werner2017-12-071-3/+20
* boardid: Switch from Kconfig to weak functionsJulius Werner2017-12-071-4/+9
* boardid: Minor clean up and standardizationJulius Werner2017-12-071-10/+16
* Kconfig: Remove BOARD_ID_MANUAL optionJulius Werner2017-12-061-1/+1
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-061-14/+14
* lib/coreboot_tables: Zero framebuffer structureDuncan Laurie2017-06-271-1/+1
* lib/coreboot_tables: Remove weak fill_lb_framebuffer()Nico Huber2017-06-041-6/+1
* coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin2017-05-181-10/+11
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-131-5/+11
* src/lib: Add space before (Lee Leahy2017-03-091-1/+1
* src/lib: Remove braces for single statementsLee Leahy2017-03-091-6/+3
* src/lib: Fix space between type, * and variable nameLee Leahy2017-03-091-1/+1
* src/lib: Remove spaces after ( and before )Lee Leahy2017-03-091-1/+1
* lb_tables: make lb_mainboard and lb_strings record sizes 64-bit alignedRonald G. Minnich2017-01-201-4/+4
* drivers/spi: ensure SPI flash is boot device for coreboot tablesAaron Durbin2016-08-191-3/+10
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-281-5/+5
* coreboot_tables: Extend serial port descriptionLee Leahy2016-05-091-0/+2