Re: [U-Boot] [PATCH] arm: socfpga: revert "set the fpga global bit to disable HPS to FPGA signals"

2016-01-19 Thread Marek Vasut
On Tuesday, January 19, 2016 at 04:50:06 PM, Dinh Nguyen wrote: > Hi Marek, Hi Dinh, > On 01/19/2016 09:16 AM, Dinh Nguyen wrote: > > Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA > > signals" > > I apologize for the original patch "arm: socfpga: set the fpga global > bit

Re: [U-Boot] [PATCH] arm: socfpga: revert "set the fpga global bit to disable HPS to FPGA signals"

2016-01-19 Thread Marek Vasut
On Tuesday, January 19, 2016 at 04:16:21 PM, Dinh Nguyen wrote: > Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA > signals" > > Apparently, the logic for the FPGA global bit is not universal between Gen5 > and Gen10 devices is not the same. Disabling this bit, while applicabl

Re: [U-Boot] [PATCH] arm: socfpga: revert "set the fpga global bit to disable HPS to FPGA signals"

2016-01-19 Thread Dinh Nguyen
Hi Marek, On 01/19/2016 09:16 AM, Dinh Nguyen wrote: > Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals" > I apologize for the original patch "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals". I did not test the patch when it was sent out. I did g

[U-Boot] [PATCH] arm: socfpga: revert "set the fpga global bit to disable HPS to FPGA signals"

2016-01-19 Thread Dinh Nguyen
Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals" Apparently, the logic for the FPGA global bit is not universal between Gen5 and Gen10 devices is not the same. Disabling this bit, while applicable to Gen10 devices, will break FPGA programming on Gen5 devices. Signed-o