summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* src/lib: Remove unused function parameters in imd.cAnna Karas2020-08-043-13/+12
* lib/gcov: Remove assert(0)Patrick Georgi2020-08-031-1/+1
* lib/string: Add standard strstr() functionJes Klinke2020-08-031-0/+10
* lib/ubsan.c: Update error handlers for current toolchain's GCCAngel Pons2020-07-311-2/+19
* lib/bootmem.c: Improve bootmem_allocate_buffer algorithmJan Dabros2020-07-301-3/+3
* lib/libgcov.c: Do not redefine `alloca`Angel Pons2020-07-291-1/+1
* ACPI S3: Clean up resume pathKyösti Mälkki2020-07-281-2/+2
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+0
* src/lib: Remove redundant code in imd.cAnna Karas2020-07-111-3/+0
* src/lib/jpeg.c: Drop dead codeAngel Pons2020-07-091-7/+0
* lib: Temporarily remove timestamps from psp_verstageMartin Roth2020-07-081-0/+4
* prog_loaders: Fix ramstage loading on x86Nico Huber2020-07-061-4/+7
* arch/x86: Remove RELOCATABLE_RAMSTAGEKyösti Mälkki2020-07-061-4/+3
* lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin2020-07-041-0/+7
* lib/hardwaremain: Drop HAVE_ACPI_RESUME guardsKyösti Mälkki2020-06-181-13/+10
* lib/reg_script: Add guards for <arch/io.h>Kyösti Mälkki2020-06-171-1/+13
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-177-12/+16
* lib/malloc: Drop <cpu/x86/smm.h> includeKyösti Mälkki2020-06-161-1/+0
* lib/program.ld: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-101-4/+1
* fw_config: Add firmware configuration interfaceDuncan Laurie2020-06-022-0/+99
* src: Remove unused 'include <bootstate.h>'Elyes HAOUAS2020-06-023-3/+0
* fit: Swap compat matching priorities for board-revX and board-skuYJulius Werner2020-05-291-6/+6
* drivers/intel/fsp2_0: add option to compress FSP-M in cbfsAaron Durbin2020-05-281-0/+12
* drivers/intel/fsp2_0: add option to compress FSP-S in cbfsAaron Durbin2020-05-281-0/+13
* lib/cbfs: add cbfs_stage_load_and_decompress helperAaron Durbin2020-05-281-9/+40
* lib: Add strtok() and strtok_r()harshit2020-05-281-0/+25
* arch/x86: Remove more romcc leftoversKyösti Mälkki2020-05-281-6/+0
* lib/cbfs: refactor code culling compression checksAaron Durbin2020-05-281-9/+23
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-263-3/+3
* Remove new additions of "this file is part of" linesElyes HAOUAS2020-05-181-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-6/+0
* lib/spd_cache: add spd_cache common codeJamie Chen2020-05-132-0/+223
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-131-1/+0
* espi_debug: Use switch case instead of if-elseFurquan Shaikh2020-05-131-27/+51
* Remove new additions of "this file is part of" linesFurquan Shaikh2020-05-131-1/+0
* espi: Add support for debug helper to print slave capabilitiesFurquan Shaikh2020-05-123-0/+105
* treewide: Convert more license headers to SPDX stylePatrick Georgi2020-05-114-63/+4
* treewide: split off license text, remove extra copyright noticesPatrick Georgi2020-05-113-10/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1151-51/+0
* src: Replace remaining GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-101-12/+1
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-18/+3
* memrange: Break early from memranges_find_entry if limit is crossedFurquan Shaikh2020-05-081-1/+6
* lib/rtc.c: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-11/+2
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-065-54/+5
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-065-19/+3
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-023-3/+3
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-4/+4
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-201-1/+1
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0447-613/+94