index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
cbfs.h
Age
Commit message (
Expand
)
Author
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