index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
/: Remove extra space after comma
Elyes Haouas
2022-11-30
1
-1
/
+1
*
lib/malloc.c: Fix log messages
Elyes Haouas
2022-11-18
1
-1
/
+1
*
cbmem_top_chipset: Change the return value to uintptr_t
Elyes Haouas
2022-11-18
1
-3
/
+3
*
lib/ramtest.c: Update ram failure post code
Martin Roth
2022-11-12
1
-2
/
+2
*
vboot: Add VBOOT_CBFS_INTEGRATION support
Jakub Czapiga
2022-11-08
1
-2
/
+12
*
lib: Add LPDDR5x DRAM type
Subrata Banik
2022-11-07
1
-0
/
+2
*
lib/coreboot_table: Rename lb_fill_pcie
Arthur Heymans
2022-11-04
1
-2
/
+2
*
lib/coreboot_table: Simplify API to set up lb_serial
Arthur Heymans
2022-11-04
1
-13
/
+16
*
cbfs_verification: Remove dependency on VBOOT_STARTS_BEFORE_BOOTBLOCK
Karthikeyan Ramasubramanian
2022-10-26
1
-1
/
+0
*
lib/metadata_hash: Include metadata_hash in verstage
Karthikeyan Ramasubramanian
2022-10-26
1
-0
/
+4
*
coreboot_tables: Drop uart PCI addr
Arthur Heymans
2022-10-26
1
-1
/
+0
*
arch/x86: Only use .bss from car.ld when running XIP
Arthur Heymans
2022-10-20
1
-1
/
+1
*
payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity
Elyes Haouas
2022-10-13
4
-5
/
+5
*
lib/lzma: Build the source for decompression with flag -Ofast
Zheng Bao
2022-10-12
2
-0
/
+14
*
lib/prog_loaders.c: Clean up includes
Elyes Haouas
2022-10-06
1
-2
/
+1
*
lib/prog_ops.c: Add <types.h>
Elyes Haouas
2022-10-06
1
-0
/
+1
*
lib/timer_queue.c: Fix function signature
Fred Reitberger
2022-09-23
1
-1
/
+1
*
timer: Change timer util functions to 64-bit
Rob Barnes
2022-09-14
2
-3
/
+3
*
lib/xxhash.c: Add new hash functions
Fred Reitberger
2022-09-07
2
-0
/
+464
*
allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN
Nico Huber
2022-09-04
1
-13
/
+23
*
cbfs/vboot: Adapt to new vb2_digest API
Julius Werner
2022-09-02
2
-6
/
+11
*
lib: Add SPDX identifiers to files missing them
Martin Roth
2022-08-11
19
-1
/
+40
*
lib/program_loaders.c: Mark run_ramstage with __noreturn
Arthur Heymans
2022-07-14
1
-1
/
+1
*
lib/fit.c: Don't align memory regions to 1MB
Arthur Heymans
2022-07-08
1
-28
/
+5
*
Replace some ENV_ROMSTAGE with ENV_RAMINIT
Kyösti Mälkki
2022-06-07
1
-1
/
+1
*
cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD
Julius Werner
2022-06-01
1
-1
/
+1
*
cpu/x86/smm: Remove heap
Arthur Heymans
2022-05-23
1
-1
/
+0
*
lib/Makefile.inc: Add cbfs header pointer on !BOOTBLOCK_IN_CBFS
Arthur Heymans
2022-05-20
1
-3
/
+12
*
CBMEM: Change declarations for initialization hooks
Kyösti Mälkki
2022-05-20
7
-26
/
+16
*
coreboot_tables: Add PCIe info to coreboot table
Jianjun Wang
2022-05-19
1
-0
/
+18
*
lib/Makefile.inc: Correct filename to master_header_pointer.c
Reka Norman
2022-05-17
1
-1
/
+1
*
rules.h: Use more consistent naming
Arthur Heymans
2022-05-16
2
-4
/
+4
*
lib/spd: Demote log about using default DDR4 params to NOTICE
Eric Lai
2022-05-16
1
-1
/
+1
*
Kconfig: Add an option to skip adding a cbfs bootblock on x86
Arthur Heymans
2022-05-12
1
-1
/
+1
*
Makefile.inc: Generate master header and pointer as C structs
Arthur Heymans
2022-05-12
3
-0
/
+66
*
lib: Add LPDDR5 DRAM type
Scott Chao
2022-04-27
1
-0
/
+2
*
lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks
Arthur Heymans
2022-04-27
1
-8
/
+0
*
FMAP: Refactor CBMEM hook
Kyösti Mälkki
2022-04-26
1
-5
/
+11
*
timestamp: Replace TS_ROMSTAGE_END conditional
Kyösti Mälkki
2022-04-26
1
-3
/
+2
*
lib/edid_fill_fb.c: Remove unused <bootsplash.h>
Elyes HAOUAS
2022-04-24
1
-1
/
+0
*
lib: Remove unused <stdlib.h> and use <types.h> when appropriate
Elyes HAOUAS
2022-04-24
10
-16
/
+8
*
lib/coreboot_table.c: Use align macro
Arthur Heymans
2022-04-20
1
-3
/
+1
*
lib: Check for non-existent DIMMs in check_if_dimm_changed
Eric Lai
2022-04-20
1
-0
/
+4
*
coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t
Jianjun Wang
2022-04-14
2
-4
/
+4
*
lib/device_tree.c: zero-initialize new DT nodes
Sergii Dmytruk
2022-03-22
1
-1
/
+1
*
lib/spd: Do not print part number if it is not available
Werner Zeh
2022-03-15
1
-2
/
+4
*
prog_loader: Change legacy_romstage_select_and_load() to return cb_err
Julius Werner
2022-03-09
1
-1
/
+1
*
cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI
Raul E Rangel
2022-03-09
2
-0
/
+10
*
coreboot_tables.c: Expose the ACPI RSDP
Arthur Heymans
2022-03-09
1
-0
/
+14
*
commonlib/bsd: Remove cb_err_t
Julius Werner
2022-03-09
1
-9
/
+9
[next]