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
...
*
maininit(): print machine UUID under seabios version message
Laszlo Ersek
2012-12-15
1
-0
/
+3
*
seabios: make mttr UC area setup dynamic
Jason Baron
2012-12-01
1
-3
/
+3
*
floppy: Minor cleanup - reduce some cut-and-paste code.
Kevin O'Connor
2012-11-26
1
-2
/
+0
*
megasas: Add boot support for LSI MegaRAID SAS
Hannes Reinecke
2012-11-19
1
-1
/
+2
*
scsi: add AMD PCscsi driver
Paolo Bonzini
2012-08-07
1
-0
/
+2
*
lsi53c895a boot support
Gerd Hoffmann
2012-07-21
1
-0
/
+2
*
Avoid runtime relocation of 16bit "low" mem - calculate at build instead.
Kevin O'Connor
2012-06-08
1
-14
/
+10
*
Cache romfile entries.
Kevin O'Connor
2012-06-02
1
-0
/
+4
*
Make the extra stack re-entrant and "hop back" to check for irqs.
Kevin O'Connor
2012-05-28
1
-0
/
+3
*
EBDA cleanups.
Kevin O'Connor
2012-05-20
1
-1
/
+1
*
Add mechanism to declare variables as "low mem" and use for extra stack.
Kevin O'Connor
2012-05-20
1
-14
/
+36
*
Whitespace changes - replace handful of tabs in core code with spaces.
Kevin O'Connor
2012-03-14
1
-3
/
+3
*
add virtio-scsi driver
Paolo Bonzini
2012-03-06
1
-0
/
+2
*
output: Add 64bit hex print support.
Kevin O'Connor
2012-03-06
1
-2
/
+1
*
Define handle_post as VISIBLE32FLAT as work around for QEmu memory layout.
Kevin O'Connor
2011-09-20
1
-11
/
+20
*
xen: actually setup hypercalls.
Ian Campbell
2011-07-20
1
-0
/
+3
*
Run option rom visible PMM code in 32bit mode instead of 16bit mode.
Kevin O'Connor
2011-07-16
1
-0
/
+3
*
Simplify POST entry code by moving reboot logic from post.c to resume.c.
Kevin O'Connor
2011-07-10
1
-55
/
+19
*
Move pci_probe() call into pciinit() code.
Kevin O'Connor
2011-06-21
1
-1
/
+0
*
Replace PCIPaths code with struct pci_device.
Kevin O'Connor
2011-06-20
1
-1
/
+0
*
Find all pci devices at startup and cache them for future use.
Kevin O'Connor
2011-06-20
1
-0
/
+1
*
Add support for use as Xen HVM BIOS.
Ian Campbell
2011-06-13
1
-0
/
+10
*
Add ability to track PCI paths and add to build_pci_path().
Kevin O'Connor
2011-01-10
1
-0
/
+1
*
Move the CBFS payload setup to later in the boot.
Kevin O'Connor
2011-01-08
1
-0
/
+1
*
add ahci support
Gerd Hoffmann
2010-12-05
1
-0
/
+2
*
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
2010-09-25
1
-4
/
+0
*
Allow rom to grow to 256K.
Kevin O'Connor
2010-09-25
1
-7
/
+6
*
Move the 32bit init code to high memory at runtime.
Kevin O'Connor
2010-09-25
1
-2
/
+56
*
Move init code from _start() to post().
Kevin O'Connor
2010-09-15
1
-31
/
+60
*
Try to hard-reboot on rerun of post even on emulators.
Kevin O'Connor
2010-09-15
1
-5
/
+11
*
Try to hard-reboot processor on rerun of post under coreboot.
Kevin O'Connor
2010-09-15
1
-0
/
+27
*
Separate out init code from the rest of the 32bit flat code.
Kevin O'Connor
2010-09-15
1
-1
/
+1
*
Only show bootsplash during boot menu.
Kevin O'Connor
2010-08-25
1
-4
/
+0
*
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
2010-07-28
1
-31
/
+18
*
Be sure to disable bootsplash on all BIOS boot cases.
Kevin O'Connor
2010-07-26
1
-1
/
+7
*
Allocate cdemu buffer in low mem instead of ebda.
Kevin O'Connor
2010-06-06
1
-1
/
+1
*
Support for booting from virtio disks
Gleb Natapov
2010-05-10
1
-0
/
+2
*
Further parallelize init when using CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
2010-05-01
1
-28
/
+36
*
Seabios e820 reservation portion v3
Jes Sorensen
2010-02-21
1
-1
/
+12
*
Fix sign error preventing incorrect memory over 4gig calculation.
Kevin O'Connor
2010-01-05
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-4
/
+4
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-0
/
+1
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-1
/
+1
*
Clear user reserved interrupts (0x60-0x66).
Kevin O'Connor
2009-12-26
1
-0
/
+4
*
Also report memory over 4G during init.
Kevin O'Connor
2009-12-24
1
-1
/
+2
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-4
/
+9
*
Move ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
2009-12-09
1
-2
/
+4
*
Add experimental feature to run vga optionrom in parallel with init.
Kevin O'Connor
2009-12-09
1
-4
/
+10
*
Clear thread info on each boot.
Kevin O'Connor
2009-12-09
1
-0
/
+1
*
Reorganize main init order and add comments.
Kevin O'Connor
2009-11-25
1
-10
/
+15
[prev]
[next]