index
:
riscv-gnu-toolchain/qemu/roms/seabios.git
0.5.1-stable
0.6.1-stable
1.10-stable
1.11-stable
1.12-stable
1.6.3-stable
1.7.2-stable
1.7.3-stable
1.7.5-stable
1.8-stable
1.9-stable
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-25
vgabios: Fix generating modes list for static_functionality
HEAD
master
Steven Price
1
-2
/
+2
2024-09-04
esp-scsi: indicate acceptance of MESSAGE IN phase data
Mark Cave-Ayland
1
-1
/
+3
2024-06-24
limit address space used for pci devices, part two
Gerd Hoffmann
1
-5
/
+10
2024-04-15
pciinit: don't misalign large BARs
Daniil Tatianin
1
-2
/
+4
2024-04-13
stdvgaio: Only read/write one color palette entry at a time
Kevin O'Connor
8
-82
/
+108
2024-04-05
stdvga: Add stdvga_set_vertical_size() helper function
Kevin O'Connor
3
-7
/
+13
2024-04-05
stdvga: Rename stdvga_get_vde() to stdvga_get_vertical_size()
Kevin O'Connor
3
-7
/
+7
2024-04-05
stdvga: Rename stdvga_set_scan_lines() to stdvga_set_character_height()
Kevin O'Connor
3
-8
/
+8
2024-04-05
stdvga: Rename stdvga_set_text_block_specifier() to stdvga_set_font_location()
Kevin O'Connor
3
-9
/
+9
2024-04-05
stdvga: Rework stdvga palette index paging interface functions
Kevin O'Connor
3
-17
/
+26
2024-04-05
stdvga: Rename stdvga_toggle_intensity() to stdvga_set_palette_blinking()
Kevin O'Connor
3
-4
/
+4
2024-04-05
stdvga: Add comments to interface functions in stdvga.c
Kevin O'Connor
1
-1
/
+22
2024-04-05
stdvga: Rename CGA palette functions
Kevin O'Connor
3
-13
/
+18
2024-03-31
stdvgamodes: Improve naming of dac palette tables
Kevin O'Connor
1
-42
/
+50
2024-03-31
stdvgamodes: No need to store pelmask in vga_modes[]
Kevin O'Connor
1
-19
/
+18
2024-03-15
vgasrc: Rename vgahw_get_linesize() to vgahw_minimum_linelength()
Kevin O'Connor
6
-21
/
+27
2024-03-15
vgasrc: Use curmode_g instead of vmode_g when mode is the current video mode
Kevin O'Connor
14
-207
/
+206
2024-03-15
vbe: implement function 09h (get/set palette data)
Daniel Verkamp
1
-0
/
+58
2024-03-12
vgasrc: round up save/restore size
Daniel Verkamp
2
-2
/
+2
2024-03-10
vbe: Add VBE 2.0+ OemData field to struct vbe_info
Daniel Verkamp
2
-1
/
+5
2024-03-03
fix smbios blob length overflow
Igor Mammedov
1
-1
/
+1
2024-01-26
Add LBA 64bit support for reads beyond 2TB.
Max Tottenham
2
-14
/
+71
2024-01-25
Add AHCI Power ON + ICC_ACTIVE into port setup code
Andrej Kruták
1
-1
/
+2
2024-01-25
esp-scsi: terminate DMA transfer when ESP data transfer completes
Mark Cave-Ayland
1
-0
/
+2
2023-11-13
limit address space used for pci devices.
rel-1.16.3
Gerd Hoffmann
1
-12
/
+26
2023-08-24
check for e820 conflict
Gerd Hoffmann
3
-0
/
+18
2023-08-24
qemu: log reservations in fw_cfg e820 table
Gerd Hoffmann
1
-1
/
+1
2023-08-24
be less conservative with the 64bit pci io window
Gerd Hoffmann
1
-4
/
+12
2023-08-24
move 64bit pci window to end of address space
Gerd Hoffmann
1
-0
/
+8
2023-08-24
detect physical address space size
Gerd Hoffmann
2
-0
/
+59
2023-08-24
better kvm detection
Gerd Hoffmann
1
-9
/
+21
2023-08-24
esp-scsi: handle non-DMA SCSI commands with no data phase
Mark Cave-Ayland
1
-1
/
+10
2023-08-24
esp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC for command completion
Mark Cave-Ayland
1
-14
/
+22
2023-08-24
esp-scsi: flush FIFO before sending SCSI command
Mark Cave-Ayland
1
-0
/
+4
2023-08-24
Increase BUILD_MAX_E820 to 128
Tony Titus via SeaBIOS
1
-1
/
+1
2023-06-21
ahci: handle TFES irq correctly
Niklas Cassel via SeaBIOS
1
-0
/
+6
2023-06-13
virtio-blk: Fix integer overflow for large max IO sizes
Lukas Stockner via SeaBIOS
1
-1
/
+1
2023-06-13
Fix high memory zone initialization in CSM mode
José Martínez
2
-5
/
+5
2023-05-05
disable array bounds warning
Gerd Hoffmann
1
-0
/
+1
2023-02-01
xen: require Xen info structure at 0x1000 to detect Xen
rel-1.16.2
David Woodhouse
1
-13
/
+32
2022-11-23
usb: fix wrong init of keyboard/mouse's if first interface is not boot protocol
Qi Zhou
2
-10
/
+15
2022-11-23
virtio: finalize features before using device
rel-1.16.1
Xuan Zhuo
2
-9
/
+26
2022-11-23
virtio-mmio: read/write the hi 32 features for mmio
Xuan Zhuo
1
-2
/
+5
2022-11-23
acpi: parse Alias object
Igor Mammedov
1
-0
/
+4
2022-11-22
virtio-blk: Fix incorrect type conversion in virtio_blk_op()
Xiaofei Lee
1
-1
/
+1
2022-07-07
virtio-blk: use larger default request size
Gerd Hoffmann
1
-1
/
+1
2022-04-27
malloc: use large ZoneHigh when there is enough memory
Gerd Hoffmann
2
-6
/
+11
2022-04-27
malloc: use variable for ZoneHigh size
Gerd Hoffmann
1
-7
/
+8
2022-04-04
reset: force standard PCI configuration access
Volker Rümelin
3
-7
/
+40
2022-04-04
pci: refactor the pci_config_*() functions
Volker Rümelin
2
-13
/
+53
[next]