test/py: Add test support for three stage boot
authorYan Liu <yan-liu@ti.com>
Tue, 21 Jul 2020 15:12:05 +0000 (11:12 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 5 Aug 2020 03:30:02 +0000 (23:30 -0400)
commitc9db1a103cfc6ee4edb75820035a53368ceb01a3
treee9c5c9fe7779632d16b624ffa26b26a0fb76e2a8
parent44758771eefb8e600144e2e0a13cf87b9df64276
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>
test/py/u_boot_console_base.py