summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/threadRaul E Rangel2021-10-181-8/+15
* lib/thread: Remove thread stack alignment requirementRaul E Rangel2021-10-051-16/+5
* lib/thread: Switch to using CPU_INFO_V2Raul E Rangel2021-10-051-22/+5
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-054-6/+6
* coreboot tables: Add type-c port info to coreboot tableNick Vaccaro2021-10-041-0/+1
* lib/hardwaremain: change type of "complete" element in boot_state structFelix Held2021-10-041-3/+3
* lib/hardwaremain: add missing types.h includeFelix Held2021-10-041-0/+1
* lib/Makefile.inc: Generate placeholder spd.bin in lib/Makefile.incReka Norman2021-09-231-8/+12
* lib/Makefile.inc: Fail build if SPD file doesn't existReka Norman2021-09-211-4/+8
* Move post_codes.h to commonlib/console/Ricardo Quesada2021-08-041-9/+9
* arch/x86,lib/thread: Enable thread support in romstageRaul E Rangel2021-07-261-2/+6
* lib/thread,lib/hardwaremain: Lazy initialize threadsRaul E Rangel2021-07-262-2/+10
* lib/thread,arch/x86: Move thread stacks into C bssRaul E Rangel2021-07-261-3/+6
* lib/thread: Add asserts around stack size and alignmentRaul E Rangel2021-07-261-0/+7
* lib/thread: Guard thread_run_until with ENV_RAMSTAGERaul E Rangel2021-07-261-0/+4
* lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernizeRaul E Rangel2021-07-201-40/+0
* lib/prog_loaders: Add payload_preloadRaul E Rangel2021-07-192-6/+63
* lib/hardwaremain: Drop boot_state_current_{block,unblock}()Raul E Rangel2021-07-181-10/+0
* lib/thread: Make thread_run not block the current stateRaul E Rangel2021-07-181-13/+1
* lib/thread: Add thread_handleRaul E Rangel2021-07-181-16/+57
* lib/thread: Add mutexRaul E Rangel2021-07-181-0/+20
* lib/thread: Rename thread_cooperate and thread_prevent_coopRaul E Rangel2021-07-181-3/+3
* lib/thread: Allow nesting thread_cooperate and thread_prevent_coopRaul E Rangel2021-07-181-5/+11
* lib/thread: Clean up initialization sequenceRaul E Rangel2021-07-181-4/+3
* lib/thread: Add thread_yield helper methodRaul E Rangel2021-07-181-0/+5
* lib/thread: Verify threads are initialized before yieldingRaul E Rangel2021-07-151-0/+7
* selfboot: Add support for selfload in romstageShelley Chen2021-07-021-0/+8
* nvs: Add Chrome OS NVS (CNVS) information to coreboot tablesFurquan Shaikh2021-06-181-0/+1