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
2013-03-03
Support using the "extra stack" for all 16bit irq entry points.
Kevin O'Connor
1
-0
/
+58
2013-03-03
Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.
Kevin O'Connor
1
-2
/
+13
2013-02-18
Minor assembler enhancements to __csm_return.
Kevin O'Connor
1
-9
/
+8
2013-02-18
Remove unnecessary "export" declarations from assembler functions.
Kevin O'Connor
1
-2
/
+2
2013-02-17
Clarify build generated "zone low" values.
Kevin O'Connor
1
-2
/
+2
2013-02-12
Unify return path for CSM to go via csm_return()
David Woodhouse
1
-13
/
+10
2013-02-08
Undo incorrect assumptions about Xen in commit 6ca0460f.
Kevin O'Connor
1
-1
/
+1
2013-02-07
POST: Reorganize post entry and "preinit" functions.
Kevin O'Connor
1
-1
/
+1
2013-02-07
Add CSM support
David Woodhouse
1
-0
/
+50
2012-06-02
Fix winxp boot regression introduced in ecdc655a.
Kevin O'Connor
1
-33
/
+20
2012-05-30
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
1
-6
/
+54
2012-05-28
Automatically hop off the extra stack when far calling 16bit code.
Kevin O'Connor
1
-32
/
+37
2012-05-28
Replace 32bit->16bit farcall system with regular calls.
Kevin O'Connor
1
-8
/
+8
2012-05-28
Rename call16 to farcall16.
Kevin O'Connor
1
-9
/
+9
2012-05-28
Don't restrict VISIBLEx C functions to only x mode.
Kevin O'Connor
1
-2
/
+2
2012-05-20
Add mechanism to declare variables as "low mem" and use for extra stack.
Kevin O'Connor
1
-5
/
+3
2012-02-11
Direct compile 16bit C code instead of including via .S files.
Kevin O'Connor
1
-9
/
+2
2011-07-16
Run option rom visible PMM code in 32bit mode instead of 16bit mode.
Kevin O'Connor
1
-2
/
+4
2011-07-10
Rename the apm, pcibios, and elf entry points.
Kevin O'Connor
1
-11
/
+11
2011-07-10
Simplify POST entry code by moving reboot logic from post.c to resume.c.
Kevin O'Connor
1
-48
/
+11
2011-01-29
Support non-local build directory - allow "make OUT=abc/" to work.
Kevin O'Connor
1
-2
/
+2
2011-01-22
Minor comment / code layout improvement to romlayout.S.
Kevin O'Connor
1
-17
/
+18
2010-12-05
Require a "_cfuncXX_" symbol prefix for inter-mode c function references.
Kevin O'Connor
1
-6
/
+6
2010-11-25
Don't pass return address to transition(32,16,16big) on stack.
Kevin O'Connor
1
-4
/
+10
2010-07-25
Avoid code addresses >64K in big real mode.
Kevin O'Connor
1
-1
/
+1
2010-01-01
Implement native 32bit APM support.
Kevin O'Connor
1
-44
/
+13
2009-12-30
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
1
-0
/
+55
2009-12-13
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
1
-7
/
+7
2009-12-10
Refactor __call16_from32 - introduce transition16.
Kevin O'Connor
1
-16
/
+28
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-1
/
+1
2009-07-26
Add PMM stubs.
Kevin O'Connor
1
-0
/
+31
2009-06-10
Do garbage collection of unused sections.
Kevin O'Connor
1
-1
/
+1
2009-05-30
Fix typo in irqentryarg declaration.
Kevin O'Connor
1
-1
/
+1
2009-05-23
Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.
Kevin O'Connor
1
-4
/
+4
2009-05-17
Verify ebda segment looks sane before using during resume.
Kevin O'Connor
1
-2
/
+7
2009-05-16
Support %ebp register in 'struct bregs'.
Kevin O'Connor
1
-0
/
+2
2009-05-16
Define unified entry points for irq handlers.
Kevin O'Connor
1
-8
/
+40
2009-05-06
Move assembler entry macros in romlayout.S into new file entryfuncs.S.
Kevin O'Connor
1
-135
/
+7
2009-04-13
Add option CONFIG_DISABLE_A20 to control disabling A20 on boot.
Kevin O'Connor
1
-0
/
+2
2009-04-13
Minor - reset data segments in post32 entry point.
Kevin O'Connor
1
-0
/
+6
2009-04-13
Clear irqs in transition32 instead of callers.
Kevin O'Connor
1
-13
/
+9
2009-04-13
Minor - reorganize romlayout.S to better group entry points.
Kevin O'Connor
1
-67
/
+72
2009-03-07
Register int02 handler (nmi); disable NMI by default.
Kevin O'Connor
1
-3
/
+8
2009-03-01
Consistently disable irqs at start of each assembler entry point.
Kevin O'Connor
1
-21
/
+22
2009-02-27
Save/restore %ebp in __call16 instead of in caller (call16).
Kevin O'Connor
1
-6
/
+11
2009-02-07
Minor - remove permanent_halt function.
Kevin O'Connor
1
-10
/
+0
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
[next]