Manish V Badarkhe | dc5a0a5 | 2022-06-23 10:01:48 +0100 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2022, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | # Expect script for Linux/Buildroot using Measured Boot & fTPM | ||||
7 | # | ||||
8 | |||||
9 | source [file join [file dirname [info script]] handle-arguments.inc] | ||||
10 | |||||
11 | # TODO Add proper string message to claim the succesful exit of DRTM | ||||
12 | # flow | ||||
13 | expect_string "DRTM service handler: unprotect mem" | ||||
14 | exit_uart 0 |