summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2012-11-27Get rid of drivers classPatrick Georgi
2012-11-14Tell CBMEM code about ACPI GNVS sectionStefan Reinauer
2012-11-13Clean up stack checking codeStefan Reinauer
2012-11-13Add method for delaying adding of timestampsStefan Reinauer
2012-07-30USBDEBUG: retry harder for slow devicesSven Schnelle
2012-07-26USBDEBUG: buffer up to 8 bytesSven Schnelle
2012-07-24SMM: Add support for malloc in SMM if using TSEGDuncan Laurie
2012-07-24Implement stack overflow checking for the BSPRonald G. Minnich
2012-07-24Shrink the stack sizes we need in corebootRonald G. Minnich
2012-07-24Remove unused free() functionStefan Reinauer
2012-07-24malloc/memalign: Remove unneeded linker checkStefan Reinauer
2012-07-24Make memalign print useful messages on failureRonald G. Minnich
2012-05-08Don't loop infinitely long on serial comm failuresStefan Reinauer
2012-05-04Make CBFS output more consistentStefan Reinauer
2012-05-03Tell CBMEM pretty printer about MRC cacheStefan Reinauer
2012-04-16S3 code in coreboot public folder.zbao
2012-04-12Add support for aligned allocationRon Minnich
2012-04-04Use fast memset in SMM mode, tooStefan Reinauer
2012-03-30Add native memset() function on x86Stefan Reinauer
2012-03-30Add faster, architecture dependent memcpy()Stefan Reinauer
2012-03-29Add infrastructure for global data in the CAR phase of bootGabe Black
2012-03-29CBMEM CONSOLE: Enable coreboot CBMEM console.Vadim Bendebury
2012-03-29CBMEM CONSOLE: Add CBMEM type for console buffer.Vadim Bendebury
2012-03-29CBMEM CONSOLE: Add CBMEM console driver implementation.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
2012-03-25Replace ramtest pattern to assist in DIMM configurationKyösti Mälkki
2012-03-11malloc: size is unsigned, don't test for size < 0Patrick Georgi
2012-03-09Fix dependency problem for uart8250.c as wellStefan Reinauer
2012-03-09Fix compilation with CONFIG_USE_OPTION_TABLE enabledStefan Reinauer
2012-03-09Add support for the Startech PEX1XS1PMINIStefan Reinauer
2012-03-09Add an implementation for the memchr library functionGabe Black
2012-03-07Move C labels to start-of-linePatrick Georgi
2012-02-17Remove whitespace.Patrick Georgi
2012-02-07Don't loop infinitely long on serial comm failuresKyösti Mälkki
2012-01-12lib: add ram_check_nodieSven Schnelle
2011-11-02don't scan beyond end of CBFSFlorian Zumbiehl
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-31Fix usb debug dongle supportSven Schnelle
2011-10-28Clear improper use of CONFIG_CACHE_AS_RAMKyösti Mälkki
2011-10-21Use ntohll where appropriate.Stefan Reinauer
2011-10-13refactor vesa mode setting code and bootsplash codeStefan Reinauer
2011-09-12Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methodsTobias Diedrich
2011-09-07Add support for the tracing infastructure in coreboot.Rudolf Marek
2011-08-26Add automatic SMBIOS table generationSven Schnelle
2011-08-18export get_cbfs_header()Sven Schnelle
2011-08-04split CBFS support into shared core and extended functionsPatrick Georgi
2011-07-12Do full flush on uart8250 only at end of printk.Kevin O'Connor
2011-06-15X60: trigger save cmos on volume/brightness changeSven Schnelle