From 641f00ce643fe661de494d3c29118f836664a02d Mon Sep 17 00:00:00 2001 From: Siyuan Wang Date: Sat, 8 Jun 2013 11:50:55 +0800 Subject: fam15 vendorcode: Change license to BSD from AMD software license fam15 vendorcode (src/vendorcode/amd/agesa/f15tn) was licensed under the AMD software license agreement. Change this license to 3-clause BSD. Change-Id: I7cab09bb58ef7cd24602628e2278672d577214a2 Signed-off-by: Siyuan Wang Signed-off-by: Siyuan Wang Reviewed-on: http://review.coreboot.org/3414 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- .../Proc/GNB/Modules/GnbInitTN/GfxEnvInitTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GfxGmcInitTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GfxGmcInitTN.h | 75 +++++++--------------- .../Modules/GnbInitTN/GfxIntegratedInfoTableTN.c | 75 +++++++--------------- .../f15tn/Proc/GNB/Modules/GnbInitTN/GfxLibTN.c | 75 +++++++--------------- .../f15tn/Proc/GNB/Modules/GnbInitTN/GfxLibTN.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GfxMidInitTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GfxPostInitTN.c | 75 +++++++--------------- .../f15tn/Proc/GNB/Modules/GnbInitTN/GfxTablesTN.c | 75 +++++++--------------- .../GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.c | 75 +++++++--------------- .../GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbCacWeightsTN.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbEarlyInitTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbEnvInitTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbFuseTableTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbFuseTableTN.h | 75 +++++++--------------- .../f15tn/Proc/GNB/Modules/GnbInitTN/GnbInitTN.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbInitTNInstall.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbIommuIvrsTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbMidInitTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbPostInitTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbRegisterAccTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbRegisterAccTN.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/GnbSmuFirmwareTN.h | 75 +++++++--------------- .../f15tn/Proc/GNB/Modules/GnbInitTN/GnbTablesTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFM2.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFS1.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieAlibTNFM2.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieAlibTNFM2.esl | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieAlibTNFS1.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieComplexDataTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieComplexDataTN.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieConfigTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieEarlyInitTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieEnvInitTN.c | 75 +++++++--------------- .../f15tn/Proc/GNB/Modules/GnbInitTN/PcieLibTN.c | 75 +++++++--------------- .../f15tn/Proc/GNB/Modules/GnbInitTN/PcieLibTN.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieMidInitTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PciePostInitTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PciePowerGateTN.c | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PciePowerGateTN.h | 75 +++++++--------------- .../Proc/GNB/Modules/GnbInitTN/PcieTablesTN.c | 75 +++++++--------------- 42 files changed, 1008 insertions(+), 2142 deletions(-) (limited to 'src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN') diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxEnvInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxEnvInitTN.c index 037eadd02a..f6f9d29c63 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxEnvInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxEnvInitTN.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/GNB/Modules/GnbInitTN/GfxGmcInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxGmcInitTN.c index 1cd96d3d83..3e151c1fd8 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxGmcInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxGmcInitTN.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/GNB/Modules/GnbInitTN/GfxGmcInitTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxGmcInitTN.h index 91de2f7475..5cdb77fe4c 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxGmcInitTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxGmcInitTN.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/GNB/Modules/GnbInitTN/GfxIntegratedInfoTableTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxIntegratedInfoTableTN.c index 15c0109566..29b3d67e65 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxIntegratedInfoTableTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxIntegratedInfoTableTN.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/GNB/Modules/GnbInitTN/GfxLibTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxLibTN.c index 8aace220c3..ce50a975c7 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxLibTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxLibTN.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/GNB/Modules/GnbInitTN/GfxLibTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxLibTN.h index 69dd6477eb..48b7fc9028 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxLibTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxLibTN.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/GNB/Modules/GnbInitTN/GfxMidInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxMidInitTN.c index 4e3efa5466..7e3e659600 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxMidInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxMidInitTN.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/GNB/Modules/GnbInitTN/GfxPostInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxPostInitTN.c index 36e013ef3c..efcd02fac4 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxPostInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxPostInitTN.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/GNB/Modules/GnbInitTN/GfxTablesTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxTablesTN.c index 876614e510..d8e7b1359f 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxTablesTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GfxTablesTN.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/GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.c index b8dc935f43..e556ecef2c 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.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/GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.h index 3ed7b4807f..a1f5919a68 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbBapmCoeffCalcTN.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/GNB/Modules/GnbInitTN/GnbCacWeightsTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbCacWeightsTN.h index bf17ad1601..93381e3608 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbCacWeightsTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbCacWeightsTN.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/GNB/Modules/GnbInitTN/GnbEarlyInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbEarlyInitTN.c index b3b3101072..c700a64541 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbEarlyInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbEarlyInitTN.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/GNB/Modules/GnbInitTN/GnbEnvInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbEnvInitTN.c index f98884dcf9..8e6d6efbb7 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbEnvInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbEnvInitTN.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/GNB/Modules/GnbInitTN/GnbFuseTableTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbFuseTableTN.c index c2bb8823ff..9737bd2930 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbFuseTableTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbFuseTableTN.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/GNB/Modules/GnbInitTN/GnbFuseTableTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbFuseTableTN.h index 5d6177f1e0..a2fc46fdbe 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbFuseTableTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbFuseTableTN.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/GNB/Modules/GnbInitTN/GnbInitTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbInitTN.h index 76196f1c08..67f35cf098 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbInitTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbInitTN.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/GNB/Modules/GnbInitTN/GnbInitTNInstall.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbInitTNInstall.h index e6ac431378..60558188d8 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbInitTNInstall.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbInitTNInstall.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/GNB/Modules/GnbInitTN/GnbIommuIvrsTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbIommuIvrsTN.c index 8f176d77b0..d4519b7cd4 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbIommuIvrsTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbIommuIvrsTN.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/GNB/Modules/GnbInitTN/GnbMidInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbMidInitTN.c index 626f33d3aa..1f80537e0f 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbMidInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbMidInitTN.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/GNB/Modules/GnbInitTN/GnbPostInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbPostInitTN.c index efa2af1256..4cac1cb769 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbPostInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbPostInitTN.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/GNB/Modules/GnbInitTN/GnbRegisterAccTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbRegisterAccTN.c index 8d36a1f620..f8e885cc48 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbRegisterAccTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbRegisterAccTN.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/GNB/Modules/GnbInitTN/GnbRegisterAccTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbRegisterAccTN.h index 6de5c469ae..d28c614292 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbRegisterAccTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbRegisterAccTN.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/GNB/Modules/GnbInitTN/GnbSmuFirmwareTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbSmuFirmwareTN.h index 8c44a71d89..6288370834 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbSmuFirmwareTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbSmuFirmwareTN.h @@ -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/GNB/Modules/GnbInitTN/GnbTablesTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbTablesTN.c index 75f8c9cb56..6b855ae984 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbTablesTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/GnbTablesTN.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/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFM2.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFM2.h index f3bf14af5a..69d150fb53 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFM2.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFM2.h @@ -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/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFS1.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFS1.h index e9776d0be3..fd9366678d 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFS1.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFS1.h @@ -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/GNB/Modules/GnbInitTN/PcieAlibTNFM2.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibTNFM2.c index 862909513e..fcd6fa14c0 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibTNFM2.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibTNFM2.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/GNB/Modules/GnbInitTN/PcieAlibTNFM2.esl b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibTNFM2.esl index 49bae5f302..87aaa954f5 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibTNFM2.esl +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibTNFM2.esl @@ -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/GNB/Modules/GnbInitTN/PcieAlibTNFS1.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibTNFS1.c index baa0f85ac1..bce0613790 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibTNFS1.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibTNFS1.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/GNB/Modules/GnbInitTN/PcieComplexDataTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieComplexDataTN.c index 9c55714b93..60ea236c61 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieComplexDataTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieComplexDataTN.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/GNB/Modules/GnbInitTN/PcieComplexDataTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieComplexDataTN.h index 623636cc06..eb09d8e99c 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieComplexDataTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieComplexDataTN.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/GNB/Modules/GnbInitTN/PcieConfigTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieConfigTN.c index 8d687d910a..da962d52e3 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieConfigTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieConfigTN.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/GNB/Modules/GnbInitTN/PcieEarlyInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieEarlyInitTN.c index 642f41ff89..767268e9e7 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieEarlyInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieEarlyInitTN.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/GNB/Modules/GnbInitTN/PcieEnvInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieEnvInitTN.c index f0cf287a7f..995f3c09a0 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieEnvInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieEnvInitTN.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/GNB/Modules/GnbInitTN/PcieLibTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieLibTN.c index 3d00bdb6e2..49fdff394a 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieLibTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieLibTN.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/GNB/Modules/GnbInitTN/PcieLibTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieLibTN.h index 1f65ce2ecf..7da04d5806 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieLibTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieLibTN.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/GNB/Modules/GnbInitTN/PcieMidInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieMidInitTN.c index 2a751be1b7..9be4a19fdd 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieMidInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieMidInitTN.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/GNB/Modules/GnbInitTN/PciePostInitTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PciePostInitTN.c index b30e92b437..39c3cc8b58 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PciePostInitTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PciePostInitTN.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/GNB/Modules/GnbInitTN/PciePowerGateTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PciePowerGateTN.c index 4197fd842c..50ea49753a 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PciePowerGateTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PciePowerGateTN.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/GNB/Modules/GnbInitTN/PciePowerGateTN.h b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PciePowerGateTN.h index b8d2116a96..38b8fba9b6 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PciePowerGateTN.h +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PciePowerGateTN.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/GNB/Modules/GnbInitTN/PcieTablesTN.c b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieTablesTN.c index faa2fa8f80..b1ac093ab1 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieTablesTN.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieTablesTN.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. * *************************************************************************** * */ -- cgit v1.2.3