Age | Commit message (Expand) | Author |
2020-08-04 | src/lib: Remove unused function parameters in imd.c | Anna Karas |
2020-06-02 | src: Remove unused 'include <bootstate.h>' | Elyes HAOUAS |
2020-05-26 | Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION | Kyösti Mälkki |
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-03 | lib/imd_cbmem: Rename imd_cbmem into imd, use directly | Patrick Georgi |
2019-12-03 | lib/imd_cbmem: Remove the indirections that hide imd_cbmem | Patrick Georgi |
2019-12-03 | lib/imd_cbmem: Eliminate unnecessary NULL check | Patrick Georgi |
2019-11-30 | lib/imd_cbmem: Remove indirection through cbmem_get_imd() | Patrick Georgi |
2019-11-29 | lib/imd_cbmem.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-10 | lib/cbmem: Remove the cbmem_top_init() hook | Arthur Heymans |
2019-11-10 | lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARG | Arthur Heymans |
2019-11-01 | lib/cbmem_top: Add a common cbmem_top implementation | Arthur Heymans |
2019-10-27 | src: Use 'include <boot/coreboot_tables.h>' when appropriate | Elyes HAOUAS |
2019-09-14 | src/: Replace some __PRE_RAM__ use | Kyösti Mälkki |
2019-08-11 | arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION | Kyösti Mälkki |
2019-06-24 | Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER | Subrata Banik |
2019-03-27 | Move calls to quick_ram_check() before CBMEM init | Kyösti Mälkki |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2018-12-22 | arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT | Kyösti Mälkki |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-08-22 | lib/fit_payload: Add coreboot tables support for FDT. | Philipp Deppenwiese |
2018-04-30 | lib/bootmem: Introduce custom bootmem tags | Patrick Rudolph |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2017-08-04 | lib/cbmem: provide optional cbmem top initialization hook | Aaron Durbin |
2017-08-03 | lib/cbmem: use globals for non CAR global migration platforms | Aaron Durbin |
2017-08-03 | lib/cbmem: remove cbmem_region_used() | Aaron Durbin |
2017-08-03 | lib/imd_cbmem: remove unused #include | Aaron Durbin |
2017-08-03 | lib/imd_cbmem: remove unused funciton | Aaron Durbin |
2017-03-13 | src/lib: Use tabs instead of spaces | Lee Leahy |
2016-09-19 | arch/x86,lib: make cbmem console work in postcar stage | Aaron Durbin |
2016-08-27 | cbmem: Always maintain backing store struct in a global on non-x86 | Julius Werner |
2016-07-26 | src/lib: Enable display of cbmem during romstage and postcar | Lee Leahy |
2016-03-11 | cbmem: Fix cbmem_add_bootmem() | Andrey Petrov |
2016-03-10 | cbmem: Add utility to get memory region occupied by cbmem | Alexandru Gagniuc |
2015-11-03 | cbmem: add coreboot table records for each cbmem entry | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-09 | cbmem: add indicator to hooks if cbmem is being recovered | Aaron Durbin |
2015-05-26 | cbmem: remove cbmem_set_top() | Aaron Durbin |
2015-05-26 | CBMEM: Fix S3 resume path without EARLY_CBMEM_INIT | Kyösti Mälkki |
2015-05-13 | cbmem: Add initial allocation support | Lee Leahy |
2015-04-22 | cbmem: switch over to imd-based cbmem | Aaron Durbin |