index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
2021-11-17
cbfs: Add helper functions to look up size and type of a file
Julius Werner
2021-11-16
src/lib/prog_loaders: Add preload_ramstage
Raul E Rangel
2021-11-16
lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preload
Raul E Rangel
2021-11-15
lib/hardwaremain: Run timers more frequently
Raul E Rangel
2021-11-11
arch/x86: Refactor the SMBIOS type 17 write function
Subrata Banik
2021-11-10
lib/thread: Start stopwatch after printk
Raul E Rangel
2021-11-10
Rename ECAM-specific MMCONF Kconfigs
Shelley Chen
2021-11-08
src/lib: Add FW_CONFIG_SOURCE_VPD
Wonkyu Kim
2021-11-08
src/lib/fw_config: Change fw_config sources priority
Wonkyu Kim
2021-11-04
lib/cbfs: Add cbfs_preload()
Raul E Rangel
2021-11-04
lib/thread: Use __func__ instead of repeating function name
Raul E Rangel
2021-11-04
lib/thread: Add ERROR prefix to error messages
Raul E Rangel
2021-11-04
lib: Add list.c to all stages
Raul E Rangel
2021-11-04
lib/cbfs: Add CBFS_CACHE_ALIGN Kconfig option
Raul E Rangel
2021-11-04
commonlib/mem_pool: Allow configuring the alignment
Raul E Rangel
2021-11-03
lib/list: Add list_append
Raul E Rangel
2021-11-02
google/trogdor: Add backlight support for Parade ps8640
xuxinxiong
2021-11-02
lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width()
Subrata Banik
2021-10-30
lib: Use `smbios_bus_width_to_spd_width` for setting dimm.bus_width
Subrata Banik
2021-10-29
lib/cbfs: Enable cbfs_cache for x86
Raul E Rangel
2021-10-27
src/lib/fmap.c: use le*toh() functions where needed
Krystian Hebel
2021-10-20
lib/cbfs: Call rdev_unmap on hash mismatch
Raul E Rangel
2021-10-18
arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread
Raul E Rangel
2021-10-05
lib/thread: Remove thread stack alignment requirement
Raul E Rangel
2021-10-05
lib/thread: Switch to using CPU_INFO_V2
Raul E Rangel
2021-10-05
src/acpi to src/lib: Fix spelling errors
Martin Roth
2021-10-04
coreboot tables: Add type-c port info to coreboot table
Nick Vaccaro
2021-10-04
lib/hardwaremain: change type of "complete" element in boot_state struct
Felix Held
2021-10-04
lib/hardwaremain: add missing types.h include
Felix Held
2021-09-23
lib/Makefile.inc: Generate placeholder spd.bin in lib/Makefile.inc
Reka Norman
2021-09-21
lib/Makefile.inc: Fail build if SPD file doesn't exist
Reka Norman
2021-08-04
Move post_codes.h to commonlib/console/
Ricardo Quesada
2021-07-26
arch/x86,lib/thread: Enable thread support in romstage
Raul E Rangel
2021-07-26
lib/thread,lib/hardwaremain: Lazy initialize threads
Raul E Rangel
2021-07-26
lib/thread,arch/x86: Move thread stacks into C bss
Raul E Rangel
2021-07-26
lib/thread: Add asserts around stack size and alignment
Raul E Rangel
2021-07-26
lib/thread: Guard thread_run_until with ENV_RAMSTAGE
Raul E Rangel
2021-07-20
lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize
Raul E Rangel
2021-07-19
lib/prog_loaders: Add payload_preload
Raul E Rangel
2021-07-18
lib/hardwaremain: Drop boot_state_current_{block,unblock}()
Raul E Rangel
2021-07-18
lib/thread: Make thread_run not block the current state
Raul E Rangel
2021-07-18
lib/thread: Add thread_handle
Raul E Rangel
2021-07-18
lib/thread: Add mutex
Raul E Rangel
2021-07-18
lib/thread: Rename thread_cooperate and thread_prevent_coop
Raul E Rangel
2021-07-18
lib/thread: Allow nesting thread_cooperate and thread_prevent_coop
Raul E Rangel
2021-07-18
lib/thread: Clean up initialization sequence
Raul E Rangel
2021-07-18
lib/thread: Add thread_yield helper method
Raul E Rangel
2021-07-15
lib/thread: Verify threads are initialized before yielding
Raul E Rangel
2021-07-02
selfboot: Add support for selfload in romstage
Shelley Chen
2021-06-18
nvs: Add Chrome OS NVS (CNVS) information to coreboot tables
Furquan Shaikh
2021-06-14
ChromeOS: Separate NVS from global GNVS
Kyösti Mälkki
2021-06-14
lib/hardwaremain: Print individual boot state callback durations
Raul E Rangel
2021-06-14
lib/hardwaremain.c: Hide preprocessor guards in header
Angel Pons
2021-05-30
drivers/pc80/mc146818rtc: Check date and time for sanity
Werner Zeh
2021-05-30
lib/rtc: Add sanity check for time and date
Werner Zeh
2021-05-27
cbmem: Introduce "early" init hooks for console
Julius Werner
2021-05-27
lib/hexdump: remove hexdump32 and use hexdump instead
Felix Held
2021-05-24
fw_config: Add helper function `fw_config_probe_dev`
Furquan Shaikh
2021-05-24
fw_config: Return false in `fw_config_probe` in unprovisioned case
Furquan Shaikh
2021-05-14
cbfs: Increase mcache size defaults
Julius Werner
2021-05-12
include/console: Rename and update POST_ENTRY_RAMSTAGE postcode
Subrata Banik
2021-05-10
src: Drop "This file is part of the coreboot project" lines
Angel Pons
2021-05-06
security/tpm: Add option to init TPM in bootblock
Arthur Heymans
2021-05-05
lib/coreboot_table.c: Remove unnecessary CPP use
Arthur Heymans
2021-04-23
lib/espi_debug: Add espi_show_slave_peripheral_channel_configuration
Raul E Rangel
2021-04-21
commonlib/region: Turn addrspace_32bit into a more official API
Julius Werner
2021-04-19
lib/rtc: Fix incomplete leap year macro
Jakub Czapiga
2021-04-15
lib/rtc: Remove unnecessary year constraint in rtc_calc_weekday
Jakub Czapiga
2021-04-06
decompressor: Add CBFS_VERIFICATION support
Julius Werner
2021-04-06
cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATION
Julius Werner
2021-04-06
cbfs: Simplify cbfs_load_and_decompress() and stop exporting it
Julius Werner
2021-04-06
lib: Add obvious definition for `calloc`
Tim Wawrzynczak
2021-04-05
cbfs: Make `mdata` argument to cbfs_allocator_t const
Julius Werner
2021-04-02
coreboot_tables: Print strapping IDs when adding them to coreboot table
Julius Werner
2021-03-17
spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map()
Julius Werner
2021-03-17
cbfs: Replace more instances of cbfs_boot_locate() with newer APIs
Julius Werner
2021-03-17
cbfs: Move stage header into a CBFS attribute
Julius Werner
2021-03-17
prog_loaders: Remove prog_locate()
Julius Werner
2021-03-17
cbfs: Remove prog_locate() for payloads (SELF and FIT)
Julius Werner
2021-03-16
cbfs: Remove prog_locate() for stages and rmodules
Julius Werner
2021-03-08
cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()
Julius Werner
2021-03-08
cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core
Julius Werner
2021-03-08
cbfs: Move trivial wrappers to static inlines
Julius Werner
2021-03-08
cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengths
Julius Werner
2021-03-03
lib/cbfs.c: Fix return value of failure to measure
Arthur Heymans
2021-02-19
memlayout: Store region sizes as separate symbols
Julius Werner
2021-02-18
lib: Add DDR5 DRAM type
Subrata Banik
2021-02-11
lib/selfboot.c: Fix indentation and drop one newline
Angel Pons
2021-02-10
coreboot_table: Use precision when printing lb_gpio name
Julius Werner
2021-02-09
drivers/intel/fsp1_1,fsp2_0: Refactor logo display
Kyösti Mälkki
2021-02-04
src: Remove useless comments in "includes" lines
Elyes HAOUAS
2021-02-04
coreboot_table: Move VBOOT_VBNV support
Kyösti Mälkki
2021-02-04
coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor
Kyösti Mälkki
2021-02-04
coreboot_table: Drop <vboot/misc.h> include
Kyösti Mälkki
2021-02-03
src: Remove unused <cbmem.h>
Elyes HAOUAS
2021-02-01
lib/asan.c: Update SPDX license
Frans Hendriks
2021-01-29
stage_cache: Add resume_from_stage_cache()
Kyösti Mälkki
2021-01-28
arch/x86: Top-align .init in bootblock
Kyösti Mälkki
2021-01-25
src/lib/: Remove "this file is part of" line
Elyes HAOUAS
2021-01-24
ACPI: Clean up GNVS initialisation
Kyösti Mälkki
[next]