Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
69e9e715a644aef8db118a30dee3878c561b976a
/
src
/
cpu
/
x86
9d75957
src/cpu: Get rid of whitespace before tab
by Elyes HAOUAS
· 5 years ago
2463533
cpu/x86/mp: Update CPU name in device structure
by Naresh G Solanki
· 5 years ago
e307343
src/cpu: Remove unneeded includes
by Elyes HAOUAS
· 5 years ago
8a25cae
cpu/x86: Add support to run function on single AP
by Subrata Banik
· 5 years ago
3337497
cpu/x86: Add support to run function with argument over APs
by Subrata Banik
· 5 years ago
223fb43
cpu/x86/mp: pass pointers to structures for AP callbacks
by Aaron Durbin
· 5 years ago
381feb8
cpu/x86/mp: use __aligned macro
by Aaron Durbin
· 5 years ago
4c16f8f
cpu/x86/mp: remove unused functions and limit API exposure
by Aaron Durbin
· 5 years ago
838f296
cpu/x86: Add infinite timeout support into run_ap_work() function
by Subrata Banik
· 5 years ago
d3c0c0c
arch/x86: Relocate GDT in verstage, romstage, and postcar
by Hannah Williams
· 5 years ago
fc1b496
cpu/x86: Get rid of device_t
by Elyes HAOUAS
· 6 years ago
fdca655
arch/x86: Fix call for wait_other_cpus_stop()
by Kyösti Mälkki
· 5 years ago
696c642
cpu/x86: add limited runtime identity page mapping
by Aaron Durbin
· 5 years ago
0f35af8f
arch/x86: add support for cache-as-ram paging
by Aaron Durbin
· 5 years ago
6403167
compiler.h: add __weak macro
by Aaron Durbin
· 5 years ago
c82e48d
cpu/x86: add paging_set_default_pat() function
by Aaron Durbin
· 5 years ago
d5e4746
cpu/x86: expose and add paging helper functions
by Aaron Durbin
· 5 years ago
ae18f80
cpu/x86: move NXE and PAT accesses to paging module
by Aaron Durbin
· 5 years ago
7f5e734
cpu/x86: add pae paging module to all stages
by Aaron Durbin
· 5 years ago
bb3a5ef
Correct "MTTR" to "MTRR"
by Jonathan Neuschäfer
· 5 years ago
2e744e0
cpu/x86/mtrr: Fix broken output ("indexis")
by Jonathan Neuschäfer
· 5 years ago
64f0bcb
cpu/x86/mtrr: Use single code path with/without holes
by Nico Huber
· 6 years ago
bd5fb66
cpu/x86/mtrr: Optimize hole carving strategy
by Nico Huber
· 6 years ago
d6630d1
x86: Increase time out for parking APs to 250ms
by Furquan Shaikh
· 6 years ago
5d8faef
cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan
by Furquan Shaikh
· 6 years ago
fa9f107
cpu/x86/mp_init: Increase AP check-in time-out to 1second
by Furquan Shaikh
· 6 years ago
c0dbeda
x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs
by Marshall Dawson
· 6 years ago
3985112
cpu/x86/16bit/entry16.inc: Fix typo in comment
by Paul Menzel
· 6 years ago
f70c1bf
cpu/x86: don't utilize UDELAY_IO if GENERIC_UDELAY
by Aaron Durbin
· 6 years ago
0026a535
Intel sch board & chip: Remove - using LATE_CBMEM_INIT
by Martin Roth
· 6 years ago
ec2e61a
cpu/x86: set permanent SMM handler stack to 1KiB
by Aaron Durbin
· 6 years ago
f6bbc60
intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c
by Elyes HAOUAS
· 6 years ago
c68d410
x86/lapic: Use the existing lapicid() function
by Marc Jones
· 6 years ago
ceb5271
cpu/x86/mtrr: Remove var-MTRR alignment optimization
by Nico Huber
· 6 years ago
df31904
cpu/x86: Align stack in SIPI handler
by Marshall Dawson
· 6 years ago
6933151
cpu/x86/sipi_vector.S: Use correct op suffix
by Damien Zammit
· 6 years ago
5a1f9a8
cpu/x86/mp_init: remove adjust_cpu_apic_entry()
by Aaron Durbin
· 6 years ago
e8741fe
Move ADDR32() hack to arch/x86
by Patrick Georgi
· 6 years ago
1104c27
cpu/x86/smm: Fix explicit 'addr32' usage in clang builds
by Edward O'Callaghan
· 7 years ago
6acaca7
AGESA: Remove separate f15rl
by Kyösti Mälkki
· 6 years ago
4e2294b
cpu/x86 asm: Just use the correct op suffix
by Edward O'Callaghan
· 7 years ago
e09cd1b
arch/x86: Sanity checking on HAVE_SMI_HANDLER
by Kyösti Mälkki
· 6 years ago
2e50142
i82801dx/gx/ix/jx: Add low-memory backup for S3 path
by Kyösti Mälkki
· 6 years ago
0cc2ce4
arch/x86: Clean up CONFIG_SMP and MAX_CPUS test
by Kyösti Mälkki
· 6 years ago
ff284f6
arch/x86: Fix ugly NEED_LAPIC use
by Kyösti Mälkki
· 6 years ago
b137c13
I82801JX: Add IS_ENABLED around config options
by Martin Roth
· 6 years ago
349e085
sb/intel/i82801jx: Add correct PCI ids and change names
by Arthur Heymans
· 6 years ago
fb66e81
x86/lapic/secondary.S: Align stack for _secondary_start
by Marshall Dawson
· 6 years ago
0fa92b3
src/cpu: add IS_ENABLED() around Kconfig symbol references
by Martin Roth
· 6 years ago
6a00113
Rename __attribute__((packed)) --> __packed
by Stefan Reinauer
· 6 years ago
312b235
cpu/x86/name: Fix undefined behavior
by Ryan Salsamendi
· 6 years ago
8ade68a
cpu/x86/smm: allow SSE instructions in SMM modules
by Aaron Durbin
· 6 years ago
6bb8ff4
cpu/x86: Use do while loop
by Paul Menzel
· 6 years ago
154d209
cpu/x86/sipi_vector: use macros for CR0 flags
by Aaron Durbin
· 6 years ago
9e01a0b
cpu/x86/smm: use macros for CR0 flags
by Aaron Durbin
· 6 years ago
25a885b
cpu/x86/smm: fix up types in module loader
by Aaron Durbin
· 6 years ago
a4677e4
cpu/x86/smm/smihandler: Apply cosmetic changes
by Patrick Rudolph
· 6 years ago
046848c
cpu/x86/mp_init: report correct count of AP acceptance
by Aaron Durbin
· 6 years ago
d9762f7
cpu/x86/mtrr: fail early if solution exceeds available MTRRs
by Aaron Durbin
· 6 years ago
6a3d0bf
cpu/x86: fix spelling mistake
by Martin Roth
· 7 years ago
a928519
arch/x86: Add function to determine if we're currently running from CAR
by Julius Werner
· 6 years ago
bc17cde
arch/x86: remove CAR global migration when postcar stage is used
by Aaron Durbin
· 6 years ago
9b76f0b
cpu/x86: add a barrier with timeout
by Bora Guvendik
· 7 years ago
dfc8a560
cpu/x86: Fix misc. remaining issues detected by checkpatch
by Lee Leahy
· 7 years ago
c591707
cpu/x86: Wrap lines at 80 columns
by Lee Leahy
· 7 years ago
8ca9a21
cpu/x86: Add int to unsigned
by Lee Leahy
· 7 years ago
a15d8af
cpu/x86: Remove braces and else if unnecessary
by Lee Leahy
· 7 years ago
a07d0dd
cpu/x86: Use tabs for indent
by Lee Leahy
· 7 years ago
8bad6d2
cpu/x86: Fix various issues detected by checkpatch.pl
by Lee Leahy
· 7 years ago
5f94541
src/cpu/x86: Remove space between * and variable name
by Lee Leahy
· 7 years ago
6add44b
src/cpu/x86: Update/Add license headers to all files
by Martin Roth
· 7 years ago
f3018f9
Set the fsb timer correctly for Netburst CPUs
by Arthur Heymans
· 7 years ago
9d8adc0
x86 SMM: Fix use with RELOCATABLE_RAMSTAGE
by Kyösti Mälkki
· 7 years ago
b21e362
cpu/x86: allow AP callbacks after MP init
by Aaron Durbin
· 7 years ago
530f677
buildsystem: Drop explicit (k)config.h includes
by Kyösti Mälkki
· 7 years ago
2bebd7b
cpu/x86/mtrr: allow temporary MTRR range during coreboot
by Aaron Durbin
· 7 years ago
90ba189
src/cpu: Remove unnecessary whitespace
by Elyes HAOUAS
· 7 years ago
8453c4f
cpu/x86: Move fls() and fms() to mtrr.h
by Rizwan Qureshi
· 7 years ago
2765a89
src/cpu: Improve code formatting
by Elyes HAOUAS
· 7 years ago
cbe7464c
src/cpu: Add required space before opening parenthesis '('
by Elyes HAOUAS
· 7 years ago
d6e9686
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
by Elyes HAOUAS
· 7 years ago
08e842c
Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS
by Aaron Durbin
· 7 years ago
d82be92
src/cpu: Capitalize CPU
by Elyes HAOUAS
· 7 years ago
585d1a0
src/cpu: Capitalize ROM and RAM
by Elyes HAOUAS
· 7 years ago
ae738ac
cpu/x86: Support CPUs without rdmsr/wrmsr instructions
by Lee Leahy
· 7 years ago
a38677b
cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundary
by Aaron Durbin
· 7 years ago
a16cd9c
ACPI S3: Move SMP trampoline recovery
by Kyösti Mälkki
· 7 years ago
4bab6e7
intel/sch: Merge northbridge and southbridge in src/soc
by Stefan Reinauer
· 7 years ago
ef10529
cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZE
by Aaron Durbin
· 7 years ago
770d7c7
cpu/x86/mp_init: reduce exposure of internal implementation
by Aaron Durbin
· 7 years ago
8250192
cpu/x86: combine multiprocessor and SMM initialization
by Aaron Durbin
· 7 years ago
d87c7bc
cpu/x86: remove BACKUP_DEFAULT_SMM_REGION option
by Aaron Durbin
· 7 years ago
a41e030
cpu/x86/smm_module_loader: always build with SMM module support
by Aaron Durbin
· 7 years ago
0e55632
cpu/x86/mp_init: remove unused callback arguments
by Aaron Durbin
· 7 years ago
0c85b7f
soc/intel/apollolake: Add cache for BIOS ROM
by Andrey Petrov
· 7 years ago
064a501
cpu/x86/tsc: Compile TSC timer for postcar as well
by Andrey Petrov
· 7 years ago
b8671ea
cpu/x86/tsc: remove conditional compilation
by Aaron Durbin
· 7 years ago
01dfdc5
cpu/x86/tsc: compile same code for all stages
by Aaron Durbin
· 7 years ago
711bfa9
cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.c
by Aaron Durbin
· 7 years ago
6f3a55a
src/cpu/x86: remove TSC_CALIBRATE_WITH_IO
by Aaron Durbin
· 7 years ago
Next »