[edk2-devel] [PATCH 0/2] Support 64bit FspResetType in X64 build.

Chiu, Chasel posted 2 patches 1 year, 9 months ago
Failed in applying to current master (apply log)
IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c                                      | 10 +++++-----
IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.c                             |  6 +++---
IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c                                     | 10 +++++-----
IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c                                     | 15 +++++++--------
IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/X64/DispatchExecute.c                    |  5 ++++-
IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperPlatformLibSample.c |  2 +-
IntelFsp2Pkg/Include/FspEas/FspApi.h                                                      | 61 +++++++++++++++++++++++++++++++++----------------------------
IntelFsp2Pkg/Include/Library/FspCommonLib.h                                               |  2 +-
IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h                                          |  4 ++--
IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h                               |  2 +-
10 files changed, 62 insertions(+), 55 deletions(-)
[edk2-devel] [PATCH 0/2] Support 64bit FspResetType in X64 build.
Posted by Chiu, Chasel 1 year, 9 months ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3999
FspResetType will be either 32bit or 64 bit basing on
the build type

Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>

Chasel Chiu (2):
  IntelFsp2Pkg: Support 64bit FspResetType for X64 build.
  IntelFsp2WrapperPkg: Support 64bit FspResetType for X64 build.

 IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c                                      | 10 +++++-----
 IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.c                             |  6 +++---
 IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c                                     | 10 +++++-----
 IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c                                     | 15 +++++++--------
 IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/X64/DispatchExecute.c                    |  5 ++++-
 IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperPlatformLibSample.c |  2 +-
 IntelFsp2Pkg/Include/FspEas/FspApi.h                                                      | 61 +++++++++++++++++++++++++++++++++----------------------------
 IntelFsp2Pkg/Include/Library/FspCommonLib.h                                               |  2 +-
 IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h                                          |  4 ++--
 IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h                               |  2 +-
 10 files changed, 62 insertions(+), 55 deletions(-)

--
2.35.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91517): https://edk2.groups.io/g/devel/message/91517
Mute This Topic: https://groups.io/mt/92476842/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH 0/2] Support 64bit FspResetType in X64 build.
Posted by Chiu, Chasel 1 year, 9 months ago
patch series merged:
https://github.com/tianocore/edk2/commit/140446cd595cad870a0e8cef7a367bae8f09effa
https://github.com/tianocore/edk2/commit/24eac4caf31afae48349af44588a52783c1819b8

Thanks,
Chasel


> -----Original Message-----
> From: Chiu, Chasel <chasel.chiu@intel.com>
> Sent: Monday, July 18, 2022 9:42 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Zeng, Star <star.zeng@intel.com>
> Subject: [PATCH 0/2] Support 64bit FspResetType in X64 build.
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3999
> FspResetType will be either 32bit or 64 bit basing on the build type
> 
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Star Zeng <star.zeng@intel.com>
> Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
> 
> Chasel Chiu (2):
>   IntelFsp2Pkg: Support 64bit FspResetType for X64 build.
>   IntelFsp2WrapperPkg: Support 64bit FspResetType for X64 build.
> 
>  IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c
> | 10 +++++-----
>  IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.c
> |  6 +++---
>  IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c
> | 10 +++++-----
>  IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c
> | 15 +++++++--------
>  IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/X64/DispatchExecute.c
> |  5 ++++-
> 
> IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperP
> latformLibSample.c |  2 +-
>  IntelFsp2Pkg/Include/FspEas/FspApi.h                                                      | 61
> +++++++++++++++++++++++++++++++++----------------------------
>  IntelFsp2Pkg/Include/Library/FspCommonLib.h                                               |  2 +-
>  IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h                                          |  4 ++-
> -
>  IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h
> |  2 +-
>  10 files changed, 62 insertions(+), 55 deletions(-)
> 
> --
> 2.35.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91557): https://edk2.groups.io/g/devel/message/91557
Mute This Topic: https://groups.io/mt/92476842/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH 0/2] Support 64bit FspResetType in X64 build.
Posted by Nate DeSimone 1 year, 9 months ago
For the series...

Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

> -----Original Message-----
> From: Chiu, Chasel <chasel.chiu@intel.com>
> Sent: Monday, July 18, 2022 9:42 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Zeng, Star <star.zeng@intel.com>
> Subject: [PATCH 0/2] Support 64bit FspResetType in X64 build.
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3999
> FspResetType will be either 32bit or 64 bit basing on the build type
> 
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Star Zeng <star.zeng@intel.com>
> Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
> 
> Chasel Chiu (2):
>   IntelFsp2Pkg: Support 64bit FspResetType for X64 build.
>   IntelFsp2WrapperPkg: Support 64bit FspResetType for X64 build.
> 
>  IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c
> | 10 +++++-----
>  IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.c
> |  6 +++---
>  IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c
> | 10 +++++-----
>  IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c
> | 15 +++++++--------
> 
> IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/X64/DispatchExecute.
> c                    |  5 ++++-
> 
> IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrap
> perPlatformLibSample.c |  2 +-
>  IntelFsp2Pkg/Include/FspEas/FspApi.h                                                      | 61
> +++++++++++++++++++++++++++++++++----------------------------
>  IntelFsp2Pkg/Include/Library/FspCommonLib.h                                               |  2 +-
>  IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h                                          |  4
> ++--
>  IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h
> |  2 +-
>  10 files changed, 62 insertions(+), 55 deletions(-)
> 
> --
> 2.35.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91554): https://edk2.groups.io/g/devel/message/91554
Mute This Topic: https://groups.io/mt/92476842/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-