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
/
soc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
/: Remove "ERROR: "/"WARNING: " prefixes from log messages
Elyes Haouas
2022-11-10
14
-28
/
+28
*
sb,soc/intel: Use register_new_ioapic_gsi0()
Kyösti Mälkki
2022-11-10
3
-3
/
+3
*
sb,soc/intel: Use acpi_create_madt_ioapic_from_hw()
Kyösti Mälkki
2022-11-10
3
-4
/
+3
*
soc/intel/xeon_sp: Move SMBIOS type 4 override functions from mainboard
JingleHsuWiwynn
2022-11-10
1
-0
/
+11
*
soc/nvidia/tegra124: Fix building with clang
Arthur Heymans
2022-11-10
1
-7
/
+7
*
soc/sifive/ux00ddr.h: Remove set but unused variables
Arthur Heymans
2022-11-10
1
-4
/
+4
*
device/xhci: Factor out `struct xhci_usb_info`
Robert Zieba
2022-11-09
1
-14
/
+1
*
device/xhci: Factor out common PORTSC code
Robert Zieba
2022-11-09
1
-38
/
+5
*
soc/amd/picasso/acpi: include pci_int_defs.asl from soc.asl
Felix Held
2022-11-09
1
-0
/
+3
*
soc/amd/picasso/acpi: rename pcie.asl to pci_int_defs.asl
Felix Held
2022-11-09
2
-65
/
+65
*
soc/intel/common/xhci: Fix building for 64bit
Arthur Heymans
2022-11-09
1
-1
/
+1
*
soc/intel/elkhartlake: Correct I2C base clock to 100 MHz
Werner Zeh
2022-11-09
1
-1
/
+1
*
soc/amd/common/block/spi: Mainboard to override SPI Read Mode
Karthikeyan Ramasubramanian
2022-11-09
2
-3
/
+3
*
vboot: Add VBOOT_CBFS_INTEGRATION support
Jakub Czapiga
2022-11-08
1
-0
/
+1
*
soc/intel/xeon_sp: accomodate xeon_sp FSPX_CONFIG definitions
Jonathan Zhang
2022-11-08
6
-10
/
+12
*
vboot: Introduce handy vboot reboot functions
Jakub Czapiga
2022-11-08
2
-13
/
+5
*
/: Remove unused <inttypes.h>
Elyes Haouas
2022-11-08
3
-3
/
+0
*
soc/ti/am335x/cbmem.c: Use MiB macro
Elyes HAOUAS
2022-11-08
1
-1
/
+2
*
soc/intel/meteorlake: Remove PM Energy Report WA
Ravi Sarawadi
2022-11-08
1
-8
/
+0
*
soc/intel: Use `PWRMBASE` over static `Index 0` for PMC
Subrata Banik
2022-11-08
6
-6
/
+12
*
soc/qualcomm/sc7280: Move AOP load and reset handle to Romstage
Sudheer Kumar Amrabadi
2022-11-07
3
-6
/
+4
*
soc/amd/mendocino: Enable x86 SHA accelerator
Karthikeyan Ramasubramanian
2022-11-07
1
-0
/
+1
*
soc/intel/common/block/pcie/rtd3: Skip Power On if _STA returns 1
Kane Chen
2022-11-07
1
-2
/
+22
*
soc/intel/meteorlake: Implement SOC Die lock down configuration
Ravi Sarawadi
2022-11-07
1
-0
/
+17
*
soc/intel/meteorlake: Fix incompatible function pointers
Arthur Heymans
2022-11-07
2
-2
/
+2
*
soc/amd/common/include/gpio_defs.h: Add comment for accuracy
Fred Reitberger
2022-11-07
1
-0
/
+1
*
soc/intel/cannonlake: Fix GPIO reset mapping
Angel Pons
2022-11-07
1
-5
/
+5
*
soc/intel/block/power_limit: Avoid MSR read if it is not needed
Werner Zeh
2022-11-05
1
-3
/
+3
*
src/soc/amd/mendocino: Enable override of MAINBOARD_BLOBS_DIR
Nikolai Vyssotski
2022-11-04
1
-0
/
+3
*
soc/amd/*/data_fabric: Use common device ops
Fred Reitberger
2022-11-04
16
-260
/
+48
*
soc/amd/common/data_fabric: Make common device ops
Fred Reitberger
2022-11-04
1
-0
/
+29
*
soc/amd/mendocino/data_fabric.c: Make function more generic
Fred Reitberger
2022-11-04
1
-21
/
+16
*
soc/amd/*/data_fabric: Move register offsets to soc
Fred Reitberger
2022-11-04
10
-48
/
+47
*
soc/amd/common/block/data_fabric: Use register bitslice structs
Fred Reitberger
2022-11-04
1
-19
/
+19
*
soc/intel/meteorlake: Provide mitigation support for CNVi RFI
zhaojohn
2022-11-04
1
-0
/
+15
*
lib/coreboot_table: Rename lb_fill_pcie
Arthur Heymans
2022-11-04
2
-2
/
+2
*
lib/coreboot_table: Simplify API to set up lb_serial
Arthur Heymans
2022-11-04
11
-92
/
+73
*
Revert "soc/intel/xeon_sp/cpx: Add get_ewl_hob() utility function"
Felix Held
2022-11-04
3
-17
/
+1
*
soc/intel/alderlake: Add IBECC
Maximilian Brune
2022-11-04
2
-0
/
+41
*
soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h>
Elyes Haouas
2022-11-04
23
-57
/
+56
*
soc/intel/xeon_sp/cpx: Add get_ewl_hob() utility function
Johnny Lin
2022-11-04
3
-1
/
+17
*
soc/xeon_sp: Add weak mainboard_ewl_check for EWL check after FSP-M
Johnny Lin
2022-11-04
2
-0
/
+4
*
soc/mediatek/mt8188: Disable input-gating for big-core SRAM
Liju-Clr Chen
2022-11-04
4
-0
/
+28
*
soc/mediatek/mt8188: Fix AP hang when enabling cpufreq-hw driver
Liju-Clr Chen
2022-11-04
2
-1
/
+6
*
soc/intel/**/fast_spi.c: Drop spurious whitespace
Angel Pons
2022-11-04
1
-2
/
+1
*
soc/intel/skylake: Clean up includes
Elyes Haouas
2022-11-04
12
-0
/
+16
*
Revert "soc/mediatek/mt8188: Allow CPUfreq hardware to access MCUPM registers"
Liju-Clr Chen
2022-11-04
2
-10
/
+0
*
soc/amd: Specify memory types supported by each chip
Martin Roth
2022-11-04
6
-0
/
+30
*
soc/amd/common: Only call into enabled memory types
Martin Roth
2022-11-04
1
-9
/
+8
*
soc/amd/glinda/data_fabric: Add register bitslice struct
Fred Reitberger
2022-11-03
1
-2
/
+28
[prev]
[next]