summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Goger <klaus.goger@theobroma-systems.com>2018-05-22 09:20:38 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2018-05-22 09:20:38 +0200
commit0119a4a8890c7b9a024a002e261cdd453ec23a65 (patch)
tree7e7fcb0829dd12a6bb2400dfd24025fad1329ac0
Initial importHEADmaster
Import of 252a9ff723adb44cfcf03c49c750da72996f68e4 from https://git.theobroma-systems.com/rk3399-cortex-m0.git/
-rw-r--r--README3
-rw-r--r--license.rst38
-rw-r--r--rk3399m0.binbin0 -> 1584 bytes
3 files changed, 41 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..34c37c9
--- /dev/null
+++ b/README
@@ -0,0 +1,3 @@
+This repository containes prebuild binaries of the RK3399 Cortex-M0 firmware
+splitted out from the ATF repository. Sourcecode is available at
+https://git.theobroma-systems.com/rk3399-cortex-m0.git
diff --git a/license.rst b/license.rst
new file mode 100644
index 0000000..a4464d9
--- /dev/null
+++ b/license.rst
@@ -0,0 +1,38 @@
+Copyright (c) 2013-2018, 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:
+
+- 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.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+--------------
+
+Note:
+Individual files contain the following tag instead of the full license text.
+
+::
+
+ SPDX-License-Identifier: BSD-3-Clause
+
+This enables machine processing of license information based on the SPDX
+License Identifiers that are here available: http://spdx.org/licenses/
diff --git a/rk3399m0.bin b/rk3399m0.bin
new file mode 100644
index 0000000..05862f7
--- /dev/null
+++ b/rk3399m0.bin
Binary files differ