Skip to content
Snippets Groups Projects
Commit c2a2a06e authored by Mattijs Korpershoek's avatar Mattijs Korpershoek Committed by Tom Rini
Browse files

bootstd: Add test for bootmeth_android


Add a unit test for testing the Android bootmethod.

This requires another mmc image (mmc7) to contain the following partitions:
- misc: contains the Bootloader Control Block (BCB)
- boot_a: contains a fake generic kernel image
- vendor_boot_a: contains a fake vendor_boot image

Also add BOOTMETH_ANDROID as a dependency on sandbox so that we can test
this with:

$ ./test/py/test.py --bd sandbox --build -k test_ut # build the mmc7.img
$ ./test/py/test.py --bd sandbox --build -k bootflow_android

Signed-off-by: default avatarMattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: default avatarJulien Masson <jmasson@baylibre.com>
Reviewed-by: default avatarGuillaume La Roque <glaroque@baylibre.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 125d9f33
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment