Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
279dcb13eaa338a673441f01ac5f88e0ec75c876
/
src
/
usb-msc.c
279dcb1
Register drives directly in scsi_init_drive().
by Kevin O'Connor
· 12 years ago
1e749c8
usb-msc: move cdb dispatch to block.c
by Paolo Bonzini
· 12 years ago
ded04a3
usb-msc: move common scsi code to blockcmd.c
by Paolo Bonzini
· 12 years ago
8c976e3
usb-msc: go through TEST UNIT READY for hard disks.
by Paolo Bonzini
· 12 years ago
2730045
usb-msc: rename INQUIRY types
by Paolo Bonzini
· 12 years ago
2b6a676
usb-msc: pass drive to setup_drive_*
by Paolo Bonzini
· 12 years ago
cb864b3
usb-msc: move READ CAPACITY to usb_msc_init, fix off-by-one
by Paolo Bonzini
· 12 years ago
ddb8ceb
usb-msc: support WRITE commands
by Paolo Bonzini
· 12 years ago
092fc35
usb-msc: add usb_msc_send
by Paolo Bonzini
· 12 years ago
7f7b0f6
usb-msc: support commands without payload
by Paolo Bonzini
· 12 years ago
1355a88
Push use of 'struct pci_device' to bootprio_find_usb().
by Kevin O'Connor
· 12 years ago
8ff8e01
Push 'struct pci_device' into USB code (instead of using u16 bdf).
by Kevin O'Connor
· 12 years ago
9e881a3
Extract space trimming code from ATA and use in USB and bootorder code.
by Kevin O'Connor
· 13 years ago
c2002a1
Add support for finding the boot priority of USB drives.
by Kevin O'Connor
· 13 years ago
ca2bc1c
Remove drive->desc field.
by Kevin O'Connor
· 13 years ago
697e63c
Call setup_translation() from map_hd_drive().
by Kevin O'Connor
· 13 years ago
031ef55
Add stubs to permit devices to specify their boot priority.
by Kevin O'Connor
· 13 years ago
72eee3e
Simplify boot ordering by building an inclusive boot list.
by Kevin O'Connor
· 13 years ago
ce24be5
Populate drive_g->desc prior to calling add_bcv_internal().
by Kevin O'Connor
· 13 years ago
80c2b6e
Check if capability enabled in XXX_cmd_data functions.
by Kevin O'Connor
· 13 years ago
9c000e6
Support Samsung SE-S084 USB DVD drive (and probably many others)
by Kevin O'Connor
· 13 years ago
c65a4a6
Minor - compile out usb-msc code if CONFIG_USB_MSC not set.
by Kevin O'Connor
· 14 years ago
67f6d37
Fix possible unitialized variable issue in usb msc.
by Kevin O'Connor
· 14 years ago
4547eb9
Replace USB encoded 'u32 endp' scheme with explicit struct fields.
by Kevin O'Connor
· 14 years ago
357bdfa
Prefer passing a USB "pipe" structure over a USB endp encoding.
by Kevin O'Connor
· 14 years ago
575ffc8
Cleanup - build drive description in temp memory during init.
by Kevin O'Connor
· 14 years ago
7149fc8
Initial support for booting from USB drives.
by Kevin O'Connor
· 14 years ago