| # SPDX-License-Identifier: GPL-2.0+ |
| # Copyright (C) 2023 Sean Anderson <seanga2@gmail.com> |
| bool "Unit tests for SPL load methods" |
| Test various SPL load methods. |
| bool "Unit tests for filesystems" |
| depends on SANDBOX && SPL_OF_REAL |
| depends on SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR |
| Test filesystems and the various load methods which use them. |
| bool "Test loading from NAND flash" |
| depends on SANDBOX && SPL_OF_REAL |
| depends on SPL_NAND_SUPPORT |
| Test the NAND flash load method. |
| bool "Test loading over TFTP" |
| depends on SANDBOX && SPL_OF_REAL |
| Test loading images over TFTP using the NET image load method. |
| bool "Test loading from SPI Flash" |
| depends on SANDBOX && SPL_OF_REAL |
| Test the SPI flash image load metod. |
| bool "Test loading from the host OS" |
| depends on SANDBOX && SPL_LOAD_FIT |
| Smoke test to ensure that loading U-boot works in sandbox. |