Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
0e7fb5fdad211ab608a7a4e1b0cc32426fc617a0
/
src
/
block.c
0e7fb5f
always specify virtio-blk rather than virtio
by Paolo Bonzini
· 12 years ago
1e749c8
usb-msc: move cdb dispatch to block.c
by Paolo Bonzini
· 12 years ago
d7a7cf3
ahci/cdrom: shared bounce buffer
by Gerd Hoffmann
· 12 years ago
a0842f8
Remove Drives global struct in favor of independent global variables.
by Kevin O'Connor
· 12 years ago
697e63c
Call setup_translation() from map_hd_drive().
by Kevin O'Connor
· 12 years ago
3c5e0e1
Rename add_ordered_drive() to add_drive() and use in map_hd_drive().
by Kevin O'Connor
· 12 years ago
72eee3e
Simplify boot ordering by building an inclusive boot list.
by Kevin O'Connor
· 12 years ago
4c90a20
Create separate IPL entry for each CD/DVD
by Gleb Natapov
· 12 years ago
d52fdf6
add ahci support
by Gerd Hoffmann
· 13 years ago
4d96edc
Cleanup - it's no longer necessary to manually reset global variables.
by Kevin O'Connor
· 13 years ago
89acfa3
Support for booting from virtio disks
by Gleb Natapov
· 13 years ago
bca0736
Force use of indirect function calls in inline assembler.
by Kevin O'Connor
· 13 years ago
8f469b9
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
by Kevin O'Connor
· 13 years ago
575ffc8
Cleanup - build drive description in temp memory during init.
by Kevin O'Connor
· 13 years ago
7149fc8
Initial support for booting from USB drives.
by Kevin O'Connor
· 13 years ago
d2d1de0
Don't require a valid physical cylinders/heads/spt for logical mapping.
by Kevin O'Connor
· 13 years ago
d7e998f
Dynamically allocate each drive_g with malloc_fseg().
by Kevin O'Connor
· 13 years ago
cfdc13f
Introduce standard warnings for allocation failures and timeouts.
by Kevin O'Connor
· 13 years ago
085debd
Set FDPT in irq table even for small drives.
by Kevin O'Connor
· 13 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 13 years ago
52a300f
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
by Kevin O'Connor
· 13 years ago
d254dc2
Add floppy and cdrom drives in sorted order.
by Kevin O'Connor
· 14 years ago
6f6a74d
Fix compiler warning in setup_translation().
by Kevin O'Connor
· 14 years ago
c604f2f
Improve debugging output from threads.
by Kevin O'Connor
· 14 years ago
10ad799
Replace irq_enable() regions with explicit calls to check for irqs.
by Kevin O'Connor
· 14 years ago
77d227b
Pass 'drive_s' pointer instead of driveid.
by Kevin O'Connor
· 14 years ago
34ec7b0
Fix bug in fdpt filling - driveid is not hdid.
by Kevin O'Connor
· 14 years ago
36c93a5
Unify cd emulation access and main disk access code.
by Kevin O'Connor
· 14 years ago
51fd0a1
Add mechanism for describing internal drives in boot menu.
by Kevin O'Connor
· 14 years ago
9f98542
Replace common segment/offset pairs with struct segoff_s.
by Kevin O'Connor
· 14 years ago
372e071
Rename VAR16_32 to VAR16VISIBLE.
by Kevin O'Connor
· 14 years ago
a3855ad
Add support for using floppy images in CBFS.
by Kevin O'Connor
· 14 years ago
af5aabb
Unify floppy and harddrive command routing.
by Kevin O'Connor
· 14 years ago
0a0e42e
Add floppy controllers to "drives" list also.
by Kevin O'Connor
· 14 years ago
c892b13
Separate ATA code from generic disk code.
by Kevin O'Connor
· 14 years ago