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
/
system.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore segment limits in handle_1589 code.
Kevin O'Connor
2010-03-15
1
-0
/
+5
*
Minor - better indent assembler in int1587.
Kevin O'Connor
2010-01-04
1
-22
/
+20
*
Add int1589 support.
Kevin O'Connor
2010-01-04
1
-2
/
+44
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-5
/
+5
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-1
/
+1
*
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
2009-09-09
1
-2
/
+2
*
Add helper macros for defining GDT descriptors.
Kevin O'Connor
2009-08-10
1
-35
/
+15
*
Minor - verify e820 request is large enough to hold response.
Kevin O'Connor
2009-05-06
1
-1
/
+2
*
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
2009-01-19
1
-3
/
+3
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-3
/
+3
*
Reserve space for buffers in f-segment; don't allocate from freespace.
Kevin O'Connor
2009-01-17
1
-4
/
+5
*
Move variables from assembler to C code.
Kevin O'Connor
2009-01-17
1
-67
/
+1
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Reduce stack usage of hw irq handlers.
Kevin O'Connor
2009-01-01
1
-3
/
+2
*
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
2008-12-29
1
-1
/
+1
*
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
2008-12-29
1
-4
/
+4
*
Move ram size definitions from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-2
/
+6
*
Add linker magic to ensure 16bit variables aren't repeated in 32bit code.
Kevin O'Connor
2008-12-28
1
-4
/
+2
*
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
2008-12-13
1
-2
/
+2
*
Various minor comment updates.
Kevin O'Connor
2008-12-10
1
-1
/
+1
*
Enable a default hw irq handler.
Kevin O'Connor
2008-11-26
1
-2
/
+1
*
Define bit definitions for cr0 register.
Kevin O'Connor
2008-11-16
1
-4
/
+4
*
Cleanup a20 code.
Kevin O'Connor
2008-11-16
1
-4
/
+4
*
Update e820 map in place instead of copying it.
Kevin O'Connor
2008-11-08
1
-4
/
+10
*
Rename memcpy() to memcpy_far() and add regular memcpy() code.
Kevin O'Connor
2008-08-29
1
-1
/
+1
*
Add stubs for VIA vga bios callbacks to system bios.
Kevin O'Connor
2008-08-17
1
-0
/
+1
*
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
Kevin O'Connor
2008-07-04
1
-1
/
+1
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-0
/
+1
*
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
2008-06-14
1
-1
/
+12
*
Support config driven debugging of each irq handler.
Kevin O'Connor
2008-06-12
1
-7
/
+7
*
Enhance e820 memory map generation.
Kevin O'Connor
2008-06-08
1
-58
/
+11
*
Introduce set_fail_silent() helpers.
Kevin O'Connor
2008-06-07
1
-2
/
+1
*
Implement usleep using real time clock.
Kevin O'Connor
2008-05-18
1
-10
/
+0
*
Initial support for coreboot.
Kevin O'Connor
2008-05-18
1
-1
/
+0
*
Unify memory size detection.
Kevin O'Connor
2008-05-17
1
-41
/
+23
*
Minor cleanups.
Kevin O'Connor
2008-05-06
1
-1
/
+1
*
Compile fixes for gcc 4.3.
Kevin O'Connor
2008-04-13
1
-1
/
+1
*
Fix bug causing low memory configs to be off by 1024 in e820 maps.
Kevin O'Connor
2008-04-12
1
-0
/
+1
*
Port fix from bochs-bios for incorrect acpi on boxes < 16M.
Kevin O'Connor
2008-04-05
1
-1
/
+1
*
Minor cleanups.
Kevin O'Connor
2008-03-30
1
-5
/
+4
*
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
2008-03-11
1
-6
/
+6
*
Call to int 1587 shouldn't alter regs->cx.
Kevin O'Connor
2008-03-09
1
-1
/
+2
*
Fix bug in int 1587.
Kevin O'Connor
2008-03-09
1
-5
/
+6
*
Simplify e820 map generation.
Kevin O'Connor
2008-03-09
1
-43
/
+27
*
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
2008-03-09
1
-22
/
+20
*
Optimize insb/outsb/insw/etc. functions.
Kevin O'Connor
2008-03-09
1
-1
/
+0
*
Minor cleanups.
Kevin O'Connor
2008-03-08
1
-1
/
+1
*
Port rombios32 code from bochs-bios.
Kevin O'Connor
2008-03-08
1
-12
/
+0
*
Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."
Kevin O'Connor
2008-03-08
1
-1
/
+2
*
use symbols for E820 memory types
Kevin O'Connor
2008-03-08
1
-6
/
+12
[next]