summaryrefslogtreecommitdiffstats
path: root/Documentation/soc
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-10-28 16:18:47 -0600
committerNico Huber <nico.h@gmx.de>2019-10-30 21:42:40 +0000
commit86278a036120ff5be8b5d99b31b15460f54bf2d8 (patch)
treeb06cee6fe40ad0b076306a365f8bcb3f31c844d2 /Documentation/soc
parentb8bda114874c8a1122460bbe5b50f3aa757c5a76 (diff)
downloadcoreboot-86278a036120ff5be8b5d99b31b15460f54bf2d8.tar.gz
coreboot-86278a036120ff5be8b5d99b31b15460f54bf2d8.tar.bz2
coreboot-86278a036120ff5be8b5d99b31b15460f54bf2d8.zip
Documentation: Add amd_blobs license agreement text
AMD has generated a simpler and more flexible license agreement for using proprietary precompiled binary images. The new agreement is intended to cover all blobs in the directory structure below where the license resides and eliminates any unique agreements previously provided for individual products. Add a description of the repo, as well as the license agreement it contains. Change-Id: Ia3dbc1a5259a2512281ea87b7e55fb3134b3b3c5 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36415 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation/soc')
-rwxr-xr-xDocumentation/soc/amd/amdblobs_license.md68
-rw-r--r--Documentation/soc/amd/index.md3
2 files changed, 71 insertions, 0 deletions
diff --git a/Documentation/soc/amd/amdblobs_license.md b/Documentation/soc/amd/amdblobs_license.md
new file mode 100755
index 000000000000..bf91c0281e23
--- /dev/null
+++ b/Documentation/soc/amd/amdblobs_license.md
@@ -0,0 +1,68 @@
+# License Agreement for amd_blobs Repository
+
+## Abstract
+
+AMD has generated a simpler and more flexible license agreement for using
+proprietary precompiled binary images. The new agreement is intended to cover
+all blobs in the directory structure below where the license resides and
+eliminates any unique agreements previously provided for individual products.
+
+A [3rdparty/amd_blobs](https://review.coreboot.org/admin/repos/amd_blobs) repo
+now exists for distributing new blobs to coreboot developers and consumers.
+Images for older products will be moved to amd_blobs as time permits.
+
+By cloning the amd_blobs repo, you will be agreeing to the license agreement
+contained there.
+
+## Text of License Agreement
+
+The language of the agreement is duplicated below for your reference. The
+official license agreement may be found inside the Git repository.
+
+> Copyright (c) 2019 ADVANCED MICRO DEVICES, INC.
+>
+> READ CAREFULLY: DO NOT DOWNLOAD, COPY OR USE THE ASSOCIATED AMD SOFTWARE
+> ("LICENSED SOFTWARE") UNTIL YOU HAVE CAREFULLY READ THE FOLLOWING. BY USING
+> THE LICENSED SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE FOLLOWING TERMS:
+>
+> Redistribution and use in binary form, without modification, is permitted
+> subject to the following conditions:
+>
+> a. Reverse engineering, disassembly, or de-compilation of the Licensed
+> Software is not permitted;
+>
+> b. All the content of this document, including the above copyright notice and
+> below disclaimer, must be included in the documentation or other materials
+> provided with any distribution, and you may not alter or remove any copyright,
+> trademark or patent notice(s) in the Licensed Software; and,
+>
+> c. The name “AMD” or “Advanced Micro Devices” may not be used to promote
+> products derived from the Licensed Software.
+>
+> Except for the limited license expressly granted above, you have no other
+> rights in the Licensed Software, whether express, implied, arising by estoppel
+> or otherwise. The Licensed Software including all Intellectual Property Rights
+> therein is and remains the sole and exclusive property of AMD or its
+> licensors, and You shall have no right, title or interest therein except as
+> expressly set forth above.
+>
+> Disclaimer of Warranty. THE LICENSED SOFTWARE IS PROVIDED "AS IS" WITHOUT
+> WARRANTY OF ANY KIND. AMD DISCLAIMS ALL WARRANTIES, EXPRESS, IMPLIED, OR
+> STATUTORY, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
+> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-
+> INFRINGEMENT, THAT THE LICENSED SOFTWARE WILL RUN UNINTERRUPTED OR ERROR-FREE
+> OR WARRANTIES ARISING FROM CUSTOM OF TRADE OR COURSE OF USAGE. THE ENTIRE RISK
+> ASSOCIATED WITH THE USE OF THE LICENSED SOFTWARE IS ASSUMED BY YOU INCLUDING,
+> WITHOUT LIMITATION, PERFORMANCE AND INTEROPERABILITY ISSUES THAT MAY ADVERSELY
+> AFFECT YOUR EXPERIENCE AND THE STABILITY OF YOUR COMPUTING SYSTEM; AND
+> (C) OTHER EXPERIENCES RESULTING IN ADVERSE EFFECTS, INCLUDING, BUT NOT
+> LIMITED, TO DATA CORRUPTION OR LOSS. AMD WILL NOT, UNDER ANY CIRCUMSTANCES BE
+> LIABLE TO YOU FOR ANY PUNITIVE, DIRECT, INCIDENTAL, INDIRECT, SPECIAL OR
+> CONSEQUENTIAL DAMAGES INCLUDING LOSS OF USE, PROFITS, OR DATA ARISING FROM USE
+> OF THE LICENSED SOFTWARE EVEN IF AMD AND ITS LICENSORS HAVE BEEN ADVISED OF
+> THE POSSIBILITY OF SUCH DAMAGES.
+>
+> The Licensed Software including all Intellectual Property Rights therein is
+> and remains the sole and exclusive property of AMD or its licensors, and You
+> shall have no right, title or interest therein except as expressly set forth
+> above or as required by law.
diff --git a/Documentation/soc/amd/index.md b/Documentation/soc/amd/index.md
index d6f31c88ca95..80413b09375d 100644
--- a/Documentation/soc/amd/index.md
+++ b/Documentation/soc/amd/index.md
@@ -7,3 +7,6 @@ This section contains documentation about coreboot on specific AMD SOCs.
- [Family 15h](family15h.md)
- [Family 17h](family17h.md)
+## amd_blobs Repository License
+
+- [amd_blobs](amdblobs_license.md)