summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-6/+0
* selfboot: Report correct entry point address in debug message.Hung-Te Lin2013-02-271-1/+2
* libcbfs: Fix legacy CBFS API, typosHung-Te Lin2013-02-221-3/+3
* fix an error message in checkstack()David Hendricks2013-02-121-1/+1
* cbfs: Fix CBFS max size calculation.Hung-Te Lin2013-02-071-5/+5
* cbfs: Revise debug messages.Hung-Te Lin2013-02-062-4/+4
* armv7: Add 'bootblock' build class.Hung-Te Lin2013-02-032-0/+12
* lib: Prevent unaligned memory access and fix endianess in LZMA decode library.Hung-Te Lin2013-02-011-1/+7
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-304-133/+222
* src/lib/timestamp.c: Fix spelling of tim*e*stampPaul Menzel2013-01-221-1/+1
* 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
OpenPOWER on IntegriCloud