Re: [edk2-devel] [PATCH v2 0/2] AMD procesor MSR_IA32_MISC_ENABLE

2020-06-19 Thread Laszlo Ersek
Hi Garrett, On 06/19/20 03:00, Dong, Eric wrote: > Hi Garrett, > > I create a pull request to verify your changes and it reports some > errors for your changes. https://github.com/tianocore/edk2/pull/710 > > please help to resolve these errors before sending your new version > changes, also you c

Re: [edk2-devel] [PATCH v2 0/2] AMD procesor MSR_IA32_MISC_ENABLE

2020-06-18 Thread Dong, Eric
Hi Garrett, I create a pull request to verify your changes and it reports some errors for your changes. https://github.com/tianocore/edk2/pull/710 please help to resolve these errors before sending your new version changes, also you can create your PR to verify your new changes. Thanks, Eric

[edk2-devel] [PATCH v2 0/2] AMD procesor MSR_IA32_MISC_ENABLE

2020-06-18 Thread Kirkendall, Garrett
AMD processor does not support MSR_IA32_MISC_ENABLE register. Accessing this register on AMD causes an unhandled exception in SmmEntry.nasm and a subsequent failure to boot since this is too early in SMM path for the exception handler to be loaded. First, to distinguish between AMD and other proc