dm: bios: update vsbl to v0.9

vsbl v0.9 change:
- New feature:
	Update vFastboot to v0.9
	Support vRPMB key handover for AaaG.
	Support to append SSDT to ACPI table for First Stage Mount in AaaG.
	Enable to set boot target to CrashOS when panic happens in vSBL debug version, release version is not affected.

Add SHA512SUM file for vsbl binaries.

Tracked-On:#1179, #1180, #1181, #1182
Signed-off-by: Binbin Wu <binbin.wu@intel.com>
This commit is contained in:
Binbin Wu 2018-09-07 10:49:45 +08:00 committed by lijinxia
parent 047f4e90a2
commit f5ca1896b3
5 changed files with 12 additions and 2 deletions

View File

@ -1,2 +1,2 @@
009c557d20afb62c3fc533fbc588da96 VSBL.bin
c0c125066e14ecc98d0ac1533155bc15 VSBL_debug.bin
ac590cd3d9bd0a20a628f6211617e285 VSBL.bin
689a9a06c44028639df53097bcb79313 VSBL_debug.bin

View File

@ -0,0 +1,2 @@
0923e0797eef815df14f46d95df457bd3a4fb24a1333061d1da6f45325e78488b6f86f24b2edffd523e84add205e4f868280a9eb43a6b6badcb56a9c9d8f8d46 VSBL.bin
b1059e181f80d42eba1cd599a5826513f44bbc7c1b2816cd360c9c4a3486ee4153f67bf5a5d512f1998b6fa2d96e6f68b1c95fc5694b8cc0e6706050009948b0 VSBL_debug.bin

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,11 @@
vSBL Version 0.9
- New feature:
Update vFastboot to v0.9
Support vRPMB key handover for AaaG.
Support to append SSDT to ACPI table for First Stage Mount in AaaG.
- Change:
Enable to set boot target to CrashOS when panic happens in vSBL debug version, release version is not affected.
vSBL Version 0.8.1
- New feature:
Support trusty S3 resume.