[edk2-devel] [edk2-test PATCHv3 5/5] SctPkg: Remove trailing whitespace

Abner Chang abner.chang at hpe.com
Thu Mar 4 07:51:58 UTC 2021


Reviewed-by: Abner Chang <abner.chang at hpe.com>

> -----Original Message-----
> From: Schaefer, Daniel
> Sent: Thursday, March 4, 2021 11:21 AM
> To: devel at edk2.groups.io
> Cc: G Edhaya Chandran <Edhaya.Chandran at arm.com>; Barton Gao
> <gaojie at byosoft.com.cn>; Samer El-Haj-Mahmoud <Samer.El-Haj-
> Mahmoud at arm.com>; Eric Jin <eric.jin at intel.com>; Arvin Chen
> <arvinx.chen at intel.com>; Leif Lindholm <leif at nuviainc.com>; Heinrich
> Schuchardt <xypron.glpk at gmx.de>; Chang, Abner (HPS SW/FW Technologist)
> <abner.chang at hpe.com>
> Subject: [edk2-test PATCHv3 5/5] SctPkg: Remove trailing whitespace
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3042
> 
> Cc: G Edhaya Chandran <Edhaya.Chandran at arm.com>
> Cc: Barton Gao <gaojie at byosoft.com.cn>
> Cc: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud at arm.com>
> Cc: Eric Jin <eric.jin at intel.com>
> Cc: Arvin Chen <arvinx.chen at intel.com>
> Cc: Leif Lindholm <leif at nuviainc.com>
> Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Cc: Abner Chang <abner.chang at hpe.com>
> Reviewed-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud at arm.com>
> Reviewed-by: G Edhaya Chandran <Edhaya.Chandran at arm.com>
> Signed-off-by: Daniel Schaefer <daniel.schaefer at hpe.com>
> ---
>  uefi-sct/SctPkg/Library/SctLib/Aarch64/SctLibPlat.h
> | 4 ++--
>  uefi-sct/SctPkg/Library/SctLib/Aarch64/initplat.c
> | 6 +++---
>  uefi-sct/SctPkg/Library/SctLib/Riscv64/SctLibPlat.h
> | 4 ++--
>  uefi-sct/SctPkg/Library/SctLib/Riscv64/initplat.c
> | 6 +++---
>  uefi-sct/SctPkg/SCRT/SCRTApp/Aarch64/GoVirtual.S
> | 6 +++---
>  uefi-sct/SctPkg/SCRT/SCRTApp/Aarch64/VirtualMemory.c
> | 6 +++---
>  uefi-sct/SctPkg/SCRT/SCRTApp/Riscv64/GoVirtual.S
> | 6 +++---
>  uefi-sct/SctPkg/SCRT/SCRTApp/Riscv64/VirtualMemory.c
> | 6 +++---
>  uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Debug.c
> | 8 ++++----
>  uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Dump.c
> | 8 ++++----
>  uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Io.c
> | 8 ++++----
>  uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Io.h
> | 8 ++++----
>  uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Debug.c
> | 6 +++---
>  uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Dump.c
> | 8 ++++----
>  uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Io.c
> | 8 ++++----
>  uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/DebugSupportBBTestCacheFunction.c             | 6 +++---
>  uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/DebugSupportBBTestExceptionCallbackFunction.c | 7 +++----
>  uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/PlatformIsa.c                                 | 6 +++---
>  uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /DebugSupportBBTestCacheFunction.c             | 6 +++---
>  uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /DebugSupportBBTestExceptionCallbackFunction.c | 6 +++---
>  uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /PlatformIsa.c                                 | 6 +++---
>  uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Aarch64/EntsLib
> Plat.h                                         | 6 +++---
>  uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Aarch64/InitPlat
> .c                                            | 6 +++---
>  uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Riscv64/EntsLib
> Plat.h                                         | 6 +++---
>  uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Riscv64/InitPlat.
> c                                            | 6 +++---
>  25 files changed, 79 insertions(+), 80 deletions(-)
> 
> diff --git a/uefi-sct/SctPkg/Library/SctLib/Aarch64/SctLibPlat.h b/uefi-
> sct/SctPkg/Library/SctLib/Aarch64/SctLibPlat.h
> index ee7c656b..b7832e18 100644
> --- a/uefi-sct/SctPkg/Library/SctLib/Aarch64/SctLibPlat.h
> +++ b/uefi-sct/SctPkg/Library/SctLib/Aarch64/SctLibPlat.h
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> 
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-sct/SctPkg/Library/SctLib/Aarch64/initplat.c b/uefi-
> sct/SctPkg/Library/SctLib/Aarch64/initplat.c
> index a48bb2f3..1c247c91 100644
> --- a/uefi-sct/SctPkg/Library/SctLib/Aarch64/initplat.c
> +++ b/uefi-sct/SctPkg/Library/SctLib/Aarch64/initplat.c
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-sct/SctPkg/Library/SctLib/Riscv64/SctLibPlat.h b/uefi-
> sct/SctPkg/Library/SctLib/Riscv64/SctLibPlat.h
> index 69e7f904..5d527ac2 100644
> --- a/uefi-sct/SctPkg/Library/SctLib/Riscv64/SctLibPlat.h
> +++ b/uefi-sct/SctPkg/Library/SctLib/Riscv64/SctLibPlat.h
> @@ -6,12 +6,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> 
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-sct/SctPkg/Library/SctLib/Riscv64/initplat.c b/uefi-
> sct/SctPkg/Library/SctLib/Riscv64/initplat.c
> index a48bb2f3..1c247c91 100644
> --- a/uefi-sct/SctPkg/Library/SctLib/Riscv64/initplat.c
> +++ b/uefi-sct/SctPkg/Library/SctLib/Riscv64/initplat.c
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTApp/Aarch64/GoVirtual.S b/uefi-
> sct/SctPkg/SCRT/SCRTApp/Aarch64/GoVirtual.S
> index d223b36b..a2d7ed71 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTApp/Aarch64/GoVirtual.S
> +++ b/uefi-sct/SctPkg/SCRT/SCRTApp/Aarch64/GoVirtual.S
> @@ -5,12 +5,12 @@
>  #
> 
>  #  This program and the accompanying materials
> 
>  #  are licensed and made available under the terms and conditions of the
> BSD License
> 
> -#  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +#  which accompanies this distribution.  The full text of the license may be
> found at
> 
>  #  http://opensource.org/licenses/bsd-license.php
> 
> -#
> 
> +#
> 
>  #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>  #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -#
> 
> +#
> 
>  ##
> 
>  #
> 
>  #
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTApp/Aarch64/VirtualMemory.c b/uefi-
> sct/SctPkg/SCRT/SCRTApp/Aarch64/VirtualMemory.c
> index 397b3514..3edf277e 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTApp/Aarch64/VirtualMemory.c
> +++ b/uefi-sct/SctPkg/SCRT/SCRTApp/Aarch64/VirtualMemory.c
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTApp/Riscv64/GoVirtual.S b/uefi-
> sct/SctPkg/SCRT/SCRTApp/Riscv64/GoVirtual.S
> index ae33da18..6b727d6e 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTApp/Riscv64/GoVirtual.S
> +++ b/uefi-sct/SctPkg/SCRT/SCRTApp/Riscv64/GoVirtual.S
> @@ -6,12 +6,12 @@
>  #
> 
>  #  This program and the accompanying materials
> 
>  #  are licensed and made available under the terms and conditions of the
> BSD License
> 
> -#  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +#  which accompanies this distribution.  The full text of the license may be
> found at
> 
>  #  http://opensource.org/licenses/bsd-license.php
> 
> -#
> 
> +#
> 
>  #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>  #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -#
> 
> +#
> 
>  ##
> 
>  #
> 
>  #
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTApp/Riscv64/VirtualMemory.c b/uefi-
> sct/SctPkg/SCRT/SCRTApp/Riscv64/VirtualMemory.c
> index 00b59594..c85ea27b 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTApp/Riscv64/VirtualMemory.c
> +++ b/uefi-sct/SctPkg/SCRT/SCRTApp/Riscv64/VirtualMemory.c
> @@ -6,12 +6,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Debug.c b/uefi-
> sct/SctPkg/SCRT/SCRTDriver/Aarch64/Debug.c
> index 6161d596..122e3531 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Debug.c
> +++ b/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Debug.c
> @@ -1,16 +1,16 @@
>  /** @file
> 
> 
> 
>    Copyright 2006 - 2012 Unified EFI, Inc.<BR>
> 
> -  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> +  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
> 
> 
>  /*++
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Dump.c b/uefi-
> sct/SctPkg/SCRT/SCRTDriver/Aarch64/Dump.c
> index cc8d9869..cb9771b1 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Dump.c
> +++ b/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Dump.c
> @@ -1,16 +1,16 @@
>  /** @file
> 
> 
> 
>    Copyright 2006 - 2012 Unified EFI, Inc.<BR>
> 
> -  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> +  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
> 
> 
>  /*++
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Io.c b/uefi-
> sct/SctPkg/SCRT/SCRTDriver/Aarch64/Io.c
> index b925e151..e215d723 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Io.c
> +++ b/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Io.c
> @@ -1,16 +1,16 @@
>  /** @file
> 
> 
> 
>    Copyright 2006 - 2012 Unified EFI, Inc.<BR>
> 
> -  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> +  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found a
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
> 
> 
>  /*++
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Io.h b/uefi-
> sct/SctPkg/SCRT/SCRTDriver/Aarch64/Io.h
> index 1e78b3e4..10ab372a 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Io.h
> +++ b/uefi-sct/SctPkg/SCRT/SCRTDriver/Aarch64/Io.h
> @@ -1,16 +1,16 @@
>  /** @file
> 
> 
> 
>    Copyright 2006 - 2012 Unified EFI, Inc.<BR>
> 
> -  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> +  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
> 
> 
>  /*++
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Debug.c b/uefi-
> sct/SctPkg/SCRT/SCRTDriver/Riscv64/Debug.c
> index 2991935a..b3e13f63 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Debug.c
> +++ b/uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Debug.c
> @@ -6,12 +6,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
> 
> 
>  /*++
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Dump.c b/uefi-
> sct/SctPkg/SCRT/SCRTDriver/Riscv64/Dump.c
> index cc8d9869..cb9771b1 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Dump.c
> +++ b/uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Dump.c
> @@ -1,16 +1,16 @@
>  /** @file
> 
> 
> 
>    Copyright 2006 - 2012 Unified EFI, Inc.<BR>
> 
> -  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> +  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
> 
> 
>  /*++
> 
> diff --git a/uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Io.c b/uefi-
> sct/SctPkg/SCRT/SCRTDriver/Riscv64/Io.c
> index 255cb9a6..13cd0bc6 100644
> --- a/uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Io.c
> +++ b/uefi-sct/SctPkg/SCRT/SCRTDriver/Riscv64/Io.c
> @@ -1,17 +1,17 @@
>  /** @file
> 
> 
> 
>    Copyright 2006 - 2012 Unified EFI, Inc.<BR>
> 
> -  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
> +  Copyright (c) 2011 - 2012 ARM Ltd. All rights reserved.<BR>
> 
>    (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
> 
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found a
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
> 
> 
>  /*++
> 
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/DebugSupportBBTestCacheFunction.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/DebugSupportBBTestCacheFunction.c
> index 96ee7b57..6b54a25f 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/DebugSupportBBTestCacheFunction.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/DebugSupportBBTestCacheFunction.c
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/DebugSupportBBTestExceptionCallbackFunction.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/DebugSupportBBTestExceptionCallbackFunction.c
> index c27c0c0c..ab09a19a 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/DebugSupportBBTestExceptionCallbackFunction.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/DebugSupportBBTestExceptionCallbackFunction.c
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found a
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> @@ -273,4 +273,3 @@ BBTestRegisterExceptionCallbackFunctionManualTest
> (
> 
> 
>    return EFI_SUCCESS;
> 
>  }
> 
> -
> 
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/PlatformIsa.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/PlatformIsa.c
> index 8334f601..3178fb60 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/PlatformIsa.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Aarch6
> 4/PlatformIsa.c
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /DebugSupportBBTestCacheFunction.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /DebugSupportBBTestCacheFunction.c
> index 96ee7b57..6b54a25f 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /DebugSupportBBTestCacheFunction.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /DebugSupportBBTestCacheFunction.c
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /DebugSupportBBTestExceptionCallbackFunction.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /DebugSupportBBTestExceptionCallbackFunction.c
> index c6e72806..6338008e 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /DebugSupportBBTestExceptionCallbackFunction.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /DebugSupportBBTestExceptionCallbackFunction.c
> @@ -6,12 +6,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found a
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /PlatformIsa.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /PlatformIsa.c
> index 8b23d91b..d91f520e 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /PlatformIsa.c
> +++ b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/DebugSupport/BlackBoxTest/Riscv64
> /PlatformIsa.c
> @@ -6,12 +6,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found at
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Aarch64/EntsLib
> Plat.h b/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Aarch64/EntsLib
> Plat.h
> index ff781aee..91839324 100644
> --- a/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Aarch64/EntsLib
> Plat.h
> +++ b/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Aarch64/EntsLib
> Plat.h
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found a
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Aarch64/InitPlat
> .c b/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Aarch64/InitPlat
> .c
> index 70a509a4..b255e811 100644
> --- a/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Aarch64/InitPlat
> .c
> +++ b/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Aarch64/InitPlat
> .c
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found a
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Riscv64/EntsLib
> Plat.h b/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Riscv64/EntsLib
> Plat.h
> index 144f812a..1dcd458e 100644
> --- a/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Riscv64/EntsLib
> Plat.h
> +++ b/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Riscv64/EntsLib
> Plat.h
> @@ -6,12 +6,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found a
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> diff --git a/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Riscv64/InitPlat.
> c b/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Riscv64/InitPlat.
> c
> index 70a509a4..b255e811 100644
> --- a/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Riscv64/InitPlat.
> c
> +++ b/uefi-
> sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/EasLib/Riscv64/InitPlat.
> c
> @@ -5,12 +5,12 @@
> 
> 
>    This program and the accompanying materials
> 
>    are licensed and made available under the terms and conditions of the BSD
> License
> 
> -  which accompanies this distribution.  The full text of the license may be
> found at
> 
> +  which accompanies this distribution.  The full text of the license may be
> found a
> 
>    http://opensource.org/licenses/bsd-license.php
> 
> -
> 
> +
> 
>    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS"
> BASIS,
> 
>    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER
> EXPRESS OR IMPLIED.
> 
> -
> 
> +
> 
>  **/
> 
>  /*++
> 
> 
> 
> --
> 2.30.0



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#72429): https://edk2.groups.io/g/devel/message/72429
Mute This Topic: https://groups.io/mt/81069869/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-






More information about the edk2-devel-archive mailing list