summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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