Re: [U-Boot] Pull request - fpga

2013-11-06 Thread Michal Simek
Hi Tom,

please pull these 3 changes to your tree.

Thanks,
Michal


The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a:

  pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git fpga

for you to fetch changes up to 32d7cdd366a1516fa498464c261851f3a76a62ef:

  fpga: Add support for gzip images with bitstreams (2013-11-06 09:15:12 +0100)


Jagannadha Sutradharudu Teki (1):
  fpga: zynqpl: Add dcache flush support

Michal Simek (2):
  fpga: zynqpl: Do not place bitstream below 1MB
  fpga: Add support for gzip images with bitstreams

 common/cmd_fpga.c | 22 +++---
 drivers/fpga/zynqpl.c | 15 +--
 2 files changed, 32 insertions(+), 5 deletions(-)

-- 
Michal Simek, Ing. (M.Eng), OpenPGP - KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform




signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request - fpga

2013-11-06 Thread Tom Rini
On Wed, Nov 06, 2013 at 09:17:00AM +0100, Michal Simek wrote:

 Hi Tom,
 
 please pull these 3 changes to your tree.
 
 Thanks,
 Michal
 
 
 The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a:
 
   pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500)
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-microblaze.git fpga
 
 for you to fetch changes up to 32d7cdd366a1516fa498464c261851f3a76a62ef:
 
   fpga: Add support for gzip images with bitstreams (2013-11-06 09:15:12 
 +0100)
 
 
 Jagannadha Sutradharudu Teki (1):
   fpga: zynqpl: Add dcache flush support
 
 Michal Simek (2):
   fpga: zynqpl: Do not place bitstream below 1MB
   fpga: Add support for gzip images with bitstreams
 
  common/cmd_fpga.c | 22 +++---
  drivers/fpga/zynqpl.c | 15 +--
  2 files changed, 32 insertions(+), 5 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request - fpga

2013-08-12 Thread Michal Simek
Hi Tom,

please pull these two patches to your tree.
Both patches targets Zynq fpga code.

Thanks,
Michal


The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076:

  nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git fpga

for you to fetch changes up to 5f93227ce02d9cafa11704c807a80dcbde129f8c:

  fpga: zynqpl: Clear loopback mode during device init (2013-08-12 08:52:01 
+0200)


Michal Simek (1):
  fpga: zynqpl: Add support for zc7100 device.

Soren Brinkmann (1):
  fpga: zynqpl: Clear loopback mode during device init

 board/xilinx/zynq/board.c | 4 
 drivers/fpga/zynqpl.c | 6 +-
 include/zynqpl.h  | 5 +
 3 files changed, 14 insertions(+), 1 deletion(-)

-- 
Michal Simek, Ing. (M.Eng), OpenPGP - KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform




signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request - fpga

