Re: [U-Boot] [PATCH v3] x86: Use microcode update from device tree for all processors

2018-06-29 Thread Bin Meng
On Fri, Jun 29, 2018 at 5:06 AM, Ivan Gorinov wrote: > On Tue, Jun 26, 2018 at 03:47:49PM +0800, Bin Meng wrote: >> Hi Ivan, >> >> On Fri, Jun 22, 2018 at 12:13 PM, Bin Meng wrote: >> > Hi Ivan, >> > >> > On Fri, Jun 22, 2018 at 12:16 PM, Bin Meng wrote: >> >> From: Ivan Gorinov >> >> >> >> Bui

Re: [U-Boot] [PATCH v3] x86: Use microcode update from device tree for all processors

2018-06-28 Thread Ivan Gorinov
On Tue, Jun 26, 2018 at 03:47:49PM +0800, Bin Meng wrote: > Hi Ivan, > > On Fri, Jun 22, 2018 at 12:13 PM, Bin Meng wrote: > > Hi Ivan, > > > > On Fri, Jun 22, 2018 at 12:16 PM, Bin Meng wrote: > >> From: Ivan Gorinov > >> > >> Built without a ROM image with FSP (u-boot.rom), the U-Boot loader

Re: [U-Boot] [PATCH v3] x86: Use microcode update from device tree for all processors

2018-06-26 Thread Bin Meng
Hi Ivan, On Fri, Jun 22, 2018 at 12:13 PM, Bin Meng wrote: > Hi Ivan, > > On Fri, Jun 22, 2018 at 12:16 PM, Bin Meng wrote: >> From: Ivan Gorinov >> >> Built without a ROM image with FSP (u-boot.rom), the U-Boot loader applies >> the microcode update data block encoded in Device Tree to the boo

Re: [U-Boot] [PATCH v3] x86: Use microcode update from device tree for all processors

2018-06-21 Thread Bin Meng
Hi Ivan, On Fri, Jun 22, 2018 at 12:16 PM, Bin Meng wrote: > From: Ivan Gorinov > > Built without a ROM image with FSP (u-boot.rom), the U-Boot loader applies > the microcode update data block encoded in Device Tree to the bootstrap > processor but not passed to the other CPUs when multiprocessi

[U-Boot] [PATCH v3] x86: Use microcode update from device tree for all processors

2018-06-21 Thread Bin Meng
From: Ivan Gorinov Built without a ROM image with FSP (u-boot.rom), the U-Boot loader applies the microcode update data block encoded in Device Tree to the bootstrap processor but not passed to the other CPUs when multiprocessing is enabled. If the bootstrap processor successfully performs a mic