summaryrefslogtreecommitdiffstats
path: root/sys/boot/usb
Commit message (Collapse)AuthorAgeFilesLines
* MFC r286773:hselasky2015-08-291-1/+2
| | | | | Improve the realtime properties of USB transfers for embedded systems like RPI-B and RPI-2.
* MFC r269567:hselasky2014-08-131-0/+1
| | | | Add new USB phone descriptor template for USB device side mode.
* MFC r266396 and r267183:hselasky2014-08-132-6/+25
| | | | Build fixes. Add support for fast interrupts.
* MFC r257532 (by adrian):dim2013-12-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix this build for clang. MFC r259730: To avoid having to explicitly test COMPILER_TYPE for setting clang-specific or gcc-specific flags, introduce the following new variables for use in Makefiles: CFLAGS.clang CFLAGS.gcc CXXFLAGS.clang CXXFLAGS.gcc In bsd.sys.mk, these get appended to the regular CFLAGS or CXXFLAGS for the right compiler. MFC r259913: For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc. MFC r259927: Fix pc98 build, by also forcing COMPILER_TYPE in sys/boot/pc98/boot2's Makefile. Pointy hat to: dim
* - Move scratch data from the USB bus structure to the USB device structurehselasky2013-02-101-1/+1
| | | | | | | | | | 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
* Correctly list the usbloader dependencies.hselasky2013-02-081-2/+2
|
* Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-053-44/+8
| | | | USB stack. This is useful for non-kernel purposes, like the loader.
* Fix depend target.hselasky2013-02-051-4/+4
|
* Initial version of libusbboot, a fully stand-alone, single threaded andhselasky2013-01-3110-0/+3295
functional compilation of the FreeBSD USB stack for use with boot loaders and such. Discussed with: Hiroki Sato, hrs @ EuroBSDCon
OpenPOWER on IntegriCloud