From bbf8f6f95b1ed9eeaa4e8d746a0660a7620cc415 Mon Sep 17 00:00:00 2001 From: Yatharth Kochar Date: Fri, 2 Oct 2015 17:56:48 +0100 Subject: Move context management code to common location The upcoming Firmware Update feature needs transitioning across Secure/Normal worlds to complete the FWU process and hence requires context management code to perform this task. Currently context management code is part of BL31 stage only. This patch moves the code from (include)/bl31 to (include)/common. Some function declarations/definitions and macros have also moved to different files to help code sharing. Change-Id: I3858b08aecdb76d390765ab2b099f457873f7b0c --- bl1/aarch64/bl1_exceptions.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bl1') diff --git a/bl1/aarch64/bl1_exceptions.S b/bl1/aarch64/bl1_exceptions.S index 5415d395..de3086dd 100644 --- a/bl1/aarch64/bl1_exceptions.S +++ b/bl1/aarch64/bl1_exceptions.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2015, ARM Limited and Contributors. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -31,7 +31,6 @@ #include #include #include -#include .globl bl1_exceptions -- cgit v1.2.3