summaryrefslogtreecommitdiffstats
path: root/src/cpu/samsung/exynos5420
Commit message (Expand)AuthorAgeFilesLines
* armv7: Move Exynos from 'cpu' to 'soc'.Hung-Te Lin2014-08-2649-13034/+0
* intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich2014-08-251-1/+1
* ARM: Overhaul the ARM Makefile.Gabe Black2014-08-223-9/+3
* arm: Get rid of the INTERMEDIATE variable used on exynos.Gabe Black2014-08-211-5/+5
* trustzone: Pull trustzone init out of cpu.c and do it in romstage.Gabe Black2014-08-185-76/+124
* 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-184-2/+19
* exynos5: Implement support for USB 3.0 DRD PHYs/controllersJulius Werner2014-08-184-10/+215
* console: conditionally include console in bootblockStefan Reinauer2014-08-181-2/+2
* exynos5xx0: rename local "main" variablePatrick Georgi2014-08-161-4/+4
* Exynos: de-duplicate mct timer initializationStefan Reinauer2014-08-143-16/+6
* ARMv7/Exynos: Fix memory location assumptionsStefan Reinauer2014-08-141-15/+5
* exynos5: Refactor crazy old U-Boot base address macros awayJulius Werner2014-08-1427-717/+509
* 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-126-99/+52
* 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-124-7/+82
* 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-101-26/+0
* Exynos5420: clean up SPI driverStefan Reinauer2014-08-091-13/+14
* exynos5420: Implement support to boot with USB A-A firmware uploadJulius Werner2014-08-086-27/+166
* 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-073-0/+27
* Exynos5420: invoke the cooperative threading in udelayRonald G. Minnich2014-08-071-1/+4
* Exynos5: Remove unneeded USB delaysStefan Reinauer2014-08-061-4/+5
* 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-058-44/+32
* timer: Add functions to initialize absolute timer structures.Gabe Black2014-07-311-24/+4
* 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-112-8/+3
* cpu: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-084-4/+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-061-1/+3
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-031-1/+1
* console: Move UART port defaults to mainboardKyösti Mälkki2014-04-301-4/+0
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-302-2/+1
* uart: Support multiple portsKyösti Mälkki2014-04-302-45/+15
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-092-5/+5
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-091-7/+14