All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] powerpc/mpc85xx: Add board support for ucp1020
Date: Tue, 5 May 2015 09:42:12 -0700	[thread overview]
Message-ID: <5548F2E4.3090700@freescale.com> (raw)
In-Reply-To: <1430341059-596-1-git-send-email-oleks@arcturusnetworks.com>



On 04/29/2015 01:57 PM, Oleksandr G Zhadan wrote:
> New QorIQ p1020 based board support from Arcturus Networks Inc.
> http://www.arcturusnetworks.com/products/ucp1020/
> 
> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
> Signed-off-by: Oleksandr G Zhadan <oleks@arcturusnetworks.com>
> 
> Series-version: 2
> 
> Series-changes: 2
>       WARNINGs: line over 80 characters are fixed
> 
> ---
> 
>  arch/powerpc/cpu/mpc85xx/Kconfig     |    4 +
>  board/Arcturus/ucp1020/Kconfig       |   44 ++
>  board/Arcturus/ucp1020/MAINTAINERS   |    7 +
>  board/Arcturus/ucp1020/Makefile      |   33 ++
>  board/Arcturus/ucp1020/README        |   54 ++
>  board/Arcturus/ucp1020/cmd_arc.c     |  231 ++++++++
>  board/Arcturus/ucp1020/ddr.c         |  161 ++++++
>  board/Arcturus/ucp1020/law.c         |   25 +
>  board/Arcturus/ucp1020/spl.c         |  126 +++++
>  board/Arcturus/ucp1020/spl_minimal.c |   67 +++
>  board/Arcturus/ucp1020/tlb.c         |  101 ++++
>  board/Arcturus/ucp1020/ucp1020.c     |  363 ++++++++++++
>  board/Arcturus/ucp1020/ucp1020.h     |   44 ++
>  configs/UCP1020_SPIFLASH_defconfig   |    6 +
>  configs/UCP1020_defconfig            |    5 +
>  include/configs/UCP1020.h            | 1027 ++++++++++++++++++++++++++++++++++
>  16 files changed, 2298 insertions(+)
>  create mode 100644 board/Arcturus/ucp1020/Kconfig
>  create mode 100644 board/Arcturus/ucp1020/MAINTAINERS
>  create mode 100644 board/Arcturus/ucp1020/Makefile
>  create mode 100644 board/Arcturus/ucp1020/README
>  create mode 100644 board/Arcturus/ucp1020/cmd_arc.c
>  create mode 100644 board/Arcturus/ucp1020/ddr.c
>  create mode 100644 board/Arcturus/ucp1020/law.c
>  create mode 100644 board/Arcturus/ucp1020/spl.c
>  create mode 100644 board/Arcturus/ucp1020/spl_minimal.c
>  create mode 100644 board/Arcturus/ucp1020/tlb.c
>  create mode 100644 board/Arcturus/ucp1020/ucp1020.c
>  create mode 100644 board/Arcturus/ucp1020/ucp1020.h
>  create mode 100644 configs/UCP1020_SPIFLASH_defconfig
>  create mode 100644 configs/UCP1020_defconfig
>  create mode 100644 include/configs/UCP1020.h
> 

Applied to u-boot-mpc85xx master. Awaiting upstream.

York

  parent reply	other threads:[~2015-05-05 16:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-29 20:57 [U-Boot] [PATCH] powerpc/mpc85xx: Add board support for ucp1020 Oleksandr G Zhadan
2015-05-04 16:39 ` York Sun
2015-05-04 17:40   ` Oleksandr G Zhadan
2015-05-05 16:42 ` York Sun [this message]
2015-05-05 16:56   ` Oleksandr G Zhadan

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=5548F2E4.3090700@freescale.com \
    --to=yorksun@freescale.com \
    --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.