summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* coreboot_table: Use precision when printing lb_gpio nameJulius Werner2021-02-101-1/+1
* drivers/intel/fsp1_1,fsp2_0: Refactor logo displayKyösti Mälkki2021-02-092-0/+38
* src: Remove useless comments in "includes" linesElyes HAOUAS2021-02-041-1/+1
* coreboot_table: Move VBOOT_VBNV supportKyösti Mälkki2021-02-041-14/+2
* coreboot_table: Convert some CONFIG(CHROMEOS) preprocessorKyösti Mälkki2021-02-041-7/+2
* coreboot_table: Drop <vboot/misc.h> includeKyösti Mälkki2021-02-041-1/+0
* src: Remove unused <cbmem.h>Elyes HAOUAS2021-02-031-1/+0
* lib/asan.c: Update SPDX licenseFrans Hendriks2021-02-011-1/+1
* stage_cache: Add resume_from_stage_cache()Kyösti Mälkki2021-01-291-5/+1
* arch/x86: Top-align .init in bootblockKyösti Mälkki2021-01-281-0/+2
* src/lib/: Remove "this file is part of" lineElyes HAOUAS2021-01-251-2/+0
* ACPI: Clean up GNVS initialisationKyösti Mälkki2021-01-241-1/+1
* lib/edid_fill_fb: Relax bits_per_pixel constraintRaul E Rangel2021-01-241-3/+10
* ACPI S3: Replace stashed acpi_slp_typ valueKyösti Mälkki2021-01-231-2/+13
* 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