Change license from GPLv3 to LGPLv3.
[seabios.git] / src / post.c
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-05 Kevin O'ConnorInitial KVM support.
2009-01-02 Kevin O'ConnorThe BDA is at segment 0x0040 not 0x0000.
2008-12-31 Kevin O'ConnorUse new 'struct disk_op_s' to issue ata requests.
2008-12-30 Kevin O'ConnorIntroduce GET/SET_EBDA2() macros - they take a cached...
2008-12-29 Kevin O'ConnorMove IPL definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorMove ram size definitions from ebda to global variables.
2008-12-27 Kevin O'ConnorSupport a relocatable ebda segment.
2008-12-21 Kevin O'ConnorInitial PnP bios call support.
2008-12-20 Kevin O'ConnorRework default hwirq handler so there is no confusion...
2008-12-13 Kevin O'ConnorCleanup of fixed space addresses.
2008-12-11 Kevin O'ConnorMinor - don't call smm_init() from init_bios_tables()
2008-12-11 Kevin O'ConnorImprove support for old 16bit resume handlers.
2008-11-30 Kevin O'ConnorOnly touch PCI functions > 0 on multi-function devices...
2008-11-29 Kevin O'ConnorDon't reset .bss on reboots.
2008-11-28 Kevin O'ConnorFix bug - bios writes must be enabled before max PCI...
2008-11-26 Kevin O'ConnorEnable a default hw irq handler.
2008-11-09 Kevin O'ConnorOverhaul PCI config functions.
2008-11-09 Kevin O'ConnorOverhaul option rom processing.
2008-11-08 Kevin O'ConnorPlace .bss section in 0xf0000 segment.
2008-11-02 Kevin O'ConnorSeparate out and enhance option rom scanning code.
2008-10-26 Kevin O'ConnorAdd support for more than 4Gig of ram.
2008-08-17 Kevin O'ConnorSet bx/dx to 0xffff on option rom call.
2008-07-22 Kevin O'ConnorAdd config option to disable scanning for option roms.
2008-07-22 Kevin O'ConnorAdd additional config options to remove parts of code.
2008-07-19 Kevin O'ConnorMisc fixes and updates.
2008-07-06 Kevin O'ConnorMove $PnP string from boot.c to romlayout.S.
2008-07-06 Kevin O'ConnorMove elf entry point from post.c to romlayout.S
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorDeclare kbd_setup() in post.h - next to other kbd.c...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-07-04 Kevin O'ConnorBreakup rombios32.c into pciinit.c and smbios.c
2008-06-28 Kevin O'ConnorSet BIOS checksum at 0xfffff.
2008-06-21 Kevin O'ConnorAdd code (currently disabled) to mask run away irqs.
2008-06-21 Kevin O'ConnorInit serial port before using it for debug - also reini...
2008-06-21 Kevin O'ConnorMake 0xa0000 - 0x10000 a "gap" in the e820 map.
2008-06-14 Kevin O'ConnorCleanup handling of interrupt controller (PIC).
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation.
2008-06-08 Kevin O'ConnorMove debugging messages to appropriate functions.
2008-06-08 Kevin O'ConnorSeparate out ram shadow code and permit more code to...
2008-06-07 Kevin O'ConnorSerial debugging code must not access BDA.
2008-06-07 Kevin O'ConnorVerify that option roms don't try to move the ebda...
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-18 Kevin O'ConnorInitial support for coreboot.
2008-05-18 Kevin O'ConnorEstablish boot order in post stage.
2008-05-18 Kevin O'ConnorAuto-detect equipment byte info - don't require nvram.
2008-05-18 Kevin O'ConnorUnify memory size detection.
2008-05-10 Kevin O'ConnorFix elf build; rename target file rom.bin to bios.bin.
2008-05-09 Kevin O'ConnorSupport 32bit entry point and an elf wrapped binary.
2008-05-08 Kevin O'ConnorAdd support for sending debug messages to a serial...
2008-05-06 Kevin O'ConnorMinor cleanups.
2008-04-13 Kevin O'ConnorMove timer setup from post.c to clock.c.
2008-04-13 Kevin O'ConnorMove serial/lpt setup from post.c to serial.c
2008-04-13 Kevin O'ConnorMove hard drive init from post.c to ata.c.
2008-04-13 Kevin O'ConnorMove floppy setup code from post.c to floppy.c.
2008-04-13 Kevin O'ConnorFix typo causing fdpt1 from structure from being populated.
2008-04-05 Kevin O'ConnorForward port new boot menu features from bochs bios.
2008-03-31 Kevin O'ConnorMinor cleanups.
2008-03-29 Kevin O'ConnorUnify checksum functions.
2008-03-29 Kevin O'ConnorMerge IPL segment into EBDA segment.
2008-03-23 Kevin O'ConnorUse "FARPTR" consistently in macros.
2008-03-17 Kevin O'ConnorMake sure we zero bss before calling rombios32 code.
2008-03-13 Kevin O'ConnorMove keyboard setup to kbd.c.
2008-03-13 Kevin O'ConnorMove ata_detect call to 32bit code.
2008-03-12 Kevin O'ConnorUse SET_BDA and GET_BDA to modify and retrieve BDA...
2008-03-09 Kevin O'ConnorMake sure global variables are zerod before exiting...
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'ConnorMinor cleanup - move init of bda->equipment_list_flags
2008-03-08 Kevin O'ConnorFix keyboard init bug.
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-05 Kevin O'ConnorGet CDROM emulation working.
2008-03-03 Kevin O'ConnorCleanup start logic in post.
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-02 Kevin O'ConnorVarious minor cleanups.
2008-03-01 Kevin O'ConnorImplement basic "eoi_jmp_post" code to post step.
2008-03-01 Kevin O'ConnorCleanup of post.c
2008-02-29 Kevin O'ConnorEnable extra debugging.
2008-02-27 Kevin O'ConnorMerge recent changes to bochs-bios CVS head.
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.