public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Vladimir Zapolskiy <vz@mleia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] add Timll DevKit3250 board initial support
Date: Mon, 31 Oct 2011 17:31:50 +0200	[thread overview]
Message-ID: <4EAEBF66.9080003@mleia.com> (raw)
In-Reply-To: <1319560064-10018-1-git-send-email-vz@mleia.com>

Hello Albert and Wolfgang,

On 25.10.2011 19:27, Vladimir Zapolskiy wrote:
> This patchset adds generic NXP LPC32XX SoC support and basic support
> for Embest/Timll DevKit3250 board, which powered by this SoC.
>
> Vladimir Zapolskiy (2):
>    arm926ejs: add NXP LPC32x0 cpu series support
>    devkit3250: add Timll DevKit3250 board initial support
>
>   arch/arm/cpu/arm926ejs/lpc32xx/Makefile       |   45 +++++++
>   arch/arm/cpu/arm926ejs/lpc32xx/clkpwr.c       |  118 ++++++++++++++++++
>   arch/arm/cpu/arm926ejs/lpc32xx/cpu.c          |   58 +++++++++
>   arch/arm/cpu/arm926ejs/lpc32xx/devices.c      |   47 +++++++
>   arch/arm/cpu/arm926ejs/lpc32xx/timer.c        |   94 +++++++++++++++
>   arch/arm/include/asm/arch-lpc32xx/clk.h       |  159 +++++++++++++++++++++++++
>   arch/arm/include/asm/arch-lpc32xx/config.h    |   59 +++++++++
>   arch/arm/include/asm/arch-lpc32xx/cpu.h       |   64 ++++++++++
>   arch/arm/include/asm/arch-lpc32xx/emc.h       |   92 ++++++++++++++
>   arch/arm/include/asm/arch-lpc32xx/sys_proto.h |   25 ++++
>   arch/arm/include/asm/arch-lpc32xx/timer.h     |   74 ++++++++++++
>   arch/arm/include/asm/arch-lpc32xx/uart.h      |   54 +++++++++
>   arch/arm/include/asm/arch-lpc32xx/wdt.h       |   51 ++++++++
>   board/timll/devkit3250/Makefile               |   50 ++++++++
>   board/timll/devkit3250/devkit3250.c           |   74 ++++++++++++
>   boards.cfg                                    |    3 +-
>   include/configs/devkit3250.h                  |  121 +++++++++++++++++++
>   17 files changed, 1187 insertions(+), 1 deletions(-)
>   create mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/Makefile
>   create mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/clkpwr.c
>   create mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/cpu.c
>   create mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/devices.c
>   create mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/timer.c
>   create mode 100644 arch/arm/include/asm/arch-lpc32xx/clk.h
>   create mode 100644 arch/arm/include/asm/arch-lpc32xx/config.h
>   create mode 100644 arch/arm/include/asm/arch-lpc32xx/cpu.h
>   create mode 100644 arch/arm/include/asm/arch-lpc32xx/emc.h
>   create mode 100644 arch/arm/include/asm/arch-lpc32xx/sys_proto.h
>   create mode 100644 arch/arm/include/asm/arch-lpc32xx/timer.h
>   create mode 100644 arch/arm/include/asm/arch-lpc32xx/uart.h
>   create mode 100644 arch/arm/include/asm/arch-lpc32xx/wdt.h
>   create mode 100644 board/timll/devkit3250/Makefile
>   create mode 100644 board/timll/devkit3250/devkit3250.c
>   create mode 100644 include/configs/devkit3250.h
>

still there is no comment on this patchset, however I wonder, if I could 
accomplish any other your request to accelerate inclusion of the changes 
to u-boot-arm/next.

Thank you in advance.

-- 
With best wishes,
Vladimir

      parent reply	other threads:[~2011-10-31 15:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-25 16:27 [U-Boot] [PATCH 0/2] add Timll DevKit3250 board initial support Vladimir Zapolskiy
2011-10-25 16:27 ` [U-Boot] [PATCH v4 1/2] arm926ejs: add NXP LPC32x0 cpu series support Vladimir Zapolskiy
2011-10-25 16:27 ` [U-Boot] [PATCH 2/2] devkit3250: add Timll DevKit3250 board initial support Vladimir Zapolskiy
2011-10-26  6:38 ` [U-Boot] [PATCH] devkit3250: add DevKit3250 board maintainer Vladimir Zapolskiy
2011-10-31 15:31 ` Vladimir Zapolskiy [this message]

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=4EAEBF66.9080003@mleia.com \
    --to=vz@mleia.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox