tocoding_poplar.cfg 491 B

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