From 07e5abb299f1abbebacfdf90dced6a14ee1786c0 Mon Sep 17 00:00:00 2001 From: Kinjal Pravinbhai Patel Date: Thu, 20 Aug 2015 02:02:07 +0530 Subject: [PATCH] bsp: R5_freertos: modified freertos asm_vectors This patch modifies asm_vectors in freertos R5 to put the vectors beyond 32MB from code Signed-off-by: Kinjal Pravinbhai Patel Acked by: Anirudha Sarangi --- .../src/Source/portable/GCC/ARM_CR5/port_asm_vectors.S | 1 + 1 file changed, 1 insertion(+) diff --git a/ThirdParty/bsp/freertos821_xilinx/src/Source/portable/GCC/ARM_CR5/port_asm_vectors.S b/ThirdParty/bsp/freertos821_xilinx/src/Source/portable/GCC/ARM_CR5/port_asm_vectors.S index 00504b0f..2fe11d5b 100644 --- a/ThirdParty/bsp/freertos821_xilinx/src/Source/portable/GCC/ARM_CR5/port_asm_vectors.S +++ b/ThirdParty/bsp/freertos821_xilinx/src/Source/portable/GCC/ARM_CR5/port_asm_vectors.S @@ -94,6 +94,7 @@ _vector_table: _irq: .word FreeRTOS_IRQ_Handler _swi: .word FreeRTOS_SWI_Handler +.text FIQHandler: /* FIQ vector handler */ stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ FIQLoop: