Pushed as 3c8ea51b12..acf260597a -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Isaac Oram Sent: Tuesday, May 16, 2023 12:43 PM To: Rebecca Cran <[email protected]>; [email protected]; Chiu, Chasel <[email protected]>; Desimone, Nathaniel L <[email protected]>; Chaganty, Rangasai V <[email protected]> Subject: Re: [edk2-devel] [PATCH edk2-platforms v2 0/2] Platform/Intel: Delete ALIGN16 macro and unused include files
Series Reviewed-by: Isaac Oram <[email protected]> -----Original Message----- From: Rebecca Cran <[email protected]> Sent: Monday, May 15, 2023 6:59 AM To: [email protected]; Chiu, Chasel <[email protected]>; Desimone, Nathaniel L <[email protected]>; Chaganty, Rangasai V <[email protected]>; Oram, Isaac W <[email protected]> Cc: Rebecca Cran <[email protected]> Subject: [PATCH edk2-platforms v2 0/2] Platform/Intel: Delete ALIGN16 macro and unused include files Delete the ALIGN16 macro definitions in Platform/Intel/{WhiskeylakeOpenBoardPkg,CometlakeOpenBoardPkg} since they were causing a build breakage since March, and aren't used anymore. Delete include files in WhiskeylakeOpenBoardPkg which appear to be unused. Changes from v1 to v2 ===================== Instead of fixing the ALIGN16 macro, just delete it. In addition to the one in WhiskeylakeOpenBoardPkg, also delete the definition in CometlakeOpenBoardPkg. Rebecca Cran (2): Platform/Intel: Delete ALIGN16 macro Platform/Intel/WhiskeylakeOpenBoardPkg: Delete unused include files Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/Include/PlatformBoardConfig.h | 3 - Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/Library/PeiPlatformHookLib.h | 131 -------------------- Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/Library/PeiPlatformLib.h | 38 ------ Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/PlatformBoardConfig.h | 103 --------------- Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/PlatformInfo.h | 42 ------- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Include/PlatformBoardConfig.h | 3 - 6 files changed, 320 deletions(-) delete mode 100644 Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/Library/PeiPlatformHookLib.h delete mode 100644 Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/Library/PeiPlatformLib.h delete mode 100644 Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/PlatformBoardConfig.h delete mode 100644 Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/PlatformInfo.h -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#104954): https://edk2.groups.io/g/devel/message/104954 Mute This Topic: https://groups.io/mt/98903762/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
