summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/barebox-arm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/at91'Sascha Hauer2024-03-151-6/+14
|\
| * ARM: replace ENTRY_FUNCTION_HEAD with ENTRY_FUNCTION_WITHSTACK_HEADAhmad Fatoum2024-02-231-6/+14
* | ARM: make board data definitions accessible to other architecturesAhmad Fatoum2024-03-051-23/+7
|/
* ARM: mmu: catch stack overflowing into TTB with stack guard pageAhmad Fatoum2023-09-211-1/+17
* ARM64: cpu: support 64-bit stack top in ENTRY_FUNCTION_WITHSTACKAhmad Fatoum2023-06-061-1/+1
* ARM: mmu: alloc 64k for early page tablesSascha Hauer2023-05-221-6/+2
* ARM: move arm_mem_scratch_get() lower for consistencySascha Hauer2023-05-221-5/+5
* ARM: define stack base consistentlySascha Hauer2023-05-221-3/+6
* ARM: make arm_mem_scratch() a static inline functionSascha Hauer2023-05-221-1/+4
* ARM: add arm_mem_optee()Sascha Hauer2023-05-221-0/+5
* ARM: put scratch mem area below OP-TEESascha Hauer2023-05-221-2/+2
* ARM: rename __arm_mem_scratch to arm_mem_scratchSascha Hauer2023-05-221-2/+2
* ARM: remove unused defineSascha Hauer2023-05-221-4/+0
* ARM: remove unused membase argumentSascha Hauer2023-05-221-17/+12
* ARM: add ENTRY_FUNCTION_HEAD macroSascha Hauer2023-03-021-2/+5
* ARM: <asm/barebox-arm.h>: drop undefined barebox_arm_get_boarddata()Ahmad Fatoum2023-02-171-2/+0
* ARM: asm: simplify arm_mem_stack_topAhmad Fatoum2023-01-041-7/+1
* ARM: asm: set aside new arm_mem_scratch spaceAhmad Fatoum2022-12-021-0/+7
* ARM: asm: cleanup 32-bit entry pointsAhmad Fatoum2022-10-261-5/+5
* ARM64: asm: rewrite ENTRY_FUNCTION(_WITHSTACK) fully in assemblyAhmad Fatoum2022-10-261-20/+8
* asm-generic: memory_layout: define __keep_symbolref()Ahmad Fatoum2022-10-261-1/+1
* ARM64: asm: define ENTRY_FUNCTION in terms of ENTRY_FUNCTION_WITHSTACKAhmad Fatoum2022-10-261-2/+5
* ARM: Fix barebox header generation on arm64Sascha Hauer2022-09-121-10/+11
* ARM: asm: factor relocation related functions in asm/reloc.hAhmad Fatoum2022-08-081-28/+1
* ARM: cpu: start: don't panic when only initial memory knownAhmad Fatoum2022-06-241-0/+1
* ARM: asm: fix miscompilation of 32-bit ENTRY_FUNCTION_WITHSTACKAhmad Fatoum2022-04-251-1/+13
* ARM: turn arm_mem_stack_top into a macroAhmad Fatoum2022-01-171-7/+6
* ARM: implement ENTRY_FUNCTION_WITHSTACKAhmad Fatoum2022-01-171-0/+47
* arm64: Don't truncate upper 32 bits in ENTRY_FUNCTION arg registersAhmad Fatoum2021-10-021-4/+4
* ARM: Add relocate_to_adr_full()Sascha Hauer2021-06-211-0/+1
* ARM: make ARM_USE_COMPRESSED_DTB available for other archesAhmad Fatoum2021-03-231-7/+0
* arch/arm/include: Convert to SPDX-License and -Copyright specifiersUwe Kleine-König2020-07-141-11/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* ARM: add optee early loading functionRouven Czerwinski2020-01-301-1/+1
* ARM: Fix global_variable_offset() for aarch64Sascha Hauer2019-07-161-6/+14
* add CONFIG_PBL_BREAK optionOleksij Rempel2019-06-271-0/+1
* ARM: Initial OP-TEE supportSascha Hauer2019-06-071-0/+3
* ARM: start: save end of memory passed to start.Tomaz Solc2019-03-041-0/+1
* ARM: Add missing prototype for arm_mem_ramoops_get()Sascha Hauer2018-11-121-0/+2
* ARM: Fix missing prototype warningSascha Hauer2018-10-181-0/+2
* ARM: mmu: Introduce ARM_TTB_SIZEAndrey Smirnov2018-05-221-1/+7
* ARM: Make use of ALIGN_DOWN macro in barebox-arm.hAndrey Smirnov2018-04-111-6/+3
* ARM: move linker variable declarations to sections.hSascha Hauer2018-03-211-2/+0
* ARM: remove function prototypes from the pastSascha Hauer2018-03-211-8/+0
* ARM: Add function to return offset to global variablesSascha Hauer2018-03-211-0/+14
* ARM: get_runtime_offset() returns unsigned longSascha Hauer2018-03-211-1/+1
* ARM: aarch64: Add dummy naked attributeSascha Hauer2018-03-211-2/+15
* ARM: start: Fix image size calculationSascha Hauer2017-02-081-0/+2
* ARM: Fix a bug in stack's "top" initializationAndrey Smirnov2017-01-091-1/+7
* ARM: Fix calling of arm_mem_barebox_image()Sascha Hauer2016-09-151-1/+8