Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
0082374caae8b8f0e235034d3ee2faaa48274d42
/
src
/
cdrom.c
0082374
cdrom: use TEST UNIT READY to detect ready medium
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
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
· 13 years ago
d5d02b6
Allocate cdemu buffer in low mem instead of ebda.
by Kevin O'Connor
· 13 years ago
144817b
Rename check_time() to check_tsc().
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
76977b2
Move common "command data block" functions to new file blockcmd.c.
by Kevin O'Connor
· 13 years ago
d7e998f
Dynamically allocate each drive_g with malloc_fseg().
by Kevin O'Connor
· 13 years ago
7d70025
Add common "block command" definitions and update cdrom code.
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
89eb624
Handle tsc rollover.
by Kevin O'Connor
· 14 years ago
77d227b
Pass 'drive_s' pointer instead of driveid.
by Kevin O'Connor
· 14 years ago
36c93a5
Unify cd emulation access and main disk access code.
by Kevin O'Connor
· 14 years ago
51cfbe7
Merge cdrom 13xx handlers with main disk 13xx handlers.
by Kevin O'Connor
· 14 years ago
0a0e42e
Add floppy controllers to "drives" list also.
by Kevin O'Connor
· 14 years ago
669e644
Store cdrom emulated driveid directly.
by Kevin O'Connor
· 14 years ago
707298a
Use variable name "driveid" consistently (instead of "device").
by Kevin O'Connor
· 14 years ago
c892b13
Separate ATA code from generic disk code.
by Kevin O'Connor
· 14 years ago
4233766
Misc ATA cleanups.
by Kevin O'Connor
· 14 years ago
3f6c278
Route disk_op commands by drive type - not by command.
by Kevin O'Connor
· 14 years ago
b68ac71
Implement cdrom disk emulation at high-level instead of in low-level ATA.
by Kevin O'Connor
· 14 years ago
1625a75
Separate cdemu disk accesses from regular disk accesses.
by Kevin O'Connor
· 14 years ago
a4d70aa
Use regular CD reading to load initial CDROM boot image.
by Kevin O'Connor
· 14 years ago
38d1a34
Replace memeq/streq functions with memcmp/strcmp.
by Kevin O'Connor
· 14 years ago
4c0c85a
Initial support for finding option roms in coreboot flash layout.
by Kevin O'Connor
· 14 years ago
7da1dcd
Enhance boot menu to allow user to select which CD drive to boot from.
by Kevin O'Connor
· 14 years ago
a0c6879
Enhance cdrom capacity/media sensing timers.
by Kevin O'Connor
· 14 years ago
95827c4
Introduce MBR struct; simplify cdrom emulation code.
by Kevin O'Connor
· 14 years ago
35ae726
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
by Kevin O'Connor
· 14 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 14 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
· 15 years ago
65e6342
Misc fixes and updates.
by Kevin O'Connor
· 15 years ago
9521e26
Extract 'struct bregs' out of biosvar.h; clean up header includes.
by Kevin O'Connor
· 15 years ago
a05223c
Improve some debugging output.
by Kevin O'Connor
· 15 years ago
ac8df8c
Improve control of debug messages.
by Kevin O'Connor
· 15 years ago
ee55c76
Reduce ide stack usage by reorganizing ata calls.
by Kevin O'Connor
· 15 years ago
117fc21
Compile fixes for gcc 4.3.
by Kevin O'Connor
· 15 years ago
aa7ddd7
Limit cdrom emulation available functions.
by Kevin O'Connor
· 15 years ago
aa2590c
Cleanup cdrom emulation.
by Kevin O'Connor
· 15 years ago
070231b
Use "FARPTR" consistently in macros.
by Kevin O'Connor
· 15 years ago
dfa1650
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
by Kevin O'Connor
· 15 years ago
efde609
Use 32bit absolute pointers for buffers in ATA code.
by Kevin O'Connor
· 15 years ago
a69bc3a
Fix bug in atapi_get_sense.
by Kevin O'Connor
· 15 years ago
f205f9f
Minor debugging improvements.
by Kevin O'Connor
· 15 years ago
6c78122
Replace debug_exit calls with debug info while setting a failure.
by Kevin O'Connor
· 15 years ago
180a959
Get CDROM emulation working.
by Kevin O'Connor
· 15 years ago
31d8c8a
Move cdrom code to its own file (cdrom.c).
by Kevin O'Connor
· 15 years ago