aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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
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
2014-06-06build: Drop libgcc runtime wrapper in Clang buildsEdward O'Callaghan
2014-05-13baytrail: snapshot power state in romstageAaron Durbin
2014-05-10ramstage_cache: allow ramstage usage add valid helperAaron Durbin
2014-05-10baytrail: add more iosf access functionsAaron Durbin
2014-05-10reg_script: add reg_script_run_on_dev()Aaron Durbin
2014-05-08ChromeOS boards: Always build code for bootmode strapsKyösti Mälkki
2014-05-07reg_script: add iosf lpss port accessAaron Durbin
2014-05-07reg_script: add iosf paths for score, ccu, and sscAaron Durbin
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-06regscript: Add support for MSR typeDuncan Laurie
2014-05-05lib/hexdump: Use `size_t` for length parameter of `hexdump32()`Paul Menzel
2014-05-05lib/hexdump.c: Indent with tabs instead of spaces and remove empty linesPaul Menzel
2014-05-01ChromeOS: Use common fill_lb_gpio()Kyösti Mälkki
2014-05-01ChromeOS: Remove oprom_is_loadedKyösti Mälkki
2014-05-01Declare recovery and developer modes outside ChromeOSKyösti Mälkki
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-19rmodule: add subsections to linker scriptAaron Durbin
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09uart: Redefine Kconfig optionsKyösti Mälkki
2014-04-09console uart: Fill coreboot table entriesKyösti Mälkki
2014-04-01Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATEKyösti Mälkki
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-03-11chromeos: provide option to dynamically allocate ram oops bufferAaron Durbin
2014-03-11rmodule: allow rmodule header structure to be used by userlandAaron Durbin
2014-03-08lib/dynamic_cbmem.c: Include `cbmem_console.h`Paul Menzel
2014-03-07x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING optionAaron Durbin
2014-03-04Add a generic register script handlerDuncan Laurie
2014-03-04usbdebug: Move Kconfig under drivers/usbKyösti Mälkki
2014-03-04uart8250: Move under drivers/uartKyösti Mälkki
2014-03-04uart8250mem: Unify calls with generic UARTKyösti Mälkki
2014-03-04uart8250io: Unify calls with generic UARTKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-03-04uart8250: Fix and unify baudrate divisor calculationKyösti Mälkki
2014-03-04uart: Do not guard entire include file by config optionsKyösti Mälkki
2014-03-03lib/selfboot: s_srcaddr is uninitialized.Edward O'Callaghan