All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request - fpga
Date: Fri, 10 May 2013 18:33:45 +0200	[thread overview]
Message-ID: <20130510183345.501a4851@lilith> (raw)
In-Reply-To: <51876EE4.4010907@monstr.eu>

Hi Michal,

On Mon, 06 May 2013 10:50:44 +0200, Michal Simek <monstr@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.

  parent reply	other threads:[~2013-05-10 16:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-06  8:50 [U-Boot] Pull request - fpga Michal Simek
2013-05-10  8:40 ` Albert ARIBAUD
2013-05-10 16:33 ` Albert ARIBAUD [this message]
2013-08-12  6:59 Michal Simek
2013-08-12 16:00 ` Tom Rini
2013-11-06  8:17 ` Michal Simek
2013-11-07  0:55   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130510183345.501a4851@lilith \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.