Re: [U-Boot] [PATCH 02/30] x86: ivybridge: Allow microcode to be collated

2016-08-28 Thread Bin Meng
On Thu, Jul 28, 2016 at 2:53 PM, Bin Meng wrote: > On Tue, Jul 26, 2016 at 8:58 AM, Simon Glass wrote: >> Generally the microcode is combined into a single block only (and removed >> from the device tree) when there are multiple blocks. But this is not a >>

Re: [U-Boot] [PATCH 02/30] x86: ivybridge: Allow microcode to be collated

2016-07-28 Thread Bin Meng
On Tue, Jul 26, 2016 at 8:58 AM, Simon Glass wrote: > Generally the microcode is combined into a single block only (and removed > from the device tree) when there are multiple blocks. But this is not a > requirement. > > Adjust the ivybridge code to avoid assuming this. > >

[U-Boot] [PATCH 02/30] x86: ivybridge: Allow microcode to be collated

2016-07-25 Thread Simon Glass
Generally the microcode is combined into a single block only (and removed from the device tree) when there are multiple blocks. But this is not a requirement. Adjust the ivybridge code to avoid assuming this. Signed-off-by: Simon Glass ---