summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-08-03gpio: Change gpio_baseX_value() function return types to unsignedJulius Werner
2018-07-28util/cbmem: Add cbmem TCPA log supportPhilipp Deppenwiese
2018-07-20write_tables: return a pointer to the tableRonald G. Minnich
2018-07-12Coverity: Fix CID1393979Patrick Rudolph
2018-07-09src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-07-02src: Get rid of unneeded whitespaceElyes HAOUAS
2018-06-28devicetree: Add method to delete property by namePatrick Rudolph
2018-06-28vboot: Fix linking error with USE_OPTION_TABLE enabledPatrick Rudolph
2018-06-27lib/rmodule: Fix indentationKyösti Mälkki
2018-06-27stage_cache: Disable when APCI S3 is not possibleKyösti Mälkki
2018-06-19lib: Add FIT payload supportPatrick Rudolph
2018-06-19lib: Raw import FIT parserPatrick Rudolph
2018-06-19lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph
2018-06-14src: Get rid of device_tElyes HAOUAS
2018-06-14lib/device_tree: Add method to get phandlePatrick Rudolph
2018-06-12arch/x86: Fix payload loading via bounce-bufferKyösti Mälkki
2018-06-12bootmem: Clarify usage with bounce-bufferKyösti Mälkki
2018-06-11{src,util}: Use NULL instead of 0 for pointerElyes HAOUAS
2018-06-11selfboot: Move x86 quirk under archKyösti Mälkki
2018-06-04src/lib: Remove unneeded 'console.h' includeElyes HAOUAS
2018-06-04lib/cbfs: Optimise LZMA away from romstageKyösti Mälkki
2018-06-04lib/coreboot_table.c: Remove unneeded includeElyes HAOUAS
2018-05-31Remove AMD K8 cpu and northbridge supportKyösti Mälkki
2018-05-22Introduce bootblock self-decompressionJulius Werner
2018-05-22bootblock: Allow more timestamps in bootblock_main_with_timestamp()Julius Werner
2018-05-19lib/gnat: Drop Restriction `No_Exception_Propagation`Nico Huber
2018-05-16lib/prog_loaders: Store CBFS type in struct progPatrick Rudolph
2018-05-14timestamp: Increase max number of timestampsRaul E Rangel
2018-05-10bootmem: Keep OS memory map separate from the startJulius Werner
2018-05-09{device,drivers,lib,mb,nb}: Use only one space after 'if'Elyes HAOUAS
2018-05-09lib/nhlt: add support for passing subsystem_id to endpoint's structureHarsha Priya
2018-05-07lib/bootmem: ensure ramstage memory isn't given to OSAaron Durbin
2018-05-04lib/bootmem: Add method to walk OS POV memory tablesPatrick Rudolph
2018-05-04lib/bootmem: Add method to walk memory tablesPatrick Rudolph
2018-05-04lib/bootmem: Add more bootmem tagsPatrick Rudolph
2018-05-02lib/cbfs.c: fix typoPatrick Georgi
2018-04-30lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph
2018-04-30lib/devicetree: Integrate flattened devicetree supportPatrick Rudolph
2018-04-30lib: Raw import FDT devicetree from depthchargePatrick Rudolph
2018-04-24lib/ext_stage_cache: include prog arg in stage cache metadataAaron Durbin
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-17cbfs: Add cbfs_boot_load_file()T Michael Turney
2018-04-16lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_tableAaron Durbin
2018-04-11lib/memrange: Introduce method to clone memrangePatrick Rudolph
2018-04-11src/lib/dimm_info_util.c: Add methods to convert from SMBIOS to SPDRaul E Rangel
2018-04-09lib/lzmadecode: Add block around `UpdateBit1()`Paul Menzel
2018-03-26lib/lzma: Respect dstn argumentPatrick Rudolph
2018-03-09Timestamps: Add option to print timestamps to debug consoleMartin Roth
2018-03-08coreboot_table: Print GPIO state correctly for lb_gpiosJulius Werner
2018-03-05lib: Add delay.c to smmFurquan Shaikh