]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: fixed resets on AXI fabric ports
authorJohn Linn <john.linn@xilinx.com>
Mon, 31 Jan 2011 21:18:39 +0000 (14:18 -0700)
committerJohn Linn <john.linn@xilinx.com>
Mon, 31 Jan 2011 21:18:39 +0000 (14:18 -0700)
All the resets were not being cleared such that AXI DMA was not
working under Linux. The boot rom clears them all also.

board/xilinx/dfe/lowlevel_init.S

index 6ed24481ca8953b58c0a44ed4590f187a948f0f6..9727512f727e26a71183c013fd0e8b6bb3a77193 100755 (executable)
@@ -41,7 +41,7 @@ lowlevel_init:
        # FPGA_RST_CTRL
        # clear resets on AXI fabric ports
        ldr r1, =(XPSS_SYS_CTRL_BASEADDR + 0x240)
-       ldr r2, =0x00F00F0F
+       ldr r2, =0x0
        str r2, [r1]
 
        # TZ_DDR_RAM