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
2017-09-27
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
1
-18
/
+18
2017-09-27
disk: Don't require the 'struct drive_s' to be in the f-segment
Kevin O'Connor
1
-11
/
+11
2017-02-20
block: add NVMe boot support
Julian Stecklina
1
-0
/
+4
2016-03-31
disk: Avoid stack_hop() path if already on the extra stack
Kevin O'Connor
1
-0
/
+4
2016-03-31
block: Move send_disk_op() from block.c to disk.c
Kevin O'Connor
1
-33
/
+1
2016-03-29
Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068e
Don Slutz
1
-0
/
+4
2016-02-04
block: Move drive setup to new function block_setup()
Kevin O'Connor
1
-1
/
+16
2015-12-28
block: Report drive->sectors using "%u" instead of "%d"
Kevin O'Connor
1
-1
/
+1
2015-10-15
stacks: Use macro wrappers for call32() and stack_hop_back()
Kevin O'Connor
1
-4
/
+3
2015-08-17
edd: Reduce parameters to fill_generic_edd()
Kevin O'Connor
1
-32
/
+45
2015-08-17
edd: Pass the segment/offset from int 1348 calls using a 'struct segoff_s'
Kevin O'Connor
1
-7
/
+9
2015-07-14
ata: Make sure "chanid" is relative to PCI device for bootorder file
Kevin O'Connor
1
-4
/
+2
2015-07-14
block: Rename process_XXX_op() functions to XXX_process_op()
Kevin O'Connor
1
-7
/
+7
2015-07-14
pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requests
Kevin O'Connor
1
-1
/
+2
2015-07-14
virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requests
Kevin O'Connor
1
-0
/
+2
2015-07-14
megasas: Handle Megasas drives directly via 'struct disk_op_s' requests
Kevin O'Connor
1
-1
/
+2
2015-07-14
esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requests
Kevin O'Connor
1
-0
/
+2
2015-07-14
lsi-scsi: Handle LSI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
1
-0
/
+2
2015-07-14
usb-uas: Handle USB drives directly via 'struct disk_op_s' requests
Kevin O'Connor
1
-0
/
+3
2015-07-14
usb-msc: Handle USB drives directly via 'struct disk_op_s' requests
Kevin O'Connor
1
-0
/
+3
2015-07-14
ahci: Handle AHCI ATAPI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
1
-13
/
+1
2015-07-14
ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
1
-1
/
+1
2015-07-14
block: Introduce default_process_op() with common command handling codes
Kevin O'Connor
1
-0
/
+17
2015-07-14
block: Split process_op() command dispatch up into multiple functions
Kevin O'Connor
1
-56
/
+69
2015-07-01
virtio: run drivers in 32bit mode
Gerd Hoffmann
1
-3
/
+5
2014-12-29
block: Check for read/write requests over 64K
Kevin O'Connor
1
-0
/
+4
2014-12-29
scsi: Move process_scsi_op() to hw/blockcmd.c and rename
Kevin O'Connor
1
-23
/
+4
2014-12-29
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
Kevin O'Connor
1
-0
/
+5
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
[next]