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
/
vgasrc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-09
Small improvements to irqentry_extrastack assembler.
Kevin O'Connor
1
-2
/
+1
2013-12-09
vgabios: Avoid memory references via %esp register in vgabios.
Kevin O'Connor
1
-5
/
+2
2013-12-04
vgabios: Move initialization code to new file vgainit.c.
Kevin O'Connor
4
-154
/
+175
2013-12-04
vgabios: Support allocating an extra stack for vgabios calls and default on.
Kevin O'Connor
3
-0
/
+110
2013-12-04
vgabios: Work around lack of support for "calll" in x86emu emulation.
Kevin O'Connor
1
-3
/
+20
2013-12-04
vgabios: Avoid possible divide by zero in bochsvga_set_displaystart.
Kevin O'Connor
1
-0
/
+2
2013-12-04
vgabios: Add bochsvga "HDTV" resolutions.
Kevin O'Connor
1
-0
/
+9
2013-12-04
vgabios: Support custom fonts in vga framebuffer text writing.
Kevin O'Connor
1
-54
/
+67
2013-12-04
vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.
Kevin O'Connor
4
-7
/
+16
2013-12-04
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
1
-1
/
+1
2013-09-28
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
4
-18
/
+18
2013-09-18
Move vbe.h to std/vbe.h.
Kevin O'Connor
3
-3
/
+3
2013-09-18
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
1
-1
/
+1
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
7
-31
/
+32
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
7
-5
/
+10
2013-09-18
vgabios: Limit the range of the VBE number of "pages" parameter.
Kevin O'Connor
1
-0
/
+4
2013-09-18
vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.
Kevin O'Connor
4
-19
/
+18
2013-09-16
bochsvga: fallback to stdvga if dispi interface isn't present
Gerd Hoffmann
1
-19
/
+48
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
4
-8
/
+8
2013-03-09
vgabios: Fix cirrus memory clear on mode switch.
Kevin O'Connor
3
-6
/
+8
2013-03-09
vgabios: Fix stdvga_perform_gray_scale_summing().
Kevin O'Connor
1
-0
/
+1
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-1
/
+1
2013-02-16
Enable VGA output when setting Cirrus-specific mode
Laszlo Ersek
1
-0
/
+1
2013-02-16
Enable VGA output when settings bochs-specific mode
David Woodhouse
1
-0
/
+1
2013-02-15
geodevga: fix wrong define name
Christian Gmeiner
2
-2
/
+2
2013-02-15
geodevga: add debug to msr functions
Christian Gmeiner
1
-0
/
+7
2013-02-15
geodevga: move output setup to own function
Christian Gmeiner
1
-29
/
+35
2013-02-15
geodevga: move framebuffer setup
Christian Gmeiner
1
-12
/
+17
2013-02-15
geodevga: fix errors in geode_fp_* functions
Christian Gmeiner
1
-2
/
+2
2013-02-13
vgabios: Bochs/QEMU vgabios support should depend on CONFIG_QEMU.
Kevin O'Connor
1
-3
/
+3
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
10
-24
/
+24
2013-01-12
vgabios: implement AX=1120H..1124H functions
rel-1.7.2
Paolo Bonzini
1
-0
/
+60
2012-10-07
geodevga: Setup flat panel if needed
Christian Gmeiner
1
-0
/
+19
2012-10-07
geodevga: Add defines for VP_MSR_PADSEL
Christian Gmeiner
1
-0
/
+4
2012-10-07
geodevga: Setup output based on .config
Christian Gmeiner
1
-2
/
+27
2012-10-07
geodevga: Add configuration option for output modes
Christian Gmeiner
1
-0
/
+21
2012-10-07
geodevga: Add VP_MSR_CONFIG defines
Christian Gmeiner
1
-0
/
+7
2012-10-07
geodevga: Add some basic flat panel defines
Christian Gmeiner
1
-0
/
+9
2012-10-07
geodevga: Add functions to work with fp register
Christian Gmeiner
1
-0
/
+17
2012-10-07
geodevga: Rename defines to better match a well defined naming schema
Christian Gmeiner
2
-13
/
+13
2012-09-16
geodevga: Access global variables using GET_GLOBAL/SET_VGA macros.
Kevin O'Connor
1
-37
/
+39
2012-09-10
Report stdvga modes in VBE via int10 (AX = 4F00h)
Christian Gmeiner
1
-0
/
+10
2012-09-08
vgabios: Add support for text and cga modes to vbe_104f01().
Kevin O'Connor
1
-44
/
+64
2012-09-04
vgabios: Check for relocatable windows before advertising support for it.
Kevin O'Connor
2
-3
/
+5
2012-09-03
vgabios: Ignore mode flags in vbe get_mode_info call.
Kevin O'Connor
1
-1
/
+1
2012-09-03
Geode vga: Use standard format read/write_mask register functions.
Kevin O'Connor
1
-54
/
+62
2012-09-03
Add helper functions to access DC and VP register
Christian Gmeiner
1
-13
/
+39
2012-09-03
Change return values for vp_setup() and dc_setup()
Christian Gmeiner
1
-9
/
+5
2012-09-03
Add global struct geode
Christian Gmeiner
1
-25
/
+41
2012-09-03
Update VBE variables
Christian Gmeiner
1
-0
/
+4
[next]