summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* edid: Use edid_mode struct to reduce redundancyDavid Hendricks2015-08-281-24/+25
* edid: Clean-up the edid structDavid Hendricks2015-08-281-52/+71
* stage_cache: make prog const in stage_cache_add()Aaron Durbin2015-08-143-3/+4
* Only apply libgcc workaround on x86-32Stefan Reinauer2015-08-091-1/+1
* arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner2015-07-291-1/+3
* cbfs: hardcode file alignmentPatrick Georgi2015-07-152-8/+3
* timestamps: clarify in ramstage when not to reinit the cacheAaron Durbin2015-07-141-1/+1
* cbtable: describe boot mediaPatrick Georgi2015-07-141-0/+34
* fmap: publish find_fmap_directory()Patrick Georgi2015-07-141-1/+1
* fmap: Introduce new function to derive fmap name from offset/sizePatrick Georgi2015-07-141-0/+43
* Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth2015-07-122-2/+2
* timestamps: don't drop ramstage timestamps with EARLY_CBMEM_INITAaron Durbin2015-07-101-1/+8
* timestamp: add generic cache regionAaron Durbin2015-07-071-79/+182
* lzma: Return correct amount of decompressed bytesJulius Werner2015-07-061-1/+1
* linker scripts: Fix symbol handling for pre-RAM cbmem consolePatrick Georgi2015-07-011-2/+2
* lib: add delay.c to bootblock if I2C_TPM driver is enabledPatrick Georgi2015-06-301-0/+1
* hardwaremain: Move init_timer() call to before console initDuncan Laurie2015-06-301-4/+5
* prog_loader: Play nice with gc-sectionsStefan Reinauer2015-06-261-0/+4
* stage_cache: use cbmem init hooksAaron Durbin2015-06-092-12/+10
* cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin2015-06-094-6/+8
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-096-19/+27
* lib: Unify log2() and related functionsJulius Werner2015-06-053-40/+59
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-026-95/+115
* prog_loading: add region_device representing memoryAaron Durbin2015-06-021-0/+3
* cbfs: new API and better program loadingAaron Durbin2015-06-0218-1092/+565
* Remove leftover smi_get_tseg_baseVladimir Serbinenko2015-05-291-6/+0
* fmap: new API using region_deviceAaron Durbin2015-05-262-0/+124
* coreboot: introduce boot_deviceAaron Durbin2015-05-263-28/+113
* cbmem: remove cbmem_set_top()Aaron Durbin2015-05-261-14/+0
* CBMEM console: Fix buffer without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-5/+2
* timestamp: Fix collection without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-5/+5
* CBMEM: Fix S3 resume path without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-11/+4
* consoles: remove unused infrastructureAaron Durbin2015-05-261-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2138-42/+38
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-201-1/+1
* regions: add more helpersAaron Durbin2015-05-191-5/+0
* regions: add mmap helper deviceAaron Durbin2015-05-141-0/+38
* regions: add memory region device supportAaron Durbin2015-05-141-0/+42
* coreboot: add memory pool infrastructureAaron Durbin2015-05-142-0/+56
* coreboot: add region infrastructureAaron Durbin2015-05-142-0/+125
* secmon: allow for serial consoleAaron Durbin2015-05-131-0/+1
* verstage: provide support for serial consoleAaron Durbin2015-05-131-0/+2
* cbmem: Add initial allocation supportLee Leahy2015-05-131-9/+20
* vboot: inject vboot loader for stage loadingAaron Durbin2015-05-115-4/+14
* imd: don't recover on limit == 0Aaron Durbin2015-05-111-0/+3
* secmon: Add some missing filesPatrick Georgi2015-05-111-0/+1
* timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMERAaron Durbin2015-05-071-0/+3
* timestamp: provide weak default implementation of timestamp_getAaron Durbin2015-05-051-0/+11
* vboot: add cbfs_coreAaron Durbin2015-05-052-0/+3
* timestamp: refine boot CPU testAaron Durbin2015-05-051-3/+17
OpenPOWER on IntegriCloud