index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
usb
/
usbmsc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libpayload: avoid memory overflows
Patrick Georgi
2015-01-03
1
-0
/
+5
*
libpayload: usbmsc: Implement limited LUN support
Julius Werner
2014-12-30
1
-17
/
+24
*
libpayload: usbmsc: Set correct allocation length for REQUEST SENSE
Julius Werner
2014-12-30
1
-7
/
+15
*
libpayload: usb: Fix several minor USB stack bugs
Julius Werner
2014-08-19
1
-2
/
+6
*
libpayload: usbmsc: Remove DETACHED state from MSC device structure
Julius Werner
2014-08-18
1
-61
/
+22
*
libpayload: Add in a missing "static".
Gabe Black
2014-08-14
1
-1
/
+1
*
libpayload: Reduce media init timeout to 5 seconds.
Shawn Nematbakhsh
2014-08-14
1
-2
/
+4
*
libpayload: Increase accuracy of timeout period for media init.
Shawn Nematbakhsh
2014-08-14
1
-5
/
+9
*
libpayload: usbmsc: Split transfers into 64KB chunks
Duncan Laurie
2014-08-14
1
-1
/
+47
*
libpayload: Make USB transfer functions return amount of bytes
Julius Werner
2014-08-12
1
-8
/
+7
*
libpayload: usb mass storage card hot plug
Aaron Durbin
2013-11-25
1
-53
/
+149
*
libpayload: usb mass storage detect empty media
Aaron Durbin
2013-11-25
1
-0
/
+35
*
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-11-25
1
-0
/
+1
*
libpayload: In the USBMSC read_capacity function, make buf an array of u32.
Gabe Black
2013-03-12
1
-4
/
+4
*
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-12-18
1
-11
/
+11
*
libpayload: More compliant error recovery in USB MSC
Nico Huber
2012-11-23
1
-6
/
+2
*
Refactor the endianness conversion functions and header files.
Gabe Black
2012-11-08
1
-1
/
+1
*
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-11-07
1
-9
/
+9
*
libpayload: Shutdown reasonably if we can't init usb msc device
Nico Huber
2012-06-22
1
-8
/
+20
*
libpayload: Detach unresponsive usb mass storage devices
Nico Huber
2012-06-21
1
-52
/
+99
*
libpayload: Better error detection in USB mass storage
Nico Huber
2012-06-20
1
-8
/
+21
*
libpayload: Fix an integer overflow in USB mass storage
Nico Huber
2012-06-09
1
-0
/
+3
*
libpayload: Remove orphaned delay from USB mass storage
Nico Huber
2012-06-01
1
-1
/
+0
*
libpayload: Drop usb_fatal()
Patrick Georgi
2011-11-04
1
-1
/
+1
*
libpayload: Reduce verbosity in USB stack
Mathias Krause
2011-11-03
1
-13
/
+14
*
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-27
1
-3
/
+3
*
USB updates from our internal tree
Stefan Reinauer
2010-03-25
1
-36
/
+88
*
Catch various cases in libpayload where malloc() or memalign() return NULL
Stefan Reinauer
2009-07-31
1
-0
/
+3
*
Some driver fixes for libpayload:
Stefan Reinauer
2009-04-30
1
-2
/
+4
*
- reduced memory requirements a lot (from >100kb/controller to
Patrick Georgi
2008-10-16
1
-2
/
+4
*
Fix the USB code to find the headers after they were moved.
Jordan Crouse
2008-09-11
1
-3
/
+3
*
This patch adds USB capabilities to libpayload. It requires some
Patrick Georgi
2008-09-02
1
-0
/
+397