summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* jpeg: add jpeg_fetch_size()Patrick Georgi2015-10-282-0/+13
* boot_device: add call to boot_device_init()Aaron Durbin2015-10-271-0/+3
* coreboot: make lb_framebuffer a weak functionrobbie zhang2015-10-271-1/+1
* lib/stack: Add stack overrun detectionTimothy Pearson2015-10-241-2/+3
* Revert "coreboot_table: don't add CMOS checksum twice."Nico Huber2015-10-201-0/+25
* bootblock: Link timestamp.c only with EARLY_CBMEM_INITPaul Menzel2015-10-161-0/+3
* x86: add standalone verstage supportAaron Durbin2015-10-141-0/+2
* cbfs: don't load x86 programs over the top of read-only mediaAaron Durbin2015-10-111-0/+12
* cbmem console: make verstage first class citizenAaron Durbin2015-10-111-5/+21
* Derive lvds_dual_channel from EDID timings.Vladimir Serbinenko2015-10-111-0/+15
* lib/gcov-glue.c: Define macro `COVERAGE_MAGIC` and use itPaul Menzel2015-10-081-1/+3
* cbfs: add struct cbfsfAaron Durbin2015-10-072-23/+29
* program.ld: terminate ALIGN statementPatrick Georgi2015-09-281-1/+1
* coreboot: move TS_END_ROMSTAGE to one spotAaron Durbin2015-09-241-0/+2
* linking: link bootblock.elf with .data and .bss sections againAaron Durbin2015-09-221-7/+0
* coreboot: introduce commonlibAaron Durbin2015-09-225-258/+2
* linking: Repair special treatments for non-x86 bootblocksJulius Werner2015-09-171-5/+16
* 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