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
2024-09-18
lib/jpeg: return string (not int) error messages
Nigel Tao
2024-09-02
drivers/intel/gma: Fix mismatching types for fb_add_framebuffer_info
Arthur Heymans
2024-08-30
drivers/efi/uefi_capsules.c: coalesce and store UEFI capsules
Sergii Dmytruk
2024-08-30
ext_stage_cache: Make sure variables are initialized
Arthur Heymans
2024-08-29
cbmem.h: Change return type of cbmem_get_region
Arthur Heymans
2024-08-29
lib/rmodules: Add support for LTO
Arthur Heymans
2024-08-29
cpu/x86/smm: Don't do partial linking
Arthur Heymans
2024-08-22
util/sconfig: Probe device when fw_config is unprovisioned
Karthikeyan Ramasubramanian
2024-08-19
drivers/efi: add optional ESRT-friendly coreboot table tag
Sergii Dmytruk
2024-08-19
lib/jpeg: avoid calling malloc and free
Nigel Tao
2024-08-14
commonlib/bsd: Add strlen() and strnlen() functions
Yu-Ping Wu
2024-08-11
region: Introduce region_create() functions
Nico Huber
2024-07-22
lib/smbios: Create SMBIOS type 4 entry
Jincheng Li
2024-07-10
cbmem_top: Change the return value to uintptr_t
Elyes Haouas
2024-07-03
security/vboot: Set VBOOT_ALWAYS_ENABLE_DISPLAY if BMP_LOGO
Yu-Ping Wu
2024-06-28
include/device_tree.h: Fix function name fdt_node_name
Maximilian Brune
2024-06-27
lib/string: use size_t for local variable in strncmp
Felix Held
2024-06-27
lib/string: change return types to match C standard
Felix Held
2024-06-27
lib/string: change parameter types to match C standard
Felix Held
2024-06-22
treewide: Move device_tree to commonlib
Maximilian Brune
2024-06-11
treewide: Move skip_atoi function to commonlib
Kapil Porwal
2024-06-03
device_tree: Add function to get top of memory from a FDT blob
Alper Nebi Yasak
2024-06-03
lib/device_tree.c: Fix wrong check for FDT validity
Maximilian Brune
2024-05-29
tree: Remove unused <string.h>
Elyes Haouas
2024-05-29
tree: Use <stdio.h> for snprintf
Elyes Haouas
2024-05-21
lib/device_tree: Add some FDT helper functions
Maximilian Brune
2024-04-12
tree: Drop duplicated <device/pci_{def,type}.h>
Elyes Haouas
2024-04-12
tree: Drop duplicated <device/{path,resource}.h>
Elyes Haouas
2024-04-11
tree: Drop unused <stdlib.h>
Elyes Haouas
2024-04-11
tree: Remove blank lines before '}' and after '{'
Elyes Haouas
2024-04-10
lib/thread.c: Move 'asmlinkage' before type 'void'
Elyes Haouas
2024-04-08
lib/program.ld: Account for large code model sections
Arthur Heymans
2024-04-06
lib: Refactor bmp_load_logo() implementation
Subrata Banik
2024-03-28
lib/spd_bin: Add LPDDR5X dram_type in use_ddr4_params
Ashish Kumar Mishra
2024-03-15
treewide: Move stdlib.h to commonlib
Maximilian Brune
2024-03-05
lib/program.ld: Make (NOLOAD) and to_load more explicit
Arthur Heymans
2024-03-04
riscv/mb/qemu: fix DRAM probing
Philipp Hug
2024-03-04
lib/ramdetect: Limit probe size to function argument
Arthur Heymans
2024-02-29
lib/rtc: Fix off-by-one error in February day count in leap year
Michał Żygowski
2024-02-29
Revert "lib: Explicitly declare heap as NOLOAD"
Subrata Banik
2024-02-26
lib: Explicitly declare heap as NOLOAD
Arthur Heymans
2024-02-26
lib: Remove heap from rmodules
Arthur Heymans
2024-02-24
treewide: Move list.h to commonlib
Maximilian Brune
2024-02-21
lib/lzmadecode: Allow for 8 byte reads on 64bit
Arthur Heymans
2024-02-20
lib/hardwaremain: align '\' in multi-line macro
Felix Held
2024-02-18
ec, lib, security, sb: Add SPDX license headers to Kconfig files
Martin Roth
2024-02-02
lib: Move IP checksum to commonlib
Julius Werner
2024-01-31
device/device.h: Rename busses for clarity
Arthur Heymans
2024-01-29
malloc/memalign: Return NULL if the request is too large
Patrick Georgi
2024-01-26
lib/smbios: Add 32 bit entry point if below 4G
Maximilian Brune
2024-01-24
lib,console,sbom: Rename Makefiles from .inc to .mk
Martin Roth
2024-01-16
device: Add support for multiple PCI segment groups
Felix Held
2024-01-14
tree: Use accessor functions for struct region fields
Nico Huber
2024-01-13
lib/fw_config: Remove redundant stdbool and stdint
Elyes Haouas
2024-01-13
lib/smbios: rename segment group parameter of smbios_write_type41
Felix Held
2024-01-13
lib/smbios: add segment_group parameter to smbios_write_type9
Felix Held
2024-01-11
vc/google: Show different logos for different ChromeOS devices
Shelley Chen
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
[next]