aboutsummaryrefslogtreecommitdiff
path: root/src/post.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Drivers: Use get_bda_ptr() BDA accessorHelge Deller1-1/+1
2017-09-22add serial console supportGerd Hoffmann1-0/+2
2016-09-12post: Map int 0x05 to entry pointKevin O'Connor1-0/+1
2016-02-04block: Move drive setup to new function block_setup()Kevin O'Connor1-20/+2
2016-01-12post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor1-4/+16
2015-10-15memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor1-19/+16
2015-10-15e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor1-3/+3
2015-10-09Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor1-3/+0
2015-07-22timer: Delay timestamp counter init until after pmtimer is probedKevin O'Connor1-2/+4
2015-07-14Don't enable interrupts prior to IVT and PIC setupKevin O'Connor1-1/+1
2015-06-11tcg: Use seabios setup()/prepboot() calling convention for tcgKevin O'Connor1-6/+6
2015-06-01Add multiboot support.Vladimir Serbinenko1-0/+1
2015-05-21Implementation of the TCG BIOS extensionsStefan Berger1-0/+7
2014-12-29sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMUKevin O'Connor1-0/+1
2014-05-08Fix int 1589 calls when CONFIG_ENTRY_EXTRASTACK is enabled.Kevin O'Connor1-1/+1
2014-05-06If an int 1587 call is made from an option rom, stay in bigreal mode.Kevin O'Connor1-0/+2
2014-04-07Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting.Kevin O'Connor1-3/+4
2014-01-22debug: Unify the SeaBIOS debug version banner.Kevin O'Connor1-1/+1
2014-01-22debug: Only call serial_debug_preinit() at startup.Kevin O'Connor1-1/+2
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor1-1/+1
2013-10-26Add pvscsi boot supportEvgeny Budilovsky1-0/+2
2013-09-28Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor1-2/+2
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