From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 16:42:18 +0800 Subject: [PATCH v6 100/102] x86: apl: Add FSP structures In-Reply-To: <20191207044315.51770-13-sjg@chromium.org> References: <20191207044315.51770-1-sjg@chromium.org> <20191207044315.51770-13-sjg@chromium.org> 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 Sat, Dec 7, 2019 at 12:54 PM Simon Glass wrote: > > These are mostly specific to a particular SoC. Add the definitions for > Apollo Lake. > > Signed-off-by: Simon Glass > --- > > Changes in v6: > - Fix FSP-M and FSP-S in comments > > Changes in v5: None > Changes in v4: > - apollolake -> Apollo Lake > > Changes in v3: > - Add VBT signature > - Add structures for FSP-S also > - Drop struct fsp_usp_header as it is now in the API file > > Changes in v2: None > > .../asm/arch-apollolake/fsp/fsp_configs.h | 14 + > .../asm/arch-apollolake/fsp/fsp_m_upd.h | 123 ++++++++ > .../asm/arch-apollolake/fsp/fsp_s_upd.h | 292 ++++++++++++++++++ > .../include/asm/arch-apollolake/fsp/fsp_vpd.h | 11 + > 4 files changed, 440 insertions(+) > create mode 100644 arch/x86/include/asm/arch-apollolake/fsp/fsp_configs.h > create mode 100644 arch/x86/include/asm/arch-apollolake/fsp/fsp_m_upd.h > create mode 100644 arch/x86/include/asm/arch-apollolake/fsp/fsp_s_upd.h > create mode 100644 arch/x86/include/asm/arch-apollolake/fsp/fsp_vpd.h > Reviewed-by: Bin Meng