Cc: Rebecca Cran <rebe...@bsdio.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Jayaprakash N <n.jayaprak...@intel.com> Signed-off-by: Ajay Kadapathri <ajay.kadapat...@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 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#101760): https://edk2.groups.io/g/devel/message/101760 Mute This Topic: https://groups.io/mt/97819395/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-