mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 17:23:09 +00:00
93c3d32970
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]
|
||
---|---|---|
.. | ||
cpld.c | ||
cpld.h | ||
ddr.c | ||
ddr.h | ||
eth.c | ||
Kconfig | ||
ls1046ardb.c | ||
ls1046ardb_pbi.cfg | ||
ls1046ardb_qspi_pbi.cfg | ||
ls1046ardb_rcw_emmc.cfg | ||
ls1046ardb_rcw_qspi.cfg | ||
ls1046ardb_rcw_sd.cfg | ||
MAINTAINERS | ||
Makefile |