summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2014-12-17lib/edid.c: Use 'hh' instead of 'h' length modifier in printkAlexandru Gagniuc
2014-12-17edid: initialize has_valid_detailed_blocks as 1Vince Hsu
2014-12-17edid: Change static variables to auto variables.Hung-Te Lin
2014-12-16edid: remove float usePatrick Georgi
2014-12-16CBMEM console: Fix boards with BROKEN_CAR_MIGRATEKyösti Mälkki
2014-12-09x86: provide symmetry between arm for cache_sync_instructions()Aaron Durbin
2014-12-09aarch64: Fix 64-bit pointer related castsMarcelo Povoa
2014-12-08edid: fill reserved bits fields in cb_framebufferPatrick Georgi
2014-12-05ipq8064: prepare UART driver for use in corebootVadim Bendebury
2014-12-04RISCV: get RISCV to build againRonald G. Minnich
2014-11-30gcc.c: Test for gcc, not for non-clangPatrick Georgi
2014-11-30Introduce halt()Patrick Georgi
2014-11-26Export board-status info.Vladimir Serbinenko
2014-11-25build system: unify linker use across gcc and clangPatrick Georgi
2014-11-25build system: use a single variable name for compiler runtimesPatrick Georgi
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-11-19lib/lzma.c: Use header over .c includeEdward O'Callaghan
2014-11-19lib/cbfs: Use linker symbols over .c include in cbfs.cEdward O'Callaghan
2014-11-12src/lib/Makefile.inc: Allow rmodules to link under ClangEdward O'Callaghan
2014-11-12src/lib/rmodule.ld: DISCARD (.note|.note.*) sectionsEdward O'Callaghan
2014-11-11lib/malloc.c: Remove pre-proc guard around includeEdward O'Callaghan
2014-10-28cbmem: Fix 64-bit pointer related casts in dynamic_cbmem.cMarcelo Povoa
2014-10-22reg_script: include in romstageIsaac Christensen
2014-10-19ACPI: Allocate S3 resume backup in CBMEM earlierKyösti Mälkki
2014-10-16lib/cbfs: more cleanup for 32/64 issuesRonald G. Minnich
2014-10-16cbmem: 64/32 cleanupRonald G. Minnich
2014-10-16ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko
2014-10-07edid: Relax EDID 1.3 requirements.Hung-Te Lin
2014-10-07cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black
2014-10-01edid: Support EDID 1.4.Hung-Te Lin
2014-10-01edid: Accept valid detail blocks without timing descriptor.Hung-Te Lin
2014-10-01edid: Fix string extraction in Monitor Descriptors.Hung-Te Lin
2014-10-01edid: Fix extension parsing when EDID blob does not have any extensions.Hung-Te Lin
2014-10-01edid: Fix source indent.Hung-Te Lin
2014-09-23rmodule: Fix rmodule.ld for 64-bitFurquan Shaikh
2014-09-13arm: Move exception_init() close to console_init()Julius Werner
2014-09-12stack check: cosmeticsStefan Reinauer
2014-08-25intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich
2014-08-25delay: Have mdelay() / delay() available in romstage, tooStefan Reinauer
2014-08-13arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2014-08-10cbfs: Check return value of map() for errorJulius Werner
2014-08-10cbfs: Fix overwalk on file scanSteven Sherk
2014-08-10coreboot_tables: reduce redundant data structuresJulius Werner
2014-08-10src/lib/edid.c: missing break statementPatrick Georgi
2014-08-07Possible thread stack implementation.Ronald G. Minnich
2014-07-08lib: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-03ACPI: Recover type of wakeup in acpi_is_wakeup()Kyösti Mälkki
2014-06-27lib/Makefile.inc: Stop gcc.c getting into SMM clang buildsEdward O'Callaghan
2014-06-20src/lib/clog2.c: Fix style and clarity, remove some cruftEdward O'Callaghan