You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
428 B

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