index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
Move cdemu call interface and disk_ret helper code to disk.c.
Kevin O'Connor
1
-31
/
+0
2014-06-04
edd: Separate out ATA and virtio specific parts of fill_edd().
Kevin O'Connor
1
-81
/
+88
2014-06-04
edd: Use sectors==-1 to detect removable media.
Kevin O'Connor
1
-3
/
+2
2014-06-04
edd: Move EDD get drive parameters (int 1348) logic from disk.c to block.c.
Kevin O'Connor
1
-0
/
+179
2014-01-29
xhci: Run the XHCI driver entirely in 32bit mode.
Kevin O'Connor
1
-0
/
+2
2013-12-27
pvscsi: Always run entirely in 32bit mode.
Kevin O'Connor
1
-2
/
+6
2013-12-27
Remove unnecesary updates of the disk op->count field.
Kevin O'Connor
1
-1
/
+0
2013-12-27
Clear the total block transfer count on error.
Kevin O'Connor
1
-13
/
+27
2013-10-26
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
1
-51
/
+49
2013-10-26
Add pvscsi boot support
Evgeny Budilovsky
1
-0
/
+1
2013-10-14
Run ahci code entirely in 32bit mode.
Kevin O'Connor
1
-3
/
+10
2013-10-14
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
1
-19
/
+19
2013-09-28
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
1
-2
/
+2
2013-09-18
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
1
-1
/
+34
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-4
/
+4
2013-09-18
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-0
/
+1
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-5
/
+5
2013-02-20
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
Kevin O'Connor
1
-1
/
+1
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-3
/
+3
2013-02-12
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
1
-1
/
+1
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-1
/
+1
2012-11-19
megasas: Add boot support for LSI MegaRAID SAS
Hannes Reinecke
1
-0
/
+1
2012-08-07
scsi: add AMD PCscsi driver
Paolo Bonzini
1
-0
/
+1
2012-07-21
Unify ATAPI command processing.
Kevin O'Connor
1
-4
/
+15
2012-07-21
lsi53c895a boot support
Gerd Hoffmann
1
-1
/
+2
2012-07-21
usb attached scsi boot support
Gerd Hoffmann
1
-1
/
+2
2012-06-10
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
Kevin O'Connor
1
-2
/
+2
2012-05-20
Convert disk code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-0
/
+1
2012-05-20
Add mechanism to declare variables as "low mem" and use for extra stack.
Kevin O'Connor
1
-2
/
+2
2012-03-14
Whitespace changes - replace handful of tabs in core code with spaces.
Kevin O'Connor
1
-1
/
+1
2012-03-06
add virtio-scsi driver
Paolo Bonzini
1
-1
/
+2
2012-02-11
cleanup process_usb_op() / process_scsi_op() declarations
Laszlo Ersek
1
-1
/
+1
2011-11-17
always specify virtio-blk rather than virtio
Paolo Bonzini
1
-3
/
+3
2011-11-17
usb-msc: move cdb dispatch to block.c
Paolo Bonzini
1
-3
/
+25
2011-08-06
ahci/cdrom: shared bounce buffer
Gerd Hoffmann
1
-0
/
+14
2010-12-29
Remove Drives global struct in favor of independent global variables.
Kevin O'Connor
1
-10
/
+12
2010-12-27
Call setup_translation() from map_hd_drive().
Kevin O'Connor
1
-1
/
+4
2010-12-27
Rename add_ordered_drive() to add_drive() and use in map_hd_drive().
Kevin O'Connor
1
-25
/
+18
2010-12-27
Simplify boot ordering by building an inclusive boot list.
Kevin O'Connor
1
-19
/
+1
2010-12-12
Create separate IPL entry for each CD/DVD
Gleb Natapov
1
-0
/
+10
2010-12-05
add ahci support
Gerd Hoffmann
1
-0
/
+3
2010-09-25
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
1
-11
/
+0
2010-05-10
Support for booting from virtio disks
Gleb Natapov
1
-0
/
+3
2010-03-20
Force use of indirect function calls in inline assembler.
Kevin O'Connor
1
-1
/
+1
2010-02-28
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
1
-3
/
+6
2010-02-21
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
1
-28
/
+0
2010-02-17
Initial support for booting from USB drives.
Kevin O'Connor
1
-0
/
+6
2010-02-17
Don't require a valid physical cylinders/heads/spt for logical mapping.
Kevin O'Connor
1
-7
/
+10
[next]