aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2024-01-11arm: spl: Use separate fault handlers instead of a single common oneCsókás Bence
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass
2023-11-10arm: semihosting: Support semihosting fallback on 32-bit ARMSean Anderson
2023-11-10arm: semihosting: Fix returning from traps on ARMv6 and lowerSean Anderson
2023-11-10arm: Fix software interrupt handlerSean Anderson
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-17arm: Use builtins for ffs/flsSean Anderson
2023-08-08arm64: smccc: add support for SMCCCv1.2 x0-x17 registersAbdellatif El Khlifi
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini
2023-07-24arm64: smccc: add support for SMCCCv1.2 x0-x17 registersAbdellatif El Khlifi
2023-04-25arm64: interrupts: print FAR_ELx on sync exceptionsPavel Skripkin
2023-04-06arm: lib: add __gnu_thumb1_case_siFrancis Laniel
2023-03-27Merge branch 'master' into nextTom Rini
2023-03-22console: Use flush() before panic and resetTony Dinh
2023-03-06arm: semihosting: replace inline assembly with assembly fileAndre Przywara
2023-03-06arm64: Initialize TLB memory if CMO_BY_VA_ONLYPierre-Clément Tosi
2023-02-10Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDRSimon Glass
2023-02-10Correct SPL uses of SAVE_PREV_BL_FDT_ADDRSimon Glass
2023-02-10Correct SPL uses of LMBSimon Glass
2023-02-07arm: Drop CONFIG_MMUSimon Glass
2023-01-20arm: lib1funcs.S: Update compatibility with Linux comment slightlyTom Rini
2023-01-13efi_loader: add .rela sections to .text on arm64Heinrich Schuchardt
2023-01-09Merge branch 'next'Tom Rini
2023-01-06efi_loader: make .data section of *_efi.so files RWHeinrich Schuchardt
2023-01-04efi_loader: fix building aarch64 EFI binariesHeinrich Schuchardt
2022-12-29efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWAREHeinrich Schuchardt
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-08lib: Add common semihosting libraryKautuk Consul
2022-12-06arm: Use the WEAK assembly entry point consistentlyTom Rini
2022-12-05arm: Remove unused mx27 codeTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-11-21arm32: Fix relocation of env_addr if POSITION_INDEPENDENT=yPali Rohár
2022-11-02arm: smh: Allow semihosting trap calls to be inlinedAndre Przywara
2022-11-02arm: smh: Make semihosting trap calls more robustAndre Przywara
2022-11-02arm: smh: specify Thumb trap instructionAndre Przywara
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-06common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-14Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison
2022-09-02arm: ARMv4 assembly compatibilitySergei Antonov
2022-09-01ARM: cache: Allow SPL to build cache-pl310.cPhilip Oberfichtner
2022-08-31arm: smh: Fix uninitialized parameters with newer GCCsSean Anderson
2022-07-26ARM: relocate: Fix Thumb code by using proper label typeAndre Przywara
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma
2022-07-26arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLEDMichal Simek
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini
2022-05-23arm: gic_v2: Skip gic_init_secure when cpu is not in el3Sai Pavan Boddu