coreboot-kgpe-d16/src/cpu/samsung/exynos5250
Stefan Reinauer 61fcd14561 Exynos5: Remove unneeded USB delays
Change-Id: I1144e9d6d6c4278842fdd36743c8a88555f81707
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/65912
Reviewed-by: Ronald G. Minnich <rminnich@chromium.org>
Commit-Queue: Stefan Reinauer <reinauer@chromium.org>
Tested-by: Stefan Reinauer <reinauer@chromium.org>
(cherry picked from commit 95b518877edc88347ce9725ffee32f3aed0de7dc)
Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com>
Reviewed-on: http://review.coreboot.org/6505
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2014-08-06 23:09:46 +02:00
..
alternate_cbfs.c exynos5250: Implement support to boot with USB A-A firmware upload 2013-12-21 22:46:15 +01:00
alternate_cbfs.h exynos5250: Implement support to boot with USB A-A firmware upload 2013-12-21 22:46:15 +01:00
bootblock.c ARMv7: Clean up console code 2013-07-10 20:09:42 +02:00
cbmem.c cpu: Trivial - drop trailing blank lines at EOF 2014-07-08 13:52:43 +02:00
chip.h Exynos5250: Initialize USB PHY 2013-07-10 22:47:44 +02:00
clk.h cpu: Fix spelling 2013-07-11 22:36:59 +02:00
clock.c exynos5250: Get rid of the PWM timer code we shouldn't be using anymore 2013-12-21 10:48:49 +01:00
clock_init.c cpu: Trivial - drop trailing blank lines at EOF 2014-07-08 13:52:43 +02:00
cpu.c src: Make use of 'CEIL_DIV(a, b)' macro across tree 2014-07-11 08:39:07 +02:00
cpu.h exynos5250: Implement support to boot with USB A-A firmware upload 2013-12-21 22:46:15 +01:00
dmc.h cpu: Fix spelling 2013-07-11 22:36:59 +02:00
dmc_common.c cpu: Trivial - drop trailing blank lines at EOF 2014-07-08 13:52:43 +02:00
dmc_init_ddr3.c armv7/exynos: Fix and remove memory reset workarounds 2013-12-21 22:45:11 +01:00
dp-core.h cpu: Fix spelling 2013-07-11 22:36:59 +02:00
dp-reg.c exynos5250: Get rid of the PWM timer code we shouldn't be using anymore 2013-12-21 10:48:49 +01:00
dp.h ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
dsim.h ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
fb.c exynos5250: Get rid of the PWM timer code we shouldn't be using anymore 2013-12-21 10:48:49 +01:00
fimd.h cpu: Fix spelling 2013-07-11 22:36:59 +02:00
gpio.c ARM: when setting a GPIO to put, set the value, then the direction 2013-07-10 22:35:15 +02:00
gpio.h ARMv7: De-uboot-ify Exynos5250 GPIO code 2013-07-10 20:08:29 +02:00
i2c.c i2c: Change the type of the data parameter to uint8_t. 2013-07-10 23:19:49 +02:00
i2c.h ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
i2s-regs.h ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
Kconfig exynos5420: get rid of old exynos5420_config_l2_cache() 2014-08-05 18:43:42 +02:00
Makefile.inc console: Drop EARLY_CONSOLE option 2014-04-30 07:00:20 +02:00
mct.c ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
monotonic_timer.c timer: Add functions to initialize absolute timer structures. 2014-07-31 18:32:52 +02:00
periph.h ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
pinmux.c exynos5250: Implement support to boot with USB A-A firmware upload 2013-12-21 22:46:15 +01:00
pinmux.h exynos5250: Add a pinmux function to set up i2s bus 0 2013-12-21 22:45:32 +01:00
power.c ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
power.h ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
reset.c ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
setup.h exynos5xxx: use oscillator clock when changing ARM frequency 2013-12-21 22:45:48 +01:00
spi.c exynos5250: Implement support to boot with USB A-A firmware upload 2013-12-21 22:46:15 +01:00
spi.h ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
sysreg.h ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
timer.c cpu: Trivial - drop trailing blank lines at EOF 2014-07-08 13:52:43 +02:00
tmu.c cpu: Fix spelling 2013-07-11 22:36:59 +02:00
tmu.h cpu: Fix spelling 2013-07-11 22:36:59 +02:00
uart.c uart: Support multiple ports 2014-04-30 06:59:05 +02:00
uart.h ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
update-bl1.sh EXYNOS5250/SNOW: fix the build script. Add a script to get the bl1. 2013-05-14 22:03:07 +02:00
usb.c Exynos5: Remove unneeded USB delays 2014-08-06 23:09:46 +02:00
usb.h Exynos5250: Initialize USB PHY 2013-07-10 22:47:44 +02:00
wakeup.c ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
wakeup.h ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00