aboutsummaryrefslogtreecommitdiff
path: root/src/lib/coreboot_table.c
AgeCommit message (Expand)Author
2024-04-11tree: Remove blank lines before '}' and after '{'Elyes Haouas
2024-02-02lib: Move IP checksum to commonlibJulius Werner
2023-07-17Center bootsplash on bigger framebuffersNico Huber
2023-04-22lib/version: Move board identification stringsKyösti Mälkki
2023-01-11treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk
2022-12-22coreboot_tables: Make existing alignment conventions more explicitJulius Werner
2022-11-04lib/coreboot_table: Rename lb_fill_pcieArthur Heymans
2022-11-04lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans
2022-10-26coreboot_tables: Drop uart PCI addrArthur Heymans
2022-05-19coreboot_tables: Add PCIe info to coreboot tableJianjun Wang
2022-04-24lib: Remove unused <stdlib.h> and use <types.h> when appropriateElyes HAOUAS
2022-04-20lib/coreboot_table.c: Use align macroArthur Heymans
2022-04-14coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang
2022-03-09coreboot_tables.c: Expose the ACPI RSDPArthur Heymans
2021-10-04coreboot tables: Add type-c port info to coreboot tableNick Vaccaro
2021-06-18nvs: Add Chrome OS NVS (CNVS) information to coreboot tablesFurquan Shaikh
2021-05-05lib/coreboot_table.c: Remove unnecessary CPP useArthur Heymans
2021-04-02coreboot_tables: Print strapping IDs when adding them to coreboot tableJulius Werner
2021-02-10coreboot_table: Use precision when printing lb_gpio nameJulius Werner
2021-02-04coreboot_table: Move VBOOT_VBNV supportKyösti Mälkki
2021-02-04coreboot_table: Convert some CONFIG(CHROMEOS) preprocessorKyösti Mälkki
2021-02-04coreboot_table: Drop <vboot/misc.h> includeKyösti Mälkki
2020-12-31coreboot_table: Convert some CONFIG(CHROMEOS) preprocessorKyösti Mälkki
2020-12-22sb,soc/intel: Drop unnecessary headersKyösti Mälkki
2020-12-21drivers/tpm: Implement full PPIPatrick Rudolph
2020-12-02cbfs: Simplify load/map API names, remove type argumentsJulius Werner
2020-11-21cbfs: Add metadata cacheJulius Werner
2020-10-30lib/libpayload: Replace strapping_ids with new board configuration entryTim Wawrzynczak
2020-10-22drivers/smmstore: Implement SMMSTORE version 2Patrick Rudolph
2020-07-04lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-04src/lib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-02-24treewide: Capitalize 'CMOS'Elyes HAOUAS
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-02lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu
2019-12-02security/vboot: Remove struct vboot_working_dataYu-Ping Wu
2019-11-20cbfs: switch to region_device for location APIsAaron Durbin
2019-11-20security/vboot: Remove buffer_size from struct vboot_working_dataYu-Ping Wu
2019-09-27fmap: Add get_fmap_flash_offset()Furquan Shaikh
2019-09-23lib/fmap: Cache FMAP in cbmemPatrick Rudolph
2019-09-15lib/coreboot_table: Show splashscreen in lb_table_initJohanna Schander
2019-07-23vboot: deprecate vboot_handoff structureJoel Kitching
2019-05-29commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)Patrick Georgi
2019-05-23coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik
2019-03-19vboot: make vboot workbuf available to payloadJoel Kitching
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-08Move compiler.h to commonlibNico Huber
2018-08-22cbtable: remove chromeos_acpi from cbtableJoel Kitching
2018-08-14cbmem: rename vdat to chromeos_acpiJoel Kitching
2018-07-28util/cbmem: Add cbmem TCPA log supportPhilipp Deppenwiese
2018-07-20write_tables: return a pointer to the tableRonald G. Minnich
2018-06-04lib/coreboot_table.c: Remove unneeded includeElyes HAOUAS
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-16lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_tableAaron Durbin
2018-03-08coreboot_table: Print GPIO state correctly for lb_gpiosJulius Werner
2017-12-07boardid: Add helpers to read sku_id strapping into coreboot tablesJulius Werner
2017-12-07boardid: Switch from Kconfig to weak functionsJulius Werner
2017-12-07boardid: Minor clean up and standardizationJulius Werner
2017-12-06Kconfig: Remove BOARD_ID_MANUAL optionJulius Werner
2017-10-22security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese
2017-07-06src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-27lib/coreboot_tables: Zero framebuffer structureDuncan Laurie
2017-06-04lib/coreboot_tables: Remove weak fill_lb_framebuffer()Nico Huber
2017-05-18coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin
2017-03-13src/lib: Wrap lines at 80 columnsLee Leahy
2017-03-09src/lib: Add space before (Lee Leahy
2017-03-09src/lib: Remove braces for single statementsLee Leahy
2017-03-09src/lib: Fix space between type, * and variable nameLee Leahy
2017-03-09src/lib: Remove spaces after ( and before )Lee Leahy
2017-01-20lb_tables: make lb_mainboard and lb_strings record sizes 64-bit alignedRonald G. Minnich
2016-08-19drivers/spi: ensure SPI flash is boot device for coreboot tablesAaron Durbin
2016-07-28vboot: Separate vboot from chromeosFurquan Shaikh
2016-05-09coreboot_tables: Extend serial port descriptionLee Leahy
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-04-21lib: add common write_tables() implementationAaron Durbin
2016-04-21lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin
2016-04-21lib: add helper for constructing coreboot forwarding tableAaron Durbin
2016-04-21arch/x86: remove low coreboot table supportAaron Durbin
2016-04-21arch: only print cbmem entries in one placeAaron Durbin
2016-04-05chromeos: Simplify fill_lb_gpios even furtherJulius Werner
2016-02-19lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin
2016-02-09chromeos: Remove CONFIG_VBNV_SIZE variableDuncan Laurie
2015-11-19vendorcode/google/chromeos: Cache VPD data into CBMEMHung-Te Lin
2015-11-03cbmem: add coreboot table records for each cbmem entryAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-27coreboot: make lb_framebuffer a weak functionrobbie zhang
2015-10-20Revert "coreboot_table: don't add CMOS checksum twice."Nico Huber
2015-07-14cbtable: describe boot mediaPatrick Georgi
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-28chromeos: remove VBOOT2_VERIFY_FIRMWARE optionAaron Durbin
2015-04-22build system: add manual board id supportStefan Reinauer
2015-04-17uart: pass register width in the coreboot tableVadim Bendebury
2015-04-17drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg
2015-04-10ramoops: Add support for passing ramoops region through cb tables.Furquan Shaikh
2015-04-10cbtables: Add RAM config informationDavid Hendricks
2015-04-10chromeos: move VPD MAC address retrieval functionVadim Bendebury
2015-04-02vpd: retrieve mac addresses and pass them to bootloaderVadim Bendebury