summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/arch-apollolake/fsp/fsp_vpd.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-08 17:40:18 -0700
committerBin Meng <bmeng.cn@gmail.com>2019-12-15 11:44:30 +0800
commita9a4b685ded90051a43ab7fe5c9a12b5c01c2b1b (patch)
treed45ae8235f768f5a47eaef5e8b4942c9a0be5d52 /arch/x86/include/asm/arch-apollolake/fsp/fsp_vpd.h
parent1fc541931461e039802868a8d2125add2acb5120 (diff)
x86: apl: Add FSP structures
These are mostly specific to a particular SoC. Add the definitions for Apollo Lake. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/arch-apollolake/fsp/fsp_vpd.h')
-rw-r--r--arch/x86/include/asm/arch-apollolake/fsp/fsp_vpd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-apollolake/fsp/fsp_vpd.h b/arch/x86/include/asm/arch-apollolake/fsp/fsp_vpd.h
new file mode 100644
index 0000000000..b14f28b236
--- /dev/null
+++ b/arch/x86/include/asm/arch-apollolake/fsp/fsp_vpd.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: Intel */
+/*
+ * Copyright 2019 Google LLC
+ */
+
+#ifndef __FSP_VPD_H
+#define __FSP_VPD_H
+
+/* Nothing to declare here for FSP2 */
+
+#endif