index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
cbfs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cbfs: Remove deprecated APIs
Julius Werner
2021-12-06
1
-11
/
+1
*
cbfs: Add unverified_area APIs
Julius Werner
2021-11-30
1
-0
/
+47
*
cbfs: Add helper functions to look up size and type of a file
Julius Werner
2021-11-17
1
-0
/
+72
*
lib/cbfs: Add cbfs_preload()
Raul E Rangel
2021-11-04
1
-0
/
+15
*
lib/cbfs: Enable cbfs_cache for x86
Raul E Rangel
2021-10-29
1
-5
/
+0
*
lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize
Raul E Rangel
2021-07-20
1
-6
/
+0
*
cbfs: Simplify cbfs_load_and_decompress() and stop exporting it
Julius Werner
2021-04-06
1
-7
/
+0
*
cbfs: Make `mdata` argument to cbfs_allocator_t const
Julius Werner
2021-04-05
1
-3
/
+3
*
cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()
Julius Werner
2021-03-08
1
-22
/
+174
*
cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core
Julius Werner
2021-03-08
1
-1
/
+14
*
cbfs: Move trivial wrappers to static inlines
Julius Werner
2021-03-08
1
-24
/
+66
*
cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengths
Julius Werner
2021-03-08
1
-34
/
+33
*
cbfs: Add verification for RO CBFS metadata hash
Julius Werner
2020-12-03
1
-0
/
+10
*
cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()
Julius Werner
2020-12-03
1
-3
/
+9
*
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
2020-12-02
1
-10
/
+13
*
cbfs: Move more stuff into cbfs_boot_lookup()
Julius Werner
2020-12-02
1
-0
/
+6
*
cbfs: Add metadata cache
Julius Werner
2020-11-21
1
-5
/
+18
*
src/include: Add missing includes
Elyes HAOUAS
2020-07-26
1
-0
/
+2
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
src/include: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
1
-13
/
+2
*
src/device: Add option to look at revision in option roms
Martin Roth
2020-03-25
1
-0
/
+2
*
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-17
1
-1
/
+0
*
cbfs: Remove unused functions
Julius Werner
2020-03-11
1
-8
/
+0
*
cbfs: Remove locator concept
Julius Werner
2020-01-18
1
-29
/
+1
*
cbfs: switch to region_device for location APIs
Aaron Durbin
2019-11-20
1
-5
/
+9
*
cbfs: remove prepare() callback from struct cbfs_locator
Aaron Durbin
2019-11-15
1
-7
/
+1
*
cbfs: Stop checking master header
Julius Werner
2019-11-14
1
-1
/
+1
*
cbfs: Make cbfs_master_header_props() externally available
Julius Werner
2019-11-14
1
-0
/
+3
*
cbfs: Add cbfs_boot_load_file()
T Michael Turney
2018-04-17
1
-5
/
+6
*
src/include: Wrap lines at 80 columns
Lee Leahy
2017-03-13
1
-1
/
+3
*
cbfs: Add API to locate a file from specific region
Pratik Prajapati
2016-12-10
1
-0
/
+3
*
ACPI S3: Remove HIGH_MEMORY_SAVE where possible
Kyösti Mälkki
2016-11-09
1
-0
/
+3
*
cbfs: Add "struct" file type and associated helpers
Julius Werner
2016-08-27
1
-0
/
+4
*
src/include: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2016-07-31
1
-1
/
+1
*
cbfs: Add LZ4 in-place decompression support for pre-RAM stages
Julius Werner
2016-02-22
1
-0
/
+8
*
commonlib: Add common cbfs parsing logic to coreboot and cbfstool.
Aaron Durbin
2016-01-06
1
-27
/
+1
*
cbfs/vboot: remove firmware component support
Aaron Durbin
2015-12-10
1
-0
/
+14
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
cbfs: add struct cbfsf
Aaron Durbin
2015-10-07
1
-7
/
+13
*
coreboot: introduce commonlib
Aaron Durbin
2015-09-22
1
-2
/
+2
*
cbfs: hardcode file alignment
Patrick Georgi
2015-07-15
1
-3
/
+0
*
cbfs: new API and better program loading
Aaron Durbin
2015-06-02
1
-65
/
+56
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
1
-1
/
+1
*
cbfs: make cbfs_load_prog_stage_by_offset() public
Aaron Durbin
2015-05-05
1
-0
/
+2
*
coreboot: common stage cache
Aaron Durbin
2015-04-22
1
-2
/
+1
*
cbfs: look for CBFS header in a predefined place
Vadim Bendebury
2015-04-17
1
-0
/
+5
*
exynos: return correct value when init_default_cbfs_media fails
Daisuke Nojiri
2015-04-17
1
-1
/
+6
*
program loading: introduce struct prog
Aaron Durbin
2015-04-03
1
-0
/
+3
*
loading: move ramstage cache function declarations
Aaron Durbin
2015-03-31
1
-38
/
+0
*
cbfs: remove run_address()
Aaron Durbin
2015-03-31
1
-3
/
+0
[next]