index
:
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-netbsd-fix
devel-with-sti64bit
devel-with-sti64bit-neu
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-next
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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-13
Update todo list.
rel-0.4.1
Kevin O'Connor
1
-15
/
+35
2009-07-13
Minor - clarify intermediate object file names.
Kevin O'Connor
1
-11
/
+13
2009-07-13
Cleanup serial and lpt timers.
Kevin O'Connor
2
-53
/
+85
2009-07-12
Delay fdpt pointer setting in ebda to drive map stage.
Kevin O'Connor
2
-2
/
+8
2009-07-12
Add u64 cast to READ64_SEG() macro to fix vga compiling.
Kevin O'Connor
1
-1
/
+1
2009-07-04
Use "p->sum -= checksum()" style for setting checksums.
Kevin O'Connor
8
-16
/
+11
2009-07-04
Add option for running vga rom during s3 resume.
Kevin O'Connor
4
-0
/
+16
2009-07-04
Optionrom code cleanup.
Kevin O'Connor
4
-80
/
+86
2009-06-30
Rework READ64_SEG macro to prevent spurious warning on gcc 4.4.
Kevin O'Connor
1
-5
/
+6
2009-06-30
Add descriptions to the gcc tests in tools/test-gcc.sh.
Kevin O'Connor
1
-3
/
+14
2009-06-26
Enhance gcc test for visible variables with -fwhole-program.
Kevin O'Connor
1
-0
/
+1
2009-06-22
Don't use "objcopy --extract-symbol" - old binutils don't have that option.
Kevin O'Connor
1
-1
/
+1
2009-06-22
Minor - remove VAR16_32 from extern declaration in header.
Kevin O'Connor
1
-1
/
+1
2009-06-21
Remove 0x09 as a normal post code (forward port from bochs).
Kevin O'Connor
1
-1
/
+0
2009-06-21
Forward port bochs pci changes.
Kevin O'Connor
1
-10
/
+3
2009-06-21
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
9
-56
/
+97
2009-06-17
Support running non-pci specific vga option roms from CBFS.
Kevin O'Connor
3
-8
/
+26
2009-06-17
Avoid makefile "else ifeq" syntax - old versions don't support it.
Kevin O'Connor
1
-1
/
+3
2009-06-15
Make sure memcpy() works in 16bit mode also.
Kevin O'Connor
2
-0
/
+6
2009-06-15
Fix compile of smpdetect - last commit missed an include.
Kevin O'Connor
1
-0
/
+1
2009-06-15
Unify mode16/32 compiler checks.
Kevin O'Connor
6
-18
/
+15
2009-06-15
Minor - clarify disabling "-combine" warning.
Kevin O'Connor
1
-2
/
+1
2009-06-15
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
6
-68
/
+44
2009-06-10
Add support for gcc v3.x compilers.
Kevin O'Connor
7
-34
/
+53
2009-06-10
Do garbage collection of unused sections.
Kevin O'Connor
12
-51
/
+192
2009-06-10
checkstack.py should not match pushaw on stack usage check.
Kevin O'Connor
1
-1
/
+1
2009-06-10
Try to check for IDE drive 0 responding to drive 1 commands.
Kevin O'Connor
1
-21
/
+31
2009-05-31
VGA: Move direct in/out calls out of vgafb.c.
Kevin O'Connor
3
-27
/
+38
2009-05-31
VGA: Comment and name update.
Kevin O'Connor
3
-77
/
+87
2009-05-31
VGA: Arrange screen writing functions to minimize stack.
Kevin O'Connor
1
-21
/
+50
2009-05-31
VGA: Reduce stack usage.
Kevin O'Connor
2
-7
/
+6
2009-05-31
VGA: No need to scroll multiple times when writing a tab.
Kevin O'Connor
1
-35
/
+21
2009-05-31
VGA: Further simplify scrolling code.
Kevin O'Connor
2
-169
/
+86
2009-05-31
VGA: Simplify scrolling implementation.
Kevin O'Connor
2
-54
/
+18
2009-05-31
VGA: Fix bad commit to vgafb.c - missing '}'.
Kevin O'Connor
1
-0
/
+1
2009-05-31
VGA: Define clear_screen in terms of memmodel.
Kevin O'Connor
1
-10
/
+12
2009-05-31
VGA: Breakup biosfn_scroll.
Kevin O'Connor
3
-165
/
+217
2009-05-30
Fix typo in irqentryarg declaration.
Kevin O'Connor
1
-1
/
+1
2009-05-27
In register dump, show %esp - not address of regs.
Kevin O'Connor
1
-2
/
+2
2009-05-27
Keep relocated 16bit code so checkstack can use it.
Kevin O'Connor
2
-3
/
+3
2009-05-26
VGA: Move cursor setting out of biosfn_write_teletype.
Kevin O'Connor
1
-24
/
+14
2009-05-26
VGA: Remove recursion from biosfn_write_teletype().
Kevin O'Connor
1
-28
/
+37
2009-05-26
VGA: Simplify vgafb_write/read_char.
Kevin O'Connor
3
-68
/
+87
2009-05-25
VGA: Remove vmode_g->class - store info in vmode_g->memmodel.
Kevin O'Connor
4
-37
/
+30
2009-05-25
VGA: Use struct for car/attr/WITH_ATTR.
Kevin O'Connor
3
-99
/
+66
2009-05-25
VGA: Combine x/y/page into one parameter.
Kevin O'Connor
3
-108
/
+90
2009-05-25
VGA: Inline biosfn_set_video_mode() into its only caller.
Kevin O'Connor
1
-133
/
+107
2009-05-25
VGA: Replace biosfn_load_text_* with vgafb_load_font().
Kevin O'Connor
3
-65
/
+30
2009-05-25
VGA: Factor out hardware accesses from biosfn_set_video_mode.
Kevin O'Connor
4
-96
/
+113
2009-05-25
VGA: Minor - improve indentation of palette structs.
Kevin O'Connor
1
-57
/
+113
[next]