Re: [U-Boot] [PATCH] x86: queensbay: Avoid using PCH prefix

2015-04-19 Thread Simon Glass
On 14 April 2015 at 17:35, Simon Glass wrote: > On 13 April 2015 at 05:03, Bin Meng wrote: >> The prefix PCH was taken from ivybridge port. However Queensbay >> platform official document does not mention PCH. It is composed >> of TunnelCreek processor and Topcliff IOH chipset. For accuracy, >> a

Re: [U-Boot] [PATCH] x86: queensbay: Avoid using PCH prefix

2015-04-15 Thread Simon Glass
On 13 April 2015 at 05:03, Bin Meng wrote: > The prefix PCH was taken from ivybridge port. However Queensbay > platform official document does not mention PCH. It is composed > of TunnelCreek processor and Topcliff IOH chipset. For accuracy, > avoid using PCH prefix in the macro. > > Signed-off-by

[U-Boot] [PATCH] x86: queensbay: Avoid using PCH prefix

2015-04-13 Thread Bin Meng
The prefix PCH was taken from ivybridge port. However Queensbay platform official document does not mention PCH. It is composed of TunnelCreek processor and Topcliff IOH chipset. For accuracy, avoid using PCH prefix in the macro. Signed-off-by: Bin Meng --- arch/x86/cpu/queensbay/tnc.c