Age | Commit message (Expand) | Author |
2022-10-13 | payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity | Elyes Haouas |
2022-04-24 | lib: Remove unused <stdlib.h> and use <types.h> when appropriate | Elyes HAOUAS |
2021-04-05 | cbfs: Make `mdata` argument to cbfs_allocator_t const | Julius Werner |
2021-03-17 | cbfs: Move stage header into a CBFS attribute | Julius Werner |
2021-03-16 | cbfs: Remove prog_locate() for stages and rmodules | Julius Werner |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/lib: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
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 |