From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 18 Dec 2015 19:51:41 -0700 Subject: [U-Boot] [PATCH v2 4/9] x86: fsp: Rename shared_data to fsp_config_data In-Reply-To: <1449813784-23365-5-git-send-email-bmeng.cn@gmail.com> References: <1449813784-23365-1-git-send-email-bmeng.cn@gmail.com> <1449813784-23365-5-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10 December 2015 at 23:02, 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_data and move the definition from > common place fsp_support.h to platform-specific place fsp_configs.h. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - Include a common struct fsp_cfg_common in the struct fsp_config_data. > > arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h | 15 +++++++++++++++ > arch/x86/include/asm/arch-queensbay/fsp/fsp_configs.h | 15 +++++++++++++++ > arch/x86/include/asm/fsp/fsp_api.h | 10 ++++++++++ > arch/x86/include/asm/fsp/fsp_support.h | 8 +------- > arch/x86/lib/fsp/fsp_support.c | 10 +++++----- > 5 files changed, 46 insertions(+), 12 deletions(-) > create mode 100644 arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h > create mode 100644 arch/x86/include/asm/arch-queensbay/fsp/fsp_configs.h Acked-by: Simon Glass Tested on Minnowmax: Tested-by: Simon Glass