summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2023-03-22console: Use flush() before panic and resetTony Dinh
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
2022-05-16arm: Add new config option ARCH_VERY_EARLY_INITPali Rohár
2022-04-21arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabledPali Rohár
2022-04-04arm: init: save previous bootloader dataDzmitry Sankouski
2022-04-01arm64: Catch non-emulated semihosting callsSean Anderson
2022-04-01arm: smh: Add option to detect semihostingSean Anderson
2022-04-01arm64: Save esr in pt_regsSean Anderson
2022-04-01arm: smh: Add some functions for working with the host consoleSean Anderson
2022-04-01arm: smh: Remove smhload commandSean Anderson
2022-04-01cmd: fdt: Use start/size for chosen instead of start/endSean Anderson
2022-04-01spl: Add semihosting boot methodSean Anderson
2022-04-01arm: smh: Add some file manipulation commandsSean Anderson
2022-04-01arm: smh: Document functions in headerSean Anderson
2022-04-01arm: smh: Return errno on errorSean Anderson
2022-04-01arm: smh: Use numeric modes for smh_openSean Anderson
2022-04-01arm: smh: Export semihosting functionsSean Anderson
2022-01-15efi_loader: fix SectionAlignment, FileAlignmentHeinrich Schuchardt
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini