summaryrefslogtreecommitdiffstats
path: root/src/lib/cbmem.c
Commit message (Expand)AuthorAgeFilesLines
* cbmem: use boot state machineAaron Durbin2013-05-011-5/+7
* cbmem: dynamic cbmem supportAaron Durbin2013-03-211-22/+14
* cbmem: add CBMEM_ID_ROMSTAGE_INFO idAaron Durbin2013-03-211-0/+1
* Implement GCC code coverage analysisStefan Reinauer2013-01-121-0/+2
* Tell CBMEM code about ACPI GNVS sectionStefan Reinauer2012-11-141-0/+1
* Tell CBMEM pretty printer about MRC cacheStefan Reinauer2012-05-031-0/+1
* S3 code in coreboot public folder.zbao2012-04-161-0/+1
* CBMEM CONSOLE: Add CBMEM type for console buffer.Vadim Bendebury2012-03-291-0/+1
* Include arch/acpi.h instead of manually adding acpi_slp_type.Stefan Reinauer2012-03-281-4/+3
* Add timestamp collecting to coreboot.Vadim Bendebury2012-03-281-0/+17
* Initialize CBMEM early.Vadim Bendebury2012-03-281-16/+23
* Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methodsTobias Diedrich2011-09-121-1/+3
* Add automatic SMBIOS table generationSven Schnelle2011-08-261-0/+1
* Compile cbmem.c instead of including it in romstage,Rudolf Marek2010-12-131-0/+7
* Following patch adds support for suspend/resume functions. I had to change th...Rudolf Marek2010-12-131-14/+1
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-1/+0
* 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek2010-11-221-4/+29
* Debugging facility improvements.Uwe Hermann2010-11-101-10/+7
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-5/+5
* Consolidate ifdefs in src/lib/cbmem.c for readability.Myles Watson2010-03-311-15/+6
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-15/+15
* This is a general cleanup patchStefan Reinauer2010-02-221-1/+1
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-4/+1
* Split the two usages of __ROMCC__:Myles Watson2009-11-061-8/+8
* Remove redundant declarations. Trivial.Myles Watson2009-10-271-1/+0
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-271-2/+2
* CBMEM high table memory manager.Stefan Reinauer2009-10-261-0/+239