Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
eaa2e55cc8385b993b1adba7c8babfb290c08983
/
src
/
cdrom.c
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
· 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
· 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