Re: [edk2-devel] [edk2-platforms][PATCH 2/3] Platform/AMD: Update Readme.md

2024-05-23 Thread Zhai, MingXin (Duke) via groups.io
[AMD Official Use Only - AMD Internal Distribution Only] Thanks Abner for the up-stream. Looks good to me. -Original Message- From: Chang, Abner Sent: Thursday, May 23, 2024 12:12 PM To: devel@edk2.groups.io Cc: Grimes, Paul ; Attar, AbdulLateef (Abdul Lateef) ; Fu, Igniculus ; Yao,

Re: [edk2-devel] [PATCH 1/2] Platform/AMD: Add AmdSvsmLib to required DSC files

2024-04-19 Thread Zhai, MingXin (Duke) via groups.io
[AMD Official Use Only - General] Hi Thomas, Yes, I agree with your opinion, edk2-platforms should be able to build against the latest edk2 repo. That is why we plan to update VanGoghBoard to support latest EDK2, In fact we are doing QA testing. I think every change on VanGoghBoard need

[edk2-devel] [PATCH] AMD/AmdPlatformPkg: Update AMD Vangogh platform reference code

2024-03-11 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4728 1.Use HPET timer to replace 8254 timer 2.Fix Bug Microcode version cannot show correctly at BIOS setup 3.Enable capsule at linux build 4.Update FspWrapper UPD table for BIOS setup options Cc: Ken Yao Cc: Igniculus Fu Reviewed-by: Abner Chang Reviewed-by: Eric Xing

[edk2-devel] [PATCH 4/4] AMD/AmdPlatformPkg: Update FspWrapper UPD table for BIOS setup options

2024-03-11 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4728 1.Remove useless options like I2C enable 2.Add new option:SocVoltage Cc: Abner Chang Cc: Igniculus Fu Reviewed-by: Ken Yao Reviewed-by: Eric Xing Signed-off-by: Duke Zhai --- .../edk2/Fsp2WrapperPkg/Include/FspmUpd.h | 71 ++-

[edk2-devel] [PATCH 3/4] AMD/AmdPlatformPkg: Enable capsule at linux build

2024-03-11 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4720 Linux build script include capsule build. Fix winodws capsule build issue. Cc: Abner Chang Cc: Igniculus Fu Reviewed-by: Ken Yao Reviewed-by: Eric Xing Signed-off-by: Duke Zhai --- .../ChachaniBoardPkg/GenCapsule.bat | 2 +-

[edk2-devel] [PATCH 1/4] AMD/AmdPlatformPkg: Use HpetTimerDxe to replace 8254Timer.

2024-03-11 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4718 As the new EDK2 no supports 8254 timer, so used HpetTimer to replace it. Cc: Abner Chang Cc: Igniculus Fu Reviewed-by: Ken Yao Reviewed-by: Eric Xing Signed-off-by: Duke Zhai --- Platform/AMD/VanGoghBoard/ChachaniBoardPkg/Project.dsc | 2 --

[edk2-devel] [PATCH 2/4] AMD/AmdPlatformPkg: Fix Bug Microcode version cannot show correctly at BIOS setup

2024-03-11 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4719 Microcode not load correct cause BIOS setup not show microcode version, modify Microcode binary's instance to fixed this issue. Cc: Abner Chang Cc: Igniculus Fu Reviewed-by: Ken Yao Reviewed-by: Eric Xing Signed-off-by: Duke Zhai ---

[edk2-devel] [PATCH 0/4] Update Vangogh platform reference code

2024-03-11 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai 1. Use HPET timer to replace 8254 timer 2.Fix Bug Microcode version cannot show correctly at BIOS setup 3.Enable capsule at linux build 4.Update FspWrapper UPD table for BIOS setup options Duke Zhai (4): AMD/AmdPlatformPkg: Use HpetTimerDxe to replace 8254Timer.

