Support for booting from virtio disks
[seabios.git] / src / post.c
2010-05-11 Gleb NatapovSupport for booting from virtio disks
2010-05-01 Kevin O'ConnorFurther parallelize init when using CONFIG_THREAD_OPTIO...
2010-02-21 Jes SorensenSeabios e820 reservation portion v3
2010-01-06 Kevin O'ConnorFix sign error preventing incorrect memory over 4gig...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-27 Kevin O'ConnorClear user reserved interrupts (0x60-0x66).
2009-12-24 Kevin O'ConnorAlso report memory over 4G during init.
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-12-10 Kevin O'ConnorMove ps2 specific keyboard and mouse code to ps2port.c.
2009-12-10 Kevin O'ConnorAdd experimental feature to run vga optionrom in parall...
2009-12-10 Kevin O'ConnorClear thread info on each boot.
2009-11-26 Kevin O'ConnorReorganize main init order and add comments.
2009-10-24 Kevin O'ConnorAdd simple cooperative threading scheme to allow parall...
2009-10-18 Kevin O'ConnorMove smbios definitions to header file; fix compile...
2009-10-09 Kevin O'ConnorMove qemu cfg init before smp init.
2009-10-09 Kevin O'ConnorCheck at runtime if VM is KVM.
2009-10-04 Kevin O'ConnorMove qemu config code from smbios.c to its own files...
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.
2009-09-25 Kevin O'ConnorInterrupts should be enabled when calling 16bit code.
2009-09-25 Kevin O'ConnorAdd support for permanent low memory allocations.
2009-09-13 Kevin O'ConnorDo PCI initialization before vga init.
2009-09-12 Kevin O'ConnorUnify cd emulation access and main disk access code.
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-30 Kevin O'ConnorAdd auto-generated version info to each build.
2009-07-29 Kevin O'ConnorFix coreboot bios table copying by delaying to after...
2009-07-26 Kevin O'ConnorAdd PMM stubs.
2009-07-25 Kevin O'ConnorAdd malloc_high/fseg() and rework bios table creation...
2009-07-12 Kevin O'ConnorDelay fdpt pointer setting in ebda to drive map stage.
2009-07-04 Kevin O'ConnorUse "p->sum -= checksum()" style for setting checksums.
2009-06-21 Kevin O'ConnorForward port bochs smp changes; rename smpdetect.c...
2009-06-16 Kevin O'ConnorAvoid -fwhole-program on broken gcc instead of stopping...
2009-05-17 Kevin O'ConnorVerify ebda segment looks sane before using during...
2009-05-17 Kevin O'ConnorDefine unified entry points for irq handlers.
2009-04-12 Kevin O'ConnorInitial support for finding option roms in coreboot...
2009-03-07 Kevin O'ConnorRegister int02 handler (nmi); disable NMI by default.
2009-02-28 Kevin O'ConnorBuild mptable using C 'struct's.
2009-02-09 Kevin O'ConnorAdd support for selecting harddrive order in boot menu.
2009-02-08 Kevin O'ConnorReorganize boot code.
2009-02-06 Kevin O'ConnorMake sure to clear global variables before use.
2009-01-30 Kevin O'ConnorDon't declare a handler for int 0x1c - the default...
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-18 Kevin O'ConnorPut each assembler function into its own section.
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-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...
next