summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* write_tables: return a pointer to the tableRonald G. Minnich2018-07-201-2/+3
* Coverity: Fix CID1393979Patrick Rudolph2018-07-121-0/+3
* src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-4/+4
* devicetree: Add method to delete property by namePatrick Rudolph2018-06-281-0/+18
* vboot: Fix linking error with USE_OPTION_TABLE enabledPatrick Rudolph2018-06-281-0/+5
* lib/rmodule: Fix indentationKyösti Mälkki2018-06-271-1/+1
* stage_cache: Disable when APCI S3 is not possibleKyösti Mälkki2018-06-271-1/+2
* lib: Add FIT payload supportPatrick Rudolph2018-06-194-227/+474
* lib: Raw import FIT parserPatrick Rudolph2018-06-191-0/+487
* lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph2018-06-192-7/+9
* src: Get rid of device_tElyes HAOUAS2018-06-141-2/+10
* lib/device_tree: Add method to get phandlePatrick Rudolph2018-06-141-0/+22
* arch/x86: Fix payload loading via bounce-bufferKyösti Mälkki2018-06-121-0/+9
* bootmem: Clarify usage with bounce-bufferKyösti Mälkki2018-06-121-3/+21
* {src,util}: Use NULL instead of 0 for pointerElyes HAOUAS2018-06-111-1/+1
* selfboot: Move x86 quirk under archKyösti Mälkki2018-06-111-7/+6
* src/lib: Remove unneeded 'console.h' includeElyes HAOUAS2018-06-041-1/+0
* lib/cbfs: Optimise LZMA away from romstageKyösti Mälkki2018-06-041-0/+3
* lib/coreboot_table.c: Remove unneeded includeElyes HAOUAS2018-06-041-4/+0
* Remove AMD K8 cpu and northbridge supportKyösti Mälkki2018-05-311-48/+0
* Introduce bootblock self-decompressionJulius Werner2018-05-224-2/+107
* bootblock: Allow more timestamps in bootblock_main_with_timestamp()Julius Werner2018-05-221-4/+9
* lib/gnat: Drop Restriction `No_Exception_Propagation`Nico Huber2018-05-191-1/+0
* lib/prog_loaders: Store CBFS type in struct progPatrick Rudolph2018-05-161-0/+2
* timestamp: Increase max number of timestampsRaul E Rangel2018-05-141-1/+1
* bootmem: Keep OS memory map separate from the startJulius Werner2018-05-101-26/+10
* {device,drivers,lib,mb,nb}: Use only one space after 'if'Elyes HAOUAS2018-05-091-1/+1
* lib/nhlt: add support for passing subsystem_id to endpoint's structureHarsha Priya2018-05-091-1/+2
* lib/bootmem: ensure ramstage memory isn't given to OSAaron Durbin2018-05-071-3/+9
* lib/bootmem: Add method to walk OS POV memory tablesPatrick Rudolph2018-05-041-12/+29
* lib/bootmem: Add method to walk memory tablesPatrick Rudolph2018-05-041-0/+14
* lib/bootmem: Add more bootmem tagsPatrick Rudolph2018-05-042-3/+37
* lib/cbfs.c: fix typoPatrick Georgi2018-05-021-1/+1
* lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph2018-04-303-23/+47
* lib/devicetree: Integrate flattened devicetree supportPatrick Rudolph2018-04-304-162/+187
* lib: Raw import FDT devicetree from depthchargePatrick Rudolph2018-04-302-0/+981
* lib/ext_stage_cache: include prog arg in stage cache metadataAaron Durbin2018-04-241-1/+3
* compiler.h: add __weak macroAaron Durbin2018-04-2415-30/+44
* cbfs: Add cbfs_boot_load_file()T Michael Turney2018-04-171-2/+2
* lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_tableAaron Durbin2018-04-162-6/+21
* lib/memrange: Introduce method to clone memrangePatrick Rudolph2018-04-111-0/+16
* src/lib/dimm_info_util.c: Add methods to convert from SMBIOS to SPDRaul E Rangel2018-04-112-0/+99
* lib/lzmadecode: Add block around `UpdateBit1()`Paul Menzel2018-04-091-1/+2
* lib/lzma: Respect dstn argumentPatrick Rudolph2018-03-261-0/+2
* Timestamps: Add option to print timestamps to debug consoleMartin Roth2018-03-091-0/+16
* coreboot_table: Print GPIO state correctly for lb_gpiosJulius Werner2018-03-081-2/+2
* lib: Add delay.c to smmFurquan Shaikh2018-03-051-0/+1
* lib/stage_cache: Add save/get raw storageMarshall Dawson2018-02-072-0/+70
* lib/stage_cache: Add debug messages for failuresMarshall Dawson2018-02-012-8/+33