aboutsummaryrefslogtreecommitdiff
path: root/src/lib/cbmem.c
AgeCommit message (Expand)Author
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2012-11-14Tell CBMEM code about ACPI GNVS sectionStefan Reinauer
2012-05-03Tell CBMEM pretty printer about MRC cacheStefan Reinauer
2012-04-16S3 code in coreboot public folder.zbao
2012-03-29CBMEM CONSOLE: Add CBMEM type for console buffer.Vadim Bendebury
2012-03-28Include arch/acpi.h instead of manually adding acpi_slp_type.Stefan Reinauer
2012-03-28Add timestamp collecting to coreboot.Vadim Bendebury
2012-03-28Initialize CBMEM early.Vadim Bendebury
2011-09-12Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methodsTobias Diedrich
2011-08-26Add automatic SMBIOS table generationSven Schnelle
2010-12-13Compile cbmem.c instead of including it in romstage,Rudolf Marek
2010-12-13Following patch adds support for suspend/resume functions. I had to change th...Rudolf Marek
2010-12-13We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek
2010-11-221) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek
2010-11-10Debugging facility improvements.Uwe Hermann
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-31Consolidate ifdefs in src/lib/cbmem.c for readability.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-27Remove redundant declarations. Trivial.Myles Watson
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-26CBMEM high table memory manager.Stefan Reinauer