summaryrefslogtreecommitdiff
path: root/arch/arm/lib/semihosting.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-03-10do_smhload: fix return codeRyan Harkin1-2/+2
2015-11-10arm: fix compile warnings when semihosting is enabled on ARMv7M target.Vadzim Dambrouski1-2/+2
2015-11-10arm: add support for semihosting for ARMv7M targetsVadzim Dambrouski1-0/+2
2015-03-28armv8: semihosting: delete external interfaceLinus Walleij1-92/+0
2015-03-28armv8: semihosting: add a command to load semihosted imagesLinus Walleij1-0/+70
2015-03-28armv8: semihosting: do not inline trap callLinus Walleij1-1/+1
2014-12-29arm: semihosting: get rid of forward declarationsLinus Walleij1-89/+84
2014-12-29arm: semihosting: fix up compile bugsLinus Walleij1-49/+52
2014-12-29arm: semihosting: staticize internal functionsLinus Walleij1-4/+9
2014-07-03arm: Add support for semihosting for armv8 fastmodel targets.Darwin Rambo1-0/+233