index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
cbfs.c
Age
Commit message (
Expand
)
Author
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
2016-01-06
commonlib: Add common cbfs parsing logic to coreboot and cbfstool.
Aaron Durbin
2015-12-10
lib: remove assets infrastructure
Aaron Durbin
2015-12-10
cbfs/vboot: remove firmware component support
Aaron Durbin
2015-12-04
cbfs: Fix typo in cbfs_prog_stage_load()
Julius Werner
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-11
cbfs: don't load x86 programs over the top of read-only media
Aaron Durbin
2015-10-07
cbfs: add struct cbfsf
Aaron Durbin
2015-07-15
cbfs: hardcode file alignment
Patrick Georgi
2015-06-02
assets: abstract away the firmware assets used for booting
Aaron Durbin
[next]