lemaker_hikey.cfg 468 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. #
  3. # board configuration for LeMaker Hikey
  4. #
  5. # board does not feature anything but JTAG
  6. transport select jtag
  7. # SRST-only reset configuration
  8. reset_config srst_only srst_push_pull
  9. source [find target/hi6220.cfg]
  10. # make sure the default target is the boot core
  11. targets ${_TARGETNAME}0
  12. proc core_up { args } {
  13. global _TARGETNAME
  14. # examine remaining cores
  15. foreach _core $args {
  16. ${_TARGETNAME}$_core arp_examine
  17. }
  18. }