aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2017-11-07Microcode: add dependency to header filesJulien Viard de Galbert
2017-11-07cpu/intel: Add Intel FCBGA1023 socket supportHal Martin
2017-11-04cpu/intel/speedstep: Emit PPKG object for first packageNico Huber
2017-11-04cpu: assume SSE if SSE2 is selectedAaron Durbin
2017-10-31AMD boards: Fix function name (soft_reset) in messageJonathan Neuschäfer
2017-10-31x86/lapic: Use the existing lapicid() functionMarc Jones
2017-10-29cpu/intel/model_1067x: Select UDELAY_LAPICArthur Heymans
2017-10-16cpu/amd: Fix spelling of *implementation*Paul Menzel
2017-10-16cpu/x86/mtrr: Remove var-MTRR alignment optimizationNico Huber
2017-10-05AGESA vendorcode: Add ENABLE_MRC_CACHE optionKyösti Mälkki
2017-10-04chromeec: Remove checks for EC in RODaisuke Nojiri
2017-10-02binaryPI: Fix boot regressionsKyösti Mälkki
2017-10-02cpu/x86: Align stack in SIPI handlerMarshall Dawson
2017-09-29AGESA binaryPI: Fix indirect AGESA.h includeKyösti Mälkki
2017-09-26AGESA: Move API interface under drivers/Kyösti Mälkki
2017-09-26AGESA: Drop CAR teardown without POSTCAR_STAGEKyösti Mälkki
2017-09-26AGESA: Implement POSTCAR_STAGEKyösti Mälkki
2017-09-23mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans
2017-09-17cpu/x86/sipi_vector.S: Use correct op suffixDamien Zammit
2017-09-12AGESA boards: Drop heapManager.h includesKyösti Mälkki
2017-09-12cpu/intel/slot_1: Increase CAR size to 8KiBKeith Hui
2017-09-12cpu/intel/car/cache_as_ram.inc: Fix long standing issuesKeith Hui
2017-09-12cpu/intel/car/cache_as_ram.inc: Remove unused codeKeith Hui
2017-09-12cpu/intel/car/cache_as_ram.inc: Remove broken HT codeKeith Hui
2017-09-11cpu/x86/mp_init: remove adjust_cpu_apic_entry()Aaron Durbin
2017-09-10AGESA binaryPI: Remove heapmanager from romstageKyösti Mälkki
2017-09-09ACPI S3: Handle LATE_CBMEM_INIT boardsKyösti Mälkki
2017-09-08intel/car: Fix stack guard placementKyösti Mälkki
2017-09-08AGESA: Drop old ACPI S3 resume pathKyösti Mälkki
2017-09-06AGESA: Drop LATE_CBMEM_INIT in new interfaceKyösti Mälkki
2017-09-06AGESA: Rename assembly from .inc to .SKyösti Mälkki
2017-09-05Move ADDR32() hack to arch/x86Patrick Georgi
2017-09-02cpu/x86/smm: Fix explicit 'addr32' usage in clang buildsEdward O'Callaghan
2017-08-31AGESA: Remove separate f15rlKyösti Mälkki
2017-08-31cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan
2017-08-30AGESA: Drop Kconfig CPU_AMD_SOCKET_AM3R2Kyösti Mälkki
2017-08-28AGESA: Remove Kconfig AMD_AGESA_FAMILY10Kyösti Mälkki
2017-08-28AGESA f15: Remove f10 referencesKyösti Mälkki
2017-08-22AMD K8 fam10-15: Tidy up CAR stack switchKyösti Mälkki
2017-08-22AMD K8 fam10-15: Consolidate post_cache_as_ram callKyösti Mälkki
2017-08-22AMD K8 fam10-15: Tidy up CAR disableKyösti Mälkki
2017-08-19arch/x86: Sanity checking on HAVE_SMI_HANDLERKyösti Mälkki
2017-08-19intel/smm/gen1: Backup default SMM areaKyösti Mälkki
2017-08-19i82801dx/gx/ix/jx: Add low-memory backup for S3 pathKyösti Mälkki
2017-08-19arch/x86: Clean up CONFIG_SMP and MAX_CPUS testKyösti Mälkki
2017-08-19arch/x86: Fix ugly NEED_LAPIC useKyösti Mälkki
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-16AGESA: Cleanup ACPI S3 supportKyösti Mälkki
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-08-02binaryPI: Introduce BINARYPI_LEGACY_WRAPPER and its counterpartKyösti Mälkki
2017-08-02binaryPI: Enable EARLY_CBMEM_INITKyösti Mälkki
2017-08-02AGESA: Add romstage timestampsKyösti Mälkki
2017-08-02AGESA: Implement EARLY_CBMEM_INITKyösti Mälkki
2017-08-02AGESA: Move romstage-ramstage splitlineKyösti Mälkki
2017-08-02AGESA binaryPI: Unify agesawrapper headerKyösti Mälkki
2017-08-02AGESA: Consolidate platform_once() callKyösti Mälkki
2017-08-02AGESA: Consolidate early_all_cores() callKyösti Mälkki
2017-08-02AGESA: Introduce AGESA_LEGACY_WRAPPER and its counterpartKyösti Mälkki
2017-08-01src/cpu/amd/quadcore: Fix checkpatch errors/warningsEvelyn Huang
2017-08-01cpu/amd/pi: Fix checkpatch warnings and errorsEvelyn Huang
2017-07-29binaryPI: Drop remains of ACPI S3 on FCHKyösti Mälkki
2017-07-28src/cpu: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2017-07-24Fix files with multiple newlines at the end.Martin Roth
2017-07-21I82801JX: Add IS_ENABLED around config optionsMartin Roth
2017-07-21sb/intel/i82801jx: Add correct PCI ids and change namesArthur Heymans
2017-07-20x86/lapic/secondary.S: Align stack for _secondary_startMarshall Dawson
2017-07-17binaryPI: Disable CAR with empty stackKyösti Mälkki
2017-07-17binaryPI: Switch to agesa/heapmanager.cKyösti Mälkki
2017-07-15vendorcode/amd/agesa: Tidy up gcccar.incKyösti Mälkki
2017-07-14K8: Fix indirect includesKyösti Mälkki
2017-07-13src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-07-12binaryPI: Drop non-soc stoneyridge treesKyösti Mälkki
2017-07-06cpu/intel/haswell: Fix undefined behaviorRyan Salsamendi
2017-07-03cpu/x86/name: Fix undefined behaviorRyan Salsamendi
2017-06-28cpu/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-28cpu/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-28cpu/intel/pineview: Include speedstepArthur Heymans
2017-06-28cpu/*: Add whitespace around '<<'Elyes HAOUAS
2017-06-27vendorcode/amd: Unify Porting.h across all targetsStefan Reinauer
2017-06-27cpu/x86/smm: allow SSE instructions in SMM modulesAaron Durbin
2017-06-22cpu/allwinner/a10/clock.h: Add missing bracketElyes HAOUAS
2017-06-22cpu/x86: Use do while loopPaul Menzel
2017-06-22cpu/x86/sipi_vector: use macros for CR0 flagsAaron Durbin
2017-06-22cpu/x86/smm: use macros for CR0 flagsAaron Durbin
2017-06-22cpu/x86/smm: fix up types in module loaderAaron Durbin
2017-06-19cpu/x86/smm/smihandler: Apply cosmetic changesPatrick Rudolph
2017-06-16cpu/x86/mp_init: report correct count of AP acceptanceAaron Durbin
2017-06-16haswell: add CBMEM_MEMINFO table when initing RAMMatt DeVillier
2017-06-13cpu/x86/mtrr: fail early if solution exceeds available MTRRsAaron Durbin
2017-06-13cpu/amd/fam10/ram_calc: Remove superfluous guardArthur Heymans
2017-06-12src/cpu/amd/model_fxx/powernow_api.c Fix checkpatch errors + warningsEvelyn Huang
2017-06-12src/cpu/amd/atrr/amd_mtrr.c Fix checkpatch errors + warningsEvelyn Huang
2017-06-12src/cpu/amd/pi/00630F01 Fix checkpatch warnings and errorsEvelyn Huang
2017-06-12cpu/x86: fix spelling mistakeMartin Roth
2017-06-09cpu/amd/car: Fix checkpatch warningsEvelyn Huang
2017-06-09cpu/intel/model_206ax: Use tsc monotonic timerPatrick Rudolph
2017-06-07src: change coreboot to lowercaseMartin Roth
2017-06-07Use more secure HTTPS URLs for coreboot sitesPaul Menzel
2017-05-30arch/x86: Add function to determine if we're currently running from CARJulius Werner