Re: [U-Boot] [PATCH 42/51] cmd: Add ihs fpga command

2017-07-25 Thread Mario Six
Hi Simon, On Wed, Jul 19, 2017 at 11:06 AM, Simon Glass wrote: > Hi Mario, > > On 14 July 2017 at 05:55, Mario Six wrote: >> Add a comman to debug the IHS FPGA's bus. >> >> Signed-off-by: Mario Six >> --- >> >> cmd/Kconfig| 5 ++

Re: [U-Boot] [PATCH 42/51] cmd: Add ihs fpga command

2017-07-19 Thread Simon Glass
Hi Mario, On 14 July 2017 at 05:55, Mario Six wrote: > Add a comman to debug the IHS FPGA's bus. > > Signed-off-by: Mario Six > --- > > cmd/Kconfig| 5 ++ > cmd/Makefile | 1 + > cmd/ihs_fpga.c | 269 >

[U-Boot] [PATCH 42/51] cmd: Add ihs fpga command

2017-07-14 Thread Mario Six
Add a comman to debug the IHS FPGA's bus. Signed-off-by: Mario Six --- cmd/Kconfig| 5 ++ cmd/Makefile | 1 + cmd/ihs_fpga.c | 269 + 3 files changed, 275 insertions(+) create mode 100644 cmd/ihs_fpga.c