commit | 365a7532864c21e0ffbf7ca932c3e78edfdc798b | [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 | fe659f534a9a4f07ff5f7ea413e95ad0c27f890a [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>