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
*
Add new CONFIG(XXX) macro to replace IS_ENABLED(CONFIG_XXX)
Julius Werner
2019-03-07
1
-1
/
+3
*
security/tpm: Fix TCPA log feature
Philipp Deppenwiese
2019-03-07
1
-0
/
+4
*
soc/intel/skylake: Add H110 PCH series
Maxim Polyakov
2019-03-06
1
-0
/
+1
*
soc/intel/skylake: Add new Northbridge and IGD IDs
Maxim Polyakov
2019-03-06
1
-0
/
+2
*
driver/intel/ish: add ish chip driver support
Jett Rink
2019-03-06
1
-0
/
+1
*
Remove DEFAULT_PCIEXBAR alias
Kyösti Mälkki
2019-03-06
1
-7
/
+6
*
device/pci_ops: Inline PCI config accessors for ramstage
Kyösti Mälkki
2019-03-06
1
-6
/
+76
*
device/pci_ops: Change ramstage PCI accessor signatures
Kyösti Mälkki
2019-03-06
1
-6
/
+6
*
device/pci_ops: Simplify logic for PCI bus ops
Kyösti Mälkki
2019-03-06
1
-1
/
+0
*
arch/io.h: Separate MMIO and PNP ops
Kyösti Mälkki
2019-03-04
3
-4
/
+69
*
device/pnp: Add header files for PNP ops
Kyösti Mälkki
2019-03-04
2
-0
/
+44
*
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
4
-4
/
+24
*
arch/io.h: Add missing includes
Kyösti Mälkki
2019-03-04
1
-0
/
+1
*
arch/io.h: Fix PCI and PNP simple typedefs
Kyösti Mälkki
2019-03-04
4
-3
/
+3
*
{src/include},{soc/intel): Configure HDA codecs
Frans Hendriks
2019-03-04
1
-0
/
+1
*
device/pci_ops: Drop parameter from pci_bus_default_ops()
Kyösti Mälkki
2019-03-03
1
-1
/
+1
*
device/pci_ops: Drop unused parameter
Kyösti Mälkki
2019-03-03
1
-9
/
+6
*
device/pci_ops: Avoid name collisions
Kyösti Mälkki
2019-03-03
2
-9
/
+24
*
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-03-01
2
-4
/
+1
*
soc/intel/cannonlake: Add Comet Lake U SA 2+2 Device ID
Subrata Banik
2019-02-28
1
-0
/
+1
*
console: Split loglevel for fast and slow
Kyösti Mälkki
2019-02-27
1
-0
/
+2
*
console: Refactor printk() varargs prototypes
Kyösti Mälkki
2019-02-27
1
-11
/
+5
*
Add missing u8 eos[2] declaration to struct smbios_type38
Lukasz Siudut
2019-02-26
1
-0
/
+1
*
soc/intel/common: Include cometlake PCH IDs
Ronak Kanabar
2019-02-26
1
-1
/
+48
*
soc/intel/common: Include cometlake SA IDs
Ronak Kanabar
2019-02-24
1
-0
/
+25
*
arch/arm64: Add PCI config support in romstage
Kyösti Mälkki
2019-02-22
1
-3
/
+1
*
drivers/cavium: Add UART PCI driver
Patrick Rudolph
2019-02-22
1
-0
/
+3
*
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-22
1
-91
/
+33
*
ACPI: Correct asl_compiler_revision value
Elyes HAOUAS
2019-02-21
1
-0
/
+3
*
SMBIOS: Fix bios version
Elyes HAOUAS
2019-02-21
1
-0
/
+2
*
drivers/intel/wifi: Add support for Harrison Peak (HrP) 9560 module
Subrata Banik
2019-02-20
1
-0
/
+1
*
soc/intel/common: Add whiskeylake celeron v-0 support
Lijian Zhao
2019-02-19
1
-0
/
+1
*
SMBIOS: Update BIOS Information (Type 0) to version V3.2.0
Elyes HAOUAS
2019-02-15
1
-0
/
+1
*
SMBIOS: Add new MEMORY_{TYPE,TECHNOLOGY,OPERATING} macros
Elyes HAOUAS
2019-02-15
1
-0
/
+15
*
include/smbios.h: Align values for readability
Elyes HAOUAS
2019-02-15
1
-12
/
+12
*
SMBIOS: Update BMC Interface Type field
Elyes HAOUAS
2019-02-15
1
-0
/
+1
*
coreboot: check Cr50 PM mode on normal boot
Keith Short
2019-02-13
1
-0
/
+3
*
cpu/x86/mtrr: Fix _FROM_4G_TOP() macro
Nico Huber
2019-02-12
1
-1
/
+1
*
device/pci_ops: Apply some symmetry in headers
Kyösti Mälkki
2019-02-11
1
-0
/
+42
*
device/pci_ops: Move common pci_mmio_cfg.h
Kyösti Mälkki
2019-02-11
1
-0
/
+73
*
Revert "cpu/x86/mtrr: Fix sign overflow"
Nico Huber
2019-02-11
1
-1
/
+1
*
device/pci_ops: Move questionable pci_locate() variants
Kyösti Mälkki
2019-02-11
1
-0
/
+6
*
device/pci_early.c: Drop some guards
Kyösti Mälkki
2019-02-11
1
-1
/
+2
*
device/pci: Always define PCI_DEV()
Kyösti Mälkki
2019-02-11
1
-0
/
+7
*
bootmem: add new memory type for BL31
Ting Shen
2019-02-05
2
-0
/
+6
*
cpu/x86/mtrr: Fix sign overflow
Patrick Rudolph
2019-02-05
1
-1
/
+1
*
lib/hardwaremain: Fix more ACPI/IOAPIC typos
Subrata Banik
2019-01-31
1
-1
/
+1
*
string: move strdup() & strconcat() to lib/string.c
Thomas Heijligen
2019-01-30
1
-20
/
+2
*
selfload: check target memory type in selfload_check
Ting Shen
2019-01-30
2
-3
/
+7
*
src: Don't use a #defines like Kconfig symbols
Elyes HAOUAS
2019-01-28
1
-5
/
+5
[next]