X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fxilinx.h;h=d2a2ea71e1211a4b8382c3ec29297e86b9288984;hb=18a952ce7f7d1059fb11bd1b479ad663a4abb6db;hp=aebcb3bfdf29d7f87e4701fd01387bfe8f95b34a;hpb=1a897668ac33c57ca76f47cb940ec32b405e90dd;p=u-boot diff --git a/include/xilinx.h b/include/xilinx.h index aebcb3bfdf..d2a2ea71e1 100644 --- a/include/xilinx.h +++ b/include/xilinx.h @@ -21,6 +21,7 @@ typedef enum { /* typedef xilinx_iface */ master_selectmap, /* master SelectMap (virtex2) */ slave_selectmap, /* slave SelectMap (virtex2) */ devcfg, /* devcfg interface (zynq) */ + csu_dma, /* csu_dma interface (zynqmp) */ max_xilinx_iface_type /* insert all new types before this */ } xilinx_iface; /* end, typedef xilinx_iface */ @@ -31,6 +32,7 @@ typedef enum { /* typedef xilinx_family */ xilinx_virtex2, /* Virtex2 Family */ xilinx_spartan3, /* Spartan-III Family */ xilinx_zynq, /* Zynq Family */ + xilinx_zynqmp, /* ZynqMP Family */ max_xilinx_type /* insert all new types before this */ } xilinx_family; /* end, typedef xilinx_family */