From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Thu, 05 Apr 2018 14:07:47 +0300 Subject: [U-Boot] [PATCH] x86: Use microcode update from device tree for all processors In-Reply-To: <20180404230700.GA57192@intel.com> References: <20180404230700.GA57192@intel.com> Message-ID: <1522926467.21176.351.camel@linux.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2018-04-04 at 16:07 -0700, Ivan Gorinov wrote: > The microcode update data block encoded in Device Tree is used by > the bootstrap processor (BSP) but not passed to the other CPUs (AP). BSP abbreviation is confusing. AP is even more looking to preceding words. I don't see either where they are used. > If the bootstrap processor successfully performs a microcode update > from Device Tree, use the same data block for the other processors. > > #include > #include > #include > +#include Keep it in order. > #include -- Andy Shevchenko Intel Finland Oy