summaryrefslogtreecommitdiffstats
path: root/src/cpu/samsung
Commit message (Expand)AuthorAgeFilesLines
* 3rdparty: move to 3rdparty/blobsPatrick Georgi2015-05-051-1/+1
* 3rdparty: Move to blobsPatrick Georgi2015-05-051-1/+1
* armv7: Move Exynos from 'cpu' to 'soc'.Hung-Te Lin2014-08-2699-22815/+0
* intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich2014-08-252-2/+2
* 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
* 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
* exynos5420: Tighten up displayport timing loopsRonald G. Minnich2014-08-101-2/+5
* armv7: Support stack dump after exceptionsJulius Werner2014-08-101-2/+2
* exynos: Get rid of the unused reset.c.Gabe Black2014-08-102-52/+0
* 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
* 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
* src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan2014-07-113-9/+4
* cpu: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-088-8/+0
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-4/+2
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-051-2/+1
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-062-2/+6
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-032-2/+2
* console: Move UART port defaults to mainboardKyösti Mälkki2014-04-302-8/+0
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-304-4/+2
* uart: Support multiple portsKyösti Mälkki2014-04-304-91/+31