summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature')
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/PreserveMailbox.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/PreserveMailbox.h71
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuApm.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuApm.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuC6State.c71
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuC6State.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheFlushOnHalt.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheInit.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheInit.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCdit.c71
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCoreLeveling.c71
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCpb.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCpb.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCrat.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCrat.h71
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuDmi.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatureLeveling.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHtc.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHtc.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHwC1e.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHwC1e.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuIoCstate.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuIoCstate.h71
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuL3Features.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuL3Features.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuLowPwrPstate.c71
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuLowPwrPstate.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuMsgBasedC1e.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuMsgBasedC1e.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPsi.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPsi.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateGather.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateHpcMode.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateHpcMode.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateLeveling.c71
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateTables.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateTables.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSlit.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSrat.c71
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSwC1e.c75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSwC1e.h75
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuWhea.c71
44 files changed, 1036 insertions, 2224 deletions
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/PreserveMailbox.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/PreserveMailbox.c
index b728c6d..0c440ca 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/PreserveMailbox.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/PreserveMailbox.c
@@ -16,57 +16,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/PreserveMailbox.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/PreserveMailbox.h
index 5debbd5..a4af7ad 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/PreserveMailbox.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/PreserveMailbox.h
@@ -16,57 +16,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * All rights reserved.
*
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
+ * 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 Advanced Micro Devices, Inc. nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuApm.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuApm.c
index da34905..b585af3 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuApm.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuApm.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuApm.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuApm.h
index 7fd1814..4aad695 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuApm.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuApm.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuC6State.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuC6State.c
index 0e55e48..6447a68 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuC6State.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuC6State.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * All rights reserved.
*
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
+ * 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 Advanced Micro Devices, Inc. nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuC6State.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuC6State.h
index 68a61b9..c6a6179 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuC6State.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuC6State.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheFlushOnHalt.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheFlushOnHalt.c
index 3f95f52..c99c757 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheFlushOnHalt.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheFlushOnHalt.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*----------------------------------------------------------------------------
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheInit.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheInit.c
index 3c37dd5..fcd7bf4 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheInit.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheInit.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheInit.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheInit.h
index 6e72bee..f10a6af 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheInit.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCacheInit.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCdit.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCdit.c
index 62129a7..67ae390 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCdit.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCdit.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * All rights reserved.
*
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
+ * 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 Advanced Micro Devices, Inc. nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCoreLeveling.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCoreLeveling.c
index 04d34a8..bee26ad 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCoreLeveling.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCoreLeveling.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * All rights reserved.
*
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
+ * 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 Advanced Micro Devices, Inc. nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*----------------------------------------------------------------------------
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCpb.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCpb.c
index 9fb1c13..e792a8c 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCpb.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCpb.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCpb.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCpb.h
index b06bca4..a39cbb4 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCpb.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCpb.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCrat.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCrat.c
index 5a9de7c..945aee1 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCrat.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCrat.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
***************************************************************************/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCrat.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCrat.h
index a699694..2ca9459 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCrat.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuCrat.h
@@ -14,57 +14,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * All rights reserved.
*
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
+ * 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 Advanced Micro Devices, Inc. nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuDmi.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuDmi.c
index 2e7d905..2d62f83 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuDmi.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuDmi.c
@@ -14,57 +14,30 @@
*/
/*****************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatureLeveling.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatureLeveling.c
index 4038181..bc09434 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatureLeveling.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatureLeveling.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*----------------------------------------------------------------------------
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.c
index 1aee1c8..1e9c266 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.c
@@ -13,57 +13,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.h
index 4c18809..f666153 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.h
@@ -16,57 +16,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHtc.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHtc.c
index 6ad6cbd..d772e53 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHtc.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHtc.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHtc.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHtc.h
index e021f28..3203b8f 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHtc.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHtc.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHwC1e.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHwC1e.c
index e06944f..6786725 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHwC1e.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHwC1e.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHwC1e.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHwC1e.h
index 4888e42..77a525d 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHwC1e.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuHwC1e.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuIoCstate.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuIoCstate.c
index ea54604..196ac10 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuIoCstate.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuIoCstate.c
@@ -14,57 +14,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuIoCstate.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuIoCstate.h
index 09ad226..998b6b8 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuIoCstate.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuIoCstate.h
@@ -14,57 +14,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * All rights reserved.
*
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
+ * 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 Advanced Micro Devices, Inc. nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuL3Features.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuL3Features.c
index 7f680ae..963deb3 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuL3Features.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuL3Features.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuL3Features.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuL3Features.h
index e0290a2..5223900 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuL3Features.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuL3Features.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuLowPwrPstate.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuLowPwrPstate.c
index c70a448..154f913 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuLowPwrPstate.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuLowPwrPstate.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * All rights reserved.
*
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
+ * 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 Advanced Micro Devices, Inc. nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuLowPwrPstate.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuLowPwrPstate.h
index 77a3dd4..0ba0bb6 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuLowPwrPstate.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuLowPwrPstate.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuMsgBasedC1e.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuMsgBasedC1e.c
index 0b7c272..24cb8f4 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuMsgBasedC1e.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuMsgBasedC1e.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuMsgBasedC1e.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuMsgBasedC1e.h
index 40128fa..a5aac1e 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuMsgBasedC1e.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuMsgBasedC1e.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPsi.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPsi.c
index 24c907e..f095f4e 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPsi.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPsi.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPsi.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPsi.h
index ca94466..905ed64 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPsi.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPsi.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateGather.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateGather.c
index f28c853..bbdf216 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateGather.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateGather.c
@@ -14,57 +14,30 @@
*/
/*****************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateHpcMode.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateHpcMode.c
index 90956ce..bad1ef8 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateHpcMode.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateHpcMode.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateHpcMode.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateHpcMode.h
index 8995398..52cb395 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateHpcMode.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateHpcMode.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateLeveling.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateLeveling.c
index 76565a6..5eb55d8 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateLeveling.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateLeveling.c
@@ -14,57 +14,30 @@
*/
/*****************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * All rights reserved.
*
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
+ * 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 Advanced Micro Devices, Inc. nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*----------------------------------------------------------------------------
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateTables.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateTables.c
index 4776b13..ac817cb 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateTables.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateTables.c
@@ -14,57 +14,30 @@
*/
/*****************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateTables.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateTables.h
index 09120fa..b75ea3e 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateTables.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuPstateTables.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSlit.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSlit.c
index e26487d..67eaca1 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSlit.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSlit.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSrat.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSrat.c
index 6d87fbe..dcd3d71 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSrat.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSrat.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * All rights reserved.
*
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
+ * 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 Advanced Micro Devices, Inc. nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * 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 ADVANCED MICRO DEVICES, INC. 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.
***************************************************************************/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSwC1e.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSwC1e.c
index 87cd3b1..4bc2dde 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSwC1e.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSwC1e.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSwC1e.h b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSwC1e.h
index 1316f7d..a7806a0 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSwC1e.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuSwC1e.h
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
- *
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
- *
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * 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 Advanced Micro Devices, Inc. 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuWhea.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuWhea.c
index c2bb6aa..1275d8d 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuWhea.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuWhea.c
@@ -15,57 +15,30 @@
/*
******************************************************************************
*
- * Copyright 2008 - 2012 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
+ * All rights reserved.
*
- * AMD is granting you permission to use this software (the Materials)
- * pursuant to the terms and conditions of your Software License Agreement
- * with AMD. This header does *NOT* give you permission to use the Materials
- * or any rights under AMD's intellectual property. Your use of any portion
- * of these Materials shall constitute your acceptance of those terms and
- * conditions. If you do not agree to the terms and conditions of the Software
- * License Agreement, please do not use any portion of these Materials.
+ * 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 Advanced Micro Devices, Inc. nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
- * CONFIDENTIALITY: The Materials and all other information, identified as
- * confidential and provided to you by AMD shall be kept confidential in
- * accordance with the terms and conditions of the Software License Agreement.
- *
- * LIMITATION OF LIABILITY: THE MATERIALS AND ANY OTHER RELATED INFORMATION
- * PROVIDED TO YOU BY AMD ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
- * MERCHANTABILITY, NONINFRINGEMENT, TITLE, FITNESS FOR ANY PARTICULAR PURPOSE,
- * OR WARRANTIES ARISING FROM CONDUCT, COURSE OF DEALING, OR USAGE OF TRADE.
- * IN NO EVENT SHALL AMD OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES WHATSOEVER
- * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
- * INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF AMD'S NEGLIGENCE,
- * GROSS NEGLIGENCE, THE USE OF OR INABILITY TO USE THE MATERIALS OR ANY OTHER
- * RELATED INFORMATION PROVIDED TO YOU BY AMD, EVEN IF AMD HAS BEEN ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
- * EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES,
- * THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
- *
- * AMD does not assume any responsibility for any errors which may appear in
- * the Materials or any other related information provided to you by AMD, or
- * result from use of the Materials or any related information.
- *
- * You agree that you will not reverse engineer or decompile the Materials.
- *
- * NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any
- * further information, software, technical information, know-how, or show-how
- * available to you. Additionally, AMD retains the right to modify the
- * Materials at any time, without notice, and is not obligated to provide such
- * modified Materials to you.
- *
- * U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials are provided with
- * "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is
- * subject to the restrictions as set forth in FAR 52.227-14 and
- * DFAR252.227-7013, et seq., or its successor. Use of the Materials by the
- * Government constitutes acknowledgement of AMD's proprietary rights in them.
- *
- * EXPORT ASSURANCE: You agree and certify that neither the Materials, nor any
- * direct product thereof will be exported directly or indirectly, into any
- * country prohibited by the United States Export Administration Act and the
- * regulations thereunder, without the required authorization from the U.S.
- * government nor will be used for any purpose prohibited by the same.
+ * 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 ADVANCED MICRO DEVICES, INC. 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.
******************************************************************************
*/
OpenPOWER on IntegriCloud