aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/usb
Commit message (Expand)AuthorAgeFilesLines
* Add function needed for linking USB test application.Hans Petter Selasky2016-04-261-0/+6
* A new implementation of the loader block cacheAllan Jude2016-04-181-3/+4
* Use MAN= to specify that no man page is providedEd Maste2016-01-221-1/+1
* Add support for exynos5_ehci in loaderZbigniew Bodek2015-11-271-1/+16
* Increase malloc area in loader/usbZbigniew Bodek2015-11-271-1/+4
* Implement simple ops for umass_diskZbigniew Bodek2015-11-271-1/+26
* Do not zero memory in umass_detachZbigniew Bodek2015-11-271-0/+3
* Use properly aligned buffer in usb_allocZbigniew Bodek2015-11-271-1/+1
* Add missing file to build.Hans Petter Selasky2015-09-141-0/+1
* Add new USB template to the USB bootloader module.Hans Petter Selasky2015-01-131-0/+1
* Add new USB phone descriptor template for USB device side mode.Hans Petter Selasky2014-08-051-0/+1
* Merge from CheriBSD:Brooks Davis2014-08-048-2230/+173
* Compilation fixes.Hans Petter Selasky2014-06-061-1/+3
* Use own memory pool of 128K until further, hence that works the best.Hans Petter Selasky2014-05-302-2/+3
* Resolve issue with resolving malloc() and free() functions at linking time.Hans Petter Selasky2014-05-302-10/+13
* Export structure(s) properly.Hans Petter Selasky2014-05-301-0/+4
* USB boot library improvements:Hans Petter Selasky2014-05-304-29/+131
* Add support for USB mass storage to libusbboot.Hans Petter Selasky2014-05-303-0/+321
* Fix build after recent DWC OTG changes.Hans Petter Selasky2014-05-182-6/+24
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.Dimitry Andric2013-12-262-2/+2
* - Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky2013-02-101-1/+1
* Correctly list the usbloader dependencies.Hans Petter Selasky2013-02-081-2/+2
* Add defines to more easily allow a single threaded version of the FreeBSDHans Petter Selasky2013-02-053-44/+8
* Fix depend target.Hans Petter Selasky2013-02-051-4/+4
* Initial version of libusbboot, a fully stand-alone, single threaded andHans Petter Selasky2013-01-3110-0/+3295