Skip to content

Commit

Permalink
OVMF release v3.3
Browse files Browse the repository at this point in the history
- OvmfPkg: resolve AcrnS3Lib
- OvmfPkg: add AcrnS3Lib to support S3
- OvmfPkg: introduce AcrnS3Lib class
- OVMF:ACRN:PCI: Try to load ROM image for the PCI device with PCI_ROM
- OVMF:ACRN:PCI: Add LoadOpRomImageLight to Load the PCI Rom
- OVMF:ACRN:PCI: Write back the original value of PCI ROM

The first three above are related to S3.

Tracked-On: projectacrn#8624
Signed-off-by: Haiwei Li <[email protected]>
  • Loading branch information
haiwei-li committed Jun 25, 2024
1 parent 34ec27e commit b9fc5ba
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
8 changes: 4 additions & 4 deletions devicemodel/bios/MD5SUM_ovmf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
3102701dfdaeab846577e139398af5b8 OVMF.fd
75f5f310da41cd7bd1dd96ddcbcff8cf OVMF_debug.fd
dca1ed6265062454a9c445d6e6e33d05 OVMF_CODE.fd
c2e1d7a8e1e4036a1d3f203dfc66bac0 OVMF_CODE_debug.fd
16c698cb5e6354f514e307eb016237dd OVMF_CODE_debug.fd
e4b15beab40a0482bbe821e151c96d75 OVMF_CODE.fd
0166b812b014a4c1809d22199823132a OVMF_debug.fd
bf8d9d3c85ba06ac940ee9d6d6f9f811 OVMF.fd
aa9703e68b787f1a391bcbf201c84e02 OVMF_VARS.fd
Binary file modified devicemodel/bios/OVMF.fd
Binary file not shown.
Binary file modified devicemodel/bios/OVMF_CODE.fd
Binary file not shown.
Binary file modified devicemodel/bios/OVMF_CODE_debug.fd
Binary file not shown.
Binary file modified devicemodel/bios/OVMF_debug.fd
Binary file not shown.
8 changes: 4 additions & 4 deletions devicemodel/bios/SHA512SUM_ovmf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
6a29eba62832a4e94aec79fb726cfd507b019e5c9039e0abf2efa023fd21373f911e8e7ba0ca1e20c495409b738d513ac9ac7912c05ef7db7159569af3cb3da8 OVMF.fd
91bdb40d49a994a4b45e25144917fbedefa0710d9d95aedf633197ab3cd7d6ca9c3a075bf120c15667f863840f48612297bd48275080a31d84217da076f2b629 OVMF_debug.fd
ffbce1003d166751f842c34cdde6ae67df02a27f4388c58707d8ec3ca6da692cdeb6bae9b5eae8a8f0c55709be1852bfc84af8a2c6a8ab8e45fb0b84c3c383fd OVMF_CODE.fd
24e927b075be8071efcb5ca988537bd6593205bee5a5750e6036370a08add296d4e4966e2e326700a096167d6a8a55e0078936ae3dedd3492c9d46cc9bb0ac4a OVMF_CODE_debug.fd
ed00f44b07d375d036b67d9b50b878c9c5b1bee59082b08f9e0126c06dd91914f6e9e2dc248fb1bc61350c377da284fa4150ffd2028a4daa34a6c3217047e32e OVMF_CODE_debug.fd
a958f4f5dbe8ad98565e3ac4883fcac40a67bbdd184b2e3d7c1a7974181628c20498159dec64596879af12e0710e8e70748c27337060aab7da164a83b0124f08 OVMF_CODE.fd
05e4996dd3d7a1e83aca8176ea0da4a92ea704116ea21f9b2df59f386b8bdbdb9e697731a111eaa31d994c66b66b732c105b979e4c5a7e8b6f7960145ebdf898 OVMF_debug.fd
4647bfe6a4bc0430e0c751d51d06665b5500eeaf0170826abbc6f38f94c19946a6683ce4fc2f9c2e09753546e2f4f30d65643d5b511ecd28a9e73a362db133cc OVMF.fd
6c5f0629cda9a950dd76ea4162c3e7d3483615fa6e9918da365900dbdcb84681192df70c4629237f0db19d0a27fbc574bb3d9f38a522246e5b91356cd5e5a1e5 OVMF_VARS.fd
9 changes: 9 additions & 0 deletions devicemodel/bios/changelog_ovmf.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
OVMF release v3.3

- OvmfPkg: resolve AcrnS3Lib
- OvmfPkg: add AcrnS3Lib to support S3
- OvmfPkg: introduce AcrnS3Lib class
- OVMF:ACRN:PCI: Try to load ROM image for the PCI device with PCI_ROM
- OVMF:ACRN:PCI: Add LoadOpRomImageLight to Load the PCI Rom
- OVMF:ACRN:PCI: Write back the original value of PCI ROM

OVMF release v3.0

- VGA interface of virtio-gpu adapter support
Expand Down

0 comments on commit b9fc5ba

Please sign in to comment.