OVMF release v0.8

- Remove QemuFwCfg/QemuFwCfgS3Lib
- Use ACRN E820 map to query system memory size
- Support 64-bit PCI host aperture via ACRN E820
- Remove debug code in release build
- Take out unnecessary OVMF drivers
- Revert "Enable MP support"
- Use CPUID 0x40000010 to determine tsc frequency

Tracked-On: #2868
Signed-off-by: Peter Fang <peter.fang@intel.com>
This commit is contained in:
Peter Fang 2019-03-31 20:30:54 -07:00 committed by ACRN System Integration
parent e7f772444a
commit 296c974dc0
9 changed files with 28 additions and 2 deletions

View File

@ -0,0 +1,2 @@
e684ec412abf921749ca6bab29922380 OVMF.fd
195272eb13199ba1951e486f717f2516 OVMF_debug.fd

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,2 @@
db18db59c7d9fe0dabd8ed3f29731b01a8ffbec94ad4df9dc6372c2b4cb5752e888ce6e9dc95242f096229ae76741459a8d2518562e249dad267844cabf92000 OVMF.fd
e75fe5f28dd413d93af5e59e9ae2d758fd34ea8be3ff2ff536992446a86127f2b118123abb10a6f58e1efd2af9cf54e51f289eb42b647f9db9794ca247fc43bf OVMF_debug.fd

View File

@ -0,0 +1,22 @@
OVMF release v0.8
- Remove QemuFwCfg/QemuFwCfgS3Lib
- Use ACRN E820 map to query system memory size
- Support 64-bit PCI host aperture via ACRN E820
- Remove debug code in release build
- Take out unnecessary OVMF drivers
- Revert "Enable MP support"
- Use CPUID 0x40000010 to determine tsc frequency
OVMF release v0.7
- Change system timer from 8254 to HPET
- Fix UEFI console UI issue
- Enable MP support
- Install ACRN DM's ACPI tables
- Remove Bhyve ACPI tables
- fix backspace issue in UEFI shell
- clear CD bit in SEC
- Revert "workaround: disable CR0.CD"
- workaround: disable CR0.CD
- boots Clear Linux (1 vcpu)

View File

@ -269,9 +269,9 @@ Here are descriptions for each of these ``acrn-dm`` command line parameters:
usage::
--ovmf <path to OVMF.fd>
--ovmf /usr/share/acrn/bios/OVMF.fd
uses ``OVMF.fd`` as the OVMF image
uses ``/usr/share/acrn/bios/OVMF.fd`` as the OVMF image
* - :kbd:`--virtio_poll <poll_interval>`
- Enable virtio poll mode with poll interval xxx ns.