]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/fsp/fsp_types.h
x86: acpi: Use u32 in table write routines
[u-boot] / arch / x86 / include / asm / fsp / fsp_types.h
index f32d8273a0e159adb96fbe023cc999c6760d6eca..4fe69f23752ca851a9ff2cddf4b3be51b901c54c 100644 (file)
@@ -68,15 +68,4 @@ struct efi_guid {
 #define SIGNATURE_64(A, B, C, D, E, F, G, H)   \
        (SIGNATURE_32(A, B, C, D) | ((u64)(SIGNATURE_32(E, F, G, H)) << 32))
 
-/*
- * Define FSP API return status code.
- * Compatiable with EFI_STATUS defined in PI Spec.
- */
-#define FSP_SUCCESS            0
-#define FSP_INVALID_PARAM      0x80000002
-#define FSP_UNSUPPORTED                0x80000003
-#define FSP_DEVICE_ERROR       0x80000007
-#define FSP_NOT_FOUND          0x8000000E
-#define FSP_ALREADY_STARTED    0x80000014
-
 #endif