summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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
2020-01-07lib/crc_byte: Add CRC32 implementationPatrick Rudolph
2020-01-03device/early_smbus: Drop unused function parameterKyösti Mälkki
2020-01-02lib/malloc: Implement a simple free() only for last malloc()Bora Guvendik
2020-01-02lib/: Drop generic_dump_spdKyösti Mälkki
2019-12-31console,boot_state: Reformat state times outputKyösti Mälkki
2019-12-27bootblock: Support normal/fallback mechanism againKyösti Mälkki
2019-12-26src: Remove unused include <string.h>Elyes HAOUAS
2019-12-20arch/x86: Drop romcc bootblockArthur Heymans
2019-12-20src: Replace min/max() with MIN/MAX()Elyes HAOUAS
2019-12-19arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHEKyösti Mälkki
2019-12-11fmap: Make FMAP_CACHE mandatory if it is configured inJulius Werner
2019-12-11printf: Automatically prefix %p with 0xJulius Werner