summaryrefslogtreecommitdiff
path: root/bootwrapper/filesystem.S
diff options
context:
space:
mode:
authorRobin Randhawa <robin.randhawa@arm.com>2011-12-20 15:54:33 +0000
committerRobin Randhawa <robin.randhawa@arm.com>2011-12-20 15:54:33 +0000
commit06193b40307e17cf6b675000abb5859838b0c841 (patch)
treebc792d2f9e8be28dd8ffc2913df4bc0cd6a2b5eb /bootwrapper/filesystem.S
parent0656dea51f48c51a57e77187de4d5f66a6ba1337 (diff)
Updated to release v2.1.
Intended to be the basis for the VSM development.
Diffstat (limited to 'bootwrapper/filesystem.S')
-rw-r--r--bootwrapper/filesystem.S43
1 files changed, 26 insertions, 17 deletions
diff --git a/bootwrapper/filesystem.S b/bootwrapper/filesystem.S
index 80068ea..4b8cb31 100644
--- a/bootwrapper/filesystem.S
+++ b/bootwrapper/filesystem.S
@@ -1,20 +1,29 @@
- AREA |filesystem|, CODE, ALIGN=2 ; $Copyright:
- ;; ----------------------------------------------------------------
- ;; This confidential and proprietary software may be used only as
- ;; authorised by a licensing agreement from ARM Limited
- ;; (C) COPYRIGHT 2008-2011 ARM Limited
- ;; ALL RIGHTS RESERVED
- ;; The entire notice above must be reproduced on all authorised
- ;; copies and copies may only be made to the extent permitted
- ;; by a licensing agreement from ARM Limited.
- ;; ----------------------------------------------------------------
- ;; File: filesystem.S
- ;; ----------------------------------------------------------------
- ;; $
+ ;
+ ; Copyright (c) 2011, ARM Limited. All rights reserved.
+ ;
+ ; Redistribution and use in source and binary forms, with
+ ; or without modification, are permitted provided that the
+ ; following conditions are met:
+ ;
+ ; Redistributions of source code must retain the above
+ ; copyright notice, this list of conditions and the
+ ; following disclaimer.
+ ;
+ ; Redistributions in binary form must reproduce the
+ ; above copyright notice, this list of conditions and
+ ; the following disclaimer in the documentation
+ ; and/or other materials provided with the distribution.
+ ;
+ ; Neither the name of ARM nor the names of its
+ ; contributors may be used to endorse or promote products
+ ; derived from this software without specific prior written
+ ; permission.
+ ;
+ AREA |filesystem|, CODE, ALIGN=2
- EXPORT fs_start
- EXPORT fs_end
+ EXPORT fs_start
+ EXPORT fs_end
fs_start
- INCBIN payload/fsimg
+ INCBIN payload/fsimg
fs_end
- END
+ END