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