[edk2-devel] [PATCH V3 32/32] AMD/VanGoghBoard: Check in Chachani board project files and build script

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114608): https://edk2.groups.io/g/devel/message/114608 Mute This Topic: https://groups.io/mt/103975493/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [PATCH V3 31/32] AMD/VanGoghBoard: Check in AMD SmmControlPei module

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V3 29/32] AMD/VanGoghBoard: Check in SmramSaveState module

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V3 28/32] AMD/VanGoghBoard: Check in SmmCpuFeaturesLibCommon module

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V3 26/32] AMD/VanGoghBoard: Check in Smbios platform dxe drivers

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 25/32] AMD/VanGoghBoard: Check in PlatformInitPei module

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114601): https://edk2.groups.io/g/devel/message/114601 Mute This Topic: https://groups.io/mt/103975481/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [PATCH V3 24/32] AMD/VanGoghBoard: Check in FchSpi module

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 23/32] AMD/VanGoghBoard: Check in AcpiPlatform

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 22/32] AMD/VanGoghBoard: Check in Vtf0

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V3 21/32] AMD/VanGoghBoard: Check in SignedCapsule

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 19/32] AMD/VanGoghBoard: Check in PcatRealTimeClockRuntimeDxe module

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 17/32] AMD/VanGoghBoard: Check in Smm access module

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V3 16/32] AMD/VanGoghBoard: Check in BaseTscTimerLib

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 15/32] AMD/VanGoghBoard: Check in SpiFlashDeviceLib

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V3 14/32] AMD/VanGoghBoard: Check in SmbiosLib

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 13/32] AMD/VanGoghBoard: Check in PlatformFlashAccessLib

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 12/32] AMD/VanGoghBoard: Check in AMD BaseSerialPortLib

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V3 11/32] AMD/VanGoghBoard: Check in FvbServices

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V3 10/32] AMD/VanGoghBoard: Check in FlashUpdate

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 09/32] AMD/VanGoghBoard: Check in Flash_AB

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114585): https://edk2.groups.io/g/devel/message/114585 Mute This Topic: https://groups.io/mt/103975449/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [PATCH V3 08/32] AMD/VanGoghBoard: Check in UDKFlashUpdate

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 07/32] AMD/VanGoghBoard: Check in PciPlatform

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 03/32] AMD/VanGoghBoard: Check in Capsule update

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 05/32] AMD/VanGoghBoard: Check in PlatformSecLib

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V3 06/32] AMD/VanGoghBoard: Check in AmdIdsExtLib

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 04/32] AMD/VanGoghBoard: Check in AgesaPublicPkg

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C

[edk2-devel] [PATCH V3 02/32] AMD/VanGoghBoard: Check in ACPI tables

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114578): https://edk2.groups.io/g/devel/message/114578 Mute This Topic: https://groups.io/mt/103975437/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [PATCH V3 01/32] AMD/AmdPlatformPkg: Check in AMD S3 logo

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V3 00/32] Introduce AMD Vangogh platform reference code

2024-01-26 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai In V3: Improve coding style follow edk2 C coding standard. 1.Remove macro definition extra underscores. 2.Putting some AMD copyright in the right place. In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files.

[edk2-devel] [PATCH V2 32/32] AMD/VanGoghBoard: Check in Chachani board project files and build script

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114525): https://edk2.groups.io/g/devel/message/114525 Mute This Topic: https://groups.io/mt/103971436/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [PATCH V2 31/32] AMD/VanGoghBoard: Check in AMD SmmControlPei module

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 28/32] AMD/VanGoghBoard: Check in SmmCpuFeaturesLibCommon module.

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 29/32] AMD/VanGoghBoard: Check in SmramSaveState module

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 26/32] AMD/VanGoghBoard: Check in Smbios platform dxe drivers

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 25/32] AMD/VanGoghBoard: Check in PlatformInitPei module

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114518): https://edk2.groups.io/g/devel/message/114518 Mute This Topic: https://groups.io/mt/103971418/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [PATCH V2 24/32] AMD/VanGoghBoard: Check in FchSpi module

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 23/32] AMD/VanGoghBoard: Check in AcpiPlatform

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 21/32] AMD/VanGoghBoard: Check in SignedCapsule

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 22/32] AMD/VanGoghBoard: Check in Vtf0

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 19/32] AMD/VanGoghBoard: Check in PcatRealTimeClockRuntimeDxe module

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 17/32] AMD/VanGoghBoard: Check in Smm access module

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 15/32] AMD/VanGoghBoard: Check in SpiFlashDeviceLib

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 16/32] AMD/VanGoghBoard: Check in BaseTscTimerLib

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 14/32] AMD/VanGoghBoard: Check in SmbiosLib

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 13/32] AMD/VanGoghBoard: Check in PlatformFlashAccessLib

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 12/32] AMD/VanGoghBoard: Check in AMD BaseSerialPortLib

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 11/32] AMD/VanGoghBoard: Check in FvbServices

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 10/32] AMD/VanGoghBoard: Check in FlashUpdate

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 09/32] AMD/VanGoghBoard: Check in Flash_AB

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114502): https://edk2.groups.io/g/devel/message/114502 Mute This Topic: https://groups.io/mt/103971399/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [PATCH V2 08/32] AMD/VanGoghBoard: Check in UDKFlashUpdate

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 06/32] AMD/VanGoghBoard: Check in AmdIdsExtLib

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1: A

