summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* device_tree/fit: Constify data structuresPatrick Rudolph2018-08-243-36/+42
* cbtable: remove chromeos_acpi from cbtableJoel Kitching2018-08-221-16/+0
* lib/fit_payload: Add coreboot tables support for FDT.Philipp Deppenwiese2018-08-222-1/+71
* src/{commonlib,lib}: Fix typoElyes HAOUAS2018-08-161-1/+1
* lib/lzmadecode.c: : Avoid static analysis error for unused valueRichard Spiegel2018-08-141-0/+4
* cbmem: rename vdat to chromeos_acpiJoel Kitching2018-08-141-8/+9
* lib/fit: support booting initrd placed above 4GiBPatrick Rudolph2018-08-102-5/+20
* src: Fix typoElyes HAOUAS2018-08-101-1/+1
* fit: Handle decompression errors properlyPatrick Rudolph2018-08-101-0/+2
* src/lib: Fix typoElyes HAOUAS2018-08-092-2/+2
* lib/edid.c: Avoid static analysis error for unused valueRichard Spiegel2018-08-091-1/+2
* lib/bootmem.c: Remove unused setting of variable "begin"Richard Spiegel2018-08-081-1/+0
* gpio: Change gpio_baseX_value() function return types to unsignedJulius Werner2018-08-031-9/+10
* util/cbmem: Add cbmem TCPA log supportPhilipp Deppenwiese2018-07-281-1/+2
* 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