All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <promsoft@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 3/3] ARMV7: Exynos4: Add support for TRATS board
Date: Wed, 11 Jan 2012 18:43:49 +0900	[thread overview]
Message-ID: <CALrBrZ3Y7sFAB-aLjvzyyT4hmgqnFg+OOj2OuRw3eC_3W5ap6A@mail.gmail.com> (raw)
In-Reply-To: <4F0D0944.6000908@samsung.com>

On 11 January 2012 13:00, Kim, Heungjun <riverful.kim@samsung.com> wrote:
> Hi Minkyu Kang,
>
>
> On 2012? 01? 11? 11:35, Minkyu Kang wrote:
>>
>> Dear HeungJun, Kim,
>>
>> On 10 January 2012 18:00, HeungJun, Kim<riverful.kim@samsung.com> ?wrote:
>>>
>>> This patch adds support for Samsung TRATS board
>>>
>>> Signed-off-by: HeungJun, Kim<riverful.kim@samsung.com>
>>> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
>>> ---
>>> ?MAINTAINERS ? ? ? ? ? ? ? ? ? ? ? | ? ?4 +
>>> ?board/samsung/trats/Makefile ? ? ?| ? 43 ++
>>> ?board/samsung/trats/trats.c ? ? ? | ?349 ++++++++++++++++
>>> ?board/samsung/trats/trats_setup.h | ?814
>>> +++++++++++++++++++++++++++++++++++++
>>> ?boards.cfg ? ? ? ? ? ? ? ? ? ? ? ?| ? ?1 +
>>> ?include/configs/trats.h ? ? ? ? ? | ?216 ++++++++++
>>> ?6 files changed, 1427 insertions(+), 0 deletions(-)
>>> ?create mode 100644 board/samsung/trats/Makefile
>>> ?create mode 100644 board/samsung/trats/trats.c
>>> ?create mode 100644 board/samsung/trats/trats_setup.h
>>> ?create mode 100644 include/configs/trats.h
>>>
>>> diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c
>>> new file mode 100644
>>> index 0000000..9070df5
>>> --- /dev/null
>>> +++ b/board/samsung/trats/trats.c
>>> +void lowlevel_init(void)
>>> +{
>>> + ? ? ? s5p_set_cpu_id(); ? ? ? ? ? ? ? /* For using Exynos's structures
>>> */
>>> +
>>> + ? ? ? watchdog_disable();
>>> +
>>> + ? ? ? clock_init();
>>> + ? ? ? power_init();
>>> +}

One more...
I think.. we need to set GPIOs for UART select.
Please check old lowlevel_init function.

Thanks.
Minkyu Kang.
-- 
from. prom.
www.promsoft.net

  reply	other threads:[~2012-01-11  9:43 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-05  4:48 [U-Boot] [PATCH] ARMV7: Add support for TRATS board HeungJun, Kim
2012-01-10  9:00 ` [U-Boot] [PATCH v3 0/3] ARMV7: Exynos4: " HeungJun, Kim
2012-01-10  9:00   ` [U-Boot] [PATCH v3 1/3] ARMV7: Exynos4: Add watchdog.h for Exynos4 HeungJun, Kim
2012-01-10  9:00   ` [U-Boot] [PATCH v3 2/3] ARMV7: Exynos4: Add supoort power " HeungJun, Kim
2012-01-10  9:00   ` [U-Boot] [PATCH v3 3/3] ARMV7: Exynos4: Add support for TRATS board HeungJun, Kim
2012-01-11  2:35     ` Minkyu Kang
2012-01-11  4:00       ` Kim, Heungjun
2012-01-11  9:43         ` Minkyu Kang [this message]
2012-01-11  5:19     ` [U-Boot] [PATCH v3 RESEND] " HeungJun, Kim
2012-01-11  5:28       ` Kim, Heungjun
2012-01-11  5:28     ` [U-Boot] [PATCH v3 RESEND 3/3] " HeungJun, Kim
2012-01-16  7:42 ` [U-Boot] [PATCH v4 0/4] " HeungJun, Kim
2012-01-16  7:42   ` [U-Boot] [PATCH v4 1/4] ARMV7: Exynos4: Add watchdog.h for Exynos4 HeungJun, Kim
2012-01-16  7:42   ` [U-Boot] [PATCH v4 2/4] ARMV7: Exynos4: Add supoort power " HeungJun, Kim
2012-01-16  7:42   ` [U-Boot] [PATCH v4 3/4] ARMV7: Exynos4: Fix toolchain optimization problem for using volatile HeungJun, Kim
2012-01-16  7:42   ` [U-Boot] [PATCH v4 4/4] ARMV7: Exynos4: Add support for TRATS board HeungJun, Kim
2012-01-17  7:13 ` [U-Boot] [PATCH v5 0/3] " HeungJun, Kim
2012-01-17  7:13   ` [U-Boot] [PATCH v5 1/3] ARMV7: Exynos4: Add watchdog.h for Exynos4 HeungJun, Kim
2012-01-17  7:13   ` [U-Boot] [PATCH v5 2/3] ARMV7: Exynos4: Add supoort power " HeungJun, Kim
2012-01-17  7:13   ` [U-Boot] [PATCH v5 3/3] ARMV7: Exynos4: Add support for TRATS board HeungJun, Kim
2012-01-18  7:03   ` [U-Boot] [PATCH v5 0/3] " Minkyu Kang

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=CALrBrZ3Y7sFAB-aLjvzyyT4hmgqnFg+OOj2OuRw3eC_3W5ap6A@mail.gmail.com \
    --to=promsoft@gmail.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.