summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Update gcov patch in documentationStefan Reinauer2013-01-191-2/+2
* Make the pre-commit-hook happy about the code in libgcov.cRonald G. Minnich2013-01-141-17/+19
* Implement GCC code coverage analysisStefan Reinauer2013-01-129-0/+2517
* Only include libgcc wrappers on x86Stefan Reinauer2012-12-081-1/+1
* Unify assembler function handlingStefan Reinauer2012-12-061-11/+6
* Drop boot directoryStefan Reinauer2012-11-303-0/+692
* src/lib/Makefile.inc: Add license headerStefan Reinauer2012-11-301-1/+18
* Make set_boot_successful depend on PC80_SYSTEMStefan Reinauer2012-11-301-2/+9
* Make libgcc wrappers arch-specific, add ARMv7David Hendricks2012-11-301-0/+11
* Get rid of drivers classPatrick Georgi2012-11-271-1/+1
* Tell CBMEM code about ACPI GNVS sectionStefan Reinauer2012-11-141-0/+1
* Clean up stack checking codeStefan Reinauer2012-11-131-6/+8
* Add method for delaying adding of timestampsStefan Reinauer2012-11-131-0/+43
* USBDEBUG: retry harder for slow devicesSven Schnelle2012-07-301-9/+12
* USBDEBUG: buffer up to 8 bytesSven Schnelle2012-07-261-7/+26
* SMM: Add support for malloc in SMM if using TSEGDuncan Laurie2012-07-242-0/+10
* Implement stack overflow checking for the BSPRonald G. Minnich2012-07-242-0/+52
* Shrink the stack sizes we need in corebootRonald G. Minnich2012-07-241-0/+5
* Remove unused free() functionStefan Reinauer2012-07-241-6/+0
* malloc/memalign: Remove unneeded linker checkStefan Reinauer2012-07-241-4/+0
* Make memalign print useful messages on failureRonald G. Minnich2012-07-241-2/+9
* Don't loop infinitely long on serial comm failuresStefan Reinauer2012-05-081-9/+23
* Make CBFS output more consistentStefan Reinauer2012-05-042-8/+17
* Tell CBMEM pretty printer about MRC cacheStefan Reinauer2012-05-031-0/+1
* S3 code in coreboot public folder.zbao2012-04-161-0/+1
* Add support for aligned allocationRon Minnich2012-04-121-7/+16
* Use fast memset in SMM mode, tooStefan Reinauer2012-04-041-2/+6
* Add native memset() function on x86Stefan Reinauer2012-03-301-0/+4
* Add faster, architecture dependent memcpy()Stefan Reinauer2012-03-301-1/+8
* Add infrastructure for global data in the CAR phase of bootGabe Black2012-03-291-2/+5
* CBMEM CONSOLE: Enable coreboot CBMEM console.Vadim Bendebury2012-03-291-0/+2
* CBMEM CONSOLE: Add CBMEM type for console buffer.Vadim Bendebury2012-03-291-0/+1
* CBMEM CONSOLE: Add CBMEM console driver implementation.Vadim Bendebury2012-03-291-0/+195
* 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-283-0/+93
* Initialize CBMEM early.Vadim Bendebury2012-03-281-16/+23
* Replace ramtest pattern to assist in DIMM configurationKyösti Mälkki2012-03-251-91/+94
* malloc: size is unsigned, don't test for size < 0Patrick Georgi2012-03-111-4/+0
* Fix dependency problem for uart8250.c as wellStefan Reinauer2012-03-091-0/+1
* Fix compilation with CONFIG_USE_OPTION_TABLE enabledStefan Reinauer2012-03-091-0/+8
* Add support for the Startech PEX1XS1PMINIStefan Reinauer2012-03-091-0/+2
* Add an implementation for the memchr library functionGabe Black2012-03-092-0/+13
* Move C labels to start-of-linePatrick Georgi2012-03-071-1/+1
* Remove whitespace.Patrick Georgi2012-02-171-1/+1
* Don't loop infinitely long on serial comm failuresKyösti Mälkki2012-02-071-9/+22
* lib: add ram_check_nodieSven Schnelle2012-01-121-3/+37
* don't scan beyond end of CBFSFlorian Zumbiehl2011-11-021-1/+2
* remove trailing whitespaceStefan Reinauer2011-11-012-5/+5
* Fix usb debug dongle supportSven Schnelle2011-10-312-5/+2
* Clear improper use of CONFIG_CACHE_AS_RAMKyösti Mälkki2011-10-281-12/+12