aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorSean Anderson <sean.anderson@seco.com>2022-03-22 17:16:05 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 16:56:44 -0400
commit93c3d329707e0d8dc98e5f86938bbedbe15b5349 (patch)
tree74fb19fa68429b864cbbd379c5feaacb499d98e9 /include/configs
parenteeb54e81ca9226aa2a664af7d1e5bc2e44d790e3 (diff)
downloadu-boot-93c3d329707e0d8dc98e5f86938bbedbe15b5349.zip
u-boot-93c3d329707e0d8dc98e5f86938bbedbe15b5349.tar.gz
u-boot-93c3d329707e0d8dc98e5f86938bbedbe15b5349.tar.bz2
ls1046ardb: Add support for JTAG boot
This adds support for booting entirely from JTAG while using a hard-coded RCW. With these steps, it is not necessary to program a "good" RCW using CodeWarrior. The method here can be performed with any JTAG adapter supported by OpenOCD, including the on-board CMSIS-DAP (albeit very slowly). These steps require LS1046A support in OpenOCD, which was added in [1]. [1] https://sourceforge.net/p/openocd/code/ci/5b70c1f679755677c925b4e6dd2c3d8be4715717/ Signed-off-by: Sean Anderson <sean.anderson@seco.com> [trini: Add reference to doc/board/nxp/ls1046ardb.rst]
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ls1046ardb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h
index 04c3ad0..df699bc 100644
--- a/include/configs/ls1046ardb.h
+++ b/include/configs/ls1046ardb.h
@@ -140,6 +140,8 @@
#endif
#endif
+#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img"
+
#include <asm/fsl_secure_boot.h>
#endif /* __LS1046ARDB_H__ */