summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGEAaron Durbin2015-09-092-6/+9
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-091-2/+2
* rmodule: use program.ld for linkingAaron Durbin2015-09-092-99/+17
* verstage: use common program.ld for linkingAaron Durbin2015-09-091-0/+1
* x86: link romstage like the other architecturesAaron Durbin2015-09-092-2/+8
* linking: move romstage and bootblock to use program.ldAaron Durbin2015-09-093-117/+2
* linking: lay the groundwork for a unified linking approachAaron Durbin2015-09-092-46/+61
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-052-8/+8
* bootmode: add display_init_required()Aaron Durbin2015-09-041-2/+10
* timestamp: add tick frequency to exported tableAaron Durbin2015-08-311-0/+10
* edid: fix know_modes timing errorYakir Yang2015-08-281-4/+4
* edid: add function to manually specify modeDavid Hendricks2015-08-281-1/+60
* edid: Memset output earlier in decode_edid()David Hendricks2015-08-281-1/+2
* 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