Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Copyright (c) 2019, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | post_tf_build() { | ||||
9 | get_uboot_bin | ||||
10 | } | ||||
11 | |||||
12 | post_fetch_tf_resource() { | ||||
13 | preload_bl33="1" \ | ||||
14 | preload_bl33_bin="uboot.bin" \ | ||||
15 | reset_to_bl31="1" \ | ||||
16 | model="base-aemv8a" gen_model_params | ||||
17 | } |