summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/device_tree.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* lib/ramtest: Fix ram_check() declarationsKyösti Mälkki2021-01-181-4/+4
* ACPI: Select ACPI_SOC_NVS only where suitableKyösti Mälkki2021-01-181-1/+1
* arch/x86: Move prologue to .init sectionKyösti Mälkki2021-01-071-0/+3
* coreboot_table: Convert some CONFIG(CHROMEOS) preprocessorKyösti Mälkki2020-12-311-6/+6
* ACPI: Allocate GNVS early in ramstageKyösti Mälkki2020-12-251-0/+5
* sb,soc/intel: Drop unnecessary headersKyösti Mälkki2020-12-221-7/+0
* drivers/tpm: Implement full PPIPatrick Rudolph2020-12-211-0/+4
* arch/arm: Replace .id section with build_info in CBFSKyösti Mälkki2020-12-171-3/+0
* drivers: Replace set_vbe_mode_info_validPatrick Rudolph2020-12-171-1/+2
* src/lib: Add Kconfig option for SPD cache in FMAPMatt DeVillier2020-12-142-1/+18
* drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph2020-12-142-10/+0
* lib/fmap: Add null parameters handlingJakub Czapiga2020-12-111-0/+6
* fw_config: Use UNDEFINED_FW_CONFIG to mean unprovisionedTim Wawrzynczak2020-12-111-2/+9
* lib/edid_fill_fb: Support multiple framebuffersPatrick Rudolph2020-12-101-50/+145
* cbfs: Allow mcache to be found after the first lookupJulius Werner2020-12-092-3/+12
* Revert "cbfs: Skip mcache in post-RAM stages before CBMEM is online"Julius Werner2020-12-091-2/+1
* cbfs: Skip mcache in post-RAM stages before CBMEM is onlineJulius Werner2020-12-081-1/+2
* cbfs: Add more error messages for lookupJulius Werner2020-12-041-1/+10
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-036-14/+152
* cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()Julius Werner2020-12-031-4/+25
* lib/trace: Remove TRACE supportKyösti Mälkki2020-12-022-23/+0
* cbfs: Port cbfs_load() and cbfs_map() to new APIJulius Werner2020-12-021-18/+18
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-025-19/+23
* cbfs: Move more stuff into cbfs_boot_lookup()Julius Werner2020-12-021-27/+34
* cbfs: Enable CBFS mcache on most chipsetsJulius Werner2020-12-021-1/+0
* lib/reg_script: Add cast to fix compilation on x86_64Patrick Rudolph2020-12-011-6/+6
* cbfs: Add metadata cacheJulius Werner2020-11-213-18/+126
* ACPI S3: Replace acpi_is_wakeup()Kyösti Mälkki2020-11-191-1/+1
* src: Add missing 'include <console/console.h>'Elyes HAOUAS2020-11-171-0/+1
* lib/gnat/i-c.ads: Add `uintptr_t` typeAngel Pons2020-11-161-0/+3
* src: Update some incorrect config options in commentsMartin Roth2020-11-161-1/+1
* lib/libpayload: Replace strapping_ids with new board configuration entryTim Wawrzynczak2020-10-301-56/+23
* fw_config: Make fw_config_get() publicTim Wawrzynczak2020-10-301-6/+1
* fw_config: Convert fw_config to a 64-bit fieldTim Wawrzynczak2020-10-301-11/+13
* cbfs: Hook up to new CBFS implementationJulius Werner2020-10-301-27/+24
* lib/edid: Add missing name descriptor presence flagJakub Czapiga2020-10-261-0/+1
* drivers/smmstore: Implement SMMSTORE version 2Patrick Rudolph2020-10-221-0/+6
* lib/imd: move struct definitions to a new header fileJakub Czapiga2020-10-191-31/+2
* lib/cbfs: deserialize cbfs_stage objects correctlyAaron Durbin2020-10-131-3/+9
* trogdor: Modify DDR training to use mrc_cacheShelley Chen2020-10-091-0/+1
* lib/spd: respect spd memory part name overrideNick Vaccaro2020-10-091-14/+21
* lib/fw_config: change BOOT_STATE_INIT_ENTRY to be BS_DEV_INIT_CHIPSNick Vaccaro2020-10-081-1/+1
* lib/spd_bin: add LPDDR4X case to spd_get_name()Nick Vaccaro2020-10-051-0/+1
* soc/intel: remove duplicate weak versions of mainboard_get_dram_part_num()Nick Vaccaro2020-10-051-0/+7
* lib/ubsan.c: Remove GCC 5.x workaroundAngel Pons2020-10-051-12/+0
* lib/Makefile.inc: fix name of config stringPaul Fagerburg2020-09-261-1/+1
* lib/Makefile.inc: drop redundant conditional on CONFIG_HAVE_SPD_IN_CBFSMichael Niewöhner2020-09-231-1/+1
* lib/Makefile.inc: fail build when SPD would be emptyMichael Niewöhner2020-09-231-0/+4
* treewide: rename GENERIC_SPD_BIN to HAVE_SPD_BIN_IN_CBFSMichael Niewöhner2020-09-232-3/+3