index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
lib
/
semihosting.c
Age
Commit message (
Expand
)
Author
2022-11-02
arm: smh: Allow semihosting trap calls to be inlined
Andre Przywara
2022-11-02
arm: smh: Make semihosting trap calls more robust
Andre Przywara
2022-11-02
arm: smh: specify Thumb trap instruction
Andre Przywara
2022-08-31
arm: smh: Fix uninitialized parameters with newer GCCs
Sean Anderson
2022-04-01
arm: smh: Add option to detect semihosting
Sean Anderson
2022-04-01
arm: smh: Add some functions for working with the host console
Sean Anderson
2022-04-01
arm: smh: Remove smhload command
Sean Anderson
2022-04-01
cmd: fdt: Use start/size for chosen instead of start/end
Sean Anderson
2022-04-01
arm: smh: Add some file manipulation commands
Sean Anderson
2022-04-01
arm: smh: Document functions in header
Sean Anderson
2022-04-01
arm: smh: Return errno on error
Sean Anderson
2022-04-01
arm: smh: Use numeric modes for smh_open
Sean Anderson
2022-04-01
arm: smh: Export semihosting functions
Sean Anderson
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
2017-03-09
do_smhload: fix return code
Ryan Harkin
2015-11-10
arm: fix compile warnings when semihosting is enabled on ARMv7M target.
Vadzim Dambrouski
2015-11-10
arm: add support for semihosting for ARMv7M targets
Vadzim Dambrouski
2015-03-28
armv8: semihosting: delete external interface
Linus Walleij
2015-03-28
armv8: semihosting: add a command to load semihosted images
Linus Walleij
2015-03-28
armv8: semihosting: do not inline trap call
Linus Walleij
2014-12-29
arm: semihosting: get rid of forward declarations
Linus Walleij
2014-12-29
arm: semihosting: fix up compile bugs
Linus Walleij
2014-12-29
arm: semihosting: staticize internal functions
Linus Walleij
2014-07-03
arm: Add support for semihosting for armv8 fastmodel targets.
Darwin Rambo