Skip to content

Commit ce6e663

Browse files
peterfangacrnsi
authored andcommitted
OVMF release v1.1
- Cleanup unused and unsupported function of AcrnRtc - Remove SMBIOS support - Add ResetSystemLib for ACRN - Disable BhyveFwCtlLib - Disable COM2 - Avoid connecting all system drivers - Speed up Ps2KeyboardDxe - Created new Rtc driver and optimized RtcInit and RtcGetTime - Initialize EmuVariable NV storage memory with varstore from ROM - Switch to BasePciLibPciExpress - Avoid exhaustive PCI bus scanning during PCI host bridge initialization - Add support for ACRN platform initialization - Add ACRN's Host Bridge Device ID Tracked-On: #3226 Signed-off-by: Peter Fang <peter.fang@intel.com>
1 parent 0baf537 commit ce6e663

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

devicemodel/bios/MD5SUM_ovmf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
e684ec412abf921749ca6bab29922380 OVMF.fd
2-
195272eb13199ba1951e486f717f2516 OVMF_debug.fd
1+
29e97353233e5e29e23e3ef75494b05e OVMF.fd
2+
a5f6be7bff05dc6d3f04c22be91358df OVMF_debug.fd

devicemodel/bios/OVMF.fd

0 Bytes
Binary file not shown.

devicemodel/bios/OVMF_debug.fd

0 Bytes
Binary file not shown.

devicemodel/bios/SHA512SUM_ovmf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
db18db59c7d9fe0dabd8ed3f29731b01a8ffbec94ad4df9dc6372c2b4cb5752e888ce6e9dc95242f096229ae76741459a8d2518562e249dad267844cabf92000 OVMF.fd
2-
e75fe5f28dd413d93af5e59e9ae2d758fd34ea8be3ff2ff536992446a86127f2b118123abb10a6f58e1efd2af9cf54e51f289eb42b647f9db9794ca247fc43bf OVMF_debug.fd
1+
4ba0d9037ef487cc57270b03795040cbc50b6116fb50c7fea975c20351eda6f65b17b572f439a082271aadf1abb04bd98200d63b2342ce1e5210a4589a605b39 OVMF.fd
2+
7a63b9061dbe8cf330db8c73dc2c2f3094c1df950c50474fd1f9ec0bc0c3bc00c26551d473ebeded3571da4c465abdb21e2ae98f315b377f79eb062e7cd1d031 OVMF_debug.fd

devicemodel/bios/changelog_ovmf.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
OVMF release v1.1
2+
3+
- Cleanup unused and unsupported function of AcrnRtc
4+
- Remove SMBIOS support
5+
- Add ResetSystemLib for ACRN
6+
- Disable BhyveFwCtlLib
7+
- Disable COM2
8+
- Avoid connecting all system drivers
9+
- Speed up Ps2KeyboardDxe
10+
- Created new Rtc driver and optimized RtcInit and RtcGetTime
11+
- Initialize EmuVariable NV storage memory with varstore from ROM
12+
- Switch to BasePciLibPciExpress
13+
- Avoid exhaustive PCI bus scanning during PCI host bridge initialization
14+
- Add support for ACRN platform initialization
15+
- Add ACRN's Host Bridge Device ID
16+
117
OVMF release v0.8
218

319
- Remove QemuFwCfg/QemuFwCfgS3Lib

0 commit comments

Comments
 (0)