Re: [edk2] [Patch v4 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: Add logic to support semaphore type.

2018-10-19 Thread Laszlo Ersek
On 10/19/18 04:06, Eric Dong wrote: > V4 changes: > 1. Serial console log for different threads when program register table. > 2. Check the AcpiCpuData before use it to avoid potential ASSERT. > > V3 changes: > 1. Use global variable instead of internal function to return string for > register

[edk2] [Patch v4 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: Add logic to support semaphore type.

2018-10-18 Thread Eric Dong
V4 changes: 1. Serial console log for different threads when program register table. 2. Check the AcpiCpuData before use it to avoid potential ASSERT. V3 changes: 1. Use global variable instead of internal function to return string for register type and dependence type. 2. Add comments for