From: Alexey Galakhov <agalakhov@gmail.com>
To: barebox@lists.infradead.org
Cc: Alexey Galakhov <agalakhov@gmail.com>
Subject: [RFC:PATCH 0/2] Revised S5PV210 DRAM support
Date: Thu, 24 May 2012 19:27:43 +0600 [thread overview]
Message-ID: <1337866065-6775-1-git-send-email-agalakhov@gmail.com> (raw)
This is S5PV210 DRAM support without #ifdefs. Any comments are welcome.
Alexey Galakhov (2):
S5P DRAM support
Add FriendlyArm Tiny210 board (S5PV210)
arch/arm/Makefile | 1 +
arch/arm/boards/tiny210/Makefile | 1 +
arch/arm/boards/tiny210/config.h | 19 ++
arch/arm/boards/tiny210/lowlevel.c | 76 +++++
arch/arm/boards/tiny210/tiny210.c | 113 ++++++++
arch/arm/configs/tiny210_defconfig | 17 ++
arch/arm/mach-samsung/Kconfig | 7 +
arch/arm/mach-samsung/Makefile | 2 +-
arch/arm/mach-samsung/include/mach/s3c-generic.h | 6 +
arch/arm/mach-samsung/include/mach/s5pcxx-iomap.h | 3 +
arch/arm/mach-samsung/mem-s5pcxx.c | 319 +++++++++++++++++++++
11 files changed, 563 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boards/tiny210/Makefile
create mode 100644 arch/arm/boards/tiny210/config.h
create mode 100644 arch/arm/boards/tiny210/lowlevel.c
create mode 100644 arch/arm/boards/tiny210/tiny210.c
create mode 100644 arch/arm/configs/tiny210_defconfig
create mode 100644 arch/arm/mach-samsung/mem-s5pcxx.c
--
1.7.10
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-05-24 13:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-24 13:27 Alexey Galakhov [this message]
2012-05-24 13:27 ` [PATCH 1/2] S5P " Alexey Galakhov
2012-05-24 20:13 ` Sascha Hauer
2012-05-24 13:27 ` [PATCH 2/2] Add FriendlyArm Tiny210 board (S5PV210) Alexey Galakhov
2012-05-24 20:11 ` Sascha Hauer
2012-05-28 9:38 ` Alexey Galakhov
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=1337866065-6775-1-git-send-email-agalakhov@gmail.com \
--to=agalakhov@gmail.com \
--cc=barebox@lists.infradead.org \
/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