summaryrefslogtreecommitdiff
path: root/arch/arm/lib/semihosting.c
Commit message (Expand)AuthorAgeFilesLines
* arm: semihosting: replace inline assembly with assembly fileAndre Przywara2023-03-061-47/+0
* lib: Add common semihosting libraryKautuk Consul2022-12-081-180/+1
* arm: smh: Allow semihosting trap calls to be inlinedAndre Przywara2022-11-021-2/+3
* arm: smh: Make semihosting trap calls more robustAndre Przywara2022-11-021-1/+15
* arm: smh: specify Thumb trap instructionAndre Przywara2022-11-021-13/+16
* arm: smh: Fix uninitialized parameters with newer GCCsSean Anderson2022-08-311-3/+3
* arm: smh: Add option to detect semihostingSean Anderson2022-04-011-0/+21
* arm: smh: Add some functions for working with the host consoleSean Anderson2022-04-011-0/+18
* arm: smh: Remove smhload commandSean Anderson2022-04-011-76/+0
* cmd: fdt: Use start/size for chosen instead of start/endSean Anderson2022-04-011-8/+8
* arm: smh: Add some file manipulation commandsSean Anderson2022-04-011-11/+56
* arm: smh: Document functions in headerSean Anderson2022-04-011-9/+0
* arm: smh: Return errno on errorSean Anderson2022-04-011-31/+36
* arm: smh: Use numeric modes for smh_openSean Anderson2022-04-011-18/+3
* arm: smh: Export semihosting functionsSean Anderson2022-04-011-5/+6
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* do_smhload: fix return codeRyan Harkin2017-03-091-2/+2
* arm: fix compile warnings when semihosting is enabled on ARMv7M target.Vadzim Dambrouski2015-11-101-2/+2
* arm: add support for semihosting for ARMv7M targetsVadzim Dambrouski2015-11-101-0/+2
* armv8: semihosting: delete external interfaceLinus Walleij2015-03-281-92/+0
* armv8: semihosting: add a command to load semihosted imagesLinus Walleij2015-03-281-0/+70
* armv8: semihosting: do not inline trap callLinus Walleij2015-03-281-1/+1
* arm: semihosting: get rid of forward declarationsLinus Walleij2014-12-291-89/+84
* arm: semihosting: fix up compile bugsLinus Walleij2014-12-291-49/+52
* arm: semihosting: staticize internal functionsLinus Walleij2014-12-291-4/+9
* arm: Add support for semihosting for armv8 fastmodel targets.Darwin Rambo2014-07-031-0/+233