aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2023-04-25arm64: interrupts: print FAR_ELx on sync exceptionsPavel Skripkin1-1/+37
2023-04-06arm: lib: add __gnu_thumb1_case_siFrancis Laniel1-0/+17
2023-03-27Merge branch 'master' into nextTom Rini1-2/+2
2023-03-22console: Use flush() before panic and resetTony Dinh1-2/+2
2023-03-06arm: semihosting: replace inline assembly with assembly fileAndre Przywara2-47/+31
2023-03-06arm64: Initialize TLB memory if CMO_BY_VA_ONLYPierre-Clément Tosi1-0/+9
2023-02-10Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDRSimon Glass1-1/+1
2023-02-10Correct SPL uses of SAVE_PREV_BL_FDT_ADDRSimon Glass1-1/+1
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-02-07arm: Drop CONFIG_MMUSimon Glass1-21/+0
2023-01-20arm: lib1funcs.S: Update compatibility with Linux comment slightlyTom Rini1-7/+2
2023-01-13efi_loader: add .rela sections to .text on arm64Heinrich Schuchardt1-4/+4
2023-01-09Merge branch 'next'Tom Rini6-35/+7
2023-01-06efi_loader: make .data section of *_efi.so files RWHeinrich Schuchardt1-1/+7
2023-01-04efi_loader: fix building aarch64 EFI binariesHeinrich Schuchardt2-15/+38
2022-12-29efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWAREHeinrich Schuchardt1-0/+1
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini1-180/+1
2022-12-08lib: Add common semihosting libraryKautuk Consul1-180/+1
2022-12-06arm: Use the WEAK assembly entry point consistentlyTom Rini1-2/+1
2022-12-05arm: Remove unused mx27 codeTom Rini1-28/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini4-5/+5
2022-11-21arm32: Fix relocation of env_addr if POSITION_INDEPENDENT=yPali Rohár1-0/+5
2022-11-02arm: smh: Allow semihosting trap calls to be inlinedAndre Przywara1-2/+3
2022-11-02arm: smh: Make semihosting trap calls more robustAndre Przywara1-1/+15
2022-11-02arm: smh: specify Thumb trap instructionAndre Przywara1-13/+16
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2-2/+2
2022-10-06common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait1-0/+12
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-6/+7
2022-09-19Merge branch 'master' into nextTom Rini1-3/+3
2022-09-14Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison1-1/+4
2022-09-02arm: ARMv4 assembly compatibilitySergei Antonov4-17/+11
2022-09-01ARM: cache: Allow SPL to build cache-pl310.cPhilip Oberfichtner1-1/+1
2022-08-31arm: smh: Fix uninitialized parameters with newer GCCsSean Anderson1-3/+3
2022-07-26ARM: relocate: Fix Thumb code by using proper label typeAndre Przywara1-1/+2
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-1/+1
2022-07-26arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLEDMichal Simek1-2/+0
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini3-3/+6
2022-05-23arm: gic_v2: Skip gic_init_secure when cpu is not in el3Sai Pavan Boddu1-0/+5
2022-05-16arm: Add new config option ARCH_VERY_EARLY_INITPali Rohár1-0/+5
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