-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Hello. Doing some u-boot development for a hisilicon soc. No SVD exists for it (and
I really doubt they ever exist for cortex-a socs with an mmu) so I wrote my own
(well, I wrote it in yaml and used svdtools to convert it to xml), since at that point in
bootup its much more like an MCU.
My method of use:
- clone this repo into the root of the u-boot repo
- open gdb/connect to openocd/etc
- source PyCortexMDebug/scripts/gdb.py
- svd_load hi3516dv300.svd
result:
(gdb) source PyCortexMDebug/scripts/gdb.py
(gdb) svd_load hi3516dv300.svd
Loading SVD file hi3516dv300.svd...
Could not load SVD file hi3516dv300.svd : None...
Metadata
Metadata
Assignees
Labels
No labels