summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Release_Notes.txt4
-rw-r--r--acsr/c_helpers.c2
-rw-r--r--acsr/helpers.h2
-rw-r--r--acsr/helpers.s2
-rw-r--r--acsr/v7.s2
-rw-r--r--acsr/v7_c.c2
-rwxr-xr-xbig-little/Makefile2
-rw-r--r--big-little/bl-sec.scf.template2
-rw-r--r--big-little/bl.scf.template2
-rw-r--r--big-little/common/cci.c2
-rw-r--r--big-little/common/hyp_setup.c2
-rwxr-xr-xbig-little/common/hyp_vectors.s2
-rwxr-xr-xbig-little/common/pagetable_setup.c2
-rw-r--r--big-little/common/vgic_handle.c2
-rw-r--r--big-little/common/vgic_setup.c2
-rw-r--r--big-little/common/vgiclib.c2
-rw-r--r--big-little/include/arm.h2
-rw-r--r--big-little/include/bakery.h2
-rw-r--r--big-little/include/bl.h2
-rw-r--r--big-little/include/context.h2
-rw-r--r--big-little/include/events.h2
-rw-r--r--big-little/include/gic_registers.h2
-rw-r--r--big-little/include/handler.h2
-rw-r--r--big-little/include/hvc.h2
-rwxr-xr-xbig-little/include/hyp_types.h2
-rw-r--r--big-little/include/hyp_vmmap.h2
-rw-r--r--big-little/include/int_master.h2
-rw-r--r--big-little/include/misc.h2
-rwxr-xr-xbig-little/include/traps.h2
-rw-r--r--big-little/include/vgiclib.h2
-rw-r--r--big-little/include/virt_helpers.h2
-rw-r--r--big-little/lib/bakery.c2
-rwxr-xr-xbig-little/lib/tube.c2
-rw-r--r--big-little/lib/uart.c2
-rw-r--r--big-little/lib/virt_events.c2
-rw-r--r--big-little/lib/virt_helpers.s2
-rw-r--r--big-little/secure_world/events.c2
-rw-r--r--big-little/secure_world/flat_pagetable.s2
-rw-r--r--big-little/secure_world/monmode_vectors.s2
-rw-r--r--big-little/secure_world/secure_context.c2
-rw-r--r--big-little/secure_world/secure_resets.c2
-rw-r--r--big-little/secure_world/secure_world.h2
-rw-r--r--big-little/secure_world/ve_reset_handler.s2
-rw-r--r--big-little/switcher/context/gic.c2
-rw-r--r--big-little/switcher/context/ns_context.c2
-rw-r--r--big-little/switcher/context/sh_vgic.c2
-rw-r--r--big-little/switcher/trigger/async_switchover.c2
-rwxr-xr-xbig-little/switcher/trigger/handle_switchover.s2
-rw-r--r--big-little/switcher/trigger/sync_switchover.c2
-rw-r--r--big-little/virtualisor/cache_geom.c2
-rw-r--r--big-little/virtualisor/cpus/a15/a15.c2
-rw-r--r--big-little/virtualisor/cpus/a15/include/a15.h2
-rw-r--r--big-little/virtualisor/cpus/a7/a7.c2
-rw-r--r--big-little/virtualisor/cpus/a7/include/a7.h2
-rw-r--r--big-little/virtualisor/include/cache_geom.h2
-rw-r--r--big-little/virtualisor/include/mem_trap.h2
-rw-r--r--big-little/virtualisor/include/virtualisor.h2
-rw-r--r--big-little/virtualisor/mem_trap.c2
-rw-r--r--big-little/virtualisor/vgic_trap_handler.c2
-rw-r--r--big-little/virtualisor/virt_context.c2
-rw-r--r--big-little/virtualisor/virt_handle.c2
-rw-r--r--big-little/virtualisor/virt_setup.c2
-rwxr-xr-xbootwrapper/Makefile2
-rwxr-xr-xbootwrapper/boot.S2
-rwxr-xr-xbootwrapper/boot.map.template2
-rw-r--r--bootwrapper/bootargs.S2
-rw-r--r--bootwrapper/bootwrapper.h2
-rw-r--r--bootwrapper/c_start.c2
-rw-r--r--bootwrapper/emubuild.s2
-rw-r--r--bootwrapper/filesystem.S2
-rwxr-xr-xbootwrapper/helpers.S2
-rw-r--r--bootwrapper/helpers.h2
-rw-r--r--bootwrapper/kernel.S2
-rwxr-xr-xbootwrapper/makemap2
-rw-r--r--bootwrapper/uart.c2
-rw-r--r--bootwrapper/vectors.S2
-rw-r--r--bootwrapper/vgic.h2
77 files changed, 78 insertions, 78 deletions
diff --git a/Release_Notes.txt b/Release_Notes.txt
index 7af4553..ab5b56f 100644
--- a/Release_Notes.txt
+++ b/Release_Notes.txt
@@ -5,7 +5,7 @@ Release notes
a. Proprietary notice
- Copyright (c) 2011, ARM Limited
+ Copyright (c) 2012, ARM Limited
All rights reserved.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
@@ -24,7 +24,7 @@ Release notes
b. License details
- Copyright (c) 2009-11, ARM Limited. All rights reserved.
+ Copyright (c) 2009-12, ARM Limited. All rights reserved.
Redistribution and use in source and binary forms, with
or without modification, are permitted provided that the
diff --git a/acsr/c_helpers.c b/acsr/c_helpers.c
index ac181d8..5d56c12 100644
--- a/acsr/c_helpers.c
+++ b/acsr/c_helpers.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/acsr/helpers.h b/acsr/helpers.h
index 2d8b06f..d7c2cd0 100644
--- a/acsr/helpers.h
+++ b/acsr/helpers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/acsr/helpers.s b/acsr/helpers.s
index 99bb2a6..a40eb1c 100644
--- a/acsr/helpers.s
+++ b/acsr/helpers.s
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/acsr/v7.s b/acsr/v7.s
index ffd1b06..c94b6ce 100644
--- a/acsr/v7.s
+++ b/acsr/v7.s
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/acsr/v7_c.c b/acsr/v7_c.c
index 9f8cc11..76a26d2 100644
--- a/acsr/v7_c.c
+++ b/acsr/v7_c.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/Makefile b/big-little/Makefile
index 7800148..799da58 100755
--- a/big-little/Makefile
+++ b/big-little/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2011, ARM Limited. All rights reserved.
+# Copyright (c) 2012, ARM Limited. All rights reserved.
#
# Redistribution and use in source and binary forms, with
# or without modification, are permitted provided that the
diff --git a/big-little/bl-sec.scf.template b/big-little/bl-sec.scf.template
index 47aaec4..490e9b3 100644
--- a/big-little/bl-sec.scf.template
+++ b/big-little/bl-sec.scf.template
@@ -1,6 +1,6 @@
#! armcc -E
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/big-little/bl.scf.template b/big-little/bl.scf.template
index c764526..b58fbf7 100644
--- a/big-little/bl.scf.template
+++ b/big-little/bl.scf.template
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/big-little/common/cci.c b/big-little/common/cci.c
index 8bf4b5f..c07ccb5 100644
--- a/big-little/common/cci.c
+++ b/big-little/common/cci.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/common/hyp_setup.c b/big-little/common/hyp_setup.c
index d65aafc..9c90e26 100644
--- a/big-little/common/hyp_setup.c
+++ b/big-little/common/hyp_setup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/common/hyp_vectors.s b/big-little/common/hyp_vectors.s
index 59d1b66..b8476d8 100755
--- a/big-little/common/hyp_vectors.s
+++ b/big-little/common/hyp_vectors.s
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/big-little/common/pagetable_setup.c b/big-little/common/pagetable_setup.c
index 0746800..fa4e6fd 100755
--- a/big-little/common/pagetable_setup.c
+++ b/big-little/common/pagetable_setup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/common/vgic_handle.c b/big-little/common/vgic_handle.c
index 4a7ded1..0280c38 100644
--- a/big-little/common/vgic_handle.c
+++ b/big-little/common/vgic_handle.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/common/vgic_setup.c b/big-little/common/vgic_setup.c
index b72359e..8c839eb 100644
--- a/big-little/common/vgic_setup.c
+++ b/big-little/common/vgic_setup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/common/vgiclib.c b/big-little/common/vgiclib.c
index 838fc06..ad2a55d 100644
--- a/big-little/common/vgiclib.c
+++ b/big-little/common/vgiclib.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/arm.h b/big-little/include/arm.h
index 7db58ce..beac64d 100644
--- a/big-little/include/arm.h
+++ b/big-little/include/arm.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/bakery.h b/big-little/include/bakery.h
index e8b9ecc..a13ec81 100644
--- a/big-little/include/bakery.h
+++ b/big-little/include/bakery.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/bl.h b/big-little/include/bl.h
index 700afa2..fe0c4b5 100644
--- a/big-little/include/bl.h
+++ b/big-little/include/bl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/context.h b/big-little/include/context.h
index 17656a8..23672b3 100644
--- a/big-little/include/context.h
+++ b/big-little/include/context.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/events.h b/big-little/include/events.h
index d6523e3..8f71eec 100644
--- a/big-little/include/events.h
+++ b/big-little/include/events.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/gic_registers.h b/big-little/include/gic_registers.h
index 92ff5c0..6b04945 100644
--- a/big-little/include/gic_registers.h
+++ b/big-little/include/gic_registers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/handler.h b/big-little/include/handler.h
index 747b31c..7e06594 100644
--- a/big-little/include/handler.h
+++ b/big-little/include/handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/hvc.h b/big-little/include/hvc.h
index 1f71271..dece5ed 100644
--- a/big-little/include/hvc.h
+++ b/big-little/include/hvc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/hyp_types.h b/big-little/include/hyp_types.h
index 123242c..4e16d72 100755
--- a/big-little/include/hyp_types.h
+++ b/big-little/include/hyp_types.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/hyp_vmmap.h b/big-little/include/hyp_vmmap.h
index ef3eeb6..cc0e33d 100644
--- a/big-little/include/hyp_vmmap.h
+++ b/big-little/include/hyp_vmmap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/int_master.h b/big-little/include/int_master.h
index ec3b1b7..b1a8c04 100644
--- a/big-little/include/int_master.h
+++ b/big-little/include/int_master.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/misc.h b/big-little/include/misc.h
index c154ced..b62070c 100644
--- a/big-little/include/misc.h
+++ b/big-little/include/misc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/traps.h b/big-little/include/traps.h
index 323ba42..8afaf5e 100755
--- a/big-little/include/traps.h
+++ b/big-little/include/traps.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/vgiclib.h b/big-little/include/vgiclib.h
index 869a8df..4f1499e 100644
--- a/big-little/include/vgiclib.h
+++ b/big-little/include/vgiclib.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/include/virt_helpers.h b/big-little/include/virt_helpers.h
index 34e4d1c..3ebea2a 100644
--- a/big-little/include/virt_helpers.h
+++ b/big-little/include/virt_helpers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/lib/bakery.c b/big-little/lib/bakery.c
index bd2547f..5ab789e 100644
--- a/big-little/lib/bakery.c
+++ b/big-little/lib/bakery.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/lib/tube.c b/big-little/lib/tube.c
index 2fd6486..a9abb2e 100755
--- a/big-little/lib/tube.c
+++ b/big-little/lib/tube.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/lib/uart.c b/big-little/lib/uart.c
index 2d4486a..fe88a11 100644
--- a/big-little/lib/uart.c
+++ b/big-little/lib/uart.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/lib/virt_events.c b/big-little/lib/virt_events.c
index b842324..1b7d8d2 100644
--- a/big-little/lib/virt_events.c
+++ b/big-little/lib/virt_events.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/lib/virt_helpers.s b/big-little/lib/virt_helpers.s
index 0306e06..eb3c909 100644
--- a/big-little/lib/virt_helpers.s
+++ b/big-little/lib/virt_helpers.s
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/big-little/secure_world/events.c b/big-little/secure_world/events.c
index d5c5e54..6577a05 100644
--- a/big-little/secure_world/events.c
+++ b/big-little/secure_world/events.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/secure_world/flat_pagetable.s b/big-little/secure_world/flat_pagetable.s
index 38762e9..5038f85 100644
--- a/big-little/secure_world/flat_pagetable.s
+++ b/big-little/secure_world/flat_pagetable.s
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/big-little/secure_world/monmode_vectors.s b/big-little/secure_world/monmode_vectors.s
index 14a416f..4fe2ed1 100644
--- a/big-little/secure_world/monmode_vectors.s
+++ b/big-little/secure_world/monmode_vectors.s
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/big-little/secure_world/secure_context.c b/big-little/secure_world/secure_context.c
index ff864f1..37a127b 100644
--- a/big-little/secure_world/secure_context.c
+++ b/big-little/secure_world/secure_context.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/secure_world/secure_resets.c b/big-little/secure_world/secure_resets.c
index cb732ba..73acafc 100644
--- a/big-little/secure_world/secure_resets.c
+++ b/big-little/secure_world/secure_resets.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/secure_world/secure_world.h b/big-little/secure_world/secure_world.h
index 9d6db42..bf78182 100644
--- a/big-little/secure_world/secure_world.h
+++ b/big-little/secure_world/secure_world.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/secure_world/ve_reset_handler.s b/big-little/secure_world/ve_reset_handler.s
index 1a5b6a1..e887108 100644
--- a/big-little/secure_world/ve_reset_handler.s
+++ b/big-little/secure_world/ve_reset_handler.s
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/big-little/switcher/context/gic.c b/big-little/switcher/context/gic.c
index 4195346..6dfc87f 100644
--- a/big-little/switcher/context/gic.c
+++ b/big-little/switcher/context/gic.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/switcher/context/ns_context.c b/big-little/switcher/context/ns_context.c
index 891f5bb..201d930 100644
--- a/big-little/switcher/context/ns_context.c
+++ b/big-little/switcher/context/ns_context.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/switcher/context/sh_vgic.c b/big-little/switcher/context/sh_vgic.c
index a13f862..7672fdd 100644
--- a/big-little/switcher/context/sh_vgic.c
+++ b/big-little/switcher/context/sh_vgic.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/switcher/trigger/async_switchover.c b/big-little/switcher/trigger/async_switchover.c
index 056c8a1..962735a 100644
--- a/big-little/switcher/trigger/async_switchover.c
+++ b/big-little/switcher/trigger/async_switchover.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/switcher/trigger/handle_switchover.s b/big-little/switcher/trigger/handle_switchover.s
index d18ba21..5d90173 100755
--- a/big-little/switcher/trigger/handle_switchover.s
+++ b/big-little/switcher/trigger/handle_switchover.s
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/big-little/switcher/trigger/sync_switchover.c b/big-little/switcher/trigger/sync_switchover.c
index ad257bc..1bc64a3 100644
--- a/big-little/switcher/trigger/sync_switchover.c
+++ b/big-little/switcher/trigger/sync_switchover.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/cache_geom.c b/big-little/virtualisor/cache_geom.c
index 4138eeb..1031ba4 100644
--- a/big-little/virtualisor/cache_geom.c
+++ b/big-little/virtualisor/cache_geom.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/cpus/a15/a15.c b/big-little/virtualisor/cpus/a15/a15.c
index 92bebac..942fd8f 100644
--- a/big-little/virtualisor/cpus/a15/a15.c
+++ b/big-little/virtualisor/cpus/a15/a15.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/cpus/a15/include/a15.h b/big-little/virtualisor/cpus/a15/include/a15.h
index 554e401..c05bd75 100644
--- a/big-little/virtualisor/cpus/a15/include/a15.h
+++ b/big-little/virtualisor/cpus/a15/include/a15.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/cpus/a7/a7.c b/big-little/virtualisor/cpus/a7/a7.c
index 9c3cef5..6ff8f6c 100644
--- a/big-little/virtualisor/cpus/a7/a7.c
+++ b/big-little/virtualisor/cpus/a7/a7.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/cpus/a7/include/a7.h b/big-little/virtualisor/cpus/a7/include/a7.h
index 5e2b62f..da3db59 100644
--- a/big-little/virtualisor/cpus/a7/include/a7.h
+++ b/big-little/virtualisor/cpus/a7/include/a7.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/include/cache_geom.h b/big-little/virtualisor/include/cache_geom.h
index 642e0e9..758a8ed 100644
--- a/big-little/virtualisor/include/cache_geom.h
+++ b/big-little/virtualisor/include/cache_geom.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/include/mem_trap.h b/big-little/virtualisor/include/mem_trap.h
index 4c4a200..ac23844 100644
--- a/big-little/virtualisor/include/mem_trap.h
+++ b/big-little/virtualisor/include/mem_trap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/include/virtualisor.h b/big-little/virtualisor/include/virtualisor.h
index c3bf2c1..abf74bb 100644
--- a/big-little/virtualisor/include/virtualisor.h
+++ b/big-little/virtualisor/include/virtualisor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/mem_trap.c b/big-little/virtualisor/mem_trap.c
index a3a2de8..04c0bb8 100644
--- a/big-little/virtualisor/mem_trap.c
+++ b/big-little/virtualisor/mem_trap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/vgic_trap_handler.c b/big-little/virtualisor/vgic_trap_handler.c
index 77ac14c..44469fb 100644
--- a/big-little/virtualisor/vgic_trap_handler.c
+++ b/big-little/virtualisor/vgic_trap_handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/virt_context.c b/big-little/virtualisor/virt_context.c
index 80a79b2..5472587 100644
--- a/big-little/virtualisor/virt_context.c
+++ b/big-little/virtualisor/virt_context.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/virt_handle.c b/big-little/virtualisor/virt_handle.c
index f9ab7ef..6485a14 100644
--- a/big-little/virtualisor/virt_handle.c
+++ b/big-little/virtualisor/virt_handle.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/big-little/virtualisor/virt_setup.c b/big-little/virtualisor/virt_setup.c
index c2dd75e..8496765 100644
--- a/big-little/virtualisor/virt_setup.c
+++ b/big-little/virtualisor/virt_setup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/bootwrapper/Makefile b/bootwrapper/Makefile
index addcdae..44434ea 100755
--- a/bootwrapper/Makefile
+++ b/bootwrapper/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2011, ARM Limited. All rights reserved.
+# Copyright (c) 2012, ARM Limited. All rights reserved.
#
# Redistribution and use in source and binary forms, with
# or without modification, are permitted provided that the
diff --git a/bootwrapper/boot.S b/bootwrapper/boot.S
index 6afbf34..88cb036 100755
--- a/bootwrapper/boot.S
+++ b/bootwrapper/boot.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/boot.map.template b/bootwrapper/boot.map.template
index 7267c4b..d3feb5c 100755
--- a/bootwrapper/boot.map.template
+++ b/bootwrapper/boot.map.template
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/bootargs.S b/bootwrapper/bootargs.S
index 3c57492..373ff7d 100644
--- a/bootwrapper/bootargs.S
+++ b/bootwrapper/bootargs.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/bootwrapper.h b/bootwrapper/bootwrapper.h
index 7d44493..f4e9987 100644
--- a/bootwrapper/bootwrapper.h
+++ b/bootwrapper/bootwrapper.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/bootwrapper/c_start.c b/bootwrapper/c_start.c
index 12442ff..148c0a3 100644
--- a/bootwrapper/c_start.c
+++ b/bootwrapper/c_start.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/bootwrapper/emubuild.s b/bootwrapper/emubuild.s
index b487015..87b01fb 100644
--- a/bootwrapper/emubuild.s
+++ b/bootwrapper/emubuild.s
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/filesystem.S b/bootwrapper/filesystem.S
index 4b8cb31..05e2f35 100644
--- a/bootwrapper/filesystem.S
+++ b/bootwrapper/filesystem.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/helpers.S b/bootwrapper/helpers.S
index 811b263..bf08be0 100755
--- a/bootwrapper/helpers.S
+++ b/bootwrapper/helpers.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/helpers.h b/bootwrapper/helpers.h
index 1142627..862e1da 100644
--- a/bootwrapper/helpers.h
+++ b/bootwrapper/helpers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/bootwrapper/kernel.S b/bootwrapper/kernel.S
index 1586abb..064075d 100644
--- a/bootwrapper/kernel.S
+++ b/bootwrapper/kernel.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/makemap b/bootwrapper/makemap
index 47213c9..0983e2f 100755
--- a/bootwrapper/makemap
+++ b/bootwrapper/makemap
@@ -1,6 +1,6 @@
#! /bin/env perl
#
-# Copyright (c) 2011, ARM Limited. All rights reserved.
+# Copyright (c) 2012, ARM Limited. All rights reserved.
#
# Redistribution and use in source and binary forms, with
# or without modification, are permitted provided that the
diff --git a/bootwrapper/uart.c b/bootwrapper/uart.c
index 138b0d5..5c858f6 100644
--- a/bootwrapper/uart.c
+++ b/bootwrapper/uart.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
diff --git a/bootwrapper/vectors.S b/bootwrapper/vectors.S
index 1474ff1..00af8cc 100644
--- a/bootwrapper/vectors.S
+++ b/bootwrapper/vectors.S
@@ -1,5 +1,5 @@
;
- ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ; Copyright (c) 2012, ARM Limited. All rights reserved.
;
; Redistribution and use in source and binary forms, with
; or without modification, are permitted provided that the
diff --git a/bootwrapper/vgic.h b/bootwrapper/vgic.h
index 56b5389..1c79a6a 100644
--- a/bootwrapper/vgic.h
+++ b/bootwrapper/vgic.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, ARM Limited. All rights reserved.
+ * Copyright (c) 2012, ARM Limited. All rights reserved.
*
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the