From 272534eb725f2486b7a32b39d998202a101bd36e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 18 Dec 2020 10:11:51 +0100 Subject: bsps/arm: Set VBAR in start.S Set the VBAR to the vector table in the start section before bsp_start_hook_0() is called to earlier handle exceptions in RTEMS. Set the VBAR to the normal vector table in start.S for the main processor. Secondary processors set it in bsp_start_hook_0(). Update #4202. --- spec/build/bsps/arm/grp.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/build/bsps/arm') diff --git a/spec/build/bsps/arm/grp.yml b/spec/build/bsps/arm/grp.yml index 8d2aba12ca..408288044f 100644 --- a/spec/build/bsps/arm/grp.yml +++ b/spec/build/bsps/arm/grp.yml @@ -15,7 +15,6 @@ install: - bsps/arm/include/uart.h - destination: ${BSP_INCLUDEDIR}/bsp source: - - bsps/arm/include/bsp/arm-a8core-start.h - bsps/arm/include/bsp/arm-a9mpcore-clock.h - bsps/arm/include/bsp/arm-a9mpcore-irq.h - bsps/arm/include/bsp/arm-a9mpcore-regs.h -- cgit v1.2.3