grml...
[seabios.git] / src / post.c
2012-04-06 Bernhard Urbangrml... coreboot
2012-04-06 Bernhard Urbantsc crap :/
2011-09-20 Kevin O'ConnorDefine handle_post as VISIBLE32FLAT as work around...
2011-07-21 Ian Campbellxen: actually setup hypercalls.
2011-07-16 Kevin O'ConnorRun option rom visible PMM code in 32bit mode instead...
2011-07-11 Kevin O'ConnorSimplify POST entry code by moving reboot logic from...
2011-06-22 Kevin O'ConnorMove pci_probe() call into pciinit() code.
2011-06-21 Kevin O'ConnorReplace PCIPaths code with struct pci_device.
2011-06-21 Kevin O'ConnorFind all pci devices at startup and cache them for...
2011-06-13 Ian CampbellAdd support for use as Xen HVM BIOS.
2011-01-10 Kevin O'ConnorAdd ability to track PCI paths and add to build_pci_path().
2011-01-08 Kevin O'ConnorMove the CBFS payload setup to later in the boot.
2010-12-05 Gerd Hoffmannadd ahci support
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-09-25 Kevin O'ConnorAllow rom to grow to 256K.
2010-09-25 Kevin O'ConnorMove the 32bit init code to high memory at runtime.
2010-09-16 Kevin O'ConnorMove init code from _start() to post().
2010-09-16 Kevin O'ConnorTry to hard-reboot on rerun of post even on emulators.
2010-09-16 Kevin O'ConnorTry to hard-reboot processor on rerun of post under...
2010-09-16 Kevin O'ConnorSeparate out init code from the rest of the 32bit flat...
2010-08-26 Kevin O'ConnorOnly show bootsplash during boot menu.
2010-07-29 Kevin O'ConnorAdd FUNC16() helper macro for converting a 16bit func...
2010-07-27 Kevin O'ConnorBe sure to disable bootsplash on all BIOS boot cases.
2010-06-06 Kevin O'ConnorAllocate cdemu buffer in low mem instead of ebda.
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
next