summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Exynos5420: invoke the cooperative threading in udelayRonald G. Minnich2014-08-071-1/+4
* Exynos5: Remove unneeded USB delaysStefan Reinauer2014-08-062-8/+10
* Exynos5420: tighten up display port delaysRonald G. Minnich2014-08-062-3/+3
* exynos5420: Fix mmc clock source.Hung-Te Lin2014-08-061-5/+18
* Set armv7 up for cpu_info to work as on x86 (so threads can work)Ronald G. Minnich2014-08-061-2/+20
* exynos5420: get rid of old exynos5420_config_l2_cache()David Hendricks2014-08-059-48/+36
* cpu/intel: Fix out-of-bounds read due to off-by-one in conditionEdward O'Callaghan2014-08-043-4/+4
* cpu/x86/lapic/lapic.c: trivial: fix comment on #elseDaniele Forsi2014-08-031-1/+1
* timer: Add functions to initialize absolute timer structures.Gabe Black2014-07-312-48/+8
* armv7/exynos5420: Configure CPU cores for kernel to enable SMP.Hung-Te Lin2014-07-314-4/+317
* model_206ax_init.c: Trivial - fix indentEdward O'Callaghan2014-07-301-3/+3
* cpu/intel: Add fsp version of model 406dx (Rangeley / Atom C2000)Martin Roth2014-07-3011-0/+1017
* model_fxx/processor_name.c, hudson/lpc.c: add missing break statementsDaniele Forsi2014-07-301-0/+1
* cpu/intel/model_2065x/model_2065x_init.c: Remove dead codeEdward O'Callaghan2014-07-301-57/+0
* Uniformly spell frequency unit symbol as HzElyes HAOUAS2014-07-291-6/+6
* sandy/ivybridge: Native raminit.Vladimir Serbinenko2014-07-293-3/+4
* AGESA boards: Drop get_bus_conf.c filesKyösti Mälkki2014-07-281-5/+0
* AGESA fam16kb: Move NB config fam16kb out of get_bus_conf()Kyösti Mälkki2014-07-281-0/+14
* AGESA: Drop some excessive agesawrapper.h includesKyösti Mälkki2014-07-282-2/+1
* AGESA hudson yangtze: Move IMC firmware init out of get_bus_conf()Kyösti Mälkki2014-07-241-0/+8
* cpu/intel/fsp_model_206ax/model_206ax_init.c: Use macro `IS_ENABLED()`Paul Menzel2014-07-231-1/+1
* src/.../Kconfig: various small fixes to textsDaniele Forsi2014-07-232-5/+5
* intel/model_2065x: Remove dead code.Vladimir Serbinenko2014-07-191-21/+0
* cpu,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-1713-13/+0
* misc,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-172-2/+0
* AGESA fam15: Fix entry to cimx/sb900Kyösti Mälkki2014-07-141-3/+0
* AGESA CIMx: Move late init out of get_bus_conf()Kyösti Mälkki2014-07-141-0/+10
* AGESA: Trace execution with AGESAWRAPPER()Kyösti Mälkki2014-07-141-9/+3
* AMD SPI: Optimise for longer writesKyösti Mälkki2014-07-141-6/+1
* src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan2014-07-115-17/+7
* intel/haswell: add vmx support w/Kconfig optionMatt DeVillier2014-07-102-0/+48
* cpu: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-0830-32/+0
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-4/+2