summaryrefslogtreecommitdiffstats
path: root/src/lib/dynamic_cbmem.c
Commit message (Expand)AuthorAgeFilesLines
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-9/+3
* coreboot: fix munged license textAaron Durbin2015-03-091-1/+1
* CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki2015-01-271-4/+34
* CBMEM: Change some types to uintptr_tKyösti Mälkki2015-01-271-20/+20
* CBMEM: Tidy up CAR migrationKyösti Mälkki2015-01-271-8/+2
* CBMEM: Move cbmemc_reinit()Kyösti Mälkki2015-01-271-2/+0
* CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki2015-01-271-2/+2
* CBMEM console: Fix boards with BROKEN_CAR_MIGRATEKyösti Mälkki2014-12-161-2/+0
* cbmem: Fix 64-bit pointer related casts in dynamic_cbmem.cMarcelo Povoa2014-10-281-1/+1
* cbmem: 64/32 cleanupRonald G. Minnich2014-10-161-7/+11
* lib/dynamic_cbmem.c: Include `cbmem_console.h`Paul Menzel2014-03-081-0/+1
* coreboot: introduce notion of bootmem for memory map at bootAaron Durbin2014-03-031-3/+3
* CBMEM: Replace cbmem_initialize() with cbmem_recovery()Kyösti Mälkki2014-01-221-0/+10
* CBMEM ACPI: Move resume handlerKyösti Mälkki2014-01-061-14/+1
* Coding style: punctuation cleanup [1/2].Idwer Vollering2013-12-231-1/+1
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-131-1/+1
* x86: add cache-as-ram migration optionAaron Durbin2013-05-161-0/+9
* cbmem: use boot state machineAaron Durbin2013-05-011-2/+6
* cbmem: dynamic cbmem supportAaron Durbin2013-03-211-0/+452