All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: layerscape: Enable UUID & GPT partition for NXP's ARM SoC
Date: Mon, 26 Dec 2016 09:29:01 +0200	[thread overview]
Message-ID: <757137c1-6823-cd5a-28ee-3bb7c2b3c61a@compulab.co.il> (raw)
In-Reply-To: <1482734708-23418-1-git-send-email-prabhakar.kushwaha@nxp.com>

Hi Prabhakar Kushwaha,

On 12/26/16 08:45, Prabhakar Kushwaha wrote:
> Enable UUID and GPT partition support for NXP's ARM based SoCs
> i.e. LS1012A, LS1021A, LS1043A, LS1046A and LS2080A.
> 
> Also enable DOS partition for LS1012AFRDM boards.
> 
> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
> ---
>  include/configs/ls1012afrdm.h | 5 +++++
>  include/configs/ls1012aqds.h  | 4 ++++
>  include/configs/ls1012ardb.h  | 4 ++++
>  include/configs/ls1021aiot.h  | 3 +++
>  include/configs/ls1021aqds.h  | 3 +++
>  include/configs/ls1021atwr.h  | 3 +++
>  include/configs/ls1043aqds.h  | 4 ++++
>  include/configs/ls1043ardb.h  | 4 ++++
>  include/configs/ls1046aqds.h  | 4 ++++
>  include/configs/ls1046ardb.h  | 4 ++++
>  include/configs/ls2080aqds.h  | 3 +++
>  include/configs/ls2080ardb.h  | 3 +++

I'm not sure this is the expected way today...

>  12 files changed, 44 insertions(+)
> 
> diff --git a/include/configs/ls1012afrdm.h b/include/configs/ls1012afrdm.h
> index f6f88e8..94f7460 100644
> --- a/include/configs/ls1012afrdm.h
> +++ b/include/configs/ls1012afrdm.h
> @@ -42,6 +42,11 @@
>  #define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS      2
>  #endif
>  
> +#define CONFIG_DOS_PARTITION
> +#define CONFIG_PARTITION_UUIDS
> +#define CONFIG_EFI_PARTITION
> +#define CONFIG_CMD_GPT
> +

These are the common (not board specific) things and I think today we expect
it to come through the Kconfig instead of the old config files.

[...]

-- 
Regards,
Igor.

  reply	other threads:[~2016-12-26  7:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-26  6:45 [U-Boot] [PATCH] arm: layerscape: Enable UUID & GPT partition for NXP's ARM SoC Prabhakar Kushwaha
2016-12-26  7:29 ` Igor Grinberg [this message]
2017-01-04 21:41   ` york sun
2017-01-05  9:51     ` Igor Grinberg
2017-01-05 16:25       ` york sun
2017-01-05 18:08         ` Igor Grinberg
2017-01-19 17:31 ` york sun
2017-01-23  9:40   ` Igor Grinberg
2017-01-23 14:28     ` Tom Rini

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=757137c1-6823-cd5a-28ee-3bb7c2b3c61a@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --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.