index
:
rocket-tools/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
path:
root
/
src
/
romlayout.S
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-15
nmi: Don't try to switch onto extra stack in NMI handler
Kevin O'Connor
1
-1
/
+4
2015-10-15
stacks: Use macro wrappers for call32() and stack_hop_back()
Kevin O'Connor
1
-1
/
+1
2015-10-09
Always enable caching on transition32; backup/restore cr0 on call32
Kevin O'Connor
1
-0
/
+1
2015-09-14
Use transition32_nmi_off from call32() and call16_back()
Kevin O'Connor
1
-0
/
+1
2015-09-14
Unify inline assembler in variants of call16 functions
Kevin O'Connor
1
-9
/
+0
2015-09-03
Simplify transition16/32 assembler code
Kevin O'Connor
1
-49
/
+40
2015-06-01
Add multiboot support.
Vladimir Serbinenko
1
-0
/
+2
2015-03-11
smp: Fix smp race introduced in 0673b787
Kevin O'Connor
1
-3
/
+6
2014-12-03
Minor - be consistent in placement of .code16/32 in romlayout.S
Kevin O'Connor
1
-6
/
+11
2014-11-12
Minor - comment updates in romlayout.S
Kevin O'Connor
1
-8
/
+8
2014-11-12
Use an aligned stack offset when entering on the extra stack
Kevin O'Connor
1
-12
/
+12
2014-11-03
Fix PNP regression introduced in 99cb8f3e due to missed conversion
Kevin O'Connor
1
-1
/
+1
2014-10-27
Do full BREGS backup/restore for pmm, pnp, and irqentry_extrastack
Kevin O'Connor
1
-41
/
+15
2014-10-27
Create assembler macros for saving and restoring 'struct bregs'
Kevin O'Connor
1
-44
/
+5
2014-10-27
Don't clobber %ax on ENTRY_INTO32 macro
Kevin O'Connor
1
-8
/
+2
2014-10-15
Move a20 code from system.c and ps2port.h to x86.h
Kevin O'Connor
1
-1
/
+0
2014-10-11
Move call16() functions from romlayout.S to inline assembler in stacks.c
Kevin O'Connor
1
-42
/
+0
2014-09-30
pmm: Fix entry point to support non-zero %ss
Kevin O'Connor
1
-2
/
+3
2014-07-01
romlayout: Use "rep ; nop" not "rep nop".
Ian Campbell
1
-1
/
+1
2014-06-11
build: Use customized entry point for each type of build.
Kevin O'Connor
1
-2
/
+2
2014-06-05
romlayout: Use .code16 not .code16gcc
David Woodhouse
1
-9
/
+9
2014-06-04
Move most of the VAR16FIXED() defs to misc.c.
Kevin O'Connor
1
-3
/
+3
2014-06-04
Remove old Bochs bios fixed address string at 0xfff00.
Kevin O'Connor
1
-2
/
+0
2014-06-04
smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.
Kevin O'Connor
1
-0
/
+20
2014-06-04
smm: Use a C struct to define the layout of the SMM area.
Kevin O'Connor
1
-1
/
+1
2014-06-04
smm: Replace SMI assembler code with C code.
Kevin O'Connor
1
-4
/
+18
2014-05-08
Fix int 1589 calls when CONFIG_ENTRY_EXTRASTACK is enabled.
Kevin O'Connor
1
-0
/
+10
2013-12-09
Small improvements to irqentry_extrastack assembler.
Kevin O'Connor
1
-6
/
+2
2013-10-14
Support call16() calls after entering 32bit mode from call32().
Kevin O'Connor
1
-1
/
+15
2013-10-14
Update _farcall16() to pass segment of callregs explicitly.
Kevin O'Connor
1
-29
/
+30
2013-10-14
Make __call16 use C calling convention and support two passed parameters.
Kevin O'Connor
1
-2
/
+8
2013-10-14
Minor - move call16 assembler in romlayout.S.
Kevin O'Connor
1
-24
/
+29
2013-09-28
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
1
-4
/
+4
2013-09-28
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
1
-1
/
+1
2013-09-18
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
1
-1
/
+1
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-1
/
+1
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
[next]