mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
ArmPlatformPkg: Fix Ecc error 8001
This patch fixes the following Ecc reported error: File header doesn't exist File header comment missing the ""Copyright"" Even though a copyright is present in the header file, the leading '*' char prevents the Ecc tool from detecting it. According to the edk2 coding specifcation, section 5.2.3 "File Heading", there should not be leading '*' char. Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
3c13938079
commit
5a5440d0dc
@ -1,10 +1,10 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
||||||
* Copyright (c) 2016, Linaro Limited. All rights reserved.
|
Copyright (c) 2016, Linaro Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2012, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2012, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2013, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2013, ARM Limited. All rights reserved.
|
||||||
* Copyright (c) 2018, Linaro Limited. All rights reserved.
|
Copyright (c) 2018, Linaro Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2012, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2012, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2013, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2013, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef _ARMPLATFORMLIB_H_
|
#ifndef _ARMPLATFORMLIB_H_
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright 2018 NXP
|
Copyright 2018 NXP
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __PL011UARTCLOCKLIB_H__
|
#ifndef __PL011UARTCLOCKLIB_H__
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2016, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2016, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __PL011_UART_LIB_H__
|
#ifndef __PL011_UART_LIB_H__
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2012, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2012, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <Library/ArmLib.h>
|
#include <Library/ArmLib.h>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011, ARM Limited. All rights reserved.
|
Copyright (c) 2011, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <Library/ArmPlatformLib.h>
|
#include <Library/ArmPlatformLib.h>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright 2018 NXP
|
Copyright 2018 NXP
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <Base.h>
|
#include <Base.h>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2016, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2016, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __PL011_UART_H__
|
#ifndef __PL011_UART_H__
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.
|
Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011, ARM Limited. All rights reserved.
|
Copyright (c) 2011, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <PiPei.h>
|
#include <PiPei.h>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2015, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2015, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <PiPei.h>
|
#include <PiPei.h>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011, ARM Limited. All rights reserved.
|
Copyright (c) 2011, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <PiPei.h>
|
#include <PiPei.h>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2014, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2014, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <PiPei.h>
|
#include <PiPei.h>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011, ARM Limited. All rights reserved.
|
Copyright (c) 2011, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <PiPei.h>
|
#include <PiPei.h>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/** @file
|
/** @file
|
||||||
* Main file supporting the transition to PEI Core in Normal World for Versatile Express
|
Main file supporting the transition to PEI Core in Normal World for Versatile Express
|
||||||
*
|
|
||||||
* Copyright (c) 2012-2013, ARM Limited. All rights reserved.
|
Copyright (c) 2012-2013, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <Library/PrintLib.h>
|
#include <Library/PrintLib.h>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/** @file
|
/** @file
|
||||||
* Main file supporting the transition to PEI Core in Normal World for Versatile Express
|
Main file supporting the transition to PEI Core in Normal World for Versatile Express
|
||||||
*
|
|
||||||
* Copyright (c) 2012, ARM Limited. All rights reserved.
|
Copyright (c) 2012, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <Library/PrintLib.h>
|
#include <Library/PrintLib.h>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2014, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2014, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <Library/ArmGicLib.h>
|
#include <Library/ArmGicLib.h>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2012, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2012, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "PrePeiCore.h"
|
#include "PrePeiCore.h"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/** @file
|
/** @file
|
||||||
* Main file supporting the transition to PEI Core in Normal World for Versatile Express
|
Main file supporting the transition to PEI Core in Normal World for Versatile Express
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2014, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2014, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <Library/BaseLib.h>
|
#include <Library/BaseLib.h>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/** @file
|
/** @file
|
||||||
* Main file supporting the transition to PEI Core in Normal World for Versatile Express
|
Main file supporting the transition to PEI Core in Normal World for Versatile Express
|
||||||
*
|
|
||||||
* Copyright (c) 2011, ARM Limited. All rights reserved.
|
Copyright (c) 2011, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
#ifndef __PREPEICORE_H_
|
#ifndef __PREPEICORE_H_
|
||||||
#define __PREPEICORE_H_
|
#define __PREPEICORE_H_
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2017, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2017, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "PrePi.h"
|
#include "PrePi.h"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011 - 2013, ARM Limited. All rights reserved.
|
Copyright (c) 2011 - 2013, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "PrePi.h"
|
#include "PrePi.h"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2014, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2014, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "PrePi.h"
|
#include "PrePi.h"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011, ARM Limited. All rights reserved.
|
Copyright (c) 2011, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "PrePi.h"
|
#include "PrePi.h"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011-2017, ARM Limited. All rights reserved.
|
Copyright (c) 2011-2017, ARM Limited. All rights reserved.
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <PiPei.h>
|
#include <PiPei.h>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
*
|
|
||||||
* Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef _PREPI_H_
|
#ifndef _PREPI_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user