Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
2c455ccc0cd67412983b6ae575190d5036256817
/
src
/
cdrom.c
e5a0b61
block: Rename disk_op_s->drive_gf to drive_fl
by Kevin O'Connor
· 5 years ago
8c76bd6
Minor - move declaration of CDRom_locks to code that uses it
by Kevin O'Connor
· 7 years ago
1785645
block: Rename process_XXX_op() functions to XXX_process_op()
by Kevin O'Connor
· 7 years ago
4dbe829
block: Route scsi style commands through 'struct disk_op_s'
by Kevin O'Connor
· 7 years ago
85c72c6
block: Introduce default_process_op() with common command handling codes
by Kevin O'Connor
· 7 years ago
3abdc7c
Make sure all code checks for malloc failures
by Kevin O'Connor
· 7 years ago
2aff1c1
Add 'measurement' code to the BIOS
by Stefan Berger
· 7 years ago
c08ef9a
cdrom: Break up very large read requests into smaller requests
by Kevin O'Connor
· 8 years ago
8ed94b4
cdrom: call scsi_process_op() instead of cdb_read()
by Kevin O'Connor
· 8 years ago
c029a91
Move cdemu call interface and disk_ret helper code to disk.c.
by Kevin O'Connor
· 8 years ago
02f7676
cdemu: store internal cdemu fields in standard "el-torito" spec format.
by Kevin O'Connor
· 8 years ago
b7558a3
Remove unnecesary updates of the disk op->count field.
by Kevin O'Connor
· 9 years ago
1902c94
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
by Kevin O'Connor
· 9 years ago
8ab9a34
Rename fields of 'struct chs_s' and use in floppy lba2chs().
by Kevin O'Connor
· 9 years ago
135f3f6
Split disk.h into block.h and std/disk.h.
by Kevin O'Connor
· 9 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 9 years ago
9dea590
Move malloc code from pmm.c to new files malloc.c and malloc.h.
by Kevin O'Connor
· 9 years ago
fa9c66a
Rename util.c to string.c and introduce string.h.
by Kevin O'Connor
· 9 years ago
5d369d8
Move code centered around specific hardware devices to src/hw/
by Kevin O'Connor
· 9 years ago
e52ad39
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
by Kevin O'Connor
· 9 years ago
89a2f96
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
by Kevin O'Connor
· 9 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 9 years ago
bd6afe5
Unify ATAPI command processing.
by Kevin O'Connor
· 10 years ago
e51316d
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
by Kevin O'Connor
· 10 years ago
d314083
Convert disk code EBDA variables to VARLOW variables.
by Kevin O'Connor
· 10 years ago
8c976e3
usb-msc: go through TEST UNIT READY for hard disks.
by Paolo Bonzini
· 11 years ago
0082374
cdrom: use TEST UNIT READY to detect ready medium
by Paolo Bonzini
· 11 years ago
d7a7cf3
ahci/cdrom: shared bounce buffer
by Gerd Hoffmann
· 11 years ago
a0842f8
Remove Drives global struct in favor of independent global variables.
by Kevin O'Connor
· 12 years ago
4c90a20
Create separate IPL entry for each CD/DVD
by Gleb Natapov
· 12 years ago
4d96edc
Cleanup - it's no longer necessary to manually reset global variables.
by Kevin O'Connor
· 12 years ago
d5d02b6
Allocate cdemu buffer in low mem instead of ebda.
by Kevin O'Connor
· 12 years ago
144817b
Rename check_time() to check_tsc().
by Kevin O'Connor
· 12 years ago
8f469b9
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
by Kevin O'Connor
· 12 years ago
76977b2
Move common "command data block" functions to new file blockcmd.c.
by Kevin O'Connor
· 12 years ago
d7e998f
Dynamically allocate each drive_g with malloc_fseg().
by Kevin O'Connor
· 12 years ago
7d70025
Add common "block command" definitions and update cdrom code.
by Kevin O'Connor
· 12 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 12 years ago
89eb624
Handle tsc rollover.
by Kevin O'Connor
· 13 years ago
77d227b
Pass 'drive_s' pointer instead of driveid.
by Kevin O'Connor
· 13 years ago
36c93a5
Unify cd emulation access and main disk access code.
by Kevin O'Connor
· 13 years ago
51cfbe7
Merge cdrom 13xx handlers with main disk 13xx handlers.
by Kevin O'Connor
· 13 years ago
0a0e42e
Add floppy controllers to "drives" list also.
by Kevin O'Connor
· 13 years ago
669e644
Store cdrom emulated driveid directly.
by Kevin O'Connor
· 13 years ago
707298a
Use variable name "driveid" consistently (instead of "device").
by Kevin O'Connor
· 13 years ago
c892b13
Separate ATA code from generic disk code.
by Kevin O'Connor
· 13 years ago
4233766
Misc ATA cleanups.
by Kevin O'Connor
· 13 years ago
3f6c278
Route disk_op commands by drive type - not by command.
by Kevin O'Connor
· 13 years ago
b68ac71
Implement cdrom disk emulation at high-level instead of in low-level ATA.
by Kevin O'Connor
· 13 years ago
1625a75
Separate cdemu disk accesses from regular disk accesses.
by Kevin O'Connor
· 13 years ago
a4d70aa
Use regular CD reading to load initial CDROM boot image.
by Kevin O'Connor
· 13 years ago
38d1a34
Replace memeq/streq functions with memcmp/strcmp.
by Kevin O'Connor
· 13 years ago
4c0c85a
Initial support for finding option roms in coreboot flash layout.
by Kevin O'Connor
· 13 years ago
7da1dcd
Enhance boot menu to allow user to select which CD drive to boot from.
by Kevin O'Connor
· 13 years ago
a0c6879
Enhance cdrom capacity/media sensing timers.
by Kevin O'Connor
· 13 years ago
95827c4
Introduce MBR struct; simplify cdrom emulation code.
by Kevin O'Connor
· 13 years ago
35ae726
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
by Kevin O'Connor
· 13 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 13 years ago
4524bf7
Use new 'struct disk_op_s' to issue ata requests.
by Kevin O'Connor
· 14 years ago
4a16ef6
Return CDEMU parameters to ebda segment (instead of using globals).
by Kevin O'Connor
· 14 years ago
0881537
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
by Kevin O'Connor
· 14 years ago
92f95b0
Add more linker protections around variables accessed from 16bit mode.
by Kevin O'Connor
· 14 years ago
609da23
Move most of ATA and CDEMU from ebda to global variables.
by Kevin O'Connor
· 14 years ago
15157a3
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
by Kevin O'Connor
· 14 years ago
37ef9ae
Make sure to exit from cdrom_boot() if a cdrom is not found.
by Kevin O'Connor
· 14 years ago
65e6342
Misc fixes and updates.
by Kevin O'Connor
· 14 years ago
9521e26
Extract 'struct bregs' out of biosvar.h; clean up header includes.
by Kevin O'Connor
· 14 years ago
a05223c
Improve some debugging output.
by Kevin O'Connor
· 14 years ago
ac8df8c
Improve control of debug messages.
by Kevin O'Connor
· 14 years ago
ee55c76
Reduce ide stack usage by reorganizing ata calls.
by Kevin O'Connor
· 14 years ago
117fc21
Compile fixes for gcc 4.3.
by Kevin O'Connor
· 14 years ago
aa7ddd7
Limit cdrom emulation available functions.
by Kevin O'Connor
· 14 years ago
aa2590c
Cleanup cdrom emulation.
by Kevin O'Connor
· 14 years ago
070231b
Use "FARPTR" consistently in macros.
by Kevin O'Connor
· 14 years ago
dfa1650
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
by Kevin O'Connor
· 14 years ago
efde609
Use 32bit absolute pointers for buffers in ATA code.
by Kevin O'Connor
· 14 years ago
a69bc3a
Fix bug in atapi_get_sense.
by Kevin O'Connor
· 14 years ago
f205f9f
Minor debugging improvements.
by Kevin O'Connor
· 14 years ago
6c78122
Replace debug_exit calls with debug info while setting a failure.
by Kevin O'Connor
· 14 years ago
180a959
Get CDROM emulation working.
by Kevin O'Connor
· 14 years ago
31d8c8a
Move cdrom code to its own file (cdrom.c).
by Kevin O'Connor
· 14 years ago