aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib/semihosting.c
AgeCommit message (Expand)Author
2022-11-02arm: smh: Allow semihosting trap calls to be inlinedAndre Przywara
2022-11-02arm: smh: Make semihosting trap calls more robustAndre Przywara
2022-11-02arm: smh: specify Thumb trap instructionAndre Przywara
2022-08-31arm: smh: Fix uninitialized parameters with newer GCCsSean Anderson
2022-04-01arm: smh: Add option to detect semihostingSean Anderson
2022-04-01arm: smh: Add some functions for working with the host consoleSean Anderson
2022-04-01arm: smh: Remove smhload commandSean Anderson
2022-04-01cmd: fdt: Use start/size for chosen instead of start/endSean Anderson
2022-04-01arm: smh: Add some file manipulation commandsSean Anderson
2022-04-01arm: smh: Document functions in headerSean Anderson
2022-04-01arm: smh: Return errno on errorSean Anderson
2022-04-01arm: smh: Use numeric modes for smh_openSean Anderson
2022-04-01arm: smh: Export semihosting functionsSean Anderson
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-03-09do_smhload: fix return codeRyan Harkin
2015-11-10arm: fix compile warnings when semihosting is enabled on ARMv7M target.Vadzim Dambrouski
2015-11-10arm: add support for semihosting for ARMv7M targetsVadzim Dambrouski
2015-03-28armv8: semihosting: delete external interfaceLinus Walleij
2015-03-28armv8: semihosting: add a command to load semihosted imagesLinus Walleij
2015-03-28armv8: semihosting: do not inline trap callLinus Walleij
2014-12-29arm: semihosting: get rid of forward declarationsLinus Walleij
2014-12-29arm: semihosting: fix up compile bugsLinus Walleij
2014-12-29arm: semihosting: staticize internal functionsLinus Walleij
2014-07-03arm: Add support for semihosting for armv8 fastmodel targets.Darwin Rambo