From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 0/8] arm: add runtime envs describing build
Date: Fri, 07 Feb 2014 15:19:46 +0900 [thread overview]
Message-ID: <52F47B02.5030107@samsung.com> (raw)
In-Reply-To: <1390402477-24340-1-git-send-email-p.wilczek@samsung.com>
On 22/01/14 23:54, Piotr Wilczek wrote:
> This patchset adds runtime variables for Samsung boards that describe
> build configuration (arch, soc, board, vendor).
>
> Additionally, more envs describing platform (soc and board revision) are added
> to Samsung common code.
>
> For boards Trats and Trats2, based on the added envs, 'fdtfile' env is set
> and dual kernel boot is enabled:
> - with separated DTB if the DTB file is loaded successfully;
> - with DTB apppended to uImage if DTB file is not found;
> This is neccesssary for backward compatibilty.
>
> THis patchset depends on the patchset:
> [PATCH v6 00/11] Introduce Samsung misc file and LCD menu.
> http://patchwork.ozlabs.org/patch/313186/
> ...
> http://patchwork.ozlabs.org/patch/313192/
>
> Changes for V2:
> - rebased against current u-boot0samsung branch
>
> Piotr Wilczek (8):
> arm:exynos: add cpu revision
> arm:s5pc110: add cpu revision
> board:samsung:common: set envs with board unified information
> board:samsung:goni: add env variables describing platform
> board:samsung:universal: add env variables describing platform
> board:samsung:trats: add env variables describing platform
> board:samsung:trats2: add env variables describing platform
> board:samsung:trats/trats2: enable boot with appended and separated
> DTB
>
> arch/arm/include/asm/arch-exynos/cpu.h | 8 ++++++--
> arch/arm/include/asm/arch-s5pc1xx/cpu.h | 7 +++++++
> board/samsung/common/misc.c | 24 ++++++++++++++++++++++++
> board/samsung/goni/goni.c | 17 +++++++++++++++++
> board/samsung/trats/trats.c | 3 +++
> board/samsung/trats2/trats2.c | 3 +++
> board/samsung/universal_c210/universal.c | 3 +++
> include/configs/s5p_goni.h | 6 ++++++
> include/configs/s5pc210_universal.h | 3 +++
> include/configs/trats.h | 12 +++++++++---
> include/configs/trats2.h | 12 +++++++++---
> include/samsung/misc.h | 12 ++++++++----
> 12 files changed, 98 insertions(+), 12 deletions(-)
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
prev parent reply other threads:[~2014-02-07 6:19 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-14 7:59 [U-Boot] [PATCH 0/7] arm: add runtime envs describing build configuration Piotr Wilczek
2014-01-14 7:59 ` [U-Boot] [PATCH 1/7] arm:exynos: add cpu revision Piotr Wilczek
2014-01-14 7:59 ` [U-Boot] [PATCH 2/7] arm:s5pc110: " Piotr Wilczek
2014-01-14 7:59 ` [U-Boot] [PATCH 3/7] board:samsung:common: set envs with board unified information Piotr Wilczek
2014-01-15 16:17 ` Gerhard Sittig
2014-01-16 7:06 ` Piotr Wilczek
2014-01-14 7:59 ` [U-Boot] [PATCH 4/7] board:samsung:goni: add env variables describing platform Piotr Wilczek
2014-01-14 7:59 ` [U-Boot] [PATCH 5/7] board:samsung:universal: " Piotr Wilczek
2014-01-14 8:48 ` Przemyslaw Marczak
2014-01-14 9:37 ` Piotr Wilczek
2014-01-14 10:09 ` Przemyslaw Marczak
2014-01-14 12:33 ` Piotr Wilczek
2014-01-14 13:48 ` Przemyslaw Marczak
2014-01-14 7:59 ` [U-Boot] [PATCH 6/7] board:samsung:trats: enable boot with appended and separated DTB Piotr Wilczek
2014-01-14 7:59 ` [U-Boot] [PATCH 7/7] board:samsung:trats2: " Piotr Wilczek
2014-01-22 14:54 ` [U-Boot] [PATCH V2 0/8] arm: add runtime envs describing build Piotr Wilczek
2014-01-22 14:54 ` [U-Boot] [PATCH V2 1/8] arm:exynos: add cpu revision Piotr Wilczek
2014-01-23 10:28 ` Wolfgang Denk
2014-02-03 8:18 ` Minkyu Kang
2014-01-22 14:54 ` [U-Boot] [PATCH V2 2/8] arm:s5pc110: " Piotr Wilczek
2014-01-22 14:54 ` [U-Boot] [PATCH V2 3/8] board:samsung:common: set envs with board unified information Piotr Wilczek
2014-01-22 14:54 ` [U-Boot] [PATCH V2 4/8] board:samsung:goni: add env variables describing platform Piotr Wilczek
2014-01-22 14:54 ` [U-Boot] [PATCH V2 5/8] board:samsung:universal: " Piotr Wilczek
2014-01-23 8:41 ` Przemyslaw Marczak
2014-01-22 14:54 ` [U-Boot] [PATCH V2 6/8] board:samsung:trats: " Piotr Wilczek
2014-01-22 14:54 ` [U-Boot] [PATCH V2 7/8] board:samsung:trats2: " Piotr Wilczek
2014-01-22 14:54 ` [U-Boot] [PATCH V2 8/8] board:samsung:trats/trats2: enable boot with appended and separated DTB Piotr Wilczek
2014-02-07 6:19 ` Minkyu Kang [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=52F47B02.5030107@samsung.com \
--to=mk7.kang@samsung.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