index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
post.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvmtool: initial support
Gerd Hoffmann
2019-03-20
1
-1
/
+3
*
add serial console support
Gerd Hoffmann
2017-09-22
1
-0
/
+2
*
post: Map int 0x05 to entry point
Kevin O'Connor
2016-09-12
1
-0
/
+1
*
block: Move drive setup to new function block_setup()
Kevin O'Connor
2016-02-04
1
-20
/
+2
*
post: Always set HaveRunPost prior to setting any other global variable
Kevin O'Connor
2016-01-12
1
-4
/
+16
*
memmap: Introduce SYMBOL() macro to access linker script symbols
Kevin O'Connor
2015-10-15
1
-19
/
+16
*
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
2015-10-15
1
-3
/
+3
*
Always enable caching on transition32; backup/restore cr0 on call32
Kevin O'Connor
2015-10-09
1
-3
/
+0
*
timer: Delay timestamp counter init until after pmtimer is probed
Kevin O'Connor
2015-07-22
1
-2
/
+4
*
Don't enable interrupts prior to IVT and PIC setup
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
tcg: Use seabios setup()/prepboot() calling convention for tcg
Kevin O'Connor
2015-06-11
1
-6
/
+6
*
Add multiboot support.
Vladimir Serbinenko
2015-06-01
1
-0
/
+1
*
Implementation of the TCG BIOS extensions
Stefan Berger
2015-05-21
1
-0
/
+7
*
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
Kevin O'Connor
2014-12-29
1
-0
/
+1
*
Fix int 1589 calls when CONFIG_ENTRY_EXTRASTACK is enabled.
Kevin O'Connor
2014-05-08
1
-1
/
+1
*
If an int 1587 call is made from an option rom, stay in bigreal mode.
Kevin O'Connor
2014-05-06
1
-0
/
+2
*
Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting.
Kevin O'Connor
2014-04-07
1
-3
/
+4
*
debug: Unify the SeaBIOS debug version banner.
Kevin O'Connor
2014-01-22
1
-1
/
+1
*
debug: Only call serial_debug_preinit() at startup.
Kevin O'Connor
2014-01-22
1
-1
/
+2
*
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
2013-12-04
1
-1
/
+1
*
Add pvscsi boot support
Evgeny Budilovsky
2013-10-26
1
-0
/
+2
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-2
/
+2
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-2
/
+0
*
Move standard bda type info from biosvar.h to std/bda.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-13
/
+14
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-2
/
+2
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-11
/
+11
*
Add config option to support memory allocations in 9-segment.
Kevin O'Connor
2013-08-10
1
-3
/
+7
*
Move internal timer code from clock.c to a new file timer.c.
Kevin O'Connor
2013-07-20
1
-0
/
+1
*
Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.
Kevin O'Connor
2013-03-03
1
-1
/
+1
*
Minor - introduce numeric defines for the IVT offset of hw irqs.
Kevin O'Connor
2013-02-23
1
-2
/
+2
*
Don't relocate "varlow" variable references at runtime.
Kevin O'Connor
2013-02-19
1
-7
/
+1
*
Disable handle_post() on CSM builds.
Kevin O'Connor
2013-02-18
1
-0
/
+3
*
Clarify build generated "zone low" values.
Kevin O'Connor
2013-02-17
1
-6
/
+6
*
Group QEMU platform setup together and move to paravirt.c.
Kevin O'Connor
2013-02-13
1
-24
/
+5
*
Integrate qemu_cfg_preinit() into qemu_romfile_init().
Kevin O'Connor
2013-02-12
1
-2
/
+1
*
The mathcp setup touches the PIC and thus move to the "setup" phase.
Kevin O'Connor
2013-02-12
1
-1
/
+1
*
Start device_hardware_setup in mainint even with CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
2013-02-12
1
-8
/
+6
*
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
2013-02-12
1
-2
/
+2
*
No need to check both CONFIG_THREADS and CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
2013-02-09
1
-2
/
+2
*
Undo incorrect assumptions about Xen in commit 6ca0460f.
Kevin O'Connor
2013-02-08
1
-23
/
+7
*
POST: Move cpu caching and dma setup to platform_hardware_setup().
Kevin O'Connor
2013-02-07
1
-10
/
+10
*
POST: Reorganize post entry and "preinit" functions.
Kevin O'Connor
2013-02-07
1
-38
/
+38
*
POST: Move QEMU specific ramsize and BIOS table setup to paravirt.c.
Kevin O'Connor
2013-02-07
1
-67
/
+10
*
post: Export functions which will be used individually by CSM
David Woodhouse
2013-02-07
1
-4
/
+5
*
Support calling a function other than maininit() from reloc_preinit().
Kevin O'Connor
2013-02-07
1
-11
/
+13
*
POST: Reorganize post init functions for better grouping and reusability.
Kevin O'Connor
2013-02-05
1
-131
/
+142
[next]