aboutsummaryrefslogtreecommitdiff
path: root/src/post.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Define handle_post as VISIBLE32FLAT as work around for QEmu memory layout.Kevin O'Connor1-11/+20
2011-07-20xen: actually setup hypercalls.Ian Campbell1-0/+3
2011-07-16Run option rom visible PMM code in 32bit mode instead of 16bit mode.Kevin O'Connor1-0/+3
2011-07-10Simplify POST entry code by moving reboot logic from post.c to resume.c.Kevin O'Connor1-55/+19
2011-06-21Move pci_probe() call into pciinit() code.Kevin O'Connor1-1/+0
2011-06-20Replace PCIPaths code with struct pci_device.Kevin O'Connor1-1/+0
2011-06-20Find all pci devices at startup and cache them for future use.Kevin O'Connor1-0/+1
2011-06-13Add support for use as Xen HVM BIOS.Ian Campbell1-0/+10
2011-01-10Add ability to track PCI paths and add to build_pci_path().Kevin O'Connor1-0/+1
2011-01-08Move the CBFS payload setup to later in the boot.Kevin O'Connor1-0/+1
2010-12-05add ahci supportGerd Hoffmann1-0/+2
2010-09-25Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor1-4/+0
2010-09-25Allow rom to grow to 256K.Kevin O'Connor1-7/+6
2010-09-25Move the 32bit init code to high memory at runtime.Kevin O'Connor1-2/+56
2010-09-15Move init code from _start() to post().Kevin O'Connor1-31/+60
2010-09-15Try to hard-reboot on rerun of post even on emulators.Kevin O'Connor1-5/+11
2010-09-15Try to hard-reboot processor on rerun of post under coreboot.Kevin O'Connor1-0/+27
2010-09-15Separate out init code from the rest of the 32bit flat code.Kevin O'Connor1-1/+1
2010-08-25Only show bootsplash during boot menu.Kevin O'Connor1-4/+0
2010-07-28Add FUNC16() helper macro for converting a 16bit func to a segoff_s.Kevin O'Connor1-31/+18
2010-07-26Be sure to disable bootsplash on all BIOS boot cases.Kevin O'Connor1-1/+7
2010-06-06Allocate cdemu buffer in low mem instead of ebda.Kevin O'Connor1-1/+1
2010-05-10Support for booting from virtio disksGleb Natapov1-0/+2
2010-05-01Further parallelize init when using CONFIG_THREAD_OPTIONROMS.Kevin O'Connor1-28/+36
2010-02-21Seabios e820 reservation portion v3Jes Sorensen1-1/+12
2010-01-05Fix sign error preventing incorrect memory over 4gig calculation.Kevin O'Connor1-1/+1
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-4/+4
2009-12-30Add support for 32bit PCI BIOS entry.Kevin O'Connor1-0/+1
2009-12-26Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor1-1/+1
2009-12-26Clear user reserved interrupts (0x60-0x66).Kevin O'Connor1-0/+4
2009-12-24Also report memory over 4G during init.Kevin O'Connor1-1/+2
2009-12-13Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor1-4/+9
2009-12-09Move ps2 specific keyboard and mouse code to ps2port.c.Kevin O'Connor1-2/+4
2009-12-09Add experimental feature to run vga optionrom in parallel with init.Kevin O'Connor1-4/+10
2009-12-09Clear thread info on each boot.Kevin O'Connor1-0/+1
2009-11-25Reorganize main init order and add comments.Kevin O'Connor1-10/+15
2009-10-24Add simple cooperative threading scheme to allow parallel hw init.Kevin O'Connor1-0/+1
2009-10-18Move smbios definitions to header file; fix compile on older gcc.Kevin O'Connor1-1/+2
2009-10-08Move qemu cfg init before smp init.Kevin O'Connor1-2/+2
2009-10-08Check at runtime if VM is KVM.Kevin O'Connor1-1/+1
2009-10-04Move qemu config code from smbios.c to its own files. Add support forKevin O'Connor1-0/+3
2009-09-28Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor1-0/+2
2009-09-24Interrupts should be enabled when calling 16bit code.Kevin O'Connor1-0/+1
2009-09-24Add support for permanent low memory allocations.Kevin O'Connor1-2/+2
2009-09-13Do PCI initialization before vga init.Kevin O'Connor1-3/+3
2009-09-12Unify cd emulation access and main disk access code.Kevin O'Connor1-0/+1
2009-09-09Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor1-2/+2
2009-08-16Add support for using floppy images in CBFS.Kevin O'Connor1-0/+1
2009-08-11Separate ATA code from generic disk code.Kevin O'Connor1-2/+4
2009-08-01Add Post Memory Manager (PMM) support.Kevin O'Connor1-4/+4