aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v2023.10-rc3' into nextTom Rini2023-08-211-0/+16
|\
| * arm64: smccc: add support for SMCCCv1.2 x0-x17 registersAbdellatif El Khlifi2023-08-081-0/+16
* | arm: Use builtins for ffs/flsSean Anderson2023-08-172-0/+50
|/
* Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini2023-07-241-16/+0
* arm64: smccc: add support for SMCCCv1.2 x0-x17 registersAbdellatif El Khlifi2023-07-241-0/+16
* arm64: interrupts: print FAR_ELx on sync exceptionsPavel Skripkin2023-04-251-1/+37
* arm: lib: add __gnu_thumb1_case_siFrancis Laniel2023-04-061-0/+17
* Merge branch 'master' into nextTom Rini2023-03-271-2/+2
|\
| * console: Use flush() before panic and resetTony Dinh2023-03-221-2/+2
* | arm: semihosting: replace inline assembly with assembly fileAndre Przywara2023-03-062-47/+31
* | arm64: Initialize TLB memory if CMO_BY_VA_ONLYPierre-Clément Tosi2023-03-061-0/+9
|/
* Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDRSimon Glass2023-02-101-1/+1
* Correct SPL uses of SAVE_PREV_BL_FDT_ADDRSimon Glass2023-02-101-1/+1
* Correct SPL uses of LMBSimon Glass2023-02-101-1/+1
* arm: Drop CONFIG_MMUSimon Glass2023-02-071-21/+0
* arm: lib1funcs.S: Update compatibility with Linux comment slightlyTom Rini2023-01-201-7/+2
* efi_loader: add .rela sections to .text on arm64Heinrich Schuchardt2023-01-131-4/+4
* Merge branch 'next'Tom Rini2023-01-096-35/+7
|\
| * Merge tag 'v2023.01-rc4' into nextTom Rini2022-12-211-180/+1
| |\
| * | arm: Use the WEAK assembly entry point consistentlyTom Rini2022-12-061-2/+1
| * | arm: Remove unused mx27 codeTom Rini2022-12-051-28/+1
| * | global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-054-5/+5
* | | efi_loader: make .data section of *_efi.so files RWHeinrich Schuchardt2023-01-061-1/+7
* | | efi_loader: fix building aarch64 EFI binariesHeinrich Schuchardt2023-01-042-15/+38
* | | efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWAREHeinrich Schuchardt2022-12-291-0/+1
| |/ |/|
* | lib: Add common semihosting libraryKautuk Consul2022-12-081-180/+1
|/
* arm32: Fix relocation of env_addr if POSITION_INDEPENDENT=yPali Rohár2022-11-211-0/+5
* arm: smh: Allow semihosting trap calls to be inlinedAndre Przywara2022-11-021-2/+3
* arm: smh: Make semihosting trap calls more robustAndre Przywara2022-11-021-1/+15
* arm: smh: specify Thumb trap instructionAndre Przywara2022-11-021-13/+16
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-312-2/+2
* common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait2022-10-061-0/+12
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-6/+7
* Merge branch 'master' into nextTom Rini2022-09-191-3/+3
|\
| * arm: smh: Fix uninitialized parameters with newer GCCsSean Anderson2022-08-311-3/+3
* | Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison2022-09-141-1/+4
* | arm: ARMv4 assembly compatibilitySergei Antonov2022-09-024-17/+11
* | ARM: cache: Allow SPL to build cache-pl310.cPhilip Oberfichtner2022-09-011-1/+1
|/
* ARM: relocate: Fix Thumb code by using proper label typeWIP/26Jul2022Andre Przywara2022-07-261-1/+2
* zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma2022-07-261-1/+1
* arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLEDMichal Simek2022-07-261-2/+0
* Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini2022-06-063-3/+6
* arm: gic_v2: Skip gic_init_secure when cpu is not in el3Sai Pavan Boddu2022-05-231-0/+5
* arm: Add new config option ARCH_VERY_EARLY_INITPali Rohár2022-05-161-0/+5
* arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabledPali Rohár2022-04-211-0/+6
* arm: init: save previous bootloader dataDzmitry Sankouski2022-04-042-0/+96
* arm64: Catch non-emulated semihosting callsSean Anderson2022-04-011-0/+47
* arm: smh: Add option to detect semihostingSean Anderson2022-04-011-0/+21
* arm64: Save esr in pt_regsSean Anderson2022-04-011-16/+17
* arm: smh: Add some functions for working with the host consoleSean Anderson2022-04-011-0/+18