grml...
[seabios.git] / src / system.c
2010-03-15 Kevin O'ConnorRestore segment limits in handle_1589 code.
2010-01-05 Kevin O'ConnorMinor - better indent assembler in int1587.
2010-01-05 Kevin O'ConnorAdd int1589 support.
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-09-09 Kevin O'ConnorRename VAR16_32 to VAR16VISIBLE.
2009-08-10 Kevin O'ConnorAdd helper macros for defining GDT descriptors.
2009-05-07 Kevin O'ConnorMinor - verify e820 request is large enough to hold...
2009-01-20 Kevin O'ConnorImplement memcpy_far and checksum_far, and replace...
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-18 Kevin O'ConnorReserve space for buffers in f-segment; don't allocate...
2009-01-17 Kevin O'ConnorMove variables from assembler to C code.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-02 Kevin O'ConnorReduce stack usage of hw irq handlers.
2008-12-30 Kevin O'ConnorIntroduce GET/SET_EBDA2() macros - they take a cached...
2008-12-30 Kevin O'ConnorAdd more linker protections around variables accessed...
2008-12-29 Kevin O'ConnorMove ram size definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorAdd linker magic to ensure 16bit variables aren't repea...
2008-12-13 Kevin O'ConnorImplement GET/SET_GLOBAL(...) instead of using GET...
2008-12-11 Kevin O'ConnorVarious minor comment updates.
2008-11-26 Kevin O'ConnorEnable a default hw irq handler.
2008-11-16 Kevin O'ConnorDefine bit definitions for cr0 register.
2008-11-16 Kevin O'ConnorCleanup a20 code.
2008-11-08 Kevin O'ConnorUpdate e820 map in place instead of copying it.
2008-08-30 Kevin O'ConnorRename memcpy() to memcpy_far() and add regular memcpy...
2008-08-17 Kevin O'ConnorAdd stubs for VIA vga bios callbacks to system bios.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-14 Kevin O'ConnorCleanup handling of interrupt controller (PIC).
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation.
2008-06-07 Kevin O'ConnorIntroduce set_fail_silent() helpers.
2008-05-18 Kevin O'ConnorImplement usleep using real time clock.
2008-05-18 Kevin O'ConnorInitial support for coreboot.
2008-05-18 Kevin O'ConnorUnify memory size detection.
2008-05-06 Kevin O'ConnorMinor cleanups.
2008-04-13 Kevin O'ConnorCompile fixes for gcc 4.3.
2008-04-12 Kevin O'ConnorFix bug causing low memory configs to be off by 1024...
2008-04-06 Kevin O'ConnorPort fix from bochs-bios for incorrect acpi on boxes...
2008-03-31 Kevin O'ConnorMinor cleanups.
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-10 Kevin O'ConnorCall to int 1587 shouldn't alter regs->cx.
2008-03-09 Kevin O'ConnorFix bug in int 1587.
2008-03-09 Kevin O'ConnorSimplify e820 map generation.
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-09 Kevin O'ConnorOptimize insb/outsb/insw/etc. functions.
2008-03-09 Kevin O'ConnorMinor cleanups.
2008-03-08 Kevin O'ConnorPort rombios32 code from bochs-bios.
2008-03-08 Kevin O'ConnorRevert "This patch adds the BIOS support for SMP, ACPI...
2008-03-08 Kevin O'Connoruse symbols for E820 memory types
2008-03-07 Kevin O'ConnorUse symbols for cmos offsets in ram_probe()
2008-03-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-03-06 Kevin O'ConnorThis patch adds the BIOS support for SMP, ACPI, PCI...
2008-03-06 Kevin O'ConnorAdd initial support for apmbios code.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-02 Kevin O'ConnorRename PORT_KBD_* to PORT_PS2_*
2008-03-01 Kevin O'ConnorMinor - reduce stack usage of handle_1587.
2008-03-01 Kevin O'ConnorFix for int15 handlers.
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorInitial checkin.