summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Hook up Kconfig Ada spec fileNico Huber2019-02-062-0/+4
* bootmem: add new memory type for BL31Ting Shen2019-02-051-0/+3
* string: move strdup() & strconcat() to lib/string.cThomas Heijligen2019-01-302-0/+22
* selfload: check target memory type in selfload_checkTing Shen2019-01-303-24/+19
* lib/hardwaremain: Fix typo ACPISubrata Banik2019-01-301-1/+1
* lib/boot_device: Add API for write protect a regionRizwan Qureshi2019-01-211-0/+7
* lib/libgcc.c: Fix shift warningsPaul Menzel2019-01-171-3/+3
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-167-7/+0
* src: Get rid of device_tElyes HAOUAS2019-01-041-2/+11
* arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-12-227-52/+16
* lib/fit: Normalize spaces in board names to dashesJonathan Neuschäfer2018-12-191-2/+2
* cbfs: Alert if something goes wrong in cbfs_boot_locate()Nico Huber2018-12-071-3/+9
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-1/+1
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+1
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* src/lib/edid: avoid buffer overflowPatrick Georgi2018-11-061-4/+5
* reset: Finalize move to new APINico Huber2018-10-311-35/+0
* Add selfboot to the romstageRonald G. Minnich2018-10-302-1/+1
* selfboot: create selfboot_check function, remove check paramRonald G. Minnich2018-10-252-11/+48
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-232-2/+2
* intel: Use CF9 reset (part 2)Patrick Rudolph2018-10-221-14/+0
* reset: Provide new single-function reset APINico Huber2018-10-223-2/+32
* selfboot: remove bounce buffersRonald G. Minnich2018-10-112-431/+115
* Move compiler.h to commonlibNico Huber2018-10-0817-17/+0
* src/lib/edid.c: Replace #if 1 with something usefulAngel Pons2018-10-051-6/+7
* src/*: normalize Google copyright headersPatrick Georgi2018-09-282-2/+2
* complier.h: add __noreturn and use it in code baseAaron Durbin2018-09-102-9/+6
* lib/gpio.c: Fix _gpio_base3_value invalid shiftRichard Spiegel2018-09-071-2/+13
* lib/gpio.c: Validate num_gpioRichard Spiegel2018-08-281-1/+2
* lib/nhlt: Use common function to set NHLT versionMarc Jones2018-08-271-1/+1
* 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