Reviewed-by: Giri P Mudusuru <[email protected]>
> -----Original Message----- > From: edk2-devel [mailto:[email protected]] On Behalf Of > Fan, Jeff > Sent: Wednesday, June 29, 2016 8:21 PM > To: Gao, Liming <[email protected]>; [email protected] > Subject: Re: [edk2] [Patch] IntelFrameworkModulePkg StatusCode > RuntimeDxe: Remove duplicated structure. > > Reviewed-by: Jeff Fan <[email protected]> > > -----Original Message----- > From: edk2-devel [mailto:[email protected]] On Behalf Of > Liming Gao > Sent: Thursday, June 30, 2016 10:38 AM > To: [email protected] > Subject: [edk2] [Patch] IntelFrameworkModulePkg StatusCode RuntimeDxe: > Remove duplicated structure. > > RUNTIME_MEMORY_STATUSCODE_HEADER has been moved into > MdeModulePkg public header file > Include/Guid/MemoryStatusCodeRecord.h. It should be removed from the > driver. > > Cc: Cinnamon Shia <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Liming Gao <[email protected]> > --- > .../Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.h | 9 ----- > ---- > 1 file changed, 9 deletions(-) > > diff --git > a/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCod > eRuntimeDxe.h > b/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCo > deRuntimeDxe.h > index 9d0ed19..ae20f5b 100644 > --- > a/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCod > eRuntimeDxe.h > +++ > b/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCo > de > +++ RuntimeDxe.h > @@ -53,15 +53,6 @@ typedef struct { > } DATAHUB_STATUSCODE_RECORD; > > > -// > -// Runtime memory status code worker definition -// -typedef struct { > - UINT32 RecordIndex; > - UINT32 NumberOfRecords; > - UINT32 MaxRecordsNumber; > -} RUNTIME_MEMORY_STATUSCODE_HEADER; > - > extern RUNTIME_MEMORY_STATUSCODE_HEADER > *mRtMemoryStatusCodeTable; > > /** > -- > 2.8.0.windows.1 > > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.01.org/mailman/listinfo/edk2-devel > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

