summaryrefslogtreecommitdiffstats
path: root/src/lib/imd_cbmem.c
Commit message (Expand)AuthorAgeFilesLines
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-241-1/+1
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-271-0/+5
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-12-221-6/+3
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* lib/fit_payload: Add coreboot tables support for FDT.Philipp Deppenwiese2018-08-221-1/+6
* lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph2018-04-301-1/+1
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* lib/cbmem: provide optional cbmem top initialization hookAaron Durbin2017-08-041-0/+21
* lib/cbmem: use globals for non CAR global migration platformsAaron Durbin2017-08-031-12/+18
* lib/cbmem: remove cbmem_region_used()Aaron Durbin2017-08-031-10/+3
* lib/imd_cbmem: remove unused #includeAaron Durbin2017-08-031-3/+0
* lib/imd_cbmem: remove unused funcitonAaron Durbin2017-08-031-7/+0
* src/lib: Use tabs instead of spacesLee Leahy2017-03-131-7/+7
* arch/x86,lib: make cbmem console work in postcar stageAaron Durbin2016-09-191-1/+2
* cbmem: Always maintain backing store struct in a global on non-x86Julius Werner2016-08-271-6/+18
* src/lib: Enable display of cbmem during romstage and postcarLee Leahy2016-07-261-2/+6
* cbmem: Fix cbmem_add_bootmem()Andrey Petrov2016-03-111-3/+3
* cbmem: Add utility to get memory region occupied by cbmemAlexandru Gagniuc2016-03-101-1/+8
* cbmem: add coreboot table records for each cbmem entryAaron Durbin2015-11-031-2/+41
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin2015-06-091-2/+4
* cbmem: remove cbmem_set_top()Aaron Durbin2015-05-261-14/+0
* CBMEM: Fix S3 resume path without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-11/+4
* cbmem: Add initial allocation supportLee Leahy2015-05-131-9/+20
* cbmem: switch over to imd-based cbmemAaron Durbin2015-04-221-0/+294