SLOF/board-qemu
Thomas Huth 580d42015f Scan USB bus during boot.
For board-qemu, USB scan had to be triggered manually so far. Now it is run
automatically during each boot when an OHCI controller is available.
To determine the base address of the OHCI controller, we need translate-address.
However, this function does not work during the PCI scan on real hardware yet,
since the "assigned-addresses" properties might not be set up yet. Therefor the
translate-address is now done in the file usb-ohci.fs, which is now included
during the USB scan instead of the PCI scan.
For the real JS2x hardware there were also some words missing, like dma-alloc.
These are now provided, too, so the USB code now works on both again, emulated
and real hardware.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-10-12 16:24:55 +02:00
..
include Fixed some problems with libnvram 2011-08-19 14:57:32 +02:00
llfw Fix compiler warnings 2011-10-12 12:50:05 +02:00
romfs Make net-snk and modules relocatable, too. 2011-10-12 08:58:04 +02:00
slof Scan USB bus during boot. 2011-10-12 16:24:55 +02:00
veth Removed obsolete types.h header files 2011-10-12 12:50:05 +02:00
Makefile Cleaned up Makefiles 2011-10-12 12:50:05 +02:00
Makefile.dirs Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
config Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00