]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Add a test for bootmeth_cros
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:41 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:19 +0000 (17:55 -0400)
commitd08db02d2d3d5ccf365e423b0c3dfb6fe311abd6
tree135fa2ed6ac33274c9b671167bf517fc461298b9
parent2b9adcaca2055d891775c59096147f702f6423bd
bootstd: Add a test for bootmeth_cros

The ChromiumOS bootmeth has no tests at present. Before adding more
features. add a basic test.

This creates a disk which can be scanned by the bootmeth, so make sure
things work. It is quite rudimentary, since the kernel is faked, the root
disk is missing and there is no cmdline stored.

Enable the bootmeth for snow so it can build the unit test.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
configs/snow_defconfig
test/boot/bootflow.c
test/py/tests/test_ut.py