Re: [U-Boot] [PATCH 4/8] x86: fsp: Rename shared_data to fsp_config_data

2015-12-03 Thread Simon Glass
Hi Bin, On 2 December 2015 at 22:18, Bin Meng wrote: > Hi Simon, > > On Thu, Dec 3, 2015 at 5:05 AM, Simon Glass wrote: >> Hi Bin, >> >> On 2 December 2015 at 01:59, Bin Meng wrote: >>> FSP has several config data like UPD, HDA verb table which can be >>> overridden or provided by bootloader. C

Re: [U-Boot] [PATCH 4/8] x86: fsp: Rename shared_data to fsp_config_data

2015-12-02 Thread Bin Meng
Hi Simon, On Thu, Dec 3, 2015 at 5:05 AM, Simon Glass wrote: > Hi Bin, > > On 2 December 2015 at 01:59, Bin Meng wrote: >> FSP has several config data like UPD, HDA verb table which can be >> overridden or provided by bootloader. Currently in U-Boot only UPD >> is handled via struct shared_data.

Re: [U-Boot] [PATCH 4/8] x86: fsp: Rename shared_data to fsp_config_data

2015-12-02 Thread Simon Glass
Hi Bin, On 2 December 2015 at 01:59, Bin Meng wrote: > FSP has several config data like UPD, HDA verb table which can be > overridden or provided by bootloader. Currently in U-Boot only UPD > is handled via struct shared_data. To accommodate any platform, we > rename shared_data to fsp_config_dat

[U-Boot] [PATCH 4/8] x86: fsp: Rename shared_data to fsp_config_data

2015-12-02 Thread Bin Meng
FSP has several config data like UPD, HDA verb table which can be overridden or provided by bootloader. Currently in U-Boot only UPD is handled via struct shared_data. To accommodate any platform, we rename shared_data to fsp_config_data and move the definition from common place fsp_support.h to pl