Age | Commit message (Expand) | Author |
2024-02-24 | treewide: Move list.h to commonlib | Maximilian Brune |
2023-11-09 | Allow to build romstage sources inside the bootblock | Arthur Heymans |
2023-10-25 | cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEM | Arthur Heymans |
2023-10-20 | x86: Add ramstage CBFS cache scratchpad support | Jeremy Compostella |
2023-09-18 | cbfs: Remove x86 .data section limitation comment | Jeremy Compostella |
2023-09-18 | clean-up: Remove the no more necessary `ENV_HAS_DATA_SECTION` flag | Jeremy Compostella |
2023-06-19 | cbfs: Allow controlling decompression of unverified files | Julius Werner |
2023-01-11 | treewide: stop calling custom TPM log "TCPA" | Sergii Dmytruk |
2023-01-08 | Kconfig: Add option to compress ramstage with LZ4 | Martin Roth |
2022-11-08 | vboot: Add VBOOT_CBFS_INTEGRATION support | Jakub Czapiga |
2022-09-02 | cbfs/vboot: Adapt to new vb2_digest API | Julius Werner |
2022-06-07 | Replace some ENV_ROMSTAGE with ENV_RAMINIT | Kyösti Mälkki |
2022-05-20 | CBMEM: Change declarations for initialization hooks | Kyösti Mälkki |
2022-05-16 | rules.h: Use more consistent naming | Arthur Heymans |
2022-03-09 | commonlib/bsd: Remove cb_err_t | Julius Werner |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2021-12-15 | lib/cbfs: Disable cbfs_preload in romstage when VBOOT_STARTS_IN_ROMSTAGE | Raul E Rangel |
2021-12-15 | rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP | Raul E Rangel |
2021-12-13 | cbfs: Enable CBFS verification Kconfigs | Julius Werner |
2021-12-06 | cbfs: Remove deprecated APIs | Julius Werner |
2021-12-03 | cbfs | tspi: Join hash calculation for verification and measurement | Julius Werner |
2021-12-03 | region: Rename rdev_readat_full to rdev_read_full | Julius Werner |
2021-11-30 | cbfs: Add unverified_area APIs | Julius Werner |
2021-11-17 | cbfs: Add helper functions to look up size and type of a file | Julius Werner |
2021-11-04 | lib/cbfs: Add cbfs_preload() | Raul E Rangel |
2021-11-04 | lib/cbfs: Add CBFS_CACHE_ALIGN Kconfig option | Raul E Rangel |
2021-11-04 | commonlib/mem_pool: Allow configuring the alignment | Raul E Rangel |
2021-10-29 | lib/cbfs: Enable cbfs_cache for x86 | Raul E Rangel |
2021-10-20 | lib/cbfs: Call rdev_unmap on hash mismatch | Raul E Rangel |
2021-07-20 | lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize | Raul E Rangel |
2021-04-21 | commonlib/region: Turn addrspace_32bit into a more official API | Julius Werner |
2021-04-06 | cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATION | Julius Werner |
2021-04-06 | cbfs: Simplify cbfs_load_and_decompress() and stop exporting it | Julius Werner |
2021-04-05 | cbfs: Make `mdata` argument to cbfs_allocator_t const | Julius Werner |
2021-03-17 | cbfs: Move stage header into a CBFS attribute | Julius Werner |
2021-03-16 | cbfs: Remove prog_locate() for stages and rmodules | Julius Werner |
2021-03-08 | cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map() | Julius Werner |
2021-03-08 | cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core | Julius Werner |
2021-03-08 | cbfs: Move trivial wrappers to static inlines | Julius Werner |
2021-03-08 | cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengths | Julius Werner |
2021-03-03 | lib/cbfs.c: Fix return value of failure to measure | Arthur Heymans |
2020-12-09 | cbfs: Allow mcache to be found after the first lookup | Julius Werner |
2020-12-09 | Revert "cbfs: Skip mcache in post-RAM stages before CBMEM is online" | Julius Werner |
2020-12-08 | cbfs: Skip mcache in post-RAM stages before CBMEM is online | Julius Werner |
2020-12-04 | cbfs: Add more error messages for lookup | Julius Werner |
2020-12-03 | cbfs: Add verification for RO CBFS metadata hash | Julius Werner |
2020-12-03 | cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() | Julius Werner |
2020-12-02 | cbfs: Port cbfs_load() and cbfs_map() to new API | Julius Werner |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-12-02 | cbfs: Move more stuff into cbfs_boot_lookup() | Julius Werner |
2020-11-21 | cbfs: Add metadata cache | Julius Werner |
2020-10-30 | cbfs: Hook up to new CBFS implementation | Julius Werner |
2020-10-13 | lib/cbfs: deserialize cbfs_stage objects correctly | Aaron Durbin |
2020-05-28 | drivers/intel/fsp2_0: add option to compress FSP-M in cbfs | Aaron Durbin |
2020-05-28 | drivers/intel/fsp2_0: add option to compress FSP-S in cbfs | Aaron Durbin |
2020-05-28 | lib/cbfs: add cbfs_stage_load_and_decompress helper | Aaron Durbin |
2020-05-28 | lib/cbfs: refactor code culling compression checks | Aaron Durbin |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-23 | rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE | Julius Werner |
2020-04-04 | src/lib: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-31 | security/tpm: Include mrc.bin in CRTM if present | Bill XIE |
2020-03-31 | security/vboot: Decouple measured boot from verified boot | Bill XIE |
2020-03-25 | src/device: Add option to look at revision in option roms | Martin Roth |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-03-11 | cbfs: Remove unused functions | Julius Werner |
2020-01-28 | commonlib: Add commonlib/bsd | Julius Werner |
2020-01-18 | cbfs: Remove locator concept | Julius Werner |
2019-11-20 | cbfs: switch to region_device for location APIs | Aaron Durbin |
2019-11-15 | cbfs: remove prepare() callback from struct cbfs_locator | Aaron Durbin |
2019-11-14 | cbfs: Stop checking master header | Julius Werner |
2019-11-14 | lib/fmap: Add optional pre-RAM cache | Julius Werner |
2019-11-14 | cbfs: Make cbfs_master_header_props() externally available | Julius Werner |
2019-11-07 | lib/cbfs: Add fallback to RO region to cbfs_boot_locate | Wim Vervoorn |
2019-11-04 | cbfs: read header offset as explicitly LE | Marty E. Plummer |
2019-10-28 | lib/cbfs: Don't load XIP stages from bootblock | Arthur Heymans |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-25 | security/vboot: Add measured boot mode | Philipp Deppenwiese |
2018-12-07 | cbfs: Alert if something goes wrong in cbfs_boot_locate() | Nico Huber |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-06-28 | vboot: Fix linking error with USE_OPTION_TABLE enabled | Patrick Rudolph |
2018-06-04 | lib/cbfs: Optimise LZMA away from romstage | Kyösti Mälkki |
2018-05-02 | lib/cbfs.c: fix typo | Patrick Georgi |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-04-17 | cbfs: Add cbfs_boot_load_file() | T Michael Turney |
2017-07-06 | src/lib: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-03-09 | src/lib: Fix space between type, * and variable name | Lee Leahy |
2016-12-10 | cbfs: Add API to locate a file from specific region | Pratik Prajapati |
2016-11-09 | ACPI S3: Remove HIGH_MEMORY_SAVE where possible | Kyösti Mälkki |
2016-08-27 | cbfs: Add "struct" file type and associated helpers | Julius Werner |
2016-08-19 | Kconfig: separate memory mapped boot device from SPI | Aaron Durbin |
2016-08-15 | Revert "Kconfig: separate memory mapped boot device from SPI" | Aaron Durbin |
2016-08-15 | Kconfig: separate memory mapped boot device from SPI | Aaron Durbin |
2016-07-28 | vboot: Separate vboot from chromeos | Furquan Shaikh |
2016-07-26 | lib: Don't require ULZMA compression for postcar | Lee Leahy |
2016-06-02 | cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIP | Furquan Shaikh |
2016-05-03 | lib/cbfs: Use fmap derived information about the COREBOOT region | Patrick Georgi |
2016-04-02 | lib/prog_loading: introduce prog_segment_loaded() | Aaron Durbin |
2016-02-22 | cbfs: Add LZ4 in-place decompression support for pre-RAM stages | Julius Werner |