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
2020-12-31
coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor
Kyösti Mälkki
2020-12-25
ACPI: Allocate GNVS early in ramstage
Kyösti Mälkki
2020-12-22
sb,soc/intel: Drop unnecessary headers
Kyösti Mälkki
2020-12-21
drivers/tpm: Implement full PPI
Patrick Rudolph
2020-12-17
arch/arm: Replace .id section with build_info in CBFS
Kyösti Mälkki
2020-12-17
drivers: Replace set_vbe_mode_info_valid
Patrick Rudolph
2020-12-14
src/lib: Add Kconfig option for SPD cache in FMAP
Matt DeVillier
2020-12-14
drivers: Replace multiple fill_lb_framebuffer with single instance
Patrick Rudolph
2020-12-11
lib/fmap: Add null parameters handling
Jakub Czapiga
2020-12-11
fw_config: Use UNDEFINED_FW_CONFIG to mean unprovisioned
Tim Wawrzynczak
2020-12-10
lib/edid_fill_fb: Support multiple framebuffers
Patrick Rudolph
2020-12-09
cbfs: Allow mcache to be found after the first lookup
Julius Werner
2020-12-09
Revert "cbfs: Skip mcache in post-RAM stages before CBMEM is online"
Julius Werner
2020-12-08
cbfs: Skip mcache in post-RAM stages before CBMEM is online
Julius Werner
2020-12-04
cbfs: Add more error messages for lookup
Julius Werner
2020-12-03
cbfs: Add verification for RO CBFS metadata hash
Julius Werner
2020-12-03
cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()
Julius Werner
2020-12-02
lib/trace: Remove TRACE support
Kyösti Mälkki
2020-12-02
cbfs: Port cbfs_load() and cbfs_map() to new API
Julius Werner
2020-12-02
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
2020-12-02
cbfs: Move more stuff into cbfs_boot_lookup()
Julius Werner
2020-12-02
cbfs: Enable CBFS mcache on most chipsets
Julius Werner
2020-12-01
lib/reg_script: Add cast to fix compilation on x86_64
Patrick Rudolph
2020-11-21
cbfs: Add metadata cache
Julius Werner
2020-11-19
ACPI S3: Replace acpi_is_wakeup()
Kyösti Mälkki
2020-11-17
src: Add missing 'include <console/console.h>'
Elyes HAOUAS
2020-11-16
lib/gnat/i-c.ads: Add `uintptr_t` type
Angel Pons
2020-11-16
src: Update some incorrect config options in comments
Martin Roth
2020-10-30
lib/libpayload: Replace strapping_ids with new board configuration entry
Tim Wawrzynczak
2020-10-30
fw_config: Make fw_config_get() public
Tim Wawrzynczak
2020-10-30
fw_config: Convert fw_config to a 64-bit field
Tim Wawrzynczak
2020-10-30
cbfs: Hook up to new CBFS implementation
Julius Werner
2020-10-26
lib/edid: Add missing name descriptor presence flag
Jakub Czapiga
2020-10-22
drivers/smmstore: Implement SMMSTORE version 2
Patrick Rudolph
2020-10-19
lib/imd: move struct definitions to a new header file
Jakub Czapiga
2020-10-13
lib/cbfs: deserialize cbfs_stage objects correctly
Aaron Durbin
2020-10-09
trogdor: Modify DDR training to use mrc_cache
Shelley Chen
2020-10-09
lib/spd: respect spd memory part name override
Nick Vaccaro
2020-10-08
lib/fw_config: change BOOT_STATE_INIT_ENTRY to be BS_DEV_INIT_CHIPS
Nick Vaccaro
2020-10-05
lib/spd_bin: add LPDDR4X case to spd_get_name()
Nick Vaccaro
2020-10-05
soc/intel: remove duplicate weak versions of mainboard_get_dram_part_num()
Nick Vaccaro
2020-10-05
lib/ubsan.c: Remove GCC 5.x workaround
Angel Pons
2020-09-26
lib/Makefile.inc: fix name of config string
Paul Fagerburg
2020-09-23
lib/Makefile.inc: drop redundant conditional on CONFIG_HAVE_SPD_IN_CBFS
Michael Niewöhner
2020-09-23
lib/Makefile.inc: fail build when SPD would be empty
Michael Niewöhner
2020-09-23
treewide: rename GENERIC_SPD_BIN to HAVE_SPD_BIN_IN_CBFS
Michael Niewöhner
2020-09-22
src/lib/bootblock.c: make bootblock_main_with_timestamp public
Kangheui Won
2020-09-22
soc/amd/picasso: record timestamps in psp_verstage
Kangheui Won
2020-09-16
region_file_update_data_arr: Modify region_file with array of buffers
Shelley Chen
2020-09-14
lib/fmap: add ENV_SMM check to setup_preram_cache
Josie Nordrum
2020-09-10
lib/Makefile.inc: fix hex-to-bin conversion of SPD files
Michael Niewöhner
2020-09-08
lib/Kconfig: Drop obsolete help text from GENERIC_SPD_BIN
Michael Niewöhner
2020-08-31
fw_config: Add caching to successfully probed fields
Tim Wawrzynczak
2020-08-27
symbols: Change implementation details of DECLARE_OPTIONAL_REGION()
Julius Werner
2020-08-26
lib/imd: Prohibit removing imd_entry covering root region
Jan Dabros
2020-08-26
lib/imd: Fix imdr_recover for small regions
Jan Dabros
2020-08-26
lib/imd: Improve check to filter out 0-size imd_entries
Jan Dabros
2020-08-26
lib/imd: Add an extra check for root_size
Jan Dabros
2020-08-26
include/imd: Improve API documentation
Jan Dabros
2020-08-26
lib/imd: Remove redundant code in imd.c
Anna Karas
2020-08-26
src/lib: Fix a mistake in a comment in imd.c
Anna Karas
2020-08-21
lib: Update fmap cache error for psp_verstage
Martin Roth
2020-08-21
arch/x86: Add support for ASan to memory functions
Harshit Sharma
2020-08-21
lib: Add ASan support to romstage on x86 arch
Harshit Sharma
2020-08-21
lib: Add ASan support to ramstage on x86 arch
Harshit Sharma
2020-08-21
lib: Update ASan compiler flags and Kconfig help text
Harshit Sharma
2020-08-21
lib: Add ASan stub
Harshit Sharma
2020-08-18
src: Remove unused 'include <stddef.h>
Elyes HAOUAS
2020-08-17
lib/imd_cbmem.c: Add a helper function to indicate that cbmem is ready
Arthur Heymans
2020-08-06
gpio: Pull down HiZ pins after reading tristate GPIO strapping
Julius Werner
2020-08-04
src/lib: Remove unused function parameters in imd.c
Anna Karas
2020-08-03
lib/gcov: Remove assert(0)
Patrick Georgi
2020-08-03
lib/string: Add standard strstr() function
Jes Klinke
2020-07-31
lib/ubsan.c: Update error handlers for current toolchain's GCC
Angel Pons
2020-07-30
lib/bootmem.c: Improve bootmem_allocate_buffer algorithm
Jan Dabros
2020-07-29
lib/libgcov.c: Do not redefine `alloca`
Angel Pons
2020-07-28
ACPI S3: Clean up resume path
Kyösti Mälkki
2020-07-14
src: Remove unused 'include <types.h>'
Elyes HAOUAS
2020-07-11
src/lib: Remove redundant code in imd.c
Anna Karas
2020-07-09
src/lib/jpeg.c: Drop dead code
Angel Pons
2020-07-08
lib: Temporarily remove timestamps from psp_verstage
Martin Roth
2020-07-06
prog_loaders: Fix ramstage loading on x86
Nico Huber
2020-07-06
arch/x86: Remove RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2020-07-04
lib/coreboot_table: Add Intel FSP version to coreboot table
Johnny Lin
2020-06-18
lib/hardwaremain: Drop HAVE_ACPI_RESUME guards
Kyösti Mälkki
2020-06-17
lib/reg_script: Add guards for <arch/io.h>
Kyösti Mälkki
2020-06-17
treewide: Replace CONFIG(ARCH_xx) tests
Kyösti Mälkki
2020-06-16
lib/malloc: Drop <cpu/x86/smm.h> include
Kyösti Mälkki
2020-06-10
lib/program.ld: Replace CONFIG(ARCH_xx) tests
Kyösti Mälkki
2020-06-02
fw_config: Add firmware configuration interface
Duncan Laurie
2020-06-02
src: Remove unused 'include <bootstate.h>'
Elyes HAOUAS
2020-05-29
fit: Swap compat matching priorities for board-revX and board-skuY
Julius Werner
2020-05-28
drivers/intel/fsp2_0: add option to compress FSP-M in cbfs
Aaron Durbin
2020-05-28
drivers/intel/fsp2_0: add option to compress FSP-S in cbfs
Aaron Durbin
2020-05-28
lib/cbfs: add cbfs_stage_load_and_decompress helper
Aaron Durbin
2020-05-28
lib: Add strtok() and strtok_r()
harshit
2020-05-28
arch/x86: Remove more romcc leftovers
Kyösti Mälkki
2020-05-28
lib/cbfs: refactor code culling compression checks
Aaron Durbin
2020-05-26
Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION
Kyösti Mälkki
2020-05-18
Remove new additions of "this file is part of" lines
Elyes HAOUAS
[next]