diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common/aarch64/asm_macros.S (renamed from include/common/asm_macros.S) | 2 | ||||
-rw-r--r-- | include/common/aarch64/assert_macros.S (renamed from include/common/assert_macros.S) | 2 | ||||
-rw-r--r-- | include/common/runtime_svc.h (renamed from include/bl31/runtime_svc.h) | 0 | ||||
-rw-r--r-- | include/lib/el3_runtime/aarch64/context.h (renamed from include/common/context.h) | 0 | ||||
-rw-r--r-- | include/lib/el3_runtime/context_mgmt.h (renamed from include/common/context_mgmt.h) | 1 | ||||
-rw-r--r-- | include/lib/el3_runtime/cpu_data.h (renamed from include/bl31/cpu_data.h) | 0 | ||||
-rw-r--r-- | include/lib/psci/psci.h (renamed from include/bl31/services/psci.h) | 0 | ||||
-rw-r--r-- | include/lib/psci/psci_compat.h (renamed from include/bl31/services/psci_compat.h) | 2 | ||||
-rw-r--r-- | include/services/std_svc.h (renamed from include/bl31/services/std_svc.h) | 2 |
9 files changed, 4 insertions, 5 deletions
diff --git a/include/common/asm_macros.S b/include/common/aarch64/asm_macros.S index bd8bb7090..e76698990 100644 --- a/include/common/asm_macros.S +++ b/include/common/aarch64/asm_macros.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2016, 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: diff --git a/include/common/assert_macros.S b/include/common/aarch64/assert_macros.S index cb6c78b8a..b7e536c62 100644 --- a/include/common/assert_macros.S +++ b/include/common/aarch64/assert_macros.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2014-2016, 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: diff --git a/include/bl31/runtime_svc.h b/include/common/runtime_svc.h index adafcee49..adafcee49 100644 --- a/include/bl31/runtime_svc.h +++ b/include/common/runtime_svc.h diff --git a/include/common/context.h b/include/lib/el3_runtime/aarch64/context.h index b528c03b7..b528c03b7 100644 --- a/include/common/context.h +++ b/include/lib/el3_runtime/aarch64/context.h diff --git a/include/common/context_mgmt.h b/include/lib/el3_runtime/context_mgmt.h index 8a38ee5df..672ea11e7 100644 --- a/include/common/context_mgmt.h +++ b/include/lib/el3_runtime/context_mgmt.h @@ -32,7 +32,6 @@ #define __CM_H__ #include <arch.h> -#include <bl_common.h> /******************************************************************************* * Forward declarations diff --git a/include/bl31/cpu_data.h b/include/lib/el3_runtime/cpu_data.h index 4fc801bf4..4fc801bf4 100644 --- a/include/bl31/cpu_data.h +++ b/include/lib/el3_runtime/cpu_data.h diff --git a/include/bl31/services/psci.h b/include/lib/psci/psci.h index b6d6d4eac..b6d6d4eac 100644 --- a/include/bl31/services/psci.h +++ b/include/lib/psci/psci.h diff --git a/include/bl31/services/psci_compat.h b/include/lib/psci/psci_compat.h index 24bd8dcca..3554667e5 100644 --- a/include/bl31/services/psci_compat.h +++ b/include/lib/psci/psci_compat.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2016, 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: diff --git a/include/bl31/services/std_svc.h b/include/services/std_svc.h index cbd5b6208..49d79f8a6 100644 --- a/include/bl31/services/std_svc.h +++ b/include/services/std_svc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2014-2016, 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: |