Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
7837c203d615fce03c6d89d99ba9a746619e49d4
/
src
/
lib
/
cbfs.c
b5211ef
lib/cbfs: Optimise LZMA away from romstage
by Kyösti Mälkki
· 5 years ago
d13c4cd
lib/cbfs.c: fix typo
by Patrick Georgi
· 5 years ago
6403167
compiler.h: add __weak macro
by Aaron Durbin
· 5 years ago
809fa7b
cbfs: Add cbfs_boot_load_file()
by T Michael Turney
· 5 years ago
1bf55b4
src/lib: add IS_ENABLED() around Kconfig symbol references
by Martin Roth
· 6 years ago
b2d834a
src/lib: Fix space between type, * and variable name
by Lee Leahy
· 6 years ago
2a7708a
cbfs: Add API to locate a file from specific region
by Pratik Prajapati
· 7 years ago
9d6f365
ACPI S3: Remove HIGH_MEMORY_SAVE where possible
by Kyösti Mälkki
· 7 years ago
f975e55
cbfs: Add "struct" file type and associated helpers
by Julius Werner
· 7 years ago
16c173f
Kconfig: separate memory mapped boot device from SPI
by Aaron Durbin
· 7 years ago
c3b024e
Revert "Kconfig: separate memory mapped boot device from SPI"
by Aaron Durbin
· 7 years ago
a83bbf5
Kconfig: separate memory mapped boot device from SPI
by Aaron Durbin
· 7 years ago
2a12e2e
vboot: Separate vboot from chromeos
by Furquan Shaikh
· 7 years ago
d950f51
lib: Don't require ULZMA compression for postcar
by Lee Leahy
· 7 years ago
d5583a5
cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIP
by Furquan Shaikh
· 7 years ago
58a150a
lib/cbfs: Use fmap derived information about the COREBOOT region
by Patrick Georgi
· 7 years ago
096f457
lib/prog_loading: introduce prog_segment_loaded()
by Aaron Durbin
· 7 years ago
09f2921
cbfs: Add LZ4 in-place decompression support for pre-RAM stages
by Julius Werner
· 8 years ago
295d58b
commonlib: Add common cbfs parsing logic to coreboot and cbfstool.
by Aaron Durbin
· 7 years ago
7e7a4df
lib: remove assets infrastructure
by Aaron Durbin
· 7 years ago
6d720f3
cbfs/vboot: remove firmware component support
by Aaron Durbin
· 7 years ago
b29bd27b
cbfs: Fix typo in cbfs_prog_stage_load()
by Julius Werner
· 8 years ago
a73b931
tree: drop last paragraph of GPL copyright header
by Patrick Georgi
· 8 years ago
ed253c8
cbfs: don't load x86 programs over the top of read-only media
by Aaron Durbin
· 8 years ago
37a5d15
cbfs: add struct cbfsf
by Aaron Durbin
· 8 years ago
4d3e4c4
cbfs: hardcode file alignment
by Patrick Georgi
· 8 years ago
ac12c66c
assets: abstract away the firmware assets used for booting
by Aaron Durbin
· 8 years ago
899d13d
cbfs: new API and better program loading
by Aaron Durbin
· 8 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 8 years ago
d914412
cbfs: make cbfs_load_prog_stage_by_offset() public
by Aaron Durbin
· 8 years ago
9eb6f61
cbfs: Print absolute offsets of loaded files
by Vadim Bendebury
· 8 years ago
8c5e4d9
cbfs: Enforce media->map() result checking, improve error messages
by Julius Werner
· 9 years ago
3948e53
program loading: introduce struct prog
by Aaron Durbin
· 8 years ago
2a567ee
cbfs: more accurate size check for simple buffer mapping
by Daisuke Nojiri
· 9 years ago
6e76fff
program loading: provide one cache maintenance callback
by Aaron Durbin
· 8 years ago
5b9384c
cbfs: remove run_address()
by Aaron Durbin
· 8 years ago
00903e5
cbfs/rmodule: add architecture specific operations at stage load
by Ionela Voinescu
· 8 years ago
12d45b2
cbfs: expose init_backing_media()
by Aaron Durbin
· 8 years ago
3589017
vboot2: load decompressed stage directly to load address
by Daisuke Nojiri
· 9 years ago
d343624
aarch64: Fix 64-bit pointer related casts
by Marcelo Povoa
· 9 years ago
cdabc88
lib/cbfs: Use linker symbols over .c include in cbfs.c
by Edward O'Callaghan
· 9 years ago
ff178be
lib/cbfs: more cleanup for 32/64 issues
by Ronald G. Minnich
· 9 years ago
bdf913a
coreboot: unify infrastructure for loading payloads
by Aaron Durbin
· 9 years ago
cf6c9cc
Kill ALT_CBFS_LOAD_PAYLOAD
by Vladimir Serbinenko
· 9 years ago
0f33307
coreboot: infrastructure for different ramstage loaders
by Aaron Durbin
· 9 years ago
75e2974
coreboot: config to cache ramstage outside CBMEM
by Aaron Durbin
· 10 years ago
f545abf
rmodule: consolidate rmodule stage loading
by Aaron Durbin
· 10 years ago
0af61b6
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
by Vladimir Serbinenko
· 9 years ago
d26da9c
Coding style: punctuation cleanup [1/2].
by Idwer Vollering
· 9 years ago
7fda0e8
cbfs: remove unused code and prototype
by Ronald G. Minnich
· 10 years ago
eabfd3a
Don't include LZMA in romstage if ramstage is not compressed.
by Andrew Wu
· 10 years ago
ec3a462
CBFS: Change how the bss is zeroed when loading a stage.
by Gabe Black
· 10 years ago
0c605a5
CBFS: Change the signature of cbfs_decompress.
by Gabe Black
· 10 years ago
2bd2e37
cbfs: fix relocation ramstage compiler errors
by Aaron Durbin
· 10 years ago
fd79562
romstage: add support for vboot firmware selection
by Aaron Durbin
· 10 years ago
dd4a6d2
coreboot: dynamic cbmem requirement
by Aaron Durbin
· 10 years ago
de1f890
coreboot: add caching loaded ramstage interface
by Aaron Durbin
· 10 years ago
159f2ef
ramstage: cache relocated ramstage in RAM
by Aaron Durbin
· 10 years ago
f2b20d8
romstage_handoff: provide common logic for setup
by Aaron Durbin
· 10 years ago
8e4a355
coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE
by Aaron Durbin
· 10 years ago
eb06a42
x86: don't clear bss in ramstage entry
by Aaron Durbin
· 10 years ago
81108b9
cbfs: alternative support for cbfs_load_payload()
by Aaron Durbin
· 10 years ago
966e2db
cbfs: Revise debug messages.
by Hung-Te Lin
· 10 years ago
fe18792
armv7: Add 'bootblock' build class.
by Hung-Te Lin
· 10 years ago
6fe0cab
Extend CBFS to support arbitrary ROM source media.
by Hung-Te Lin
· 10 years ago
fe42218
Make CBFS output more consistent
by Stefan Reinauer
· 11 years ago
02e75b2
Use ntohll where appropriate.
by Stefan Reinauer
· 12 years ago
b883515
split CBFS support into shared core and extended functions
by Patrick Georgi
· 12 years ago
4297a9a
X60: trigger save cmos on volume/brightness change
by Sven Schnelle
· 12 years ago
14e2277
Since some people disapprove of white space cleanups mixed in regular commits
by Stefan Reinauer
· 13 years ago
c02b4fc
printk_foo -> printk(BIOS_FOO, ...)
by Stefan Reinauer
· 13 years ago
800379f
by Stefan Reinauer
· 13 years ago
d650e99
YABEL update
by Stefan Reinauer
· 13 years ago
c243639
Help track down enable_rom issues in CBFS. If the magic
by Patrick Georgi
· 14 years ago
5817078
Create lib.h for homeless prototypes.
by Myles Watson
· 14 years ago
b4f3da5
reasonable output for cbfs loading..
by Stefan Reinauer
· 14 years ago
86bf679
Move the ulzma prototype out of the function to make the code easier to read.
by Myles Watson
· 14 years ago
b203c2f
20090819-2-trim-down-cbfs:
by Patrick Georgi
· 14 years ago
f64893a
CBFS stuff:
by Stefan Reinauer
· 14 years ago
f107538
strdup the input of dirname, as dirname is free
by Patrick Georgi
· 14 years ago
a034dca
Move coreboot_ram and coreboot_apc to CBFS. This allows to
by Patrick Georgi
· 14 years ago
d1185bf
Attached patch moves the CBFS payload loader to selfboot.c as it's
by Patrick Georgi
· 14 years ago
fa12b67
Remove warnings from compilation of the s2892 with and without CBFS.
by Myles Watson
· 14 years ago
dcce521
Make the CBFS file lookup skip file data instead of brute-forcing
by Patrick Georgi
· 14 years ago
7d0ff4c
These are some really horrible bugs that got through.
by Ronald G. Minnich
· 14 years ago
483b7bb
v2/src romfs->cbfs rename
by Peter Stuge
· 14 years ago