[edk2] [PATCH] MdeModulePkg PeiCore: Not assume PpiDescriptor and Ppi in same range

2018-06-28 Thread Star Zeng
Current code assumes PpiDescriptor and Ppi are in same range (heap/stack/hole). This patch removes the assumption. Descriptor needs to be converted first. It is also handled by this patch. Cc: Liming Gao Cc: Qing Huang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star

Re: [edk2] [PATCH] MdeModulePkg PeiCore: Not assume PpiDescriptor and Ppi in same range

2018-06-28 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: Zeng, Star > Sent: Thursday, June 28, 2018 4:56 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Gao, Liming ; > Huang, Qing > Subject: [PATCH] MdeModulePkg PeiCore: Not assume PpiDescriptor and Ppi in > same range > > Current co