summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* haswell: check for clean resetAaron Durbin2013-11-251-0/+18
* Support for nehalem northbridgeVladimir Serbinenko2013-11-252-0/+6
* Support for Ibexpeak southbridgeVladimir Serbinenko2013-11-251-1/+1
* haswell: Update ULT microcode to 0x10Duncan Laurie2013-11-243-961/+1089
* haswell: Remove limit on package C-stateDuncan Laurie2013-11-241-4/+1
* haswell: split microcode between ULT and non-ULTAaron Durbin2013-11-241-2/+5
* haswell: Update ULT microcode to rev 'a'Duncan Laurie2013-11-243-961/+961
* haswell: Configure PCH power sharing for ULTDuncan Laurie2013-11-242-1/+70
* haswell: calibrate 24MHz clock against BCLKAaron Durbin2013-11-242-0/+79
* haswell: configure c-statesAaron Durbin2013-11-242-107/+156
* smi: Update mainboard_smi_gpi() to have 32bit argumentDuncan Laurie2013-11-241-1/+1
* dmp/vortex86ex: Move DMP specific POST code defines into one fileAndrew Wu2013-11-241-0/+33
* haswell: Put each logical processor in its own P-state domainDuncan Laurie2013-11-241-2/+2
* haswell: Update microcode for ULT/40651 to rev 8Duncan Laurie2013-11-243-961/+961
* Rename SANDYBRIDGE_BCLK to NEHALEM_BCLK in 2065x.Vladimir Serbinenko2013-11-234-6/+6
* Remove MRC variables from 2065x CAR init.Vladimir Serbinenko2013-11-231-42/+22
* Don't wait on 2065xVladimir Serbinenko2013-11-221-1/+1
* Fix error message on wrong compiles of 2065xVladimir Serbinenko2013-11-211-1/+1
* intel/2065x: Use TSC for udelay()Vladimir Serbinenko2013-11-133-1/+39
* vendorcode/amd/agesa/f16kb: Update Kabini PI from v1.0.0.0 to v1.0.0.7WANG Siyuan2013-10-151-2/+1
* Revert "CBMEM: Always have early initialisation"Kyösti Mälkki2013-10-141-1/+2
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-132-2/+2
* cpu/x86/mtrr/mtrr.c: Remove superfluous assignment to `type_index`Paul Menzel2013-10-031-1/+0
* exynos5420: Fix build warningAllen Martin2013-09-281-2/+1
* CBMEM: Always select CAR_MIGRATIONKyösti Mälkki2013-09-214-12/+1
* timestamps: Stash early timestamps in CAR_GLOBALKyösti Mälkki2013-09-211-22/+7
* timestamps intel: Move timestamp scratchpad to chipsetKyösti Mälkki2013-09-211-4/+1
* am335x: Update the config vars selected by CPU_TI_AM335X.Gabe Black2013-09-171-1/+2
* CBMEM: Drop parameter from cbmem_reinit()Kyösti Mälkki2013-09-112-18/+2
* CBMEM: Backup top_of_ram instead of cbmem_tocKyösti Mälkki2013-09-112-2/+4
* AMD AGESA: Place CAR_GLOBAL in BSP stackKyösti Mälkki2013-09-111-0/+12
* usbdebug: Do not support logging from SMMKyösti Mälkki2013-08-231-6/+0
* AMD AGESA: Remove INVD instruction when transitioning from CARBruce Griffith2013-08-161-2/+3
* Include boot_cpu.c for romstage buildsKyösti Mälkki2013-08-152-2/+1
* AMD Kabini: Split DSDT into common sectionsMike Loptien2013-08-151-0/+82
* Make EARLY_CONSOLE optionalKyösti Mälkki2013-08-071-1/+0
* AMD Kabini: Add CPU AGESA wrapper for new AMD processor familySiyuan Wang2013-08-056-0/+678
* cpu/intel/model_67x: Add missing includeKyösti Mälkki2013-07-301-0/+1
* X86: make the SIPI num_starts a config variableRonald G. Minnich2013-07-222-9/+7
* AMD Fam15tn: Split DSDT into common sectionsSteve Goodrich2013-07-161-0/+83
* am335x: Make the default media for the bootblock sram instead of NAND flash.Gabe Black2013-07-152-1/+73
* am335x: Add the config variable ROMSTAGE_BASE to the CPU's Kconfig.Gabe Black2013-07-151-5/+11
* cpu: Fix spellingMartin Roth2013-07-1144-102/+102
* usbdebug: Drop old includesKyösti Mälkki2013-07-118-8/+0
* Set PCI bus operations at buildtime for ramstageKyösti Mälkki2013-07-111-1/+1
* usbdebug: Put ehci_debug_info in CAR_GLOBALKyösti Mälkki2013-07-105-37/+0
* i2c: Change the type of the data parameter to uint8_t.Gabe Black2013-07-102-9/+10
* armv7/exynos5420: Remove the extra reopen when reading SPI.Hung-Te Lin2013-07-101-3/+0
* armv7/exynos5420: Apply new implementation for SPI transmission.Hung-Te Lin2013-07-101-59/+56
* armv7/exynos5420: Add output ability and half-duplex mode in SPI driver.Hung-Te Lin2013-07-101-0/+115