summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2015-03-09Add and consistently use wrapper macro for romstage static variablesJulius Werner
2015-03-09build.h: remove variable for the builduser, -hostname and -domainAlexander Couzens
2015-03-09coreboot: fix munged license textAaron Durbin
2015-03-04coreboot memrange: Two changes for zero size or empty memrangeFurquan Shaikh
2015-03-04Add stage information to coreboot bannerStefan Reinauer
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-06TPM: Fix whitespaceKyösti Mälkki
2015-02-05drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson
2015-01-27CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki
2015-01-27CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki
2015-01-27CBMEM: Change some types to uintptr_tKyösti Mälkki
2015-01-27CBMEM: Tidy up CAR migrationKyösti Mälkki
2015-01-27CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki
2015-01-27CBMEM: Add timestamp_reinit()Kyösti Mälkki
2015-01-27CBMEM: Move cbmemc_reinit()Kyösti Mälkki
2015-01-27CBMEM console: Fix CAR migration stepKyösti Mälkki
2015-01-27CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki
2015-01-27rmodule: Correct the typecast with proper parenthesisFurquan Shaikh
2015-01-27vboot2: copy tlcl from vboot_reference as a preparation for vboot2 integrationDaisuke Nojiri
2015-01-27vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri
2015-01-16rmodule: Fix 64-bit related typecast errorsFurquan Shaikh
2015-01-13cbfs: add cbfs_read()Aaron Durbin
2015-01-13cbfs: add cbfs_locate_file()Aaron Durbin
2015-01-09Primitive memory testDavid Hendricks
2015-01-09misc: Drop print_ implementation from non-romcc boardsStefan Reinauer
2015-01-07CBMEM: Rename utility fileKyösti Mälkki
2015-01-06doxygen fixes: change @var to @param varMartin Roth
2015-01-05timestamps: Switch from tsc_t to uint64_tStefan Reinauer
2014-12-31Print segment clean up information only when required.Vadim Bendebury
2014-12-30ipq8064: SOC UART driver belongs in the SOC directoryVadim Bendebury
2014-12-30Provide a common CBFS wrapper for SPI storageVadim Bendebury
2014-12-30cbmem: use a single id to name mapping tableVadim Bendebury
2014-12-30CBMEM: Always build for x86 romstageKyösti Mälkki
2014-12-29edid: fill reserved bits fields in cb_framebufferPatrick Georgi
2014-12-28RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cacheKyösti Mälkki
2014-12-22lib/edid.c: Fix mismatch between format string and variable typeAlexandru Gagniuc
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