Re: [U-Boot] [PATCH 21/22] x86: ivybridge: Update microcode early in boot

2015-01-01 Thread Simon Glass
Hi Bin, On 30 December 2014 at 23:45, Bin Meng wrote: > Hi Simon, > > On Sun, Dec 28, 2014 at 10:20 AM, Simon Glass wrote: >> At present the normal update (which happens much later) does not work. This >> seems to have something to do with the 'no eviction' mode in the CAR, or at >> least movin

Re: [U-Boot] [PATCH 21/22] x86: ivybridge: Update microcode early in boot

2014-12-30 Thread Bin Meng
On Wed, Dec 31, 2014 at 2:45 PM, Bin Meng wrote: > Hi Simon, > > On Sun, Dec 28, 2014 at 10:20 AM, Simon Glass wrote: >> At present the normal update (which happens much later) does not work. This >> seems to have something to do with the 'no eviction' mode in the CAR, or at >> least moving the m

Re: [U-Boot] [PATCH 21/22] x86: ivybridge: Update microcode early in boot

2014-12-30 Thread Bin Meng
Hi Simon, On Sun, Dec 28, 2014 at 10:20 AM, Simon Glass wrote: > At present the normal update (which happens much later) does not work. This > seems to have something to do with the 'no eviction' mode in the CAR, or at > least moving the microcode update after that causes it not to work. > > For

[U-Boot] [PATCH 21/22] x86: ivybridge: Update microcode early in boot

2014-12-27 Thread Simon Glass
At present the normal update (which happens much later) does not work. This seems to have something to do with the 'no eviction' mode in the CAR, or at least moving the microcode update after that causes it not to work. For now, do an update early on so that it definitely works. Also refuse to con