summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-163-6/+7
* lib/device_tree.c: Change 'printk(BIOS_DEBUG, "ERROR:' to printk(BIOS_ERR, "'Elyes HAOUAS2022-02-111-5/+4
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-079-45/+38
* console: Add loglevel marker codes to stored consolesJulius Werner2022-02-071-2/+8
* lib/spd_cache.c: Drop comparison to {true, false}Elyes HAOUAS2022-01-281-5/+5
* lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UARTRaul E Rangel2022-01-251-6/+17
* Makefile.inc: Add `-fno-pie` to `ADAFLAGS_common`Paul Menzel2022-01-231-0/+1
* lib/cbmem_console: Add cbmemc_copy_in functionRaul E Rangel2022-01-231-0/+10
* timestamp: Allow timestamp_add to accept a negative numberBora Guvendik2022-01-211-3/+3
* Revert "lib/cbmem_console: Move copy_console_buffer up in the file"Raul Rangel2022-01-211-32/+32
* lib/cbmem_console: Move copy_console_buffer up in the fileRaul E Rangel2022-01-211-32/+32
* console/cbmem: Add cbmem_dump_consoleRaul E Rangel2022-01-171-1/+23
* src: Remove unused <cbfs.h>Elyes HAOUAS2022-01-172-2/+0
* src/{drivers,lib}: Remove unused <console/console.h>Elyes HAOUAS2022-01-141-1/+0
* console/cbmem_console: Rename cbmem_dump_consoleRaul E Rangel2022-01-131-1/+1
* src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h>Elyes HAOUAS2022-01-122-2/+0
* src/lib: Remove unused <timer.h>Elyes HAOUAS2022-01-101-1/+0
* src/lib: Remove unused <delay.h>Elyes HAOUAS2022-01-101-1/+0
* ChromeOS: Refactor ACPI CNVS generationKyösti Mälkki2021-12-231-1/+1
* lib/Makefile.inc: Remove effect-free lineAngel Pons2021-12-231-1/+0
* Spell *Boot Guard* with a space for official spellingPaul Menzel2021-12-161-1/+1
* lib/cbfs: Disable cbfs_preload in romstage when VBOOT_STARTS_IN_ROMSTAGERaul E Rangel2021-12-151-0/+4
* rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOPRaul E Rangel2021-12-151-1/+1
* cbfs: Enable CBFS verification KconfigsJulius Werner2021-12-132-20/+34
* cbfs: Remove deprecated APIsJulius Werner2021-12-061-40/+0
* cbfs | tspi: Join hash calculation for verification and measurementJulius Werner2021-12-031-19/+28
* region: Rename rdev_readat_full to rdev_read_fullJulius Werner2021-12-031-1/+1
* cbfs: Add unverified_area APIsJulius Werner2021-11-301-74/+100
* cbfs: Add helper functions to look up size and type of a fileJulius Werner2021-11-171-8/+8
* src/lib/prog_loaders: Add preload_ramstageRaul E Rangel2021-11-161-0/+8
* lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preloadRaul E Rangel2021-11-162-55/+9
* lib/hardwaremain: Run timers more frequentlyRaul E Rangel2021-11-151-0/+5
* arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik2021-11-111-13/+4
* lib/thread: Start stopwatch after printkRaul E Rangel2021-11-101-2/+2
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-101-1/+1
* src/lib: Add FW_CONFIG_SOURCE_VPDWonkyu Kim2021-11-081-0/+12
* src/lib/fw_config: Change fw_config sources priorityWonkyu Kim2021-11-081-17/+16
* lib/cbfs: Add cbfs_preload()Raul E Rangel2021-11-042-6/+175
* lib/thread: Use __func__ instead of repeating function nameRaul E Rangel2021-11-041-4/+4
* lib/thread: Add ERROR prefix to error messagesRaul E Rangel2021-11-041-4/+4
* lib: Add list.c to all stagesRaul E Rangel2021-11-041-1/+2
* lib/cbfs: Add CBFS_CACHE_ALIGN Kconfig optionRaul E Rangel2021-11-042-2/+8
* commonlib/mem_pool: Allow configuring the alignmentRaul E Rangel2021-11-041-4/+5
* lib/list: Add list_appendRaul E Rangel2021-11-031-0/+8
* google/trogdor: Add backlight support for Parade ps8640xuxinxiong2021-11-022-0/+42
* lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width()Subrata Banik2021-11-021-2/+6
* lib: Use `smbios_bus_width_to_spd_width` for setting dimm.bus_widthSubrata Banik2021-10-301-0/+1
* lib/cbfs: Enable cbfs_cache for x86Raul E Rangel2021-10-291-6/+12
* src/lib/fmap.c: use le*toh() functions where neededKrystian Hebel2021-10-271-6/+8
* lib/cbfs: Call rdev_unmap on hash mismatchRaul E Rangel2021-10-201-1/+8