exynos5: Implement support for USB 3.0 DRD PHYs/controllers

Hardware / Coreboot - Julius Werner [chromium.org] - 18 August 2014 12:02 UTC

This patch adds support for the DesignWare3 USB 3.0 DRD controller and PHY to the Exynos5250 and Exynos5420 CPUs. It also adds code to the Google Snow and Pit boards to turn these controllers on where applicable.

Change-Id: Idcca627363a69f1d65402e1acb9a62b439f077ff

68aef11 exynos5: Implement support for USB 3.0 DRD PHYs/controllers
src/cpu/samsung/exynos5250/cpu.h | 1 +
src/cpu/samsung/exynos5250/power.h | 5 +-
src/cpu/samsung/exynos5250/usb.c | 110 +++++++++++++++++++++++++++-
src/cpu/samsung/exynos5250/usb.h | 77 +++++++++++++++++++-
src/cpu/samsung/exynos5420/cpu.h | 2 +
src/cpu/samsung/exynos5420/power.h | 10 ++-
src/cpu/samsung/exynos5420/usb.c | 129 ++++++++++++++++++++++++++++++++-
src/cpu/samsung/exynos5420/usb.h | 84 ++++++++++++++++++++-
src/mainboard/google/pit/mainboard.c | 18 ++++-
src/mainboard/google/snow/mainboard.c | 12 ++-
10 files changed, 427 insertions(+), 21 deletions(-)

Upstream: review.coreboot.org


  • Share