summaryrefslogtreecommitdiffstats
path: root/src/cpu/samsung
Commit message (Expand)AuthorAgeFilesLines
* ARMv7: Remove static CBMEM allocationKyösti Mälkki2014-02-062-8/+0
* pit: disable LCD FETs before doing any graphics initDavid Hendricks2013-12-211-0/+21
* exynos5420: Assign corect parent PLLsDavid Hendricks2013-12-212-9/+10
* exynos5420: don't assume MPLL for i2c parent clockDavid Hendricks2013-12-211-1/+17
* exynos5420: Set SPLL to 400MHzDavid Hendricks2013-12-211-1/+1
* exynos5420: re-factor clock_get_periph_rate()David Hendricks2013-12-212-63/+33
* exynos5420: add a peripheral clock select --> PLL decoderDavid Hendricks2013-12-212-19/+52
* exynos5420: add CPLL and DPLL to the known list of PLLsDavid Hendricks2013-12-212-0/+8
* exynos5420: correct the PMS value for CPLLDavid Hendricks2013-12-211-1/+1
* exynos5420: Configure the UART pins unconditionallyGabe Black2013-12-211-3/+0
* exynos5250: Implement support to boot with USB A-A firmware uploadJulius Werner2013-12-216-27/+161
* exynos5420: re-factor the SDMMC GPIO config routinesDavid Hendricks2013-12-211-29/+63
* exynos5420: configure SD_0_CDn as VDDEN for eMMCDavid Hendricks2013-12-211-1/+8
* exynos5420: init APLL at 1800MHzDavid Hendricks2013-12-211-1/+1
* exynos5xxx: use oscillator clock when changing ARM frequencyDavid Hendricks2013-12-214-0/+23
* exynos5420: set L2ACTLR parameters for A15 coresDavid Hendricks2013-12-211-0/+16
* exynos5250: Add a pinmux function to set up i2s bus 0Gabe Black2013-12-212-0/+11
* exynos5420: minor correction to CPU frequency printDavid Hendricks2013-12-211-1/+1
* armv7/exynos: Fix and remove memory reset workaroundsHung-Te Lin2013-12-212-5/+17
* Pit: graphicsRonald G. Minnich2013-12-2114-1833/+4051
* Snow: correctly disable trust zone hardwareRonald G. Minnich2013-12-212-0/+76
* Pit: correctly initialize trust zoneRonald G. Minnich2013-12-212-0/+74
* exynos5420: update set_cpu_id()David Hendricks2013-12-211-10/+22
* exynos5250: Add mct_start to the timer init blob in timer_monotonic_getGabe Black2013-12-211-0/+1
* Exynos 5420: Enable dynamic CBMEMStefan Reinauer2013-12-215-19/+54
* Exynos 5250: Enable dynamic CBMEMStefan Reinauer2013-12-215-19/+54
* exynos5420: Fix some clock settingsGabe Black2013-12-211-7/+4
* exynos5420: Fix the clock divisor maskGabe Black2013-12-211-1/+1
* exynos5420: Get rid of the PWM code like on the 5250Gabe Black2013-12-2110-364/+33
* exynos5250: Get rid of the PWM timer code we shouldn't be using anymoreGabe Black2013-12-2110-363/+33
* exynos5420: Apply pwm const fix to the 5420 as wellGabe Black2013-12-211-10/+5
* exynos5250: Fix consts in the pwm codeGabe Black2013-12-211-10/+5
* armv7: Remove SYS_TEXT_BASE config.Hung-Te Lin2013-12-202-8/+0
* EXYNOS5250: be less chatty at critical momentsRonald G. Minnich2013-12-121-31/+5
* exynos5250: Correct DDR3 Phy-reset value names.Hung-Te Lin2013-12-122-4/+4
* exynos5420: Setup clocks for MMC bus controller.Hung-Te Lin2013-12-123-8/+62
* exynos5420: Fix build warningAllen Martin2013-09-281-2/+1
* cpu: Fix spellingMartin Roth2013-07-1115-32/+32
* 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
* armv7/exynos5420: Revise SPI open/close/reset procedure.Hung-Te Lin2013-07-101-37/+39
* armv7/exynos5420: Provide configuration for SPI0~SPI2.Hung-Te Lin2013-07-101-4/+29
* armv7/exynos5420: Change SPI module to standard <spi-generic> interface.Hung-Te Lin2013-07-102-18/+76
* armv7/exynos5420: Clean up unused header and constants in spi.cHung-Te Lin2013-07-101-3/+1
* armv7/exynos5420: Revise SPI device list in cpu.hHung-Te Lin2013-07-101-3/+5
* arm/exynos: Correct SPI session commands.Hung-Te Lin2013-07-102-12/+14
* exynos5420: i2c: Fix error handling.Gabe Black2013-07-101-19/+36
* exynos5420: Clock the mmc blocks off of the mpll.Gabe Black2013-07-101-2/+2