From 437413962744cc9c80551ca253a20472856551f2 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Wed, 17 Feb 2016 00:16:21 -0800 Subject: x86: ivybridge: Add FSP support IvyBridge FSP package is built with a base address at 0xfff80000, and does not use UPD data region. This adds basic FSP support. Signed-off-by: Bin Meng Acked-by: Simon Glass Tested on link (ivybridge non-FSP) Tested-by: Simon Glass --- arch/x86/include/asm/arch-ivybridge/fsp/fsp_vpd.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arch/x86/include/asm/arch-ivybridge/fsp/fsp_vpd.h (limited to 'arch/x86/include/asm/arch-ivybridge/fsp/fsp_vpd.h') diff --git a/arch/x86/include/asm/arch-ivybridge/fsp/fsp_vpd.h b/arch/x86/include/asm/arch-ivybridge/fsp/fsp_vpd.h new file mode 100644 index 0000000..3b255cc --- /dev/null +++ b/arch/x86/include/asm/arch-ivybridge/fsp/fsp_vpd.h @@ -0,0 +1,12 @@ +/* + * Copyright (C) 2016, Bin Meng + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __FSP_VPD_H__ +#define __FSP_VPD_H__ + +/* IvyBridge FSP does not support VPD/UPD */ + +#endif -- cgit v1.1