summaryrefslogtreecommitdiff
path: root/src/post.c
Commit message (Expand)AuthorAgeFilesLines
* add serial console supportGerd Hoffmann2017-09-221-0/+2
* post: Map int 0x05 to entry pointKevin O'Connor2016-09-121-0/+1
* block: Move drive setup to new function block_setup()Kevin O'Connor2016-02-041-20/+2
* post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor2016-01-121-4/+16
* memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor2015-10-151-19/+16
* e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor2015-10-151-3/+3
* Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor2015-10-091-3/+0
* timer: Delay timestamp counter init until after pmtimer is probedKevin O'Connor2015-07-221-2/+4
* Don't enable interrupts prior to IVT and PIC setupKevin O'Connor2015-07-141-1/+1
* tcg: Use seabios setup()/prepboot() calling convention for tcgKevin O'Connor2015-06-111-6/+6
* Add multiboot support.Vladimir Serbinenko2015-06-011-0/+1
* Implementation of the TCG BIOS extensionsStefan Berger2015-05-211-0/+7
* sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMUKevin O'Connor2014-12-291-0/+1
* Fix int 1589 calls when CONFIG_ENTRY_EXTRASTACK is enabled.Kevin O'Connor2014-05-081-1/+1
* If an int 1587 call is made from an option rom, stay in bigreal mode.Kevin O'Connor2014-05-061-0/+2
* Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting.Kevin O'Connor2014-04-071-3/+4
* debug: Unify the SeaBIOS debug version banner.Kevin O'Connor2014-01-221-1/+1
* debug: Only call serial_debug_preinit() at startup.Kevin O'Connor2014-01-221-1/+2
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-1/+1
* Add pvscsi boot supportEvgeny Budilovsky2013-10-261-0/+2
* Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor2013-09-281-2/+2
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-2/+0
* Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor2013-09-181-1/+1
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-1/+0
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-13/+14
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-1/+2
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-2/+2
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-11/+11
* Add config option to support memory allocations in 9-segment.Kevin O'Connor2013-08-101-3/+7
* Move internal timer code from clock.c to a new file timer.c.Kevin O'Connor2013-07-201-0/+1
* Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.Kevin O'Connor2013-03-031-1/+1
* Minor - introduce numeric defines for the IVT offset of hw irqs.Kevin O'Connor2013-02-231-2/+2
* Don't relocate "varlow" variable references at runtime.Kevin O'Connor2013-02-191-7/+1
* Disable handle_post() on CSM builds.Kevin O'Connor2013-02-181-0/+3
* Clarify build generated "zone low" values.Kevin O'Connor2013-02-171-6/+6
* Group QEMU platform setup together and move to paravirt.c.Kevin O'Connor2013-02-131-24/+5
* Integrate qemu_cfg_preinit() into qemu_romfile_init().Kevin O'Connor2013-02-121-2/+1
* The mathcp setup touches the PIC and thus move to the "setup" phase.Kevin O'Connor2013-02-121-1/+1
* Start device_hardware_setup in mainint even with CONFIG_THREAD_OPTIONROMS.Kevin O'Connor2013-02-121-8/+6
* Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor2013-02-121-2/+2
* No need to check both CONFIG_THREADS and CONFIG_THREAD_OPTIONROMS.Kevin O'Connor2013-02-091-2/+2
* Undo incorrect assumptions about Xen in commit 6ca0460f.Kevin O'Connor2013-02-081-23/+7
* POST: Move cpu caching and dma setup to platform_hardware_setup().Kevin O'Connor2013-02-071-10/+10
* POST: Reorganize post entry and "preinit" functions.Kevin O'Connor2013-02-071-38/+38
* POST: Move QEMU specific ramsize and BIOS table setup to paravirt.c.Kevin O'Connor2013-02-071-67/+10
* post: Export functions which will be used individually by CSMDavid Woodhouse2013-02-071-4/+5
* Support calling a function other than maininit() from reloc_preinit().Kevin O'Connor2013-02-071-11/+13
* POST: Reorganize post init functions for better grouping and reusability.Kevin O'Connor2013-02-051-131/+142
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-54/+53