All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] part: efi: Add default number of partition entries for sunxi
Date: Wed, 15 Nov 2017 11:11:49 +0100	[thread overview]
Message-ID: <20171115101151.11382-3-maxime.ripard@free-electrons.com> (raw)
In-Reply-To: <20171115101151.11382-1-maxime.ripard@free-electrons.com>

The SPL must be located at 8kB (16 sectors) offset. That's right in the
middle of the GPT, so we need to define a smaller amount of partitions to
accomodate for that location.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 disk/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/disk/Kconfig b/disk/Kconfig
index f82beef6e689..0446bb63ca7e 100644
--- a/disk/Kconfig
+++ b/disk/Kconfig
@@ -81,6 +81,7 @@ config EFI_PARTITION
 config EFI_PARTITION_ENTRIES_NUMBERS
 	int "Number of the EFI partition entries"
 	depends on EFI_PARTITION
+	default 56 if ARCH_SUNXI
 	default 128
 	help
 	  Specify the number of partition entries in the GPT. This is
-- 
2.14.3

  parent reply	other threads:[~2017-11-15 10:11 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-15 10:11 [U-Boot] [PATCH 0/4] sunxi: Ease eMMC usage and flashing Maxime Ripard
2017-11-15 10:11 ` [U-Boot] [PATCH 1/4] part: efi: Add a Kconfig option for the number of partition entries Maxime Ripard
2017-11-15 10:11 ` Maxime Ripard [this message]
2017-11-15 10:11 ` [U-Boot] [PATCH 3/4] sunxi: Add default partition scheme Maxime Ripard
2017-11-15 21:03   ` Alexander Graf
2017-11-16  9:29     ` Maxime Ripard
2017-11-16 10:30     ` Andre Przywara
2017-11-16 11:21       ` Maxime Ripard
2017-11-16 11:41         ` Andre Przywara
2017-11-16 11:54           ` Alexander Graf
2017-11-16 12:32             ` Emmanuel Vadot
2017-11-16 17:30           ` Tom Rini
2017-11-17  8:29             ` Maxime Ripard
     [not found]             ` <20171116194248.fk75jtez4unq2lse@excalibur.cnev.de>
2017-11-17  8:31               ` Maxime Ripard
2017-11-17  8:27           ` Maxime Ripard
2017-11-17 12:21             ` Andre Przywara
2017-11-17 13:04               ` Maxime Ripard
2017-11-17 14:20                 ` Alexander Graf
2017-11-20  9:24                   ` Maxime Ripard
2017-11-20 11:37                     ` Emmanuel Vadot
2017-11-20 13:17                       ` Maxime Ripard
2017-11-15 10:11 ` [U-Boot] [PATCH 4/4] fastboot: Enable flashing by default on sunxi Maxime Ripard
     [not found] ` <20171115204134.7ervzwcfrc67m6jt@excalibur.cnev.de>
2017-11-16  9:32   ` [U-Boot] [PATCH 0/4] sunxi: Ease eMMC usage and flashing Maxime Ripard
2017-11-28 10:34 Maxime Ripard
2017-11-28 10:34 ` [U-Boot] [PATCH 2/4] part: efi: Add default number of partition entries for sunxi Maxime Ripard
2017-11-30  0:22   ` André Przywara

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=20171115101151.11382-3-maxime.ripard@free-electrons.com \
    --to=maxime.ripard@free-electrons.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.