summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* vboot: make vboot workbuf available to payloadJoel Kitching2019-03-191-8/+22
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-192-2/+2
* Remove leftover filesKyösti Mälkki2019-03-141-96/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0820-84/+84
* prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if existSubrata Banik2019-03-071-1/+3
* arch/x86/postcar: Add separate timestamp for postcar stageSubrata Banik2019-03-071-0/+3
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-072-2/+0
* mb/qemu-{i440fx,q35}: Use POSTCAR stage to load the ramstageArthur Heymans2019-03-051-0/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* rtc: Fix rtc_calc_weekdayTim Wawrzynczak2019-02-271-38/+22
* security/vboot: Add measured boot modePhilipp Deppenwiese2019-02-251-14/+21
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-226-9/+14
* timestamp: Move timestamp_should_run() callKyösti Mälkki2019-02-211-3/+3
* ACPI: Correct asl_compiler_revision valueElyes HAOUAS2019-02-211-0/+2
* SMBIOS: Fix bios versionElyes HAOUAS2019-02-211-0/+2
* riscv: Add initial support for 32bit boardsPhilipp Hug2019-02-131-1/+2
* 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