dm: bios: update vsbl to v0.8.1

Support trusty S3 resume.
New watchdog reset report value.
Increase the limitation of bzImage size.

Signed-off-by: Binbin Wu <binbin.wu@intel.com>
This commit is contained in:
Binbin Wu 2018-08-10 13:24:33 +08:00 committed by lijinxia
parent 5a559ce6f5
commit a568c9e3f7
4 changed files with 10 additions and 2 deletions

View File

@ -1,2 +1,2 @@
71b784a06f75243e3367ff8aa2ecc0af VSBL.bin
e4a3367268bf89d8a1aa209dd2c6ecb9 VSBL_debug.bin
009c557d20afb62c3fc533fbc588da96 VSBL.bin
c0c125066e14ecc98d0ac1533155bc15 VSBL_debug.bin

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,11 @@
vSBL Version 0.8.1
- New feature:
Support trusty S3 resume.
- Change:
Match Device Id/Vendor Id of emulated watchdog device.
Watchdog reset reason changed from "warm" to "watchdog".
Increase the limitation of bzImage size (from 15MB to 31MB).
vSBL Version 0.8
- New feature:
Add watchdog reset status report.