summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* FMAP: Refactor CBMEM hookKyösti Mälkki2022-04-261-5/+11
* timestamp: Replace TS_ROMSTAGE_END conditionalKyösti Mälkki2022-04-261-3/+2
* lib/edid_fill_fb.c: Remove unused <bootsplash.h>Elyes HAOUAS2022-04-241-1/+0
* lib: Remove unused <stdlib.h> and use <types.h> when appropriateElyes HAOUAS2022-04-2410-16/+8
* lib/coreboot_table.c: Use align macroArthur Heymans2022-04-201-3/+1
* lib: Check for non-existent DIMMs in check_if_dimm_changedEric Lai2022-04-201-0/+4
* coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang2022-04-142-4/+4
* lib/device_tree.c: zero-initialize new DT nodesSergii Dmytruk2022-03-221-1/+1
* lib/spd: Do not print part number if it is not availableWerner Zeh2022-03-151-2/+4
* prog_loader: Change legacy_romstage_select_and_load() to return cb_errJulius Werner2022-03-091-1/+1
* cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMIRaul E Rangel2022-03-092-0/+10
* coreboot_tables.c: Expose the ACPI RSDPArthur Heymans2022-03-091-0/+14
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-091-9/+9
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-087-24/+24
* lib/Makefile: Add ability to specify -ldflags for rmodulesRaul E Rangel2022-02-281-1/+1
* 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