aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86
AgeCommit message (Expand)Author
2016-10-07src/cpu: Remove unnecessary whitespaceElyes HAOUAS
2016-09-12cpu/x86: Move fls() and fms() to mtrr.hRizwan Qureshi
2016-09-04src/cpu: Improve code formattingElyes HAOUAS
2016-08-28src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-23src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS
2016-08-18Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUSAaron Durbin
2016-07-31src/cpu: Capitalize CPUElyes HAOUAS
2016-07-31src/cpu: Capitalize ROM and RAMElyes HAOUAS
2016-07-27cpu/x86: Support CPUs without rdmsr/wrmsr instructionsLee Leahy
2016-07-22cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundaryAaron Durbin
2016-06-22ACPI S3: Move SMP trampoline recoveryKyösti Mälkki
2016-05-17intel/sch: Merge northbridge and southbridge in src/socStefan Reinauer
2016-05-06cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZEAaron Durbin
2016-05-06cpu/x86/mp_init: reduce exposure of internal implementationAaron Durbin
2016-05-04cpu/x86: combine multiprocessor and SMM initializationAaron Durbin
2016-05-04cpu/x86: remove BACKUP_DEFAULT_SMM_REGION optionAaron Durbin
2016-05-04cpu/x86/smm_module_loader: always build with SMM module supportAaron Durbin
2016-05-02cpu/x86/mp_init: remove unused callback argumentsAaron Durbin
2016-04-28soc/intel/apollolake: Add cache for BIOS ROMAndrey Petrov
2016-04-11cpu/x86/tsc: Compile TSC timer for postcar as wellAndrey Petrov
2016-04-11cpu/x86/tsc: remove conditional compilationAaron Durbin
2016-04-11cpu/x86/tsc: compile same code for all stagesAaron Durbin
2016-04-11cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.cAaron Durbin
2016-04-11src/cpu/x86: remove TSC_CALIBRATE_WITH_IOAaron Durbin
2016-03-23arch/x86: introduce postcar stage/phaseAaron Durbin
2016-03-18mtrr: Define a function for obtaining free var mtrrFurquan Shaikh
2016-03-16cpu/x86: compile earlymtrr.c code for romstage as wellAndrey Petrov
2016-03-16cpu/x86/mtrr: remove early_mtrr_* functionsAaron Durbin
2016-03-16cpu/x86/mtrr: move cache_ramstage() to its only userAaron Durbin
2016-03-08cpu/x86/mtrr: add helper function to detect variable MTRRsAaron Durbin
2016-03-08cpu/x86: Sort some Kconfig optionsStefan Reinauer
2016-03-05arch/x86: document CAR symbols and expose them in symbols.hAndrey Petrov
2016-03-04arch/x86: always use _start as entry symbol for all stagesAaron Durbin
2016-03-04arch/x86: rename reset_vector -> _startAaron Durbin
2016-03-03cpu/x86/16bit: rename _start -> _start16bitAaron Durbin
2016-03-03cpu/x86/16bit/reset16: mark reset vector executableAaron Durbin
2016-03-03cpu/x86/16bit/reset16: remove stale 32-bit jumpAaron Durbin
2016-02-11cpu/x86/tsc: Compile delay_tsc.c for the bootblock as wellAlexandru Gagniuc
2016-02-02src: Fix various spelling and whitespace issues.Martin Roth
2016-01-28Move object files to $(obj)/<class>/Nico Huber
2016-01-28Makefile: Make full use of src-to-obj macroNico Huber
2016-01-21*/Makefile.inc: Compile files needed by uart8250 in x86 bootblockAlexandru Gagniuc
2016-01-20cpu: Fix typo that spelled "allocate" as "allocte."Jacob Laska
2015-12-02x86/smm: Initialize SMM on some CPUs one-by-oneDamien Zammit
2015-11-24FSP 1.0: Fix CAR issues - broken timestamps and consoleBen Gardner
2015-11-24Unify OBJCOPY arguments throughout various x86 stagesStefan Reinauer
2015-11-19x86: Add Kconfig to disable early bootblock postcodesMartin Roth
2015-11-14cpu/x86/lapic: Add stack overrun detectionTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-30smm: 64bit fixesStefan Reinauer
2015-10-29smmhandler: on i945..nehalem, crash if LAPIC overlaps with ASEGPatrick Georgi
2015-10-15cpu/x86/mtrr: Add MTRR index and total MTRRs to error messagePaul Menzel
2015-10-15cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc
2015-10-14x86: add standalone verstage supportAaron Durbin
2015-10-07x86/bootblock: Use LDFLAGS_bootblock to enable garbage collectionAlexandru Gagniuc
2015-09-09linking: add and use LDFLAGS_commonAaron Durbin
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-09-09x86: link romstage like the other architecturesAaron Durbin
2015-08-13amd: raminit sysinfo offset fixAaron Durbin
2015-07-17indent style fix for lapic_cpu_init.cJonathan A. Kollasch
2015-07-17Remove unused Kconfig symbols in c codeMartin Roth
2015-07-12Verify Kconfigs symbols are not zero for hex and int type symbolsMartin Roth
2015-07-12Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth
2015-07-06Revert "sandy/ivybridge: use LAPIC timer in SMM"Patrick Georgi
2015-07-02sandy/ivybridge: use LAPIC timer in SMMStefan Reinauer
2015-06-20cpu: x86 port to 64bitStefan Reinauer
2015-06-16x86: Make x86 architecture makefiles x64 awareStefan Reinauer
2015-06-09x86: remove printk() from init_timer()Aaron Durbin
2015-06-09cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-06-08x86 SMM: Relocator is intel-onlyKyösti Mälkki
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-02x86: fix mirror_payload()Aaron Durbin
2015-05-29x86 SMM: Merge recipesKyösti Mälkki
2015-05-29x86 SMM: We have single SMM linker script nowKyösti Mälkki
2015-05-29smm: Remove dead smm_tseg.ldVladimir Serbinenko
2015-05-29smmrelocate: Remove dead TSEG code.Vladimir Serbinenko
2015-05-28smm: Merge configs SMM_MODULES and SMM_TSEGVladimir Serbinenko
2015-05-28Migrate fsp_206ax to SMM_MODULESVladimir Serbinenko
2015-05-28Migrate 2065x to SMM_MODULESVladimir Serbinenko
2015-05-28Migrate 206ax to SMM_MODULESVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20build system: use archives, not linker action to shorten command linesPatrick Georgi
2015-05-19x86: garbage collect SMM programsAaron Durbin
2015-05-13x86: expose tsc's timer_monotonic_get() in SMMAaron Durbin
2015-04-28Makefile x86 SMM: Move smm_wrap recipesKyösti Mälkki
2015-04-24fsp: Move fsp to fsp1_0Marc Jones
2015-04-07kconfig: drop intermittend forwarder filesStefan Reinauer
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-04build system: Introduce manual file typePatrick Georgi
2015-04-02build system: extend src-to-obj for non-.c/.S filesPatrick Georgi
2015-03-30x86: fix SMM programs linked with gc-sectionsAaron Durbin
2015-03-30x86/smm: Move SMM configuration out of generic MakefilePatrick Georgi
2015-03-28build system: normalize linker script file namesPatrick Georgi
2015-03-20loaders: add program_loading.h header fileAaron Durbin
2015-03-17Makefile.inc: Use -Og when compiling with GDB supportStefan Reinauer
2015-03-11x86 SMM: Replace weak prototypes with weak function stubKyösti Mälkki
2015-03-10x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE optionKyösti Mälkki
2015-02-06FSP & CBMEM: Fix broken cbmem CAR transition.Martin Roth