usbdebug: Move initialisation of the optional hub

Add new file for device-specific initialisation transactions.

Change-Id: I339df400a41675f178c7af613f03b2b44c826189
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/7208
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins)
This commit is contained in:
Kyösti Mälkki
2014-02-25 20:11:52 +02:00
parent 7bb4f86d07
commit 83fe6d7fd2
5 changed files with 155 additions and 105 deletions

View File

@@ -197,4 +197,7 @@ struct ehci_dbg_port {
u32 address;
#define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep))
} __attribute__ ((packed));
#define USB_DEBUG_DEVNUM 127
#endif