u-boot/arch/arm/lib
Heinrich Schuchardt 0ca7c4d964 bootm: do not hang on failure
On ARMv8 systems

    load mmc 0:1 $loadaddr  vmlinuz-5.10.0-3-arm64
    booti

leads to a hanging system requiring to physically reset the system:

    FDT and ATAGS support not compiled in - hanging
    ### ERROR ### Please RESET the board ###

For systems where physical access is difficult hanging is a poor choice.
It is preferable to reset the system when U-Boot reaches a state that is
not recoverable.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-04-12 17:17:11 -04:00
..
ashldi3.S
ashrdi3.S
asm-offsets.c
bdinfo.c
bootm-fdt.c
bootm.c
cache-cp15.c
cache-pl310.c
cache.c
ccn504.S
cmd_boot.c
crt0.S
crt0_64.S
crt0_aarch64_efi.S
crt0_arm_efi.S
debug.S
div0.c
div64.S
eabi_compat.c
elf_aarch64_efi.lds
elf_arm_efi.lds
gic-v3-its.c
gic_64.S
image.c
interrupts.c
interrupts_64.c
interrupts_m.c
lib1funcs.S
lshrdi3.S
Makefile
memcpy.S
memset.S
muldi3.S
psci-dt.c
reloc_aarch64_efi.c
reloc_arm_efi.c
relocate.S
relocate_64.S
reset.c
sections.c
semihosting.c
setjmp.S
setjmp_aarch64.S
spl.c
stack.c
uldivmod.S
vectors.S
vectors_m.S
zimage.c