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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
Kyösti Mälkki
2015-06-09
5
-11
/
+26
*
cbmem: Break out CBMEM_ID to a separate header file
Marc Jones
2015-06-09
2
-87
/
+112
*
Remove empty lines at end of file
Elyes HAOUAS
2015-06-08
3
-3
/
+0
*
device_ops: add device_t argument to write_acpi_tables
Alexander Couzens
2015-06-05
1
-1
/
+1
*
device_ops: add device_t argument to acpi_fill_ssdt_generator
Alexander Couzens
2015-06-05
1
-1
/
+1
*
device_ops: add device_t argument to acpi_inject_dsdt_generator
Alexander Couzens
2015-06-05
1
-1
/
+1
*
lib: Unify log2() and related functions
Julius Werner
2015-06-05
1
-6
/
+12
*
AMD K8 fam10: Drop extra HT scan_chain() parameters
Kyösti Mälkki
2015-06-05
1
-2
/
+1
*
AMD K8 fam10: Refactor HT link connection test
Kyösti Mälkki
2015-06-05
2
-0
/
+8
*
devicetree: Add fields for HyperTransport scans
Kyösti Mälkki
2015-06-05
1
-0
/
+2
*
devicetree: Change scan_bus() prototype in device ops
Kyösti Mälkki
2015-06-04
5
-9
/
+11
*
devicetree: Single scan_bridges()
Kyösti Mälkki
2015-06-04
1
-1
/
+1
*
PCI subsystem: Drop parameter max from scan_bus
Kyösti Mälkki
2015-06-04
3
-7
/
+9
*
PCI subsystem: Refactor PCI bridge register control
Kyösti Mälkki
2015-06-04
1
-0
/
+1
*
devicetree: Discriminate device ops scan_bus()
Kyösti Mälkki
2015-06-04
1
-1
/
+2
*
HyperTransport: Move pci_scan_bus() call
Kyösti Mälkki
2015-06-04
1
-1
/
+1
*
assets: abstract away the firmware assets used for booting
Aaron Durbin
2015-06-02
2
-21
/
+125
*
prog_loading: add region_device representing memory
Aaron Durbin
2015-06-02
1
-16
/
+18
*
cbfs: new API and better program loading
Aaron Durbin
2015-06-02
8
-217
/
+73
*
Remove leftover smi_get_tseg_base
Vladimir Serbinenko
2015-05-29
1
-2
/
+0
*
smm: Merge configs SMM_MODULES and SMM_TSEG
Vladimir Serbinenko
2015-05-28
1
-8
/
+5
*
Remove leftover tseg_relocate
Vladimir Serbinenko
2015-05-28
1
-4
/
+0
*
Add TCPA table.
Vladimir Serbinenko
2015-05-28
1
-0
/
+1
*
Move TPM code out of chromeos
Vladimir Serbinenko
2015-05-27
1
-0
/
+2
*
AGESA: Split S3 backup in CBMEM
Kyösti Mälkki
2015-05-27
1
-7
/
+0
*
fmap: new API using region_device
Aaron Durbin
2015-05-26
2
-0
/
+108
*
coreboot: introduce boot_device
Aaron Durbin
2015-05-26
1
-0
/
+41
*
cbmem: remove cbmem_set_top()
Aaron Durbin
2015-05-26
1
-3
/
+0
*
x86: provide consistent cbmem_top() for CONFIG_LATE_CBMEM_INIT
Aaron Durbin
2015-05-26
1
-0
/
+3
*
consoles: remove unused infrastructure
Aaron Durbin
2015-05-26
1
-6
/
+0
*
acpi: Remove monolithic ACPI
Vladimir Serbinenko
2015-05-26
1
-1
/
+1
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
80
-87
/
+80
*
regions: add more helpers
Aaron Durbin
2015-05-19
1
-0
/
+21
*
spi_flash: document expected return values
Aaron Durbin
2015-05-15
1
-0
/
+1
*
superio: Replace the indexed I/O functions
Dave Frodin
2015-05-14
1
-0
/
+39
*
regions: add mmap helper device
Aaron Durbin
2015-05-14
1
-0
/
+17
*
regions: add memory region device support
Aaron Durbin
2015-05-14
1
-0
/
+19
*
coreboot: add memory pool infrastructure
Aaron Durbin
2015-05-14
1
-0
/
+73
*
coreboot: add region infrastructure
Aaron Durbin
2015-05-14
1
-0
/
+100
*
secmon: allow for serial console
Aaron Durbin
2015-05-13
1
-1
/
+1
*
verstage: provide support for serial console
Aaron Durbin
2015-05-13
2
-2
/
+2
*
cbmem: Add initial allocation support
Lee Leahy
2015-05-13
1
-0
/
+18
*
vboot: allow for dynamic work buffers
Aaron Durbin
2015-05-11
1
-0
/
+2
*
vboot: inject vboot loader for stage loading
Aaron Durbin
2015-05-11
1
-0
/
+1
*
cbfs: make cbfs_load_prog_stage_by_offset() public
Aaron Durbin
2015-05-05
1
-0
/
+2
*
console: rename do_vtxprintf to do_printk_va_list and use it
Aaron Durbin
2015-05-05
1
-2
/
+2
*
program loading: add optional is_loader_active() callback
Aaron Durbin
2015-04-30
1
-0
/
+3
*
cbmem: Add FSP timestamps
Lee Leahy
2015-04-30
1
-4
/
+12
*
cbmem: Identify the FSP areas in CBMEM
Lee Leahy
2015-04-30
1
-0
/
+4
*
Use __ROMSTAGE__ to denote romstage
Patrick Georgi
2015-04-29
1
-1
/
+1
[next]