u-boot/test/boot
Guillaume La Roque 126254ab97 bootstd: Add test for Android boot image v2
Rename actual android bootmethod test to specify it's for boot image
version 4.
Add a unit test for testing the Android bootmethod with boot image
version 2.

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

we can test this with:

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

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Link: https://lore.kernel.org/r/20241126-adnroidv2-v4-5-11636106dc69@baylibre.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
2024-11-26 09:59:01 +01:00
..
files expo: Support menu-item values in cedit 2024-10-18 14:10:22 -06:00
bootdev.c test: efi: boot: Set up an image suitable for EFI testing 2024-11-09 10:01:47 +01:00
bootflow.c bootstd: Add test for Android boot image v2 2024-11-26 09:59:01 +01:00
bootm.c Prepare v2025.01-rc3 2024-11-25 17:34:08 -06:00
bootmeth.c test: Add tests for the bootmeth set command 2024-10-15 11:38:43 -06:00
bootstd_common.c bootstd: Create a function to reset USB 2024-09-18 13:00:59 -06:00
bootstd_common.h bootstd: Create a function to reset USB 2024-09-18 13:00:59 -06:00
cedit.c expo: Support menu-item values in cedit 2024-10-18 14:10:22 -06:00
expo.c expo: Drop scene_title_set() 2024-10-18 14:10:22 -06:00
image.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Makefile bootm: test: Move test into boot 2024-11-13 11:56:01 -06:00
measurement.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
upl.c test: Rename UTF_CONSOLE_REC to UTF_CONSOLE 2024-08-26 18:51:49 -06:00
vbe_fixup.c test: Rename unit-test flags 2024-08-26 18:51:48 -06:00
vbe_simple.c test: Rename unit-test flags 2024-08-26 18:51:48 -06:00