Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm
[platform/kernel/u-boot.git] / include / xilinx.h
index e5f6db3..e4e2979 100644 (file)
@@ -39,6 +39,8 @@ typedef enum {                        /* typedef xilinx_family */
 
 /* FPGA bitstream supported types */
 #define FPGA_LEGACY                    BIT(0)
+#define FPGA_XILINX_ZYNQMP_DDRAUTH     BIT(1)
+#define FPGA_XILINX_ZYNQMP_ENC         BIT(2)
 
 typedef struct {               /* typedef xilinx_desc */
        xilinx_family family;   /* part type */