summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-184-20/+12
* coreboot: x86: enable gc-sectionsAaron Durbin2015-03-172-5/+7
* lib: Add Kconfig option to enable/disable auto fallback controlTimothy Pearson2015-03-171-2/+3
* Add and consistently use wrapper macro for romstage static variablesJulius Werner2015-03-091-6/+1
* build.h: remove variable for the builduser, -hostname and -domainAlexander Couzens2015-03-092-13/+0
* coreboot: fix munged license textAaron Durbin2015-03-092-2/+2
* coreboot memrange: Two changes for zero size or empty memrangeFurquan Shaikh2015-03-041-1/+9
* Add stage information to coreboot bannerStefan Reinauer2015-03-041-5/+0
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-6/+6
* TPM: Fix whitespaceKyösti Mälkki2015-02-061-250/+250
* drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson2015-02-051-0/+2
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-273-305/+4
* CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki2015-01-272-5/+35
* CBMEM: Change some types to uintptr_tKyösti Mälkki2015-01-271-20/+20
* CBMEM: Tidy up CAR migrationKyösti Mälkki2015-01-272-9/+4
* CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki2015-01-272-35/+46
* CBMEM: Add timestamp_reinit()Kyösti Mälkki2015-01-272-2/+4
* CBMEM: Move cbmemc_reinit()Kyösti Mälkki2015-01-273-4/+5
* CBMEM console: Fix CAR migration stepKyösti Mälkki2015-01-271-1/+1
* CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki2015-01-273-3/+14
* rmodule: Correct the typecast with proper parenthesisFurquan Shaikh2015-01-271-1/+1
* vboot2: copy tlcl from vboot_reference as a preparation for vboot2 integrationDaisuke Nojiri2015-01-274-0/+915
* vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri2015-01-271-0/+6
* rmodule: Fix 64-bit related typecast errorsFurquan Shaikh2015-01-161-5/+5
* cbfs: add cbfs_read()Aaron Durbin2015-01-131-0/+16
* cbfs: add cbfs_locate_file()Aaron Durbin2015-01-131-29/+59
* Primitive memory testDavid Hendricks2015-01-092-0/+67
* misc: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-095-138/+34
* CBMEM: Rename utility fileKyösti Mälkki2015-01-072-1/+7
* doxygen fixes: change @var to @param varMartin Roth2015-01-061-4/+4
* timestamps: Switch from tsc_t to uint64_tStefan Reinauer2015-01-052-16/+11
* Print segment clean up information only when required.Vadim Bendebury2014-12-311-2/+3
* ipq8064: SOC UART driver belongs in the SOC directoryVadim Bendebury2014-12-301-440/+0
* Provide a common CBFS wrapper for SPI storageVadim Bendebury2014-12-302-0/+99
* cbmem: use a single id to name mapping tableVadim Bendebury2014-12-301-35/+1
* CBMEM: Always build for x86 romstageKyösti Mälkki2014-12-301-2/+1
* edid: fill reserved bits fields in cb_framebufferPatrick Georgi2014-12-291-2/+4
* RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cacheKyösti Mälkki2014-12-282-5/+3
* lib/edid.c: Fix mismatch between format string and variable typeAlexandru Gagniuc2014-12-221-1/+1
* lib/edid.c: Use 'hh' instead of 'h' length modifier in printkAlexandru Gagniuc2014-12-171-5/+5
* edid: initialize has_valid_detailed_blocks as 1Vince Hsu2014-12-171-0/+1
* edid: Change static variables to auto variables.Hung-Te Lin2014-12-171-189/+195
* edid: remove float usePatrick Georgi2014-12-161-11/+12
* CBMEM console: Fix boards with BROKEN_CAR_MIGRATEKyösti Mälkki2014-12-163-4/+5
* x86: provide symmetry between arm for cache_sync_instructions()Aaron Durbin2014-12-091-0/+4
* aarch64: Fix 64-bit pointer related castsMarcelo Povoa2014-12-091-2/+2
* edid: fill reserved bits fields in cb_framebufferPatrick Georgi2014-12-081-2/+4
* ipq8064: prepare UART driver for use in corebootVadim Bendebury2014-12-051-0/+440
* RISCV: get RISCV to build againRonald G. Minnich2014-12-041-1/+2
* gcc.c: Test for gcc, not for non-clangPatrick Georgi2014-11-301-1/+1