From: Vladimir Zapolskiy <vz@mleia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] devkit3250: add Timll DevKit3250 board initial support
Date: Tue, 15 Nov 2011 23:34:01 +0200 [thread overview]
Message-ID: <4EC2DAC9.4050100@mleia.com> (raw)
In-Reply-To: <1321292596-4631-1-git-send-email-vz@mleia.com>
Hello Albert,
I kindly ask you to pick up these changes based on u-boot-arm/next.
Thank you very much in advance.
On 14.11.2011 19:43, Vladimir Zapolskiy wrote:
> This patchset adds generic NXP LPC32XX SoC support and basic support
> for Embest/Timll DevKit3250 board, which powered by this SoC.
>
> The patchset is done on top of u-boot-arm/next branch.
>
> Vladimir Zapolskiy (3):
> arm926ejs: add NXP LPC32x0 cpu series support
> devkit3250: add Timll DevKit3250 board initial support
> devkit3250: add DevKit3250 board maintainer
>
> MAINTAINERS | 4 +
> 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 | 163 +++++++++++++++++++++++++
> 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 | 44 +++++++
> board/timll/devkit3250/devkit3250.c | 71 +++++++++++
> boards.cfg | 3 +-
> include/configs/devkit3250.h | 121 ++++++++++++++++++
> 18 files changed, 1186 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
>
--
With best wishes,
Vladimir
next prev parent reply other threads:[~2011-11-15 21:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-14 17:43 [U-Boot] [PATCH 0/3] devkit3250: add Timll DevKit3250 board initial support Vladimir Zapolskiy
2011-11-14 17:43 ` [U-Boot] [PATCH 1/3 v5] arm926ejs: add NXP LPC32x0 cpu series support Vladimir Zapolskiy
2011-11-14 17:43 ` [U-Boot] [PATCH 2/3 v2] devkit3250: add Timll DevKit3250 board initial support Vladimir Zapolskiy
2011-11-15 6:42 ` Igor Grinberg
2011-11-15 7:25 ` Vladimir Zapolskiy
2011-11-15 7:48 ` Igor Grinberg
2011-11-15 18:17 ` Vladimir Zapolskiy
2011-11-14 17:43 ` [U-Boot] [PATCH 3/3] devkit3250: add DevKit3250 board maintainer Vladimir Zapolskiy
2011-11-15 21:34 ` Vladimir Zapolskiy [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-01-11 20:33 [U-Boot] [PATCH 0/3] devkit3250: add Timll DevKit3250 board initial support Vladimir Zapolskiy
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=4EC2DAC9.4050100@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 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.