Re: [U-Boot] [PATCH 14/25] x86: Support Intel FSP initialization path in start.S

2014-12-05 Thread Bin Meng
Hi Simon, On Fri, Dec 5, 2014 at 7:40 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 4 December 2014 at 08:02, Bin Meng bmeng...@gmail.com wrote: Per Intel FSP architecture specification, FSP provides 3 routines for bootloader to call. The first one is the TempRamInit (aka Cache-As-Ram

[U-Boot] [PATCH 14/25] x86: Support Intel FSP initialization path in start.S

2014-12-04 Thread Bin Meng
Per Intel FSP architecture specification, FSP provides 3 routines for bootloader to call. The first one is the TempRamInit (aka Cache-As-Ram initialization) and the second one is the FspInit which does the memory bring up (like MRC for other x86 targets) and chipset initialization. Those two

Re: [U-Boot] [PATCH 14/25] x86: Support Intel FSP initialization path in start.S

2014-12-04 Thread Simon Glass
Hi Bin, On 4 December 2014 at 08:02, Bin Meng bmeng...@gmail.com wrote: Per Intel FSP architecture specification, FSP provides 3 routines for bootloader to call. The first one is the TempRamInit (aka Cache-As-Ram initialization) and the second one is the FspInit which does the memory bring up