summaryrefslogtreecommitdiff
path: root/src/lib/imd_cbmem.c
AgeCommit message (Expand)Author
2019-09-14src/: Replace some __PRE_RAM__ useKyösti Mälkki
2019-08-11arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki
2019-06-24Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik
2019-03-27Move calls to quick_ram_check() before CBMEM initKyösti Mälkki
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-12-22arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki
2018-10-08Move compiler.h to commonlibNico Huber
2018-08-22lib/fit_payload: Add coreboot tables support for FDT.Philipp Deppenwiese
2018-04-30lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph
2018-04-24compiler.h: add __weak macroAaron Durbin
2017-08-04lib/cbmem: provide optional cbmem top initialization hookAaron Durbin
2017-08-03lib/cbmem: use globals for non CAR global migration platformsAaron Durbin
2017-08-03lib/cbmem: remove cbmem_region_used()Aaron Durbin
2017-08-03lib/imd_cbmem: remove unused #includeAaron Durbin
2017-08-03lib/imd_cbmem: remove unused funcitonAaron Durbin
2017-03-13src/lib: Use tabs instead of spacesLee Leahy
2016-09-19arch/x86,lib: make cbmem console work in postcar stageAaron Durbin
2016-08-27cbmem: Always maintain backing store struct in a global on non-x86Julius Werner
2016-07-26src/lib: Enable display of cbmem during romstage and postcarLee Leahy
2016-03-11cbmem: Fix cbmem_add_bootmem()Andrey Petrov
2016-03-10cbmem: Add utility to get memory region occupied by cbmemAlexandru Gagniuc
2015-11-03cbmem: add coreboot table records for each cbmem entryAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-09cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin
2015-05-26cbmem: remove cbmem_set_top()Aaron Durbin
2015-05-26CBMEM: Fix S3 resume path without EARLY_CBMEM_INITKyösti Mälkki
2015-05-13cbmem: Add initial allocation supportLee Leahy
2015-04-22cbmem: switch over to imd-based cbmemAaron Durbin