summaryrefslogtreecommitdiff
path: root/src/lib/imd_cbmem.c
AgeCommit message (Expand)Author
2020-08-17lib/imd_cbmem.c: Add a helper function to indicate that cbmem is readyArthur Heymans
2020-08-04src/lib: Remove unused function parameters in imd.cAnna Karas
2020-06-02src: Remove unused 'include <bootstate.h>'Elyes HAOUAS
2020-05-26Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/lib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-12-03lib/imd_cbmem: Rename imd_cbmem into imd, use directlyPatrick Georgi
2019-12-03lib/imd_cbmem: Remove the indirections that hide imd_cbmemPatrick Georgi
2019-12-03lib/imd_cbmem: Eliminate unnecessary NULL checkPatrick Georgi
2019-11-30lib/imd_cbmem: Remove indirection through cbmem_get_imd()Patrick Georgi
2019-11-29lib/imd_cbmem.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-10lib/cbmem: Remove the cbmem_top_init() hookArthur Heymans
2019-11-10lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARGArthur Heymans
2019-11-01lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
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