index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
x86
Age
Commit message (
Expand
)
Author
2017-07-21
I82801JX: Add IS_ENABLED around config options
Martin Roth
2017-07-21
sb/intel/i82801jx: Add correct PCI ids and change names
Arthur Heymans
2017-07-20
x86/lapic/secondary.S: Align stack for _secondary_start
Marshall Dawson
2017-07-13
src/cpu: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-03
cpu/x86/name: Fix undefined behavior
Ryan Salsamendi
2017-06-27
cpu/x86/smm: allow SSE instructions in SMM modules
Aaron Durbin
2017-06-22
cpu/x86: Use do while loop
Paul Menzel
2017-06-22
cpu/x86/sipi_vector: use macros for CR0 flags
Aaron Durbin
2017-06-22
cpu/x86/smm: use macros for CR0 flags
Aaron Durbin
2017-06-22
cpu/x86/smm: fix up types in module loader
Aaron Durbin
2017-06-19
cpu/x86/smm/smihandler: Apply cosmetic changes
Patrick Rudolph
2017-06-16
cpu/x86/mp_init: report correct count of AP acceptance
Aaron Durbin
2017-06-13
cpu/x86/mtrr: fail early if solution exceeds available MTRRs
Aaron Durbin
2017-06-12
cpu/x86: fix spelling mistake
Martin Roth
2017-05-30
arch/x86: Add function to determine if we're currently running from CAR
Julius Werner
2017-04-08
arch/x86: remove CAR global migration when postcar stage is used
Aaron Durbin
2017-03-19
cpu/x86: add a barrier with timeout
Bora Guvendik
2017-03-16
cpu/x86: Fix misc. remaining issues detected by checkpatch
Lee Leahy
2017-03-16
cpu/x86: Wrap lines at 80 columns
Lee Leahy
2017-03-16
cpu/x86: Add int to unsigned
Lee Leahy
2017-03-16
cpu/x86: Remove braces and else if unnecessary
Lee Leahy
2017-03-16
cpu/x86: Use tabs for indent
Lee Leahy
2017-03-16
cpu/x86: Fix various issues detected by checkpatch.pl
Lee Leahy
2017-03-16
src/cpu/x86: Remove space between * and variable name
Lee Leahy
2017-02-22
src/cpu/x86: Update/Add license headers to all files
Martin Roth
2016-12-16
Set the fsb timer correctly for Netburst CPUs
Arthur Heymans
2016-12-11
x86 SMM: Fix use with RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2016-12-08
cpu/x86: allow AP callbacks after MP init
Aaron Durbin
2016-12-08
buildsystem: Drop explicit (k)config.h includes
Kyösti Mälkki
2016-11-12
cpu/x86/mtrr: allow temporary MTRR range during coreboot
Aaron Durbin
2016-10-07
src/cpu: Remove unnecessary whitespace
Elyes HAOUAS
2016-09-12
cpu/x86: Move fls() and fms() to mtrr.h
Rizwan Qureshi
2016-09-04
src/cpu: Improve code formatting
Elyes HAOUAS
2016-08-28
src/cpu: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-23
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
Elyes HAOUAS
2016-08-18
Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS
Aaron Durbin
2016-07-31
src/cpu: Capitalize CPU
Elyes HAOUAS
2016-07-31
src/cpu: Capitalize ROM and RAM
Elyes HAOUAS
2016-07-27
cpu/x86: Support CPUs without rdmsr/wrmsr instructions
Lee Leahy
2016-07-22
cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundary
Aaron Durbin
2016-06-22
ACPI S3: Move SMP trampoline recovery
Kyösti Mälkki
2016-05-17
intel/sch: Merge northbridge and southbridge in src/soc
Stefan Reinauer
2016-05-06
cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZE
Aaron Durbin
2016-05-06
cpu/x86/mp_init: reduce exposure of internal implementation
Aaron Durbin
2016-05-04
cpu/x86: combine multiprocessor and SMM initialization
Aaron Durbin
2016-05-04
cpu/x86: remove BACKUP_DEFAULT_SMM_REGION option
Aaron Durbin
2016-05-04
cpu/x86/smm_module_loader: always build with SMM module support
Aaron Durbin
2016-05-02
cpu/x86/mp_init: remove unused callback arguments
Aaron Durbin
2016-04-28
soc/intel/apollolake: Add cache for BIOS ROM
Andrey Petrov
2016-04-11
cpu/x86/tsc: Compile TSC timer for postcar as well
Andrey Petrov
2016-04-11
cpu/x86/tsc: remove conditional compilation
Aaron Durbin
2016-04-11
cpu/x86/tsc: compile same code for all stages
Aaron Durbin
2016-04-11
cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.c
Aaron Durbin
2016-04-11
src/cpu/x86: remove TSC_CALIBRATE_WITH_IO
Aaron Durbin
2016-03-23
arch/x86: introduce postcar stage/phase
Aaron Durbin
2016-03-18
mtrr: Define a function for obtaining free var mtrr
Furquan Shaikh
2016-03-16
cpu/x86: compile earlymtrr.c code for romstage as well
Andrey Petrov
2016-03-16
cpu/x86/mtrr: remove early_mtrr_* functions
Aaron Durbin
2016-03-16
cpu/x86/mtrr: move cache_ramstage() to its only user
Aaron Durbin
2016-03-08
cpu/x86/mtrr: add helper function to detect variable MTRRs
Aaron Durbin
2016-03-08
cpu/x86: Sort some Kconfig options
Stefan Reinauer
2016-03-05
arch/x86: document CAR symbols and expose them in symbols.h
Andrey Petrov
2016-03-04
arch/x86: always use _start as entry symbol for all stages
Aaron Durbin
2016-03-04
arch/x86: rename reset_vector -> _start
Aaron Durbin
2016-03-03
cpu/x86/16bit: rename _start -> _start16bit
Aaron Durbin
2016-03-03
cpu/x86/16bit/reset16: mark reset vector executable
Aaron Durbin
2016-03-03
cpu/x86/16bit/reset16: remove stale 32-bit jump
Aaron Durbin
2016-02-11
cpu/x86/tsc: Compile delay_tsc.c for the bootblock as well
Alexandru Gagniuc
2016-02-02
src: Fix various spelling and whitespace issues.
Martin Roth
2016-01-28
Move object files to $(obj)/<class>/
Nico Huber
2016-01-28
Makefile: Make full use of src-to-obj macro
Nico Huber
2016-01-21
*/Makefile.inc: Compile files needed by uart8250 in x86 bootblock
Alexandru Gagniuc
2016-01-20
cpu: Fix typo that spelled "allocate" as "allocte."
Jacob Laska
2015-12-02
x86/smm: Initialize SMM on some CPUs one-by-one
Damien Zammit
2015-11-24
FSP 1.0: Fix CAR issues - broken timestamps and console
Ben Gardner
2015-11-24
Unify OBJCOPY arguments throughout various x86 stages
Stefan Reinauer
2015-11-19
x86: Add Kconfig to disable early bootblock postcodes
Martin Roth
2015-11-14
cpu/x86/lapic: Add stack overrun detection
Timothy Pearson
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-30
smm: 64bit fixes
Stefan Reinauer
2015-10-29
smmhandler: on i945..nehalem, crash if LAPIC overlaps with ASEG
Patrick Georgi
2015-10-15
cpu/x86/mtrr: Add MTRR index and total MTRRs to error message
Paul Menzel
2015-10-15
cpu/mtrr.h: Fix macro names for MTRR registers
Alexandru Gagniuc
2015-10-14
x86: add standalone verstage support
Aaron Durbin
2015-10-07
x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection
Alexandru Gagniuc
2015-09-09
linking: add and use LDFLAGS_common
Aaron Durbin
2015-09-09
rmodule: use program.ld for linking
Aaron Durbin
2015-09-09
x86: link romstage like the other architectures
Aaron Durbin
2015-08-13
amd: raminit sysinfo offset fix
Aaron Durbin
2015-07-17
indent style fix for lapic_cpu_init.c
Jonathan A. Kollasch
2015-07-17
Remove unused Kconfig symbols in c code
Martin Roth
2015-07-12
Verify Kconfigs symbols are not zero for hex and int type symbols
Martin Roth
2015-07-12
Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()
Martin Roth
2015-07-06
Revert "sandy/ivybridge: use LAPIC timer in SMM"
Patrick Georgi
2015-07-02
sandy/ivybridge: use LAPIC timer in SMM
Stefan Reinauer
2015-06-20
cpu: x86 port to 64bit
Stefan Reinauer
2015-06-16
x86: Make x86 architecture makefiles x64 aware
Stefan Reinauer
2015-06-09
x86: remove printk() from init_timer()
Aaron Durbin
2015-06-09
cbmem: add indicator to hooks if cbmem is being recovered
Aaron Durbin
[next]