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
/
rmodule.c
Age
Commit message (
Expand
)
Author
2018-11-16
src: Remove unneeded include <lib.h>
Elyes HAOUAS
2018-09-28
src/*: normalize Google copyright headers
Patrick Georgi
2018-06-27
lib/rmodule: Fix indentation
Kyösti Mälkki
2017-09-08
stage_cache: Add rmodule params in metadata
Kyösti Mälkki
2017-03-13
src/lib: Use tabs instead of spaces
Lee Leahy
2016-04-02
lib/prog_loading: introduce prog_segment_loaded()
Aaron Durbin
2016-03-22
lib/rmodule: export parameters in struct rmod_stage_load
Aaron Durbin
2016-02-22
cbfs: Add LZ4 in-place decompression support for pre-RAM stages
Julius Werner
2016-02-12
lzma: Port size-checking ulzman() version to coreboot
Julius Werner
2016-02-03
lib: Support UNCOMPRESSED_RAMSTAGE
Lee Leahy
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-06-02
assets: abstract away the firmware assets used for booting
Aaron Durbin
2015-06-02
cbfs: new API and better program loading
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-07
rmodule: remove cbmem_entry usage
Aaron Durbin
2015-04-03
rmodule: use struct prog while loading rmodules
Aaron Durbin
2015-03-31
cbfs: remove cbfs_core.h includes
Aaron Durbin
2015-03-31
program loading: provide one cache maintenance callback
Aaron Durbin
2015-03-27
cbfs/rmodule: add architecture specific operations at stage load
Ionela Voinescu
2015-01-27
CBMEM: Always use DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-27
rmodule: Correct the typecast with proper parenthesis
Furquan Shaikh
2015-01-16
rmodule: Fix 64-bit related typecast errors
Furquan Shaikh
2014-12-09
x86: provide symmetry between arm for cache_sync_instructions()
Aaron Durbin
2014-03-20
rmodules: use rmodtool to create rmodules
Aaron Durbin
2014-03-11
rmodule: allow rmodule header structure to be used by userland
Aaron Durbin
2014-01-28
rmodule: consolidate rmodule stage loading
Aaron Durbin
2013-07-10
lib: Fix spelling
Martin Roth
2013-03-22
coreboot: dynamic cbmem requirement
Aaron Durbin
2013-03-21
rmodule: correct ordering of bss clearing
Aaron Durbin
2013-03-21
rmodule: add ability to calculate module placement
Aaron Durbin
2013-03-18
lib: add rmodule support
Aaron Durbin