summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86/mtrr: Enable MTRR's before enabling cachingIsaac Christensen2014-09-251-4/+4
* x86: Minimize work done with the caches disabled in mtrr functions.Gabe Black2014-09-241-38/+78
* arm: Remove CAR_MIGRATE Kconfig and associated cruftJulius Werner2014-09-151-0/+2
* cpu/intel/fsp_model_206ax/model_206ax_init.c: Correct commentPaul Menzel2014-09-121-1/+1
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-1/+1
* AMD Steppe Eagle: Disable "No Snoop Enable" to stop HDMI audio stutterBruce Griffith2014-09-041-2/+8
* AMD Steppe Eagle: CPU files for new SoCBruce Griffith2014-08-307-0/+341
* sandybridge: Add native sandybridgeVladimir Serbinenko2014-08-303-3/+4
* armv7: Move Exynos from 'cpu' to 'soc'.Hung-Te Lin2014-08-26101-22817/+0
* intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich2014-08-252-2/+2
* UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black2014-08-251-8/+8
* ARM: Overhaul the ARM Makefile.Gabe Black2014-08-226-18/+7
* arm: Get rid of the INTERMEDIATE variable used on exynos.Gabe Black2014-08-212-10/+10
* trustzone: Pull trustzone init out of cpu.c and do it in romstage.Gabe Black2014-08-1810-154/+250
* exynos5420: Don't map low addresses that lead nowhereJulius Werner2014-08-182-2/+4
* arm/exynos: Allow releasing UART retention for resume.Hung-Te Lin2014-08-188-3/+37
* exynos5: Implement support for USB 3.0 DRD PHYs/controllersJulius Werner2014-08-188-18/+400
* console: conditionally include console in bootblockStefan Reinauer2014-08-182-4/+4
* cpu/intel/fsp_model_406dx: code cleanupMartin Roth2014-08-183-14/+13
* exynos5xx0: rename local "main" variablePatrick Georgi2014-08-162-8/+8
* Exynos: de-duplicate mct timer initializationStefan Reinauer2014-08-146-32/+12
* ARMv7/Exynos: Fix memory location assumptionsStefan Reinauer2014-08-142-25/+10
* exynos5: Refactor crazy old U-Boot base address macros awayJulius Werner2014-08-1450-1381/+1034
* exynos5420: Enable relocatable module supportStefan Reinauer2014-08-131-0/+1
* exynos5420: minor clean-up memory related stuffDavid Hendricks2014-08-123-29/+12
* exynos5420/pit: re-factor membaseconfig0/1 usageDavid Hendricks2014-08-122-24/+16
* exynos5420: ddr3: Switch from 4G setup to 2G setup on exynos5420David Hendricks2014-08-121-15/+21
* Exynos5420: ddr3: fine tuning the DDR3 timing valuesDavid Hendricks2014-08-123-16/+22
* Exynos5420: Remove code for enabling read levelingDavid Hendricks2014-08-121-64/+0
* exynos5: Refactor board-specific parts out of USB PHY codeJulius Werner2014-08-1212-196/+102
* exynos5420: ddr3: Cleanup init to use constants for directcmdDavid Hendricks2014-08-121-16/+21
* exynos5420: Alter init sequence as per recommendationDavid Hendricks2014-08-123-22/+35
* exynos5420: Make USB A-A booting work with early data cacheJulius Werner2014-08-127-13/+157
* armv7/Makefile.inc, cpu/Makefile.inc: align output of printfDaniele Forsi2014-08-121-1/+1
* cpu/intel/XXX/acpi.c: Fix coding style violationMartin Roth2014-08-125-5/+5
* x86/smm/smihandler.c: break case in switchPatrick Georgi2014-08-111-0/+1
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2014-08-112-7/+7
* exynos5420: Tighten up displayport timing loopsRonald G. Minnich2014-08-101-2/+5
* armv7: Support stack dump after exceptionsJulius Werner2014-08-101-2/+2
* model_106cx: don't blindly set Kconfig settingsAaron Durbin2014-08-101-0/+3
* exynos: Get rid of the unused reset.c.Gabe Black2014-08-102-52/+0
* cpu/intel/model_1067x: avoid null-pointer dereferencePatrick Georgi2014-08-101-1/+2
* cpu/amd/geode_lx: Trivial - remove useless commentEdward O'Callaghan2014-08-092-2/+0
* cpu/amd/geode_lx: Reduce fancy ASCII art with embedded commentsEdward O'Callaghan2014-08-094-42/+27
* cpu/amd/geode_lx/cache_as_ram.inc: Trivial - Fix indent with tabsEdward O'Callaghan2014-08-091-16/+16
* Exynos5420: clean up SPI driverStefan Reinauer2014-08-091-13/+14
* exynos5420: Implement support to boot with USB A-A firmware uploadJulius Werner2014-08-087-32/+176
* Exynos 5420: skip the EDID read if there is already an EDID.Ronald G. Minnich2014-08-071-4/+9
* exynos5420: Set the CLK_DIV_CPERI1 value as per manualDavid Hendricks2014-08-072-0/+4
* exynos: Set up caching in the bootblock.Gabe Black2014-08-074-0/+36