[linux-yocto] [PATCH 1/6] x86: Consolidate common x86* CPU features

2014-04-02 Thread Darren Hart
Move the basic arch, MSR, CPUID, and MICROCODE CONFIG options out of the common-pc*-cpu.cfg fragments and into the cfg/x86*cfg fragments where they can be more easily reused. Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../bsp/common-pc-64/common-pc-64-cpu.cfg |5 -

Re: [linux-yocto] [PATCH 1/6] x86: Consolidate common x86* CPU features

2014-04-02 Thread Bruce Ashfield
On 14-04-02 03:19 AM, Darren Hart wrote: Move the basic arch, MSR, CPUID, and MICROCODE CONFIG options out of the common-pc*-cpu.cfg fragments and into the cfg/x86*cfg fragments where they can be more easily reused. Ack'd. Good patch. Bruce Signed-off-by: Darren Hart dvh...@linux.intel.com