Re: [U-Boot] [PATCH v3 1/5] x86: ivybridge: Add FSP support

2016-02-20 Thread Bin Meng
On Wed, Feb 17, 2016 at 4:16 PM, Bin Meng wrote: > IvyBridge FSP package is built with a base address at 0xfff8, > and does not use UPD data region. This adds basic FSP support. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > Tested on link (ivybridge non-FSP) > Tested-by: Simon Glass

[U-Boot] [PATCH v3 1/5] x86: ivybridge: Add FSP support

2016-02-17 Thread Bin Meng
IvyBridge FSP package is built with a base address at 0xfff8, and does not use UPD data region. This adds basic FSP support. Signed-off-by: Bin Meng Acked-by: Simon Glass Tested on link (ivybridge non-FSP) Tested-by: Simon Glass --- Changes in v3: None Changes in v2: - Drop patches which