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
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
2010-02-15
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
1
-33
/
+13
2010-02-14
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
1
-1
/
+1
2010-01-03
Set FDPT in irq table even for small drives.
Kevin O'Connor
1
-14
/
+13
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-2
/
+2
2009-12-26
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
1
-1
/
+1
2009-11-25
Add floppy and cdrom drives in sorted order.
Kevin O'Connor
1
-18
/
+37
2009-11-09
Fix compiler warning in setup_translation().
Kevin O'Connor
1
-1
/
+1
2009-10-24
Improve debugging output from threads.
Kevin O'Connor
1
-7
/
+11
2009-10-24
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
1
-4
/
+0
2009-10-22
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
1
-40
/
+72
2009-09-20
Fix bug in fdpt filling - driveid is not hdid.
Kevin O'Connor
1
-5
/
+5
2009-09-12
Unify cd emulation access and main disk access code.
Kevin O'Connor
1
-1
/
+3
2009-09-12
Add mechanism for describing internal drives in boot menu.
Kevin O'Connor
1
-0
/
+25
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-4
/
+4
2009-09-09
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
1
-1
/
+2
[prev]
[next]