
25 Nov
2014
25 Nov
'14
3:49 a.m.
On 14 November 2014 at 18:18, Simon Glass sjg@chromium.org wrote:
Add init for EHCI so that USB can be used.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/cpu/ivybridge/Makefile | 1 + arch/x86/cpu/ivybridge/bd82x6x.c | 2 ++ arch/x86/cpu/ivybridge/usb_ehci.c | 29 +++++++++++++++++++++++++++ arch/x86/include/asm/arch-ivybridge/bd82x6x.h | 1 + 4 files changed, 33 insertions(+) create mode 100644 arch/x86/cpu/ivybridge/usb_ehci.c
Applied to u-boot-x86.