On 10 September 2016 at 03:46, Heyi Guo heyi.guo@linaro.org wrote:
All D0x patches were tested OK on D02/D03.
Tested-by: Heyi Guo heyi.guo@linaro.org
Thanks.
However, I actually found something else wrong with the latest EDK2 for D02/D03. It seems DXE dispatcher has been changed and our SFCDriver will not be run after CpuDxe driver. The issue can be fixed after explicitly adding dependency for SFCDriver, and I have made a patch in the attachment for this. Please help to review and let me know your comments.
If the SfcDriver has a protocol dependency on gEfiCpuArchProtocolGuid, it is indeed required to express this in the depex. The gEfiPcdProtocolGuid will be inherited from the PcdLib implementation you used when building SFCDriver.efi
So for the patch,
Reviewed-by: Ard Biesheuvel ard.biesheuvel@linaro.org
Thanks, Ard.