Re: [edk2] Problem with PiSmmCore Dispatcher.c

2015-06-04 Thread Zachary Bobroff
ts.sourceforge.net<mailto:edk2-devel@lists.sourceforge.net> Subject: Re: [edk2] Problem with PiSmmCore Dispatcher.c Thanks. Yes, this is an issue, and should be fixed. Using SmmTypeIndex and AprioriIndex seems good way for 2nd and 3rd loop. How about use “HandleIndex” for the 1st loop? Will

Re: [edk2] Problem with PiSmmCore Dispatcher.c

2015-06-04 Thread Andrew Fish
ewen [mailto:jiewen@intel.com <mailto:jiewen@intel.com>] > Sent: Tuesday, June 02, 2015 6:22 PM > To: edk2-devel@lists.sourceforge.net <mailto:edk2-devel@lists.sourceforge.net> > Subject: Re: [edk2] Problem with PiSmmCore Dispatcher.c > > Thanks. > Yes, t

Re: [edk2] Problem with PiSmmCore Dispatcher.c

2015-06-04 Thread Yao, Jiewen
Thanks. Reviewed-by: Yao, Jiewen jiewen@intel.com<mailto:jiewen@intel.com> Thank you Yao Jiewen From: Zachary Bobroff [mailto:zacha...@ami.com] Sent: Thursday, June 04, 2015 2:39 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Problem with PiSmmCore Dispatcher.c Yao,

Re: [edk2] Problem with PiSmmCore Dispatcher.c

2015-06-03 Thread Zachary Bobroff
: Tuesday, June 02, 2015 6:22 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Problem with PiSmmCore Dispatcher.c Thanks. Yes, this is an issue, and should be fixed. Using SmmTypeIndex and AprioriIndex seems good way for 2nd and 3rd loop. How about use "HandleIndex" for the 1st l

Re: [edk2] Problem with PiSmmCore Dispatcher.c

2015-06-02 Thread Zachary Bobroff
Yao, Thanks. Sure, I will create a patch file tomorrow and attach it here. Best Regards, Zach From: Yao, Jiewen [mailto:jiewen@intel.com] Sent: Tuesday, June 02, 2015 6:22 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Problem with PiSmmCore Dispatcher.c Thanks. Yes, this is

Re: [edk2] Problem with PiSmmCore Dispatcher.c

2015-06-02 Thread Yao, Jiewen
ilto:zacha...@ami.com] Sent: Wednesday, June 03, 2015 3:34 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] Problem with PiSmmCore Dispatcher.c All, I hope I am proving this issue the right way, please correct me if I am not. I also am not sure if this has been already reported. I have com

[edk2] Problem with PiSmmCore Dispatcher.c

2015-06-02 Thread Zachary Bobroff
All, I hope I am proving this issue the right way, please correct me if I am not. I also am not sure if this has been already reported. I have come across a problem in Dispatcher.c within PiSmmCore of MdeModulePkg linked here: https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Core/PiS