]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/fsp/fsp_api.h
x86: acpi: Use u32 in table write routines
[u-boot] / arch / x86 / include / asm / fsp / fsp_api.h
index db83e35e1d47d4d373f306aee7054ae0bdd6ccc7..afafb30c147feb4c63831b4faf1591cb92cf753c 100644 (file)
 
 #include <linux/linkage.h>
 
+/*
+ * FSP common configuration structure.
+ * This needs to be included in the platform-specific struct fsp_config_data.
+ */
+struct fsp_cfg_common {
+       struct fsp_header       *fsp_hdr;
+       u32                     stack_top;
+       u32                     boot_mode;
+};
+
 /*
  * FspInit continuation function prototype.
  * Control will be returned to this callback function after FspInit API call.