Re: [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE

2020-07-07 Thread Guomin Jiang
; Kirkendall, Garrett > ; Jiang, Guomin > Subject: Re: [edk2-devel] [PATCH v6 0/4] AMD processor > MSR_IA32_MISC_ENABLE > > Hi Eric, > > On 07/07/20 04:38, Dong, Eric wrote: > > Hi Laszlo, > > > > I have fixed the issue reported by Guomin in below cha

Re: [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE

2020-07-07 Thread Laszlo Ersek
Hi Eric, On 07/07/20 04:38, Dong, Eric wrote: > Hi Laszlo, > > I have fixed the issue reported by Guomin in below change. > > SHA-1: 0060e0a694f3f249c3ec081b0e61287c36f64ebb > > * IntelFsp2Pkg/FspSecCore: Use UefiCpuLib. > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2825 Thank you v

Re: [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE

2020-07-06 Thread Dong, Eric
24, 2020 4:54 PM To: Kirkendall, Garrett ; devel@edk2.groups.io Cc: Dong, Eric ; Ni, Ray ; Wu, Hao A ; Jiang, Guomin Subject: Re: [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE On 06/24/20 03:04, Kirkendall, Garrett wrote: > [AMD Public Use] > > Is there anything else ne

Re: [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE

2020-07-06 Thread Laszlo Ersek
Ray, Hao, Eric, On 06/22/20 15:18, Kirkendall, Garrett wrote: > 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

Re: [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE

2020-06-24 Thread Laszlo Ersek
o > Sent: Monday, June 22, 2020 8:18 AM > To: devel@edk2.groups.io > Cc: Eric Dong ; Ray Ni ; Laszlo Ersek > ; Hao A Wu > Subject: [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE > > [CAUTION: External Email] > > AMD processor does not support MSR_IA3

Re: [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE

2020-06-23 Thread Kirkendall, Garrett
via groups.io Sent: Monday, June 22, 2020 8:18 AM To: devel@edk2.groups.io Cc: Eric Dong ; Ray Ni ; Laszlo Ersek ; Hao A Wu Subject: [edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE [CAUTION: External Email] AMD processor does not support MSR_IA32_MISC_ENABLE register. Accessing

[edk2-devel] [PATCH v6 0/4] AMD processor MSR_IA32_MISC_ENABLE

2020-06-22 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. 1. Prepare PcAtChipsetPkg/PcAtChipsetPkg.dsc to