From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rommel G Custodio Date: Wed, 30 Jan 2013 21:19:01 +0900 Subject: [U-Boot] [PATCH 2/4] board: xilinx: Remove common folder In-Reply-To: <1358947873-3731-2-git-send-email-michal.simek@xilinx.com> References: <1358947873-3731-1-git-send-email-michal.simek@xilinx.com> <1358947873-3731-2-git-send-email-michal.simek@xilinx.com> Message-ID: <20130130121901.GB76203@crg> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Michal, On 2013.01/23, Michal Simek wrote: > All these files was used for ancient xilinx drivers > which are finally gone. > > Signed-off-by: Michal Simek > --- > board/xilinx/common/xbasic_types.c | 165 ---- > board/xilinx/common/xbasic_types.h | 283 ------ > board/xilinx/common/xbuf_descriptor.h | 252 ------ > board/xilinx/common/xdma_channel.c | 738 ---------------- > board/xilinx/common/xdma_channel.h | 291 ------ > board/xilinx/common/xdma_channel_i.h | 110 --- > board/xilinx/common/xdma_channel_sg.c | 1317 ---------------------------- > board/xilinx/common/xio.h | 81 -- > board/xilinx/common/xipif_v1_23_b.c | 331 ------- > board/xilinx/common/xipif_v1_23_b.h | 746 ---------------- > board/xilinx/common/xpacket_fifo_v1_00_b.c | 448 ---------- > board/xilinx/common/xpacket_fifo_v1_00_b.h | 306 ------- > board/xilinx/common/xstatus.h | 347 -------- > board/xilinx/common/xversion.c | 350 -------- > board/xilinx/common/xversion.h | 97 -- > board/xilinx/zynq/Makefile | 3 - > 16 files changed, 0 insertions(+), 5865 deletions(-) > delete mode 100644 board/xilinx/common/xbasic_types.c > delete mode 100644 board/xilinx/common/xbasic_types.h > delete mode 100644 board/xilinx/common/xbuf_descriptor.h > delete mode 100644 board/xilinx/common/xdma_channel.c > delete mode 100644 board/xilinx/common/xdma_channel.h > delete mode 100644 board/xilinx/common/xdma_channel_i.h > delete mode 100644 board/xilinx/common/xdma_channel_sg.c > delete mode 100644 board/xilinx/common/xio.h > delete mode 100644 board/xilinx/common/xipif_v1_23_b.c > delete mode 100644 board/xilinx/common/xipif_v1_23_b.h > delete mode 100644 board/xilinx/common/xpacket_fifo_v1_00_b.c > delete mode 100644 board/xilinx/common/xpacket_fifo_v1_00_b.h > delete mode 100644 board/xilinx/common/xstatus.h > delete mode 100644 board/xilinx/common/xversion.c > delete mode 100644 board/xilinx/common/xversion.h > Tested-by: Rommel Custodio All the best, Rommel