[edk2-devel] [PATCH V2 07/32] AMD/VanGoghBoard: Check in PciPlatform

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 03/32] AMD/VanGoghBoard: Check in Capsule update

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 05/32]AMD/VanGoghBoard: Check in PlatformSecLib

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 02/32] AMD/VanGoghBoard: Check in ACPI tables

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114496): https://edk2.groups.io/g/devel/message/114496 Mute This Topic: https://groups.io/mt/103971393/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [PATCH V2 04/32] AMD/VanGoghBoard: Check in AgesaPublic pkg

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 01/32] AMD/AmdPlatformPkg: Check in AMD S3 logo

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai BZ #:4640 In V2: Improve coding style 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1:

[edk2-devel] [PATCH V2 00/32] Introduce AMD Vangogh platform reference code

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai In V2: Improve coding style. 1.Remove the leading underscore and use double underscore at trailing in C header files. 2.Remove old tianocore licenses and redundant license description. 3.Improve coding style. For example: remove space between @param. In V1: This AMD

[edk2-devel] [PATCH] AMD/VanGogh: Update VanGogh firmware binaries to UCC4126.3B30 Update firmware binaries for VanGogh B0 processors to UCC4126.3B30

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
From: Duke Zhai Signed-off-by: Duke Zhai Cc: Eric Xing Cc: Ken Yao Cc: Igniculus Fu Cc: Abner Chang --- Silicon/AMD/VanGogh/Firmwares/TypeId0x08.sbin | Bin 262656 -> 262656 bytes Silicon/AMD/VanGogh/Firmwares/TypeId0x12.sbin | Bin 262656 -> 262656 bytes

[edk2-devel] [PATCH V2 33/33] AMD/VanGoghBoard: Improvement coding style

2024-01-25 Thread Zhai, MingXin (Duke) via groups.io
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114394): https://edk2.groups.io/g/devel/message/114394 Mute This Topic: https://groups.io/mt/103950361/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

Re: [edk2-devel] [edk2-non-osi][Silicon/AMD/VanGogh][PATCH] Silicon/AMD/VanGogh: Update VanGogh firmware binaries

2023-11-29 Thread Zhai, MingXin (Duke) via groups.io
[AMD Official Use Only - General] It looks good to me. Reviewed-by: Zhai MingXin Thanks! Duke Zhai -Original Message- From: Xing, Eric Sent: Wednesday, November 29, 2023 4:37 PM To: devel@edk2.groups.io Cc: Zhai, MingXin (Duke) ; Attar, AbdulLateef (Abdul Lateef) ; Chang, Abner

Re: [edk2-devel] [[edk2-non-osi][Silicon/AMD][PATCH] VanGogh Silicon initialization firmware binaries 1/2] Maintainers.txt: Add maintainer for Silicon/AMD and Silicon/AMD/Vangogh

2023-10-03 Thread Zhai, MingXin (Duke) via groups.io
[AMD Official Use Only - General] It looks good to me. Reviewed-by: Zhai MingXin Thanks! Duke Zhai -Original Message- From: Chang, Abner Sent: Saturday, September 30, 2023 12:18 AM To: Leif Lindholm ; devel@edk2.groups.io Cc: Xing, Eric ; Michael D Kinney ; Attar, AbdulLateef (Abdul