Re: [edk2-devel] [PATCH v2 3/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.

2020-02-11 Thread Dong, Eric
Reviewed-by: Eric Dong -Original Message- From: Ray Ni Sent: Tuesday, November 26, 2019 2:16 PM To: devel@edk2.groups.io Cc: Ni, Ray ; Dong, Eric ; Zeng, Star ; Kinney, Michael D Subject: [PATCH v2 3/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit. From: Ray Ni

Re: [edk2-devel] [PATCH v2 3/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.

2020-02-02 Thread Zeng, Star
Got the point. With the typo fixed, Reviewed-by: Star Zeng > -Original Message- > From: Ni, Ray > Sent: Thursday, January 2, 2020 11:15 AM > To: Zeng, Star ; Ray Ni > ; devel@edk2.groups.io > Cc: Dong, Eric ; Kinney, Michael D > > Subject: RE: [PATCH v2 3/3] UefiCpuPkg/CpuFeature:

Re: [edk2-devel] [PATCH v2 3/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.

2020-01-01 Thread Ni, Ray
> > Need some patches to update individual InitializeFunc() for features. > These patches can be a separated patch series. > Yes. > > > > The patch adds a new field Fist to indicate the CPU's location in > > "Firt" should be "First". Will fix the typo in next version of patch or pushing. > >

Re: [edk2-devel] [PATCH v2 3/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.

2019-12-25 Thread Zeng, Star
Some feedback added. > -Original Message- > From: Ray Ni [mailto:niru...@users.noreply.github.com] > Sent: Tuesday, November 26, 2019 2:16 PM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Dong, Eric ; Zeng, Star > ; Kinney, Michael D > Subject: [PATCH v2 3/3] UefiCpuPkg/CpuFeature:

[edk2-devel] [PATCH v2 3/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.

2019-11-26 Thread Ray Ni
From: Ray Ni REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1584 The flow of CPU feature initialization logic is: 1. BSP calls GetConfigDataFunc() for each thread/AP; 2. Each thread/AP calls SupportFunc() to detect its own capability; 3. BSP calls InitializeFunc() for each thread/AP.