public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ajay Kadapathri" <ajay.kadapathri@intel.com>
To: "Kinney, Michael D" <michael.d.kinney@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Rebecca Cran <rebecca@bsdio.com>,
	"Jayaprakash, N" <n.jayaprakash@intel.com>
Subject: Re: [edk2-libc Patch 2/2] Added file header with copyright and license.
Date: Mon, 27 Mar 2023 04:57:55 +0000	[thread overview]
Message-ID: <DM8PR11MB5655C230FB4FD3F8F389BD15EB8B9@DM8PR11MB5655.namprd11.prod.outlook.com> (raw)
In-Reply-To: <CO1PR11MB492940D7E9B26B7D0E5D414BD2849@CO1PR11MB4929.namprd11.prod.outlook.com>

Sure I will do.

Thanks,
Ajay

-----Original Message-----
From: Kinney, Michael D <michael.d.kinney@intel.com> 
Sent: Friday, March 24, 2023 8:54 PM
To: Kadapathri, Ajay <ajay.kadapathri@intel.com>; devel@edk2.groups.io
Cc: Rebecca Cran <rebecca@bsdio.com>; Jayaprakash, N <n.jayaprakash@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>
Subject: RE: [edk2-libc Patch 2/2] Added file header with copyright and license.

Can you combine with this patch #1?

Thanks,

Mike

> -----Original Message-----
> From: Kadapathri, Ajay <ajay.kadapathri@intel.com>
> Sent: Friday, March 24, 2023 1:27 AM
> To: devel@edk2.groups.io
> Cc: Rebecca Cran <rebecca@bsdio.com>; Kinney, Michael D 
> <michael.d.kinney@intel.com>; Jayaprakash, N <n.jayaprakash@intel.com>
> Subject: [edk2-libc Patch 2/2] Added file header with copyright and license.
> 
> Cc: Rebecca Cran <rebecca@bsdio.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Jayaprakash N <n.jayaprakash@intel.com>
> Signed-off-by: Ajay Kadapathri <ajay.kadapathri@intel.com>
> ---
>  .../Python-3.6.8/PyMod-3.6.8/Modules/cpu.nasm   | 17 ++++++++++++++++-
>  .../Python-3.6.8/PyMod-3.6.8/Modules/cpu_gcc.s  | 17 ++++++++++++++++-
>  .../PyMod-3.6.8/Modules/cpu_ia32.nasm           | 17 ++++++++++++++++-
>  .../PyMod-3.6.8/Modules/cpu_ia32_gcc.s          | 16 ++++++++++++++++
>  4 files changed, 64 insertions(+), 3 deletions(-)
> 
> diff --git 
> a/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu.nasm 
> b/AppPkg/Applications/Python/Python-
> 3.6.8/PyMod-3.6.8/Modules/cpu.nasm
> index 2d4f561..bd50015 100644
> --- 
> a/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu.nasm
> +++ b/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu.
> +++ nasm
> @@ -1,4 +1,19 @@
> -;TITLE   cpu.asm: Assembly code for the x64 resources
> +;--------------------------------------------------------------------
> +----------
> +;
> +; Copyright (c) 2011 - 2023, Intel Corporation. All rights 
> +reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; 
> +Module Name:
> +;
> +;   cpu.nasm
> +;
> +; Abstract:
> +;
> +;   swsmi function
> +;
> +; Notes:
> +;
> +;--------------------------------------------------------------------
> +----------
> 
>  DEFAULT REL
>  SECTION .text
> diff --git 
> a/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_gcc.
> s b/AppPkg/Applications/Python/Python-
> 3.6.8/PyMod-3.6.8/Modules/cpu_gcc.s
> index 5fc536e..5441691 100644
> --- 
> a/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_gcc.
> s
> +++ b/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_
> +++ gcc.s
> @@ -1,4 +1,19 @@
> -#  cpu_gcc.s: Assembly code for the x64 resources (GCC)
> +#--------------------------------------------------------------------
> +----------
> +#
> +# Copyright (c) 2011 - 2023, Intel Corporation. All rights 
> +reserved.<BR> # SPDX-License-Identifier: BSD-2-Clause-Patent # # 
> +Module Name:
> +#
> +#   cpu_gcc.s
> +#
> +# Abstract:
> +#
> +#   swsmi function
> +#
> +# Notes:
> +#
> +#--------------------------------------------------------------------
> +----------
> 
>  .global _swsmi
> 
> diff --git 
> a/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32
> .nasm 
> b/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32
> .nasm
> index 71e2e2c..790b923 100644
> --- 
> a/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32
> .nasm
> +++ b/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_
> +++ ia32.nasm
> @@ -1,4 +1,19 @@
> -;TITLE   cpu.asm: Assembly code for the i386 resources
> +;--------------------------------------------------------------------
> +----------
> +;
> +; Copyright (c) 2011 - 2023, Intel Corporation. All rights 
> +reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; 
> +Module Name:
> +;
> +;   cpu_ia32.nasm
> +;
> +; Abstract:
> +;
> +;   swsmi function
> +;
> +; Notes:
> +;
> +;--------------------------------------------------------------------
> +----------
> 
>  SECTION .text
> 
> diff --git 
> a/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32
> _gcc.s 
> b/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32
> _gcc.s
> index 77e307d..35e883b 100644
> --- 
> a/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_ia32
> _gcc.s
> +++ b/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Modules/cpu_
> +++ ia32_gcc.s
> @@ -1,3 +1,19 @@
> +#--------------------------------------------------------------------
> +----------
> +#
> +# Copyright (c) 2011 - 2023, Intel Corporation. All rights 
> +reserved.<BR> # SPDX-License-Identifier: BSD-2-Clause-Patent # # 
> +Module Name:
> +#
> +#   cpu_ia32_gcc.s
> +#
> +# Abstract:
> +#
> +#   swsmi function
> +#
> +# Notes:
> +#
> +#--------------------------------------------------------------------
> +----------
> 
>  .global _swsmi
> 
> --
> 2.39.1.windows.1


      reply	other threads:[~2023-03-27  4:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24  8:26 [edk2-libc Patch 0/2] Python/Python3.6.8: migration of edk2module from chipsec repo Ajay Kadapathri
2023-03-24  8:26 ` [edk2-libc Patch 1/2] " Ajay Kadapathri
2023-03-24  8:26 ` [edk2-libc Patch 2/2] Added file header with copyright and license Ajay Kadapathri
2023-03-24 15:24   ` Michael D Kinney
2023-03-27  4:57     ` Ajay Kadapathri [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM8PR11MB5655C230FB4FD3F8F389BD15EB8B9@DM8PR11MB5655.namprd11.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox