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
2023-12-18
src/lib: Add memory/time saving special case for ramstage caching
Patrick Georgi
2023-12-14
lib: ramdetect: Add Kconfig PROBE_RAM
Naresh Solanki
2023-12-13
lib/jpeg: Replace decoder with Wuffs' implementation
Patrick Georgi
2023-12-13
drivers/ipmi to lib: Fix misspellings & capitalization issues
Martin Roth
2023-11-16
lib/device_tree.c: Fix print_property
Maximilian Brune
2023-11-16
lib: Update locales for non-VBOOT platforms
Subrata Banik
2023-11-13
fmap: Map less space in fallback path without CBFS verification
Julius Werner
2023-11-09
Allow to build romstage sources inside the bootblock
Arthur Heymans
2023-11-07
Kconfig.cbfs_verification: Update TOCTOU_SAFETY combination with VBOOT
Julius Werner
2023-11-07
fmap: Eliminate some impossible code paths
Julius Werner
2023-11-07
fmap: Die immediately on verification failure
Julius Werner
2023-11-07
fmap: Map full FMAP for verification in fallback path
Julius Werner
2023-11-07
drivers/net/ne2k: Make it work for bootblock
Arthur Heymans
2023-10-25
cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEM
Arthur Heymans
2023-10-20
x86: Add ramstage CBFS cache scratchpad support
Jeremy Compostella
2023-09-18
cbfs: Remove x86 .data section limitation comment
Jeremy Compostella
2023-09-18
clean-up: Remove the no more necessary `ENV_HAS_DATA_SECTION` flag
Jeremy Compostella
2023-09-14
x86: Add .data section support for pre-memory stages
Jeremy Compostella
2023-08-26
memrange: Honor `limit` in the last step of top-down stealing
Nico Huber
2023-08-01
lib/gcov-io.h: Use C99 flexible arrays
Elyes Haouas
2023-07-30
lib/cbmem_console.c: Use C99 flexible arrays
Elyes Haouas
2023-07-28
lib: Introduce new parsing rules for ux_locales.c
Hsuan Ting Chen
2023-07-17
Center bootsplash on bigger framebuffers
Nico Huber
2023-07-10
vboot: Fix S3 resume with stage_cache
Kyösti Mälkki
2023-07-07
lib: Adjust the log levels in ux_locales.c
Hsuan Ting Chen
2023-06-26
lib/smbios: Add a config string for BIOS Vendor in SMBIOS Type 0
Hao Wang
2023-06-23
Makefile.inc: don't add fmap_config.h dependency twice
Felix Held
2023-06-23
commonlib/console/post_code.h: Change post code prefix to POSTCODE
lilacious
2023-06-22
arch/x86,lib: Migrate SMBIOS implementation to common code
Benjamin Doron
2023-06-19
cbfs: Allow controlling decompression of unverified files
Julius Werner
2023-06-17
lib/fw_config: Make fw_config_is_provisioned() always available
Jakub Czapiga
2023-06-04
lib: Support localized text of memory_training_desc in ux_locales.c
Hsuan Ting Chen
2023-06-03
lib/dimm_info_util.c: Add newlines to log messages
Fred Reitberger
2023-05-22
lib/ubsan.c: Restore Jonas' copyright
Martin Roth
2023-05-16
lib: Perform display init in normal boot mode if BMP_LOGO is set
Subrata Banik
2023-05-05
Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER}
Kyösti Mälkki
2023-04-22
lib/version: Move board identification strings
Kyösti Mälkki
2023-04-21
Drop unused include <version.h>
Kyösti Mälkki
2023-03-03
lib: set up specific purpose memory as LB_MEM_SOFT_RESERVED
Jonathan Zhang
2023-02-26
lib/gnat: Remove Compiler_Unit_Warning pragmas
Elyes Haouas
2023-02-17
tree: Use __func__ instead of hard-coded names
Elyes Haouas
2023-01-11
treewide: stop calling custom TPM log "TCPA"
Sergii Dmytruk
2023-01-08
src/lib: Include LZMA in romstage for FSP-M
Martin Roth
2023-01-08
Kconfig: Add option to compress ramstage with LZ4
Martin Roth
2022-12-22
coreboot_tables: Make existing alignment conventions more explicit
Julius Werner
2022-12-22
lib/device_tree.c: Change log level message
Elyes Haouas
2022-12-21
lib/nhlt, soc/intel/skl: Update NHLT to program feedback config
Matt DeVillier
2022-12-17
lib: Hook up libhwbase in romstage
Jeremy Compostella
2022-12-17
Add option to use Ada code in romstage
Jeremy Compostella
2022-12-17
lib: Introduce fw_config_get_field
Eric Lai
2022-12-10
lib/ramtest.c: Use {read,write}32p()
Elyes Haouas
2022-11-30
/: Remove extra space after comma
Elyes Haouas
2022-11-18
lib/malloc.c: Fix log messages
Elyes Haouas
2022-11-18
cbmem_top_chipset: Change the return value to uintptr_t
Elyes Haouas
2022-11-12
lib/ramtest.c: Update ram failure post code
Martin Roth
2022-11-08
vboot: Add VBOOT_CBFS_INTEGRATION support
Jakub Czapiga
2022-11-07
lib: Add LPDDR5x DRAM type
Subrata Banik
2022-11-04
lib/coreboot_table: Rename lb_fill_pcie
Arthur Heymans
2022-11-04
lib/coreboot_table: Simplify API to set up lb_serial
Arthur Heymans
2022-10-26
cbfs_verification: Remove dependency on VBOOT_STARTS_BEFORE_BOOTBLOCK
Karthikeyan Ramasubramanian
2022-10-26
lib/metadata_hash: Include metadata_hash in verstage
Karthikeyan Ramasubramanian
2022-10-26
coreboot_tables: Drop uart PCI addr
Arthur Heymans
2022-10-20
arch/x86: Only use .bss from car.ld when running XIP
Arthur Heymans
2022-10-13
payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity
Elyes Haouas
2022-10-12
lib/lzma: Build the source for decompression with flag -Ofast
Zheng Bao
2022-10-06
lib/prog_loaders.c: Clean up includes
Elyes Haouas
2022-10-06
lib/prog_ops.c: Add <types.h>
Elyes Haouas
2022-09-23
lib/timer_queue.c: Fix function signature
Fred Reitberger
2022-09-14
timer: Change timer util functions to 64-bit
Rob Barnes
2022-09-07
lib/xxhash.c: Add new hash functions
Fred Reitberger
2022-09-04
allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN
Nico Huber
2022-09-02
cbfs/vboot: Adapt to new vb2_digest API
Julius Werner
2022-08-11
lib: Add SPDX identifiers to files missing them
Martin Roth
2022-07-14
lib/program_loaders.c: Mark run_ramstage with __noreturn
Arthur Heymans
2022-07-08
lib/fit.c: Don't align memory regions to 1MB
Arthur Heymans
2022-06-07
Replace some ENV_ROMSTAGE with ENV_RAMINIT
Kyösti Mälkki
2022-06-01
cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD
Julius Werner
2022-05-23
cpu/x86/smm: Remove heap
Arthur Heymans
2022-05-20
lib/Makefile.inc: Add cbfs header pointer on !BOOTBLOCK_IN_CBFS
Arthur Heymans
2022-05-20
CBMEM: Change declarations for initialization hooks
Kyösti Mälkki
2022-05-19
coreboot_tables: Add PCIe info to coreboot table
Jianjun Wang
2022-05-17
lib/Makefile.inc: Correct filename to master_header_pointer.c
Reka Norman
2022-05-16
rules.h: Use more consistent naming
Arthur Heymans
2022-05-16
lib/spd: Demote log about using default DDR4 params to NOTICE
Eric Lai
2022-05-12
Kconfig: Add an option to skip adding a cbfs bootblock on x86
Arthur Heymans
2022-05-12
Makefile.inc: Generate master header and pointer as C structs
Arthur Heymans
2022-04-27
lib: Add LPDDR5 DRAM type
Scott Chao
2022-04-27
lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks
Arthur Heymans
2022-04-26
FMAP: Refactor CBMEM hook
Kyösti Mälkki
2022-04-26
timestamp: Replace TS_ROMSTAGE_END conditional
Kyösti Mälkki
2022-04-24
lib/edid_fill_fb.c: Remove unused <bootsplash.h>
Elyes HAOUAS
2022-04-24
lib: Remove unused <stdlib.h> and use <types.h> when appropriate
Elyes HAOUAS
2022-04-20
lib/coreboot_table.c: Use align macro
Arthur Heymans
2022-04-20
lib: Check for non-existent DIMMs in check_if_dimm_changed
Eric Lai
2022-04-14
coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t
Jianjun Wang
2022-03-22
lib/device_tree.c: zero-initialize new DT nodes
Sergii Dmytruk
2022-03-15
lib/spd: Do not print part number if it is not available
Werner Zeh
2022-03-09
prog_loader: Change legacy_romstage_select_and_load() to return cb_err
Julius Werner
2022-03-09
cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI
Raul E Rangel
2022-03-09
coreboot_tables.c: Expose the ACPI RSDP
Arthur Heymans
[next]