dim
f6df8d5718
For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.
...
MFC after: 3 days
X-MFC-With: r259730
2013-12-26 11:32:39 +00:00
hselasky
07c18e4e92
- Move scratch data from the USB bus structure to the USB device structure
...
so that simultaneous access cannot happen. Protect scratch area using
the enumeration lock. Also reduce stack usage in usbd_transfer_setup()
by moving some big stack members to the scratch area. This saves around
200 bytes of stack.
- Fix a whitespace.
MFC after: 1 week
2013-02-10 10:56:13 +00:00
hselasky
d169cde81c
Correctly list the usbloader dependencies.
2013-02-08 23:13:46 +00:00
hselasky
2e6231f8eb
Add defines to more easily allow a single threaded version of the FreeBSD
...
USB stack. This is useful for non-kernel purposes, like the loader.
2013-02-05 14:44:25 +00:00
hselasky
7dec4a9503
Fix depend target.
2013-02-05 12:37:50 +00:00
hselasky
fed1587f36
Initial version of libusbboot, a fully stand-alone, single threaded and
...
functional compilation of the FreeBSD USB stack for use with boot loaders
and such.
Discussed with: Hiroki Sato, hrs @ EuroBSDCon
2013-01-31 11:00:57 +00:00