ehci: Split core code from PCI part.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 20:10:26 +0000 (22:10 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 20:10:26 +0000 (22:10 +0200)
commit058df7b5a9cc7aaa9872eaa916b715544a8f9840
treef409caa22afbccb3c86163c734fbbf2e48da0a02
parent265292f2b0da0eb414c409871ba0f94a99ec33c1
ehci: Split core  code from PCI part.

On ARM often EHCI is present without PCI and just declared in device
tree. So splitcore from PCI part.
grub-core/Makefile.core.def
grub-core/bus/usb/ehci-pci.c [new file with mode: 0644]
grub-core/bus/usb/ehci.c