2013-08-12 Thread Tom Rini
On Mon, Aug 12, 2013 at 08:59:01AM +0200, Michal Simek wrote:

 Hi Tom,
 
 please pull these two patches to your tree.
 Both patches targets Zynq fpga code.
 
 Thanks,
 Michal
 
 
 The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076:
 
   nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800)
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-microblaze.git fpga
 
 for you to fetch changes up to 5f93227ce02d9cafa11704c807a80dcbde129f8c:
 
   fpga: zynqpl: Clear loopback mode during device init (2013-08-12 08:52:01 
 +0200)
 
 
 Michal Simek (1):
   fpga: zynqpl: Add support for zc7100 device.
 
 Soren Brinkmann (1):
   fpga: zynqpl: Clear loopback mode during device init
 
  board/xilinx/zynq/board.c | 4 
  drivers/fpga/zynqpl.c | 6 +-
  include/zynqpl.h  | 5 +
  3 files changed, 14 insertions(+), 1 deletion(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request - fpga

2013-05-10 Thread Albert ARIBAUD
Hi Michal,

On Mon, 06 May 2013 10:50:44 +0200, Michal Simek mon...@monstr.eu
wrote:

 Hi Tom and Albert,
 
 I have created fpga branch. It is based on zynq patches(and request)
 I sent last week.
 The reason why it is based on it is that new zynq fpga driver
 and changes in zynq I have done.
 Just talk to each other and be aware that this fpga patchset
 is based on zynq one.
 
 Thanks,
 Michal

As this is related to the Zynq series and Tom has reviewed it too, I'll
pull it in the ARM tree right after I pull the Zynq patches.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request - fpga

2013-05-10 Thread Albert ARIBAUD
Hi Michal,

On Mon, 06 May 2013 10:50:44 +0200, Michal Simek mon...@monstr.eu
wrote:

 Hi Tom and Albert,
 
 I have created fpga branch. It is based on zynq patches(and request)
 I sent last week.
 The reason why it is based on it is that new zynq fpga driver
 and changes in zynq I have done.
 Just talk to each other and be aware that this fpga patchset
 is based on zynq one.
 
 Thanks,
 Michal
 
 
 
 The following changes since commit 8934f7846501070a5b01c1fab5db27559e9d70d1:
 
   i2c: zynq: Add support for Xilinx Zynq (2013-04-30 11:39:28 +0200)
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-microblaze.git fpga
 
 for you to fetch changes up to b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c:
 
   fpga: Remove all CONFIG_SYS_* fpga related options (2013-05-06 10:41:30 
 +0200)
 
 
 Michal Simek (9):
   fpga: Clean coding style
   fpga: Fix debug message compilation error
   cmd: fpga: Clean coding style
   cmd: fpga: Move fpga_loadbitstream to fpga.c
   fpga: Change the first parameter in fpga_loadbitstream
   cmd: fpga: Do not include net.h
   fpga: zynq: Add support for loading bitstream
   fpga: Check device name against bitstream name
   fpga: Remove all CONFIG_SYS_* fpga related options
 
  arch/arm/cpu/armv7/zynq/slcr.c |  35 
  arch/arm/include/asm/arch-zynq/hardware.h  |  10 +++-
  arch/arm/include/asm/arch-zynq/sys_proto.h |   3 +
  board/xilinx/zynq/board.c  |  37 
  common/cmd_fpga.c  | 254 
 ++---
  drivers/fpga/Makefile  |   1 +
  drivers/fpga/fpga.c| 225 
 +++-
  drivers/fpga/xilinx.c  | 146 
 +++
  drivers/fpga/zynqpl.c  | 355 
 ++
  include/altera.h   |  17 --
  include/configs/M54455EVB.h|   2 +-
  include/configs/MERGERBOX.h|   2 +-
  include/configs/MVBC_P.h   |   2 +-
  include/configs/MVBLM7.h   |   2 +-
  include/configs/MVSMR.h|   2 +-
  include/configs/omap3_mvblx.h  |   2 +-
  include/configs/zynq.h |   6 ++
  include/fpga.h |  13 +
  include/lattice.h  |   3 -
  include/xilinx.h   |  25 +---
  include/zynqpl.h   |  59 +++
  21 files changed, 848 insertions(+), 353 deletions(-)
  create mode 100644 drivers/fpga/zynqpl.c
  create mode 100644 include/zynqpl.h
 
 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request - fpga

2013-05-06 Thread Michal Simek
Hi Tom and Albert,

I have created fpga branch. It is based on zynq patches(and request)
I sent last week.
The reason why it is based on it is that new zynq fpga driver
and changes in zynq I have done.
Just talk to each other and be aware that this fpga patchset
is based on zynq one.

Thanks,
Michal



The following changes since commit 8934f7846501070a5b01c1fab5db27559e9d70d1:

  i2c: zynq: Add support for Xilinx Zynq (2013-04-30 11:39:28 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git fpga

for you to fetch changes up to b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c:

  fpga: Remove all CONFIG_SYS_* fpga related options (2013-05-06 10:41:30 +0200)


Michal Simek (9):
  fpga: Clean coding style
  fpga: Fix debug message compilation error
  cmd: fpga: Clean coding style
  cmd: fpga: Move fpga_loadbitstream to fpga.c
  fpga: Change the first parameter in fpga_loadbitstream
  cmd: fpga: Do not include net.h
  fpga: zynq: Add support for loading bitstream
  fpga: Check device name against bitstream name
  fpga: Remove all CONFIG_SYS_* fpga related options

 arch/arm/cpu/armv7/zynq/slcr.c |  35 
 arch/arm/include/asm/arch-zynq/hardware.h  |  10 +++-
 arch/arm/include/asm/arch-zynq/sys_proto.h |   3 +
 board/xilinx/zynq/board.c  |  37 
 common/cmd_fpga.c  | 254 
++---
 drivers/fpga/Makefile  |   1 +
 drivers/fpga/fpga.c| 225 
+++-
 drivers/fpga/xilinx.c  | 146 
+++
 drivers/fpga/zynqpl.c  | 355 
++
 include/altera.h   |  17 --
 include/configs/M54455EVB.h|   2 +-
 include/configs/MERGERBOX.h|   2 +-
 include/configs/MVBC_P.h   |   2 +-
 include/configs/MVBLM7.h   |   2 +-
 include/configs/MVSMR.h|   2 +-
 include/configs/omap3_mvblx.h  |   2 +-
 include/configs/zynq.h |   6 ++
 include/fpga.h |  13 +
 include/lattice.h  |   3 -
 include/xilinx.h   |  25 +---
 include/zynqpl.h   |  59 +++
 21 files changed, 848 insertions(+), 353 deletions(-)
 create mode 100644 drivers/fpga/zynqpl.c
 create mode 100644 include/zynqpl.h


-- 
Michal Simek, Ing. (M.Eng), OpenPGP - KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform




signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot