Age | Commit message (Expand) | Author |
2022-03-09 | commonlib/bsd: Remove cb_err_t | Julius Werner |
2021-12-06 | cbfs: Remove deprecated APIs | 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-10-29 | lib/cbfs: Enable cbfs_cache for x86 | Raul E Rangel |
2021-07-20 | lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize | Raul E Rangel |
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-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 |
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: 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-07-26 | src/include: Add missing includes | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-05 | src/include: Use SPDX for GPL-2.0-only files | Angel Pons |
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-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 | cbfs: Make cbfs_master_header_props() externally available | Julius Werner |
2018-04-17 | cbfs: Add cbfs_boot_load_file() | T Michael Turney |
2017-03-13 | src/include: Wrap lines at 80 columns | 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-07-31 | src/include: Capitalize CPU, RAM and ROM | Elyes HAOUAS |
2016-02-22 | cbfs: Add LZ4 in-place decompression support for pre-RAM stages | Julius Werner |
2016-01-06 | commonlib: Add common cbfs parsing logic to coreboot and cbfstool. | Aaron Durbin |
2015-12-10 | cbfs/vboot: remove firmware component support | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-07 | cbfs: add struct cbfsf | Aaron Durbin |
2015-09-22 | coreboot: introduce commonlib | Aaron Durbin |
2015-07-15 | cbfs: hardcode file alignment | Patrick Georgi |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-05 | cbfs: make cbfs_load_prog_stage_by_offset() public | Aaron Durbin |
2015-04-22 | coreboot: common stage cache | Aaron Durbin |
2015-04-17 | cbfs: look for CBFS header in a predefined place | Vadim Bendebury |
2015-04-17 | exynos: return correct value when init_default_cbfs_media fails | Daisuke Nojiri |
2015-04-03 | program loading: introduce struct prog | Aaron Durbin |
2015-03-31 | loading: move ramstage cache function declarations | Aaron Durbin |
2015-03-31 | cbfs: remove run_address() | Aaron Durbin |
2015-03-24 | cbfs: expose init_backing_media() | Aaron Durbin |
2015-03-24 | vboot2: load decompressed stage directly to load address | Daisuke Nojiri |
2014-12-28 | RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cache | Kyösti Mälkki |
2014-03-03 | coreboot: unify infrastructure for loading payloads | Aaron Durbin |
2014-02-15 | coreboot: infrastructure for different ramstage loaders | Aaron Durbin |
2013-11-18 | cbfs: remove unused code and prototype | Ronald G. Minnich |
2013-05-01 | boot state: rebalance payload load vs actual boot | Aaron Durbin |
2013-03-22 | coreboot: dynamic cbmem requirement | Aaron Durbin |
2013-03-21 | coreboot: add caching loaded ramstage interface | Aaron Durbin |
2013-01-30 | Extend CBFS to support arbitrary ROM source media. | Hung-Te Lin |
2012-07-24 | Implement stack overflow checking for the BSP | Ronald G. Minnich |
2011-08-04 | split CBFS support into shared core and extended functions | Patrick Georgi |
2011-01-18 | Move option table (cmos.layout's binary representation) | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |
2010-03-01 | This patch implements MBI (modular bios interface) support to the i830 chipset. | Stefan Reinauer |
2010-02-22 | Random cosmetic fixes (trivial). | Uwe Hermann |
2009-10-09 | Move the ulzma prototype out of the function to make the code easier to read. | Myles Watson |
2009-07-18 | strdup the input of dirname, as dirname is free | Patrick Georgi |
2009-05-26 | Attached patch moves the CBFS payload loader to selfboot.c as it's | Patrick Georgi |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |