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
*
device/pciexp_device.c: Remove CPP guarding
Arthur Heymans
2021-03-14
1
-2
/
+0
*
pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 proper
Nico Huber
2021-03-12
1
-6
/
+4
*
device: Give `pci_ops.set_L1_ss_latency` a proper name
Nico Huber
2021-03-12
1
-1
/
+1
*
cpu/intel/microcode: Fix caching logic in intel_microcode_find
Furquan Shaikh
2021-03-12
1
-1
/
+5
*
soc/intel/*: drop UART pad configuration from common code
Michael Niewöhner
2021-03-12
1
-1
/
+2
*
src/cpu/x86: Add helper mp_run_on_all_aps
Aamir Bohra
2021-03-11
1
-0
/
+6
*
soc/intel/common/block: Add PCI IDs for EmmitsBurg PCH
Jonathan Zhang
2021-03-11
1
-0
/
+3
*
cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()
Julius Werner
2021-03-08
1
-22
/
+174
*
cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core
Julius Werner
2021-03-08
2
-4
/
+17
*
cbfs: Move trivial wrappers to static inlines
Julius Werner
2021-03-08
1
-24
/
+66
*
cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengths
Julius Werner
2021-03-08
1
-34
/
+33
*
soc/intel/broadwell/pch: Use Lynx Point smbus.c
Angel Pons
2021-03-05
1
-0
/
+1
*
acpi: Move PCI functions to separate file
Tim Wawrzynczak
2021-03-01
2
-2
/
+13
*
mb/ocp/deltalake: Fill ECC type in romstage
Angel Pons
2021-03-01
1
-1
/
+0
*
memory_info.h: Store SMBIOS error correction type
Angel Pons
2021-03-01
1
-2
/
+5
*
drivers/soundwire/alc1308 : Add ALC1308 soundwire device
Anil Kumar
2021-02-27
1
-0
/
+1
*
arch/x86/smbios: Update SMBIOS type 17 asset tag
Tim Chu
2021-02-27
1
-0
/
+2
*
sb/intel/ibexpeak: Add all PCI IDs for LPC
Angel Pons
2021-02-27
1
-0
/
+10
*
soc/amd/picasso/data_fabric: add missing data fabric device function 7
Felix Held
2021-02-24
1
-0
/
+1
*
device/device.c: Rename .disable to .vga_disable
Arthur Heymans
2021-02-24
1
-1
/
+1
*
include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSR
Felix Held
2021-02-19
1
-1
/
+1
*
soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.h
Felix Held
2021-02-19
1
-0
/
+1
*
memlayout: Store region sizes as separate symbols
Julius Werner
2021-02-19
2
-7
/
+26
*
rmodtool: Make memlayout symbols absolute and do not relocate them
Julius Werner
2021-02-18
1
-9
/
+9
*
device/dram: Move SPD manufacturer names out of arch/x86
Patrick Rudolph
2021-02-16
1
-0
/
+10
*
ACPI: Add acpi_reset_gnvs_for_wake()
Kyösti Mälkki
2021-02-16
1
-1
/
+4
*
include/acpi/acpi.h: Add ACPI_MADT_LAPIC_NMI_ALL_PROCESSORS
Raul E Rangel
2021-02-13
1
-0
/
+2
*
cpu/intel/microcode: Fix typo in function parameter
Elyes HAOUAS
2021-02-11
1
-1
/
+1
*
device/azalia_device: Add mainboard hook to program codecs
Angel Pons
2021-02-10
1
-0
/
+3
*
device/azalia_device: Add function to program a verb table
Angel Pons
2021-02-10
1
-0
/
+1
*
src: Add missing <cbmem.h>
Elyes HAOUAS
2021-02-09
1
-0
/
+1
*
drivers/intel/fsp1_1,fsp2_0: Refactor logo display
Kyösti Mälkki
2021-02-09
1
-0
/
+4
*
drivers/intel/fsp2_0: Add support for MP services2 PPI
Aamir Bohra
2021-02-06
1
-22
/
+0
*
drivers/generic/bayhub_lv2: Add driver for BayHub lv2
John Su
2021-02-04
1
-0
/
+1
*
acpi: Add support for reporting CrashLog in BERT table
Francois Toguo
2021-02-04
2
-0
/
+17
*
coreboot_table: Move VBOOT_VBNV support
Kyösti Mälkki
2021-02-04
1
-0
/
+3
*
pci_ids/intel: Add missing CFL-S GT1 IGD IDs
Nico Huber
2021-02-03
1
-0
/
+2
*
pci_ids/intel: Correct 0x3e96, it's a CFL-S part
Nico Huber
2021-02-03
1
-1
/
+1
*
include/device/pci_ids.h: Add Cannon Lake PCH-H SATA dev ID
Erik van den Bogaert
2021-02-01
1
-0
/
+2
*
console/console.h: Move get_console_loglevel() declaration
Arthur Heymans
2021-02-01
1
-13
/
+13
*
arch/x86/smbios: Add Number Of Power Cords field to be overriden
JingleHsuWiwynn
2021-02-01
1
-0
/
+1
*
device: Drop `mmconf_resource_init` function
Angel Pons
2021-01-30
1
-1
/
+0
*
device/Kconfig: Introduce MMCONF_LENGTH
Angel Pons
2021-01-30
1
-0
/
+4
*
stage_cache: Add resume_from_stage_cache()
Kyösti Mälkki
2021-01-29
1
-0
/
+10
*
cpu/intel/microcode: Add caching layer in intel_microcode_find
Patrick Rudolph
2021-01-28
1
-1
/
+3
*
arch/x86/smbios: Update SMBIOS type 16 Extended Maximum Capacity
Tim Chu
2021-01-28
1
-0
/
+2
*
acpi/acpigen.c: Remove unused and incorrect functions
Jakub Czapiga
2021-01-28
1
-2
/
+0
*
ACPI: Separate device_nvs_t
Kyösti Mälkki
2021-01-27
1
-0
/
+1
*
cpu/x86/smm: Remove unused APMC for C-state and P-state
Kyösti Mälkki
2021-01-26
1
-2
/
+0
*
cpu/x86/smm: Use common APMC logging
Kyösti Mälkki
2021-01-25
1
-0
/
+1
[next]