Re: [U-Boot] [PATCH 24/69] x86: Move Intel Management Engine code to a common place

2016-03-11 Thread Simon Glass
Hi Bin, On 10 March 2016 at 22:27, Bin Meng wrote: > Hi Simon, > > On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass wrote: >> Some of the Intel ME code is common to several Intel CPUs. Move it into a >> common location. Add a header file for report_platform.c also. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 24/69] x86: Move Intel Management Engine code to a common place

2016-03-10 Thread Bin Meng
Hi Simon, On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass wrote: > Some of the Intel ME code is common to several Intel CPUs. Move it into a > common location. Add a header file for report_platform.c also. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/intel_common/Makefile

[U-Boot] [PATCH 24/69] x86: Move Intel Management Engine code to a common place

2016-03-06 Thread Simon Glass
Some of the Intel ME code is common to several Intel CPUs. Move it into a common location. Add a header file for report_platform.c also. Signed-off-by: Simon Glass --- arch/x86/cpu/intel_common/Makefile | 2 + .../cpu/{ivybridge => intel_common}/me_status.c| 20 +- .../{i