aboutsummaryrefslogtreecommitdiffstats
path: root/src/post.c
Commit message (Expand)AuthorAgeFilesLines
...
* maininit(): print machine UUID under seabios version messageLaszlo Ersek2012-12-151-0/+3
* seabios: make mttr UC area setup dynamicJason Baron2012-12-011-3/+3
* floppy: Minor cleanup - reduce some cut-and-paste code.Kevin O'Connor2012-11-261-2/+0
* megasas: Add boot support for LSI MegaRAID SASHannes Reinecke2012-11-191-1/+2
* scsi: add AMD PCscsi driverPaolo Bonzini2012-08-071-0/+2
* lsi53c895a boot supportGerd Hoffmann2012-07-211-0/+2
* Avoid runtime relocation of 16bit "low" mem - calculate at build instead.Kevin O'Connor2012-06-081-14/+10
* Cache romfile entries.Kevin O'Connor2012-06-021-0/+4
* Make the extra stack re-entrant and "hop back" to check for irqs.Kevin O'Connor2012-05-281-0/+3
* EBDA cleanups.Kevin O'Connor2012-05-201-1/+1
* Add mechanism to declare variables as "low mem" and use for extra stack.Kevin O'Connor2012-05-201-14/+36
* Whitespace changes - replace handful of tabs in core code with spaces.Kevin O'Connor2012-03-141-3/+3
* add virtio-scsi driverPaolo Bonzini2012-03-061-0/+2
* output: Add 64bit hex print support.Kevin O'Connor2012-03-061-2/+1
* Define handle_post as VISIBLE32FLAT as work around for QEmu memory layout.Kevin O'Connor2011-09-201-11/+20
* xen: actually setup hypercalls.Ian Campbell2011-07-201-0/+3
* Run option rom visible PMM code in 32bit mode instead of 16bit mode.Kevin O'Connor2011-07-161-0/+3
* Simplify POST entry code by moving reboot logic from post.c to resume.c.Kevin O'Connor2011-07-101-55/+19
* Move pci_probe() call into pciinit() code.Kevin O'Connor2011-06-211-1/+0
* Replace PCIPaths code with struct pci_device.Kevin O'Connor2011-06-201-1/+0
* Find all pci devices at startup and cache them for future use.Kevin O'Connor2011-06-201-0/+1
* Add support for use as Xen HVM BIOS.Ian Campbell2011-06-131-0/+10
* Add ability to track PCI paths and add to build_pci_path().Kevin O'Connor2011-01-101-0/+1
* Move the CBFS payload setup to later in the boot.Kevin O'Connor2011-01-081-0/+1
* add ahci supportGerd Hoffmann2010-12-051-0/+2
* Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor2010-09-251-4/+0
* Allow rom to grow to 256K.Kevin O'Connor2010-09-251-7/+6
* Move the 32bit init code to high memory at runtime.Kevin O'Connor2010-09-251-2/+56
* Move init code from _start() to post().Kevin O'Connor2010-09-151-31/+60
* Try to hard-reboot on rerun of post even on emulators.Kevin O'Connor2010-09-151-5/+11
* Try to hard-reboot processor on rerun of post under coreboot.Kevin O'Connor2010-09-151-0/+27
* Separate out init code from the rest of the 32bit flat code.Kevin O'Connor2010-09-151-1/+1
* Only show bootsplash during boot menu.Kevin O'Connor2010-08-251-4/+0
* Add FUNC16() helper macro for converting a 16bit func to a segoff_s.Kevin O'Connor2010-07-281-31/+18
* Be sure to disable bootsplash on all BIOS boot cases.Kevin O'Connor2010-07-261-1/+7
* Allocate cdemu buffer in low mem instead of ebda.Kevin O'Connor2010-06-061-1/+1
* Support for booting from virtio disksGleb Natapov2010-05-101-0/+2
* Further parallelize init when using CONFIG_THREAD_OPTIONROMS.Kevin O'Connor2010-05-011-28/+36
* Seabios e820 reservation portion v3Jes Sorensen2010-02-211-1/+12
* Fix sign error preventing incorrect memory over 4gig calculation.Kevin O'Connor2010-01-051-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-4/+4
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-0/+1
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-1/+1
* Clear user reserved interrupts (0x60-0x66).Kevin O'Connor2009-12-261-0/+4
* Also report memory over 4G during init.Kevin O'Connor2009-12-241-1/+2
* Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor2009-12-131-4/+9
* Move ps2 specific keyboard and mouse code to ps2port.c.Kevin O'Connor2009-12-091-2/+4
* Add experimental feature to run vga optionrom in parallel with init.Kevin O'Connor2009-12-091-4/+10
* Clear thread info on each boot.Kevin O'Connor2009-12-091-0/+1
* Reorganize main init order and add comments.Kevin O'Connor2009-11-251-10/+15