aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-09-10lib/Makefile.inc: fix hex-to-bin conversion of SPD filesMichael Niewöhner
2020-09-08lib/Kconfig: Drop obsolete help text from GENERIC_SPD_BINMichael Niewöhner
2020-08-31fw_config: Add caching to successfully probed fieldsTim Wawrzynczak
2020-08-27symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner
2020-08-26lib/imd: Prohibit removing imd_entry covering root regionJan Dabros
2020-08-26lib/imd: Fix imdr_recover for small regionsJan Dabros
2020-08-26lib/imd: Improve check to filter out 0-size imd_entriesJan Dabros
2020-08-26lib/imd: Add an extra check for root_sizeJan Dabros
2020-08-26include/imd: Improve API documentationJan Dabros
2020-08-26lib/imd: Remove redundant code in imd.cAnna Karas
2020-08-26src/lib: Fix a mistake in a comment in imd.cAnna Karas
2020-08-21lib: Update fmap cache error for psp_verstageMartin Roth
2020-08-21arch/x86: Add support for ASan to memory functionsHarshit Sharma
2020-08-21lib: Add ASan support to romstage on x86 archHarshit Sharma
2020-08-21lib: Add ASan support to ramstage on x86 archHarshit Sharma
2020-08-21lib: Update ASan compiler flags and Kconfig help textHarshit Sharma
2020-08-21lib: Add ASan stubHarshit Sharma
2020-08-18src: Remove unused 'include <stddef.h>Elyes HAOUAS
2020-08-17lib/imd_cbmem.c: Add a helper function to indicate that cbmem is readyArthur Heymans
2020-08-06gpio: Pull down HiZ pins after reading tristate GPIO strappingJulius Werner
2020-08-04src/lib: Remove unused function parameters in imd.cAnna Karas
2020-08-03lib/gcov: Remove assert(0)Patrick Georgi
2020-08-03lib/string: Add standard strstr() functionJes Klinke
2020-07-31lib/ubsan.c: Update error handlers for current toolchain's GCCAngel Pons
2020-07-30lib/bootmem.c: Improve bootmem_allocate_buffer algorithmJan Dabros
2020-07-29lib/libgcov.c: Do not redefine `alloca`Angel Pons
2020-07-28ACPI S3: Clean up resume pathKyösti Mälkki
2020-07-14src: Remove unused 'include <types.h>'Elyes HAOUAS
2020-07-11src/lib: Remove redundant code in imd.cAnna Karas
2020-07-09src/lib/jpeg.c: Drop dead codeAngel Pons
2020-07-08lib: Temporarily remove timestamps from psp_verstageMartin Roth
2020-07-06prog_loaders: Fix ramstage loading on x86Nico Huber
2020-07-06arch/x86: Remove RELOCATABLE_RAMSTAGEKyösti Mälkki
2020-07-04lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin
2020-06-18lib/hardwaremain: Drop HAVE_ACPI_RESUME guardsKyösti Mälkki
2020-06-17lib/reg_script: Add guards for <arch/io.h>Kyösti Mälkki
2020-06-17treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
2020-06-16lib/malloc: Drop <cpu/x86/smm.h> includeKyösti Mälkki
2020-06-10lib/program.ld: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
2020-06-02fw_config: Add firmware configuration interfaceDuncan Laurie
2020-06-02src: Remove unused 'include <bootstate.h>'Elyes HAOUAS
2020-05-29fit: Swap compat matching priorities for board-revX and board-skuYJulius Werner
2020-05-28drivers/intel/fsp2_0: add option to compress FSP-M in cbfsAaron Durbin
2020-05-28drivers/intel/fsp2_0: add option to compress FSP-S in cbfsAaron Durbin
2020-05-28lib/cbfs: add cbfs_stage_load_and_decompress helperAaron Durbin
2020-05-28lib: Add strtok() and strtok_r()harshit
2020-05-28arch/x86: Remove more romcc leftoversKyösti Mälkki
2020-05-28lib/cbfs: refactor code culling compression checksAaron Durbin
2020-05-26Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki
2020-05-18Remove new additions of "this file is part of" linesElyes HAOUAS
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-13lib/spd_cache: add spd_cache common codeJamie Chen
2020-05-13src: Remove unused '#include <stddef.h>'Elyes HAOUAS
2020-05-13espi_debug: Use switch case instead of if-elseFurquan Shaikh
2020-05-13Remove new additions of "this file is part of" linesFurquan Shaikh
2020-05-12espi: Add support for debug helper to print slave capabilitiesFurquan Shaikh
2020-05-11treewide: Convert more license headers to SPDX stylePatrick Georgi
2020-05-11treewide: split off license text, remove extra copyright noticesPatrick Georgi
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-10src: Replace remaining GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-08memrange: Break early from memranges_find_entry if limit is crossedFurquan Shaikh
2020-05-08lib/rtc.c: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-04-20drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki
2020-04-04src/lib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-31security/tpm: Include mrc.bin in CRTM if presentBill XIE
2020-03-31security/vboot: Decouple measured boot from verified bootBill XIE
2020-03-30memranges: Change align attribute to be log2 of required alignmentFurquan Shaikh
2020-03-25src/device: Add option to look at revision in option romsMartin Roth
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-17memrange: Add support for stealing required memory from given rangesFurquan Shaikh
2020-03-17memrange: Enable memranges to support different alignmentsFurquan Shaikh
2020-03-15lib/spd_bin: Add spaces around operatorPaul Menzel
2020-03-15lib/spd_bin: Cleanup spd_get_banksEric Lai
2020-03-15lib/spd_bin: Add LPDDR4X SPD information and DDR5, LPDDR5 IDsEric Lai
2020-03-11prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADINGJulius Werner
2020-03-11cbfs: Remove unused functionsJulius Werner
2020-03-10lib/spd_bin: Correct LPDDR3 SPD informationEric Lai
2020-03-07lib/spd_bin: Add "number" to log messageEric Lai
2020-03-07lib/spd_bin: Extend LPDDR4 SPD informationEric Lai
2020-03-07lib/spd_bin: Fix grammar mistake in a commentAngel Pons
2020-02-25lib/lzma: Fix out-of-bounds readAlex Rebert
2020-02-24treewide: Capitalize 'CMOS'Elyes HAOUAS
2020-02-17lib/edid: Zero struct only when usedPaul Menzel
2020-02-17lib/edid.c: Remove trailing space from detailed mode outputPaul Menzel
2020-01-28commonlib: Add commonlib/bsdJulius Werner
2020-01-27lib: Always read SPD sources as text fileJohanna Schander
2020-01-18cbfs: Remove locator conceptJulius Werner
2020-01-10drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki
2020-01-10timestamps: Fix syncing, logging and commentsKyösti Mälkki
2020-01-10timestamps: Fix TIMESTAMPS_ON_CONSOLE behaviourKyösti Mälkki
2020-01-09lib/spd_bin,soc/intel/common: Move get_spd_smbus()Kyösti Mälkki
2020-01-08src/lib: Fix typosElyes HAOUAS
2020-01-07drivers/pc80/rtc: Remove stub for sanitize_cmos()Kyösti Mälkki
2020-01-07drivers/pc80/rtc: Remove stub for cmos_post_init()Kyösti Mälkki