aboutsummaryrefslogtreecommitdiff
path: root/src/post.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-2/+0
2013-09-18Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor1-1/+1
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-1/+0
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-13/+14
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-1/+2
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-2/+2
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-11/+11
2013-08-10Add config option to support memory allocations in 9-segment.Kevin O'Connor1-3/+7
2013-07-20Move internal timer code from clock.c to a new file timer.c.Kevin O'Connor1-0/+1
2013-03-03Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.Kevin O'Connor1-1/+1
2013-02-23Minor - introduce numeric defines for the IVT offset of hw irqs.Kevin O'Connor1-2/+2
2013-02-19Don't relocate "varlow" variable references at runtime.Kevin O'Connor1-7/+1
2013-02-18Disable handle_post() on CSM builds.Kevin O'Connor1-0/+3
2013-02-17Clarify build generated "zone low" values.Kevin O'Connor1-6/+6
2013-02-13Group QEMU platform setup together and move to paravirt.c.Kevin O'Connor1-24/+5
2013-02-12Integrate qemu_cfg_preinit() into qemu_romfile_init().Kevin O'Connor1-2/+1
2013-02-12The mathcp setup touches the PIC and thus move to the "setup" phase.Kevin O'Connor1-1/+1
2013-02-12Start device_hardware_setup in mainint even with CONFIG_THREAD_OPTIONROMS.Kevin O'Connor1-8/+6
2013-02-12Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor1-2/+2
2013-02-09No need to check both CONFIG_THREADS and CONFIG_THREAD_OPTIONROMS.Kevin O'Connor1-2/+2
2013-02-08Undo incorrect assumptions about Xen in commit 6ca0460f.Kevin O'Connor1-23/+7
2013-02-07POST: Move cpu caching and dma setup to platform_hardware_setup().Kevin O'Connor1-10/+10
2013-02-07POST: Reorganize post entry and "preinit" functions.Kevin O'Connor1-38/+38
2013-02-07POST: Move QEMU specific ramsize and BIOS table setup to paravirt.c.Kevin O'Connor1-67/+10
2013-02-07post: Export functions which will be used individually by CSMDavid Woodhouse1-4/+5
2013-02-07Support calling a function other than maininit() from reloc_preinit().Kevin O'Connor1-11/+13
2013-02-05POST: Reorganize post init functions for better grouping and reusability.Kevin O'Connor1-131/+142
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