aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2022-04-21arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabledPali Rohár1-0/+6
2022-04-04arm: init: save previous bootloader dataDzmitry Sankouski2-0/+96
2022-04-01arm64: Catch non-emulated semihosting callsSean Anderson1-0/+47
2022-04-01arm: smh: Add option to detect semihostingSean Anderson1-0/+21
2022-04-01arm64: Save esr in pt_regsSean Anderson1-16/+17
2022-04-01arm: smh: Add some functions for working with the host consoleSean Anderson1-0/+18
2022-04-01arm: smh: Remove smhload commandSean Anderson1-76/+0
2022-04-01cmd: fdt: Use start/size for chosen instead of start/endSean Anderson1-8/+8
2022-04-01spl: Add semihosting boot methodSean Anderson1-1/+1
2022-04-01arm: smh: Add some file manipulation commandsSean Anderson1-11/+56
2022-04-01arm: smh: Document functions in headerSean Anderson1-9/+0
2022-04-01arm: smh: Return errno on errorSean Anderson1-31/+36
2022-04-01arm: smh: Use numeric modes for smh_openSean Anderson1-18/+3
2022-04-01arm: smh: Export semihosting functionsSean Anderson1-5/+6
2022-01-15efi_loader: fix SectionAlignment, FileAlignmentHeinrich Schuchardt4-8/+10
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini2-1/+5
2021-11-18arm64: Add missing GD_FLG_SKIP_RELOC handlingMarek Vasut1-0/+4
2021-11-17arm: Init the debug UARTSimon Glass2-0/+8
2021-11-15arm: Fix bad memcpy.S str8w macro argument countPierre-Clément Tosi1-1/+1
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini1-1/+1
2021-10-31Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details"Michael Walle1-58/+8
2021-10-25arm: spl: prepare for jumping to OPTEERicardo Salveti1-0/+11
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-2/+2
2021-10-01arm: Remove zmx25 board and ARCH_MX25Tom Rini1-37/+1
2021-10-01arm: Remove flea3 boardTom Rini1-51/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2-6/+6
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-3/+3
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-24arm64: memset-arm64: Use simple memset when cache is disabledStefan Roese1-0/+32
2021-09-24arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functionsStefan Roese4-0/+461
2021-09-23lmb: arm: Increase LMB alignment to 16k in arch_lmb_reserve_generic()Marek Vasut1-1/+1
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut1-32/+1
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on armMarek Vasut2-45/+45
2021-09-03Revert most of the series for adding vexpress_aemv8r supportWIP/03Sep2021-nextTom Rini1-25/+15
2021-09-02arm: Use armv8_switch_to_el1 env to switch to EL1Peter Hoyes1-15/+25
2021-09-02armv7: Add Position Independent Execution supportChia-Wei Wang2-10/+36
2021-08-08Revert "arm: bootm: Disable LMB reservation for command line and board info o...WIP/08Aug2021Jan Kiszka1-2/+0
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-07-09arm: bootm: Disable LMB reservation for command line and board info on arm64Marek Vasut1-0/+2
2021-07-09arch: cache: cp15: Add mmu_set_region_dcache_behaviour() when SYS_DCACHE_OFF ...Patrice Chotard1-6/+12
2021-06-28arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=yKunihiko Hayashi1-0/+5
2021-05-24ARM: make LTO availableMarek Behún1-0/+2
2021-05-24ARM: fix LTO build for some thumb-interwork casesMarek Behún1-0/+1
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2-16/+17
2021-04-27arm: zimage: Use correct symbol to hide messages in SPLSamuel Holland1-7/+5
2021-04-20arm64: gic-v3-its: Clear the Pending table before enabling LPIsHou Zhiqiang1-1/+11
2021-04-12bootm: do not hang on failureHeinrich Schuchardt1-5/+2
2021-03-02arm: cp15: remove weak function arm_init_domainsPatrick Delaunay1-6/+0
2021-03-02arm: cp15: update DACR value to activate access controlPatrick Delaunay1-2/+5
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler3-3/+3