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
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu/x86/tsc: Deduplicate Makefile logic
Angel Pons
2021-09-08
18
-22
/
+7
*
cpu/x86: Use MP_RUN_ON_ALL_CPUS macro instead of hardcoding
Subrata Banik
2021-09-04
1
-1
/
+1
*
AGESA f15tn: Hook up IDS options to Kconfig
Angel Pons
2021-08-22
1
-0
/
+1
*
cpu/x86/mp_init: don't wait between INIT and SIPI for X86_AMD_INIT_SIPI
Felix Held
2021-07-27
2
-3
/
+8
*
arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t
Raul E Rangel
2021-07-26
1
-1
/
+1
*
include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR
Felix Held
2021-07-16
1
-1
/
+1
*
src: use mca_clear_status function instead of open coding
Felix Held
2021-07-14
7
-57
/
+9
*
cpu/intel/*/*_init: use mca_get_bank_count()
Felix Held
2021-07-14
3
-9
/
+4
*
include/cpu/x86/msr: introduce IA32_MC_*(x) macros
Felix Held
2021-07-14
7
-8
/
+8
*
cpu/amd/*/model_*_init: use mca_get_bank_count()
Felix Held
2021-07-12
4
-12
/
+8
*
soc/intel: Fix microcode loading
Tim Wawrzynczak
2021-07-09
1
-2
/
+2
*
Makefile.inc: Fix IFITTOOL dependencies
Arthur Heymans
2021-07-07
1
-2
/
+2
*
cpu/intel/car/core2/cache_as_ram: Add x86_64 support
Patrick Rudolph
2021-07-07
2
-5
/
+21
*
ironlake: Add support for x86_64
Patrick Rudolph
2021-07-07
1
-0
/
+1
*
cpu/intel/car/p4: Add x86_64 support
Arthur Heymans
2021-07-06
1
-0
/
+11
*
arch/x86: Use ENV_X86_64 instead of _x86_64_
Patrick Rudolph
2021-07-06
6
-9
/
+9
*
cpu/intel/car/p4-netburst: Prepare for x86_64
Arthur Heymans
2021-07-05
2
-6
/
+11
*
cpu/qemu-x86: Increase heap size
Angel Pons
2021-07-02
1
-0
/
+3
*
src: Consolidate x86_64 support Kconfig
Angel Pons
2021-07-02
2
-14
/
+2
*
src: Introduce `ARCH_ALL_STAGES_X86`
Angel Pons
2021-07-02
18
-18
/
+0
*
src: Move `select ARCH_X86` to platforms
Angel Pons
2021-06-30
18
-0
/
+18
*
Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s
Martin Roth
2021-06-25
2
-4
/
+0
*
cpu/qemu-x86/Kconfig: Drop redundant selects
Angel Pons
2021-06-25
1
-2
/
+0
*
soc/intel/common/block/smm: Add `mainboard_smi_finalize`
Aseda Aboagye
2021-06-19
2
-0
/
+2
*
cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS`
Angel Pons
2021-06-16
1
-0
/
+1
*
cpu/intel/haswell: Enable MCA logging
Angel Pons
2021-06-16
1
-0
/
+6
*
cpu/x86/mp_init: Support both xapic and x2apic with common code
Arthur Heymans
2021-06-16
1
-30
/
+10
*
nb/intel/sandybridge: Add x86_64 support
Patrick Rudolph
2021-06-15
1
-1
/
+7
*
cpu/x86/Kconfig: Increase SMM stack size to 0x800 on x86_64
Patrick Rudolph
2021-06-15
1
-0
/
+1
*
treewide: Disable R_AMD64_32S relocation support
Patrick Rudolph
2021-06-15
3
-4
/
+6
*
cpu/x86/lapic: Replace LOCAL_APIC_ADDR references
Kyösti Mälkki
2021-06-11
2
-1
/
+8
*
cpu/x86/lapic: Drop read/write_around aliases
Kyösti Mälkki
2021-06-10
1
-3
/
+3
*
cpu/x86/lapic: Separate stop_this_cpu()
Kyösti Mälkki
2021-06-10
4
-72
/
+74
*
cpu/x86/lapic: Add wait_ipi_completion() helpers
Kyösti Mälkki
2021-06-10
1
-51
/
+42
*
cpu/x86/lapic: Add lapic_busy() helper
Arthur Heymans
2021-06-10
2
-10
/
+10
*
cpu/x86/lapic: Add lapic_send_ipi() helper
Arthur Heymans
2021-06-10
2
-39
/
+12
*
cpu/x86/lapic: Do not inline some utility functions
Kyösti Mälkki
2021-06-10
2
-2
/
+42
*
cpu/x86/lapic: Add lapic_update32() helper
Kyösti Mälkki
2021-06-10
1
-27
/
+13
*
cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE
Kyösti Mälkki
2021-06-09
2
-0
/
+26
*
cpu/x86/lapic: Drop IOAPIC test
Kyösti Mälkki
2021-06-09
1
-10
/
+5
*
cpu/x86/lapic: Redo DEBUG_HALT_SELF
Kyösti Mälkki
2021-06-07
1
-25
/
+21
*
cpu/x86/lapic: Declare start_cpu() static
Kyösti Mälkki
2021-06-07
1
-1
/
+1
*
cpu/x86/lapic: Drop parallel_cpu_init inside LEGACY_SMP_INIT
Kyösti Mälkki
2021-06-07
1
-16
/
+4
*
cpu/x86: Drop Kconfig PARALLEL_CPU_INIT
Kyösti Mälkki
2021-06-07
3
-14
/
+9
*
cpu/intel/model_2065x: Drop select PARALLEL_CPU_INIT
Kyösti Mälkki
2021-06-07
1
-1
/
+0
*
cpu/intel/hyperthreading: Build only for selected models
Kyösti Mälkki
2021-06-07
9
-7
/
+4
*
cpu/x86: Default to PARALLEL_MP selected
Kyösti Mälkki
2021-06-07
5
-7
/
+9
*
cpu/intel/model_206ax/acpi.c: Do not report P_BLK
Angel Pons
2021-06-07
1
-8
/
+2
*
cpu/intel/model_206ax/acpi.c: Do not report P_BLK
Angel Pons
2021-06-07
1
-8
/
+2
*
cpu/intel/haswell/acpi.c: Do not report P_BLK
Angel Pons
2021-06-07
1
-8
/
+2
[next]