grml...
[seabios.git] / src / post.c
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.