aboutsummaryrefslogtreecommitdiff
path: root/src/post.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-54/+53
2012-12-15maininit(): print machine UUID under seabios version messageLaszlo Ersek1-0/+3
2012-12-01seabios: make mttr UC area setup dynamicJason Baron1-3/+3
2012-11-26floppy: Minor cleanup - reduce some cut-and-paste code.Kevin O'Connor1-2/+0
2012-11-19megasas: Add boot support for LSI MegaRAID SASHannes Reinecke1-1/+2
2012-08-07scsi: add AMD PCscsi driverPaolo Bonzini1-0/+2
2012-07-21lsi53c895a boot supportGerd Hoffmann1-0/+2
2012-06-08Avoid runtime relocation of 16bit "low" mem - calculate at build instead.Kevin O'Connor1-14/+10
2012-06-02Cache romfile entries.Kevin O'Connor1-0/+4
2012-05-28Make the extra stack re-entrant and "hop back" to check for irqs.Kevin O'Connor1-0/+3
2012-05-20EBDA cleanups.Kevin O'Connor1-1/+1
2012-05-20Add mechanism to declare variables as "low mem" and use for extra stack.Kevin O'Connor1-14/+36
2012-03-14Whitespace changes - replace handful of tabs in core code with spaces.Kevin O'Connor1-3/+3
2012-03-06add virtio-scsi driverPaolo Bonzini1-0/+2
2012-03-06output: Add 64bit hex print support.Kevin O'Connor1-2/+1
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