6e711c6a97
uhci_reset() differs in semantics compared to the other HCI's reset() implementations. uhci_reset() does some initialization work after a controller reset. So move the initialization part to a new function, uhci_reinit(), which get's exported through a new entry in hci_t: hci_t.init(). Warning: This breaks code that relies on the current, special, counterintuitive behaviour of uhci_reset(). If one wants a working host controller after calling hci_t.reset(), he should call hci_t.init() afterwards. Change-Id: Ia7ce80865d12d11157645ce251f77f349f8e3c34 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: http://review.coreboot.org/1851 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> |
||
---|---|---|
.. | ||
arpa | ||
i386/arch | ||
pci | ||
powerpc/arch | ||
storage | ||
sys | ||
usb | ||
assert.h | ||
cbfs.h | ||
cbfs_core.h | ||
coreboot_tables.h | ||
ctype.h | ||
endian.h | ||
errno.h | ||
getopt.h | ||
inttypes.h | ||
ipchksum.h | ||
lar.h | ||
libpayload.h | ||
limits.h | ||
lzma.h | ||
malloc.h | ||
multiboot_tables.h | ||
panel.h | ||
pci.h | ||
stdarg.h | ||
stdint.h | ||
stdio.h | ||
stdlib.h | ||
string.h | ||
strings.h | ||
sysinfo.h | ||
term.h | ||
unistd.h | ||
video_console.h |