Re: [U-Boot] [PATCH 14/23] x86: Move common FSP functions into a common file

2015-01-27 Thread Bin Meng
Hi Simon, On Tue, Jan 27, 2015 at 11:15 PM, Simon Glass s...@chromium.org wrote: Hi Bin, On 27 January 2015 at 05:20, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass s...@chromium.org wrote: Since these board functions seem to be the same for all

Re: [U-Boot] [PATCH 14/23] x86: Move common FSP functions into a common file

2015-01-27 Thread Simon Glass
Hi Bin, On 27 January 2015 at 05:20, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass s...@chromium.org wrote: Since these board functions seem to be the same for all boards which use FSP, move them into a common file. We can adjust this later if

Re: [U-Boot] [PATCH 14/23] x86: Move common FSP functions into a common file

2015-01-27 Thread Bin Meng
Hi Simon, On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass s...@chromium.org wrote: Since these board functions seem to be the same for all boards which use FSP, move them into a common file. We can adjust this later if future FSPs need more flexibility. Signed-off-by: Simon Glass

[U-Boot] [PATCH 14/23] x86: Move common FSP functions into a common file

2015-01-26 Thread Simon Glass
Since these board functions seem to be the same for all boards which use FSP, move them into a common file. We can adjust this later if future FSPs need more flexibility. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/queensbay/tnc.c | 27