commit | c9db1a103cfc6ee4edb75820035a53368ceb01a3 | [log] [tgz] |
---|---|---|
author | Yan Liu <yan-liu@ti.com> | Tue Jul 21 11:12:05 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 04 23:30:02 2020 -0400 |
tree | e9c5c9fe7779632d16b624ffa26b26a0fb76e2a8 | |
parent | 44758771eefb8e600144e2e0a13cf87b9df64276 [diff] |
test/py: Add test support for three stage boot Current pytest only support upto 2 stage boot; Some boards like TI K3 am6/J7 boards use 3 stage boot. This patch adds u_boot_spl2 to be able to handle the 3-stage boot case. User needs to set "env__spl2_skipped" in u_boot_boardenv config file to use this support. By default it is set to TRUE. Signed-off-by: Yan Liu <yan-liu@ti.com> Signed-off-by: Yan Liu <yan-liu@ti.com>