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
...
*
lib/fit: support booting initrd placed above 4GiB
Patrick Rudolph
2018-08-10
1
-0
/
+1
*
src/soc/intel: Add new device IDs to support coffeelake
Maulik
2018-08-10
1
-0
/
+4
*
src/include: Fix typo
Elyes HAOUAS
2018-08-09
2
-2
/
+2
*
amd/fam15: Add MCA bank register definitions
Marshall Dawson
2018-08-08
1
-0
/
+4
*
cpu/amd: Correct number of MCA banks cleared
Marshall Dawson
2018-08-08
2
-0
/
+4
*
cpu/amd: Rename MCA status register
Marshall Dawson
2018-08-08
2
-2
/
+2
*
src/soc/intel: Add AML IGD in platform reporting
Gaggery Tsai
2018-08-06
1
-1
/
+1
*
gpio: Change gpio_baseX_value() function return types to unsigned
Julius Werner
2018-08-03
1
-7
/
+7
*
soc/intel/common/block: Add WhiskeyLake (WHL) IDs
Krzysztof Sywula
2018-08-01
1
-0
/
+2
*
cpu/intel/smm/gen1: Use correct MSR for model_6fx and model_1067x
Arthur Heymans
2018-07-30
1
-0
/
+4
*
cpu/intel/microcode: Add helper functions to get microcode info
Rizwan Qureshi
2018-07-30
1
-0
/
+9
*
device: add child traversal helper function
Aaron Durbin
2018-07-26
1
-0
/
+3
*
cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx
Arthur Heymans
2018-07-24
1
-2
/
+2
*
write_tables: return a pointer to the table
Ronald G. Minnich
2018-07-20
1
-1
/
+2
*
device/pci: Add MSI-X helper functions
Patrick Rudolph
2018-07-19
2
-0
/
+30
*
arch/x86/smbios: Add support for table 38
Patrick Rudolph
2018-07-19
1
-0
/
+14
*
pnp_device: improve readability
Felix Held
2018-07-17
1
-1
/
+1
*
intel/wifi: Add WGDS ACPI method for Geo Aware SAR
Pratik Prajapati
2018-07-13
1
-3
/
+23
*
src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-09
1
-2
/
+2
*
devicetree: Add method to delete property by name
Patrick Rudolph
2018-06-28
1
-0
/
+2
*
smm: Add canary to end of stack and die() if a stack overflow occurs
Raul E Rangel
2018-06-28
1
-0
/
+4
*
lib: Add FIT payload support
Patrick Rudolph
2018-06-19
2
-37
/
+84
*
lib: Raw import FIT parser
Patrick Rudolph
2018-06-19
1
-0
/
+78
*
lib/prog_loaders: Move argument selection into selfload
Patrick Rudolph
2018-06-19
1
-2
/
+2
*
nb/intel/fsp_rangeley: Use MSR_PLATFORM_INFO instead of 0xce
Elyes HAOUAS
2018-06-14
1
-0
/
+2
*
src: Get rid of unneeded whitespace
Elyes HAOUAS
2018-06-14
1
-1
/
+1
*
src: Use of device_t is deprecated
Elyes HAOUAS
2018-06-14
3
-5
/
+5
*
lib/device_tree: Add method to get phandle
Patrick Rudolph
2018-06-14
1
-0
/
+2
*
bootmem: Clarify usage with bounce-buffer
Kyösti Mälkki
2018-06-12
1
-0
/
+5
*
selfboot: Move x86 quirk under arch
Kyösti Mälkki
2018-06-11
1
-0
/
+2
*
arch/x86: Drop leftover ROMCC console support
Kyösti Mälkki
2018-06-08
2
-105
/
+1
*
amd/geode_lx: Fix .c includes
Kyösti Mälkki
2018-06-05
1
-0
/
+4
*
cpu/x86/mtrr.h: Clean up some guards
Nico Huber
2018-06-04
1
-13
/
+11
*
cpu/intel/car: Prepare for some POSTCAR_STAGE support
Kyösti Mälkki
2018-06-02
1
-0
/
+2
*
drivers/intel/wifi: Add PCI ID for Intel TP2 Wi-Fi
Furquan Shaikh
2018-06-01
1
-0
/
+1
*
cpu/x86/mtrr: Prepare for ROM_SIZE > 16MiB
Nico Huber
2018-05-31
1
-4
/
+14
*
cpu/x86/mtrr: Get rid of CACHE_ROM_SIZE_OVERRIDE
Nico Huber
2018-05-31
1
-22
/
+25
*
Remove AMD K8 cpu and northbridge support
Kyösti Mälkki
2018-05-31
2
-161
/
+0
*
elog: Allow calling boot_count_read() without CONFIG_ELOG_BOOT_COUNT
Daniel Kurtz
2018-05-25
1
-0
/
+7
*
device: Move find_dev_path() to device_const.c
Kyösti Mälkki
2018-05-25
2
-2
/
+3
*
device: Move dev_find_path() to device_const.c
Nico Huber
2018-05-25
1
-2
/
+3
*
AMD: Remove some leftover includes
Kyösti Mälkki
2018-05-24
2
-853
/
+0
*
Introduce bootblock self-decompression
Julius Werner
2018-05-22
5
-1
/
+55
*
bootblock: Allow more timestamps in bootblock_main_with_timestamp()
Julius Werner
2018-05-22
1
-7
/
+9
*
Revert "program_loading: make types a mask, make unknown type a non-zero"
Julius Werner
2018-05-22
1
-15
/
+8
*
cpu/x86: Add support to run function on single AP
Subrata Banik
2018-05-19
1
-1
/
+9
*
lib/prog_loaders: Store CBFS type in struct prog
Patrick Rudolph
2018-05-16
1
-0
/
+6
*
cpu/x86: Add support to run function with argument over APs
Subrata Banik
2018-05-14
1
-2
/
+2
*
program_loading: make types a mask, make unknown type a non-zero
Ronald G. Minnich
2018-05-14
1
-8
/
+15
*
devicetree: Add USB device type
Duncan Laurie
2018-05-11
2
-0
/
+10
[prev]
[next]