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
/
payloads
Commit message (
Expand
)
Author
Age
Files
Lines
*
.gitignore: Split into subdirectory files
Patrick Georgi
2020-10-30
4
-0
/
+15
*
payloads/filo: Set stable tag to something that builds
Nico Huber
2020-10-28
2
-3
/
+3
*
libpayload/keyboard: Use `bool` as return type
Nico Huber
2020-10-26
2
-10
/
+13
*
libpayload/curses: Use <stdbool.h>
Nico Huber
2020-10-26
2
-9
/
+2
*
libpayload: Add <stdbool.h>
Nico Huber
2020-10-26
1
-0
/
+10
*
drivers/smmstore: Implement SMMSTORE version 2
Patrick Rudolph
2020-10-22
1
-0
/
+1
*
libpayload/storage/ahci: Use pci_dev struct in ahci_initialize()
Felix Singer
2020-10-20
3
-17
/
+12
*
libpayload/storage/ahci: Use pacc pointer to read device class
Felix Singer
2020-10-20
4
-19
/
+17
*
libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct
Felix Singer
2020-10-20
2
-0
/
+10
*
payloads/coreinfo: Rename pci_scan_bus()
Felix Singer
2020-10-20
1
-3
/
+3
*
libpayload/storage: Enable STORAGE_64BIT_LBA
Felix Singer
2020-10-19
1
-1
/
+1
*
libpayload/storage: Enable all AHCI controllers by default
Felix Singer
2020-10-19
1
-2
/
+2
*
libpayload/libpci: Introduce device class attribute in pci_dev
Felix Singer
2020-10-17
2
-0
/
+2
*
libpayload/libpci: Clean up pci_alloc()
Felix Singer
2020-10-17
1
-2
/
+1
*
libpayload/x86: Add some more CPUID helpers
Nico Huber
2020-10-16
1
-0
/
+32
*
lib and libpayload: Add popcnt functions
Angel Pons
2020-10-15
1
-0
/
+3
*
lib and libpayload: add 64-bit versions of clz, __ffs and log2
Tim Wawrzynczak
2020-10-14
1
-0
/
+8
*
libpayload: use PRIu64 type to print u64
Jeremy Compostella
2020-09-30
2
-2
/
+8
*
libpayload: Fix file permissions
Kyösti Mälkki
2020-09-27
1
-0
/
+0
*
payloads/external: add support for BOOTBOOT payload
Zoltan Baldaszti
2020-09-26
4
-0
/
+63
*
treewide/Kconfig: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
2
-2
/
+0
*
payloads: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
48
-83
/
+0
*
libpayload: free: Separate NULL check out for clarity
Hsuan Ting Chen
2020-09-19
1
-0
/
+4
*
libpayload: cbgfx: Fix 'equals' counter for Lanczos resampling
Yu-Ping Wu
2020-09-18
1
-14
/
+13
*
coreinfo: Use SPDX license identifiers
Jacob Garber
2020-09-14
15
-168
/
+30
*
libpayload: malloc: Fix realloc for overlapping buffers
Yu-Ping Wu
2020-09-13
1
-34
/
+57
*
libpayload/xhci: Fix Slot State field width definition
Caveh Jalali
2020-09-04
1
-1
/
+1
*
xhci: Do not set the CRCR_CS bit
Caveh Jalali
2020-08-31
1
-1
/
+7
*
xhci: Fix Abort command event handling
Caveh Jalali
2020-08-31
1
-7
/
+27
*
libpayload: cbgfx: Support buffered I/O
Hung-Te Lin
2020-08-28
2
-1
/
+61
*
libpayload: memmove: Don't make expectations of architecture memcpy
Julius Werner
2020-08-24
1
-1
/
+1
*
libpayload: Cache physical location of strings
Nico Huber
2020-08-24
2
-17
/
+21
*
libpayload: Cache physical location of CBMEM entries
Nico Huber
2020-08-24
5
-23
/
+16
*
libpayload: Cache physical location of cb_table entries
Nico Huber
2020-08-24
2
-4
/
+4
*
libpayload: Cache copy of `cb_framebuffer` struct
Nico Huber
2020-08-24
5
-33
/
+15
*
libpayload: Cache physical location of serial-console struct
Nico Huber
2020-08-24
8
-17
/
+16
*
libpayload: Cache physical CMOS option table location
Nico Huber
2020-08-24
3
-4
/
+4
*
libpayload: Cache physical cbmem console address
Nico Huber
2020-08-24
5
-15
/
+30
*
arch/arm: Enable FIT payloads
Sam Lewis
2020-08-19
1
-2
/
+2
*
payloads/nvramcui: Fix `make clean`
Nico Huber
2020-08-18
1
-2
/
+2
*
payloads/coreinfo: Fix `make clean`
Nico Huber
2020-08-18
1
-2
/
+1
*
payloads/seabios: Update stable version to 1.14.0
Elyes HAOUAS
2020-08-17
2
-2
/
+2
*
libpayload/defconfig: Set default heap size to 1MiB
Nico Huber
2020-08-17
1
-1
/
+1
*
libpayload: cbgfx: Add color mapping functionality
Yu-Ping Wu
2020-08-13
2
-11
/
+75
*
libpayload: Replace include/compiler.h with commonlib/bsd's version
Patrick Georgi
2020-07-28
1
-17
/
+27
*
payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tab
Elyes HAOUAS
2020-07-25
1
-1
/
+1
*
payloads/libpayload/curses/menu/eti.h: Remove unneeded whitespaces
Elyes HAOUAS
2020-07-25
1
-8
/
+8
*
payloads/libpayload/arch/arm/cpu.S: Remove whitespaces before tab
Elyes HAOUAS
2020-07-25
1
-1
/
+1
*
payloads/external/tint/Makefile: Remove whitespaces before tab
Elyes HAOUAS
2020-07-25
1
-3
/
+3
*
libpayload: cbgfx: Add draw_line()
Yu-Ping Wu
2020-07-23
2
-7
/
+95
[next]