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
*
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
2015-10-15
1
-1
/
+1
*
Use 32bit memcpy in int1587 when applicable
Kevin O'Connor
2014-10-27
1
-13
/
+19
*
Move a20 code from system.c and ps2port.h to x86.h
Kevin O'Connor
2014-10-15
1
-18
/
+2
*
Fix int 1589 calls when CONFIG_ENTRY_EXTRASTACK is enabled.
Kevin O'Connor
2014-05-08
1
-2
/
+2
*
If an int 1587 call is made from an option rom, stay in bigreal mode.
Kevin O'Connor
2014-05-06
1
-4
/
+5
*
vgahooks: add SM720 VGA BIOS hooks for WIN Enterprises MB-60470
Jonathan A. Kollasch
2013-10-26
1
-0
/
+1
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+2
*
Move standard bda type info from biosvar.h to std/bda.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-4
/
+5
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-1
/
+1
*
PIC code cleanups.
Kevin O'Connor
2013-07-14
1
-2
/
+2
*
Calculate "RamSize" needed by 16bit interface dynamically.
Kevin O'Connor
2013-02-19
1
-2
/
+2
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-4
/
+0
*
Make sure to set dependency to segment registers in inline asm.
Kevin O'Connor
2012-05-30
1
-3
/
+3
*
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
[next]