summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ChromeOS: Separate NVS from global GNVSKyösti Mälkki2021-06-141-0/+4
* lib/hardwaremain: Print individual boot state callback durationsRaul E Rangel2021-06-141-0/+9
* lib/hardwaremain.c: Hide preprocessor guards in headerAngel Pons2021-06-141-4/+4
* drivers/pc80/mc146818rtc: Check date and time for sanityWerner Zeh2021-05-301-0/+1
* lib/rtc: Add sanity check for time and dateWerner Zeh2021-05-301-0/+16
* cbmem: Introduce "early" init hooks for consoleJulius Werner2021-05-272-1/+6
* lib/hexdump: remove hexdump32 and use hexdump insteadFelix Held2021-05-271-18/+0
* fw_config: Add helper function `fw_config_probe_dev`Furquan Shaikh2021-05-241-13/+28
* fw_config: Return false in `fw_config_probe` in unprovisioned caseFurquan Shaikh2021-05-241-0/+4
* cbfs: Increase mcache size defaultsJulius Werner2021-05-141-11/+0
* include/console: Rename and update POST_ENTRY_RAMSTAGE postcodeSubrata Banik2021-05-121-1/+1
* src: Drop "This file is part of the coreboot project" linesAngel Pons2021-05-101-1/+0
* security/tpm: Add option to init TPM in bootblockArthur Heymans2021-05-061-0/+7
* lib/coreboot_table.c: Remove unnecessary CPP useArthur Heymans2021-05-051-6/+5
* lib/espi_debug: Add espi_show_slave_peripheral_channel_configurationRaul E Rangel2021-04-231-0/+86
* commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner2021-04-213-13/+9
* lib/rtc: Fix incomplete leap year macroJakub Czapiga2021-04-191-1/+1
* lib/rtc: Remove unnecessary year constraint in rtc_calc_weekdayJakub Czapiga2021-04-151-3/+0
* decompressor: Add CBFS_VERIFICATION supportJulius Werner2021-04-065-4/+36
* cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATIONJulius Werner2021-04-061-13/+48
* cbfs: Simplify cbfs_load_and_decompress() and stop exporting itJulius Werner2021-04-061-38/+21
* lib: Add obvious definition for `calloc`Tim Wawrzynczak2021-04-061-1/+11
* cbfs: Make `mdata` argument to cbfs_allocator_t constJulius Werner2021-04-052-3/+3
* coreboot_tables: Print strapping IDs when adding them to coreboot tableJulius Werner2021-04-021-1/+12
* spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map()Julius Werner2021-03-171-8/+7
* cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner2021-03-171-14/+6
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-172-85/+51
* prog_loaders: Remove prog_locate()Julius Werner2021-03-171-17/+0
* cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner2021-03-173-46/+35
* cbfs: Remove prog_locate() for stages and rmodulesJulius Werner2021-03-163-25/+39
* cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()Julius Werner2021-03-081-52/+65
* cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner2021-03-081-5/+56
* cbfs: Move trivial wrappers to static inlinesJulius Werner2021-03-081-22/+2
* cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengthsJulius Werner2021-03-081-56/+43
* lib/cbfs.c: Fix return value of failure to measureArthur Heymans2021-03-031-3/+4
* memlayout: Store region sizes as separate symbolsJulius Werner2021-02-191-0/+12
* lib: Add DDR5 DRAM typeSubrata Banik2021-02-181-0/+2
* lib/selfboot.c: Fix indentation and drop one newlineAngel Pons2021-02-111-57/+56
* 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