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
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch/x86/smbios: use cpu_cpuid_extended_level instead of open coding it
Felix Held
2023-02-21
1
-2
/
+2
*
arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator
Felix Held
2023-02-09
1
-0
/
+2
*
treewide: Remove repeated words
Elyes Haouas
2023-02-09
2
-2
/
+2
*
soc/amd/picasso/soc_util: use cpuid_match
Felix Held
2023-02-08
1
-2
/
+3
*
arch/x86/cpu: move cpuid_match to corresponding header file
Felix Held
2023-02-08
2
-5
/
+5
*
arch/x86/include/cpu: introduce CPUID_FROM_FMS macro
Felix Held
2023-02-08
1
-0
/
+10
*
arch/x86/cpu: introduce and use device_match_mask
Felix Held
2023-02-08
2
-1
/
+10
*
arch/x86/include/cpu: retype device field in cpu_device_id
Felix Held
2023-02-08
1
-1
/
+1
*
arch/arm64/armv8/mmu.c: Add a space before the ternary operator
Yuchen He
2023-02-08
1
-2
/
+2
*
tree: Drop repeated words
Alexander Goncharov
2023-02-07
1
-1
/
+1
*
treewide: Remove duplicated include <device/pci.h>
Elyes Haouas
2023-02-01
1
-1
/
+0
*
arch/x86/smbios.c: Add socket type for Intel SPR-SP
Christian Walter
2023-01-30
1
-0
/
+2
*
arch/x86/smbios.c: Update Xeon-SP socket types
David Hendricks
2023-01-29
1
-2
/
+4
*
arch/x86/Kconfig: Remove unused NUM_IPI_STARTS
Elyes Haouas
2023-01-21
1
-9
/
+0
*
arch/x86/include: Remove unused <stddef.h>
Elyes Haouas
2023-01-21
2
-2
/
+0
*
treewide: stop calling custom TPM log "TCPA"
Sergii Dmytruk
2023-01-11
1
-2
/
+2
*
drivers/intel/gma: Hook up libgfxinit in romstage
Jeremy Compostella
2023-01-11
1
-0
/
+7
*
arch/x86/smbios: Replace SMBIOS type4 processor upgrade fields
Li, Jincheng
2023-01-08
1
-6
/
+6
*
{acpi,arch,soc}/acpi: Replace constant "One" with actual number
Felix Singer
2022-12-27
2
-4
/
+4
*
arch/riscv: Use 'enum cb_err'
Elyes Haouas
2022-12-25
1
-7
/
+7
*
arch/x86: Use 'enum cb_err'
Elyes Haouas
2022-12-25
3
-16
/
+17
*
cpu/x86: Set up a separate stack for APs
Arthur Heymans
2022-12-23
1
-5
/
+3
*
treewide: Remove duplicated includes
Elyes Haouas
2022-12-21
1
-1
/
+0
*
lib: Hook up libhwbase in romstage
Jeremy Compostella
2022-12-17
1
-0
/
+6
*
Set x86_64 as supported architecture for clang
Arthur Heymans
2022-12-16
1
-0
/
+1
*
cpu/cpu.h: Change the function signature
Arthur Heymans
2022-12-10
1
-3
/
+3
*
arch/x86/ioapic.c: Move macros to compilation unit
Arthur Heymans
2022-12-07
2
-15
/
+15
*
arch/x86/smbios.c: Allow creating entries for empty DIMM slots
Angel Pons
2022-12-06
1
-3
/
+30
*
arch/x86: Buildtest clang targets with VBOOT_STARTS_BEFORE_BOOTBLOCK
Arthur Heymans
2022-11-30
1
-1
/
+1
*
arch/arm/armv7: Disable generating neon FPU code
Arthur Heymans
2022-11-30
1
-0
/
+1
*
arch/arm/eabi_compat.c: Add eabi_clrX and eabi_memcyX
Arthur Heymans
2022-11-30
1
-0
/
+23
*
arm/armv7/Makefile.inc: Fix processing ld files with clang
Arthur Heymans
2022-11-30
1
-0
/
+6
*
/: Remove extra space after comma
Elyes Haouas
2022-11-30
1
-1
/
+1
*
Revert "src/arch/x86: Use core apic id to get cpu_index()"
Arthur Heymans
2022-11-29
2
-39
/
+8
*
arch/arm: Use unified assembly syntax
Arthur Heymans
2022-11-24
4
-34
/
+42
*
src/arch: Remove unnecessary space after casts
Elyes Haouas
2022-11-22
6
-9
/
+9
*
arch/x86/smbios: Add SMBIOS Type 39
Jonathan Zhang
2022-11-17
1
-0
/
+49
*
arch/{arm64,riscv}: Remove "CRIT: " from log messages
Elyes Haouas
2022-11-17
2
-2
/
+2
*
arch/x86: Disable clang build if using verstage_before_bootblock
Martin Roth
2022-11-16
1
-1
/
+1
*
arch/arm/armv7: Don't set gcc specific options for clang builds
Martin Roth
2022-11-16
1
-1
/
+4
*
arch/x86/Kconfig: Move AMD stages arch to common code
Arthur Heymans
2022-11-14
1
-7
/
+3
*
arch/x86/mpspec.c: Drop weak write_smp_table()
Kyösti Mälkki
2022-11-13
1
-22
/
+0
*
drivers/generic/ioapic: Drop poor implementation
Kyösti Mälkki
2022-11-13
1
-118
/
+1
*
arch/x86/memmove: Add 64bit version
Arthur Heymans
2022-11-12
3
-8
/
+211
*
cpu/x86: Set thread local storage in C code
Arthur Heymans
2022-11-12
3
-17
/
+42
*
arch/x86/ioapic: Reduce API exposure
Kyösti Mälkki
2022-11-10
2
-6
/
+3
*
arch/x86: Add register_new_ioapic()
Kyösti Mälkki
2022-11-10
2
-0
/
+15
*
Revert "mb/aopen/dxplplusu: Remove board"
Kyösti Mälkki
2022-11-09
1
-0
/
+2
*
arch/x86 & commonlib: Add macros for postcodes used in x86/tables
Martin Roth
2022-11-08
1
-3
/
+3
*
cpu/x86: Drop !CPU_INFO_V2 code
Arthur Heymans
2022-11-07
2
-13
/
+0
[next]