CBMEM CONSOLE: Add CBMEM type for console buffer.
[coreboot.git] / src / lib / cbmem.c
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add CBMEM type for console buffer.
2012-03-28 Stefan ReinauerInclude arch/acpi.h instead of manually adding acpi_slp...
2012-03-28 Vadim BendeburyAdd timestamp collecting to coreboot.
2012-03-28 Vadim BendeburyInitialize CBMEM early.
2011-09-12 Tobias DiedrichAdd acpi_get_sleep_type() to i82371eb and P2B _PTS...
2011-08-26 Sven SchnelleAdd automatic SMBIOS table generation
2010-12-13 Rudolf MarekCompile cbmem.c instead of including it in romstage,
2010-12-13 Rudolf MarekFollowing patch adds support for suspend/resume functio...
2010-12-13 Rudolf MarekWe hardcode highmemory size in every northbridge!...
2010-11-22 Rudolf Marek1) wraps the s3 parts of chipset code/memory init code...
2010-11-10 Uwe HermannDebugging facility improvements.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-31 Myles WatsonConsolidate ifdefs in src/lib/cbmem.c for readability.
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-27 Myles WatsonRemove redundant declarations. Trivial.
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-26 Stefan ReinauerCBMEM high table memory manager.