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-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
/
romlayout.S
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-29
Don't declare a handler for int 0x1c - the default handler is sufficient.
Kevin O'Connor
1
-1
/
+0
2009-01-19
Minor - call16 should not assume %cs==SEG_BIOS.
Kevin O'Connor
1
-1
/
+1
2009-01-19
Minor - always set %esp immediately after setting %ss.
Kevin O'Connor
1
-1
/
+1
2009-01-17
Don't assume __call16_from32 and __call16 are linear in romlayout.S.
Kevin O'Connor
1
-3
/
+5
2009-01-17
Put each assembler function into its own section.
Kevin O'Connor
1
-71
/
+95
2009-01-17
Move variables from assembler to C code.
Kevin O'Connor
1
-105
/
+13
2009-01-17
Remove some unused IRQ_TRAMPOLINE definitions.
Kevin O'Connor
1
-3
/
+0
2009-01-17
Try to automatically fit sections into open spaces in the fixed area.
Kevin O'Connor
1
-5
/
+4
2009-01-17
Layout fixed area using linker instead of assembler.
Kevin O'Connor
1
-2
/
+1
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-01
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
1
-1
/
+1
2008-12-21
Initial PnP bios call support.
Kevin O'Connor
1
-10
/
+29
2008-12-20
Rework default hwirq handler so there is no confusion on which pic to eoi.
Kevin O'Connor
1
-1
/
+2
2008-12-18
Make sure %ss==%ds in resume handler call.
Kevin O'Connor
1
-42
/
+48
2008-12-13
Cleanup of fixed space addresses.
Kevin O'Connor
1
-49
/
+75
2008-12-10
Improve support for old 16bit resume handlers.
Kevin O'Connor
1
-1
/
+31
2008-12-06
Makefile cleanups.
Kevin O'Connor
1
-1
/
+1
2008-12-06
Call option roms in "big real mode".
Kevin O'Connor
1
-10
/
+25
2008-11-29
Detect keyboard ctrl-alt-delete and try to reset machine.
Kevin O'Connor
1
-0
/
+2
2008-11-26
Enable a default hw irq handler.
Kevin O'Connor
1
-0
/
+1
2008-11-16
Add tool for generating assembler offset definition file.
Kevin O'Connor
1
-18
/
+21
2008-11-16
Define bit definitions for cr0 register.
Kevin O'Connor
1
-7
/
+8
2008-11-16
Cleanup a20 code.
Kevin O'Connor
1
-7
/
+8
2008-11-11
Disable a20 on 16bit calls.
Kevin O'Connor
1
-5
/
+10
2008-11-08
Move 32bit segment defines from romlayout.S to config.h.
Kevin O'Connor
1
-14
/
+9
2008-10-25
Turn on cache as first step of post.
Kevin O'Connor
1
-0
/
+5
2008-08-17
Improve smp detection code.
Kevin O'Connor
1
-0
/
+10
2008-07-06
Convert bootup code (int18/int19) to 32bit mode.
Kevin O'Connor
1
-4
/
+5
2008-07-06
Move $PnP string from boot.c to romlayout.S.
Kevin O'Connor
1
-0
/
+9
2008-07-05
Move elf entry point from post.c to romlayout.S
Kevin O'Connor
1
-4
/
+12
2008-07-05
Use ld to build final rom; remove custom build utilities.
Kevin O'Connor
1
-18
/
+15
2008-07-05
Use ".set" gas feature to avoid having to hardcode ljmpl asm insn.
Kevin O'Connor
1
-2
/
+2
2008-07-04
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
Kevin O'Connor
1
-3
/
+6
2008-06-21
Add code (currently disabled) to mask run away irqs.
Kevin O'Connor
1
-0
/
+3
2008-06-11
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
Kevin O'Connor
1
-2
/
+2
2008-06-08
Properly save/restore %esp high bits.
Kevin O'Connor
1
-2
/
+33
2008-06-07
APM fixes; don't save/clear/restore %esp high bits.
Kevin O'Connor
1
-9
/
+3
2008-05-12
Use a linker script for 16bit code.
Kevin O'Connor
1
-37
/
+38
2008-04-05
Forward port new boot menu features from bochs bios.
Kevin O'Connor
1
-0
/
+1
2008-03-31
Don't clobber %esp highbits on C code entry.
Kevin O'Connor
1
-9
/
+17
2008-03-13
Fix bug in apm32protected_entry.
Kevin O'Connor
1
-9
/
+15
2008-03-11
Don't pass in ebp/esp to irq handlers.
Kevin O'Connor
1
-80
/
+94
2008-03-11
Don't save/restore flags and ebp on external calls - saves on stack space.
Kevin O'Connor
1
-2
/
+2
2008-03-11
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
1
-34
/
+70
2008-03-09
Optimize insb/outsb/insw/etc. functions.
Kevin O'Connor
1
-0
/
+1
2008-03-08
Minor cleanups.
Kevin O'Connor
1
-2
/
+12
2008-03-08
Make sure to restore %ds on return from call16.
Kevin O'Connor
1
-3
/
+5
2008-03-08
Enhance APM support.
Kevin O'Connor
1
-6
/
+24
2008-03-02
use symbols for segment numbers
Kevin O'Connor
1
-2
/
+2
2008-03-02
Enhance included bios tables.
Kevin O'Connor
1
-12
/
+4
[next]