Re: [PATCH v3 5/5] bootstd: Add test for bootmeth_android

2024-07-13 Thread Simon Glass
On Wed, 10 Jul 2024 at 09:40, Mattijs Korpershoek wrote: > > 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 >

Re: [PATCH v3 5/5] bootstd: Add test for bootmeth_android

2024-07-11 Thread Guillaume LA ROQUE
Le 10/07/2024 à 10:40, Mattijs Korpershoek a écrit : 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:

Re: [PATCH v3 5/5] bootstd: Add test for bootmeth_android

2024-07-11 Thread Julien Masson
On Thu 11 Jul 2024 at 15:11, Mattijs Korpershoek wrote: > 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

[PATCH v3 5/5] bootstd: Add test for bootmeth_android

2024-07-10 Thread Mattijs Korpershoek
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_A