From patchwork Tue Nov 28 10:34:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 119835 Delivered-To: patch@linaro.org Received: by 10.80.225.132 with SMTP id k4csp2920245edl; Tue, 28 Nov 2017 02:40:22 -0800 (PST) X-Google-Smtp-Source: AGs4zMaXReEnaAZoNKTYkG6pYz7Ax/buZJ6S17lnsbQyda7oIUbbNX2WkHjEzpUxx5uoiujZcOTO X-Received: by 10.80.219.69 with SMTP id b5mr2030074edl.218.1511865622003; Tue, 28 Nov 2017 02:40:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511865621; cv=none; d=google.com; s=arc-20160816; b=WOXGZQdci7a/177o+oqgrgGTdnTqu3CWu/Y0y7IluLS+g4/xHFlSXpbN7pCzwEcW5e nB9Mhy4tDN9R+a5JIa9c35reE/ySk0fVD/uQit80gh4ocIEeHMBGQoLr70E0zKFat8UW WtIGHSZsrbl+qi7y4VSZH+WMTv6vyyghjEhFTUS09OnV/dbUWuKUXXz4KeQ0j8NQ5Ru2 KtB+zujdI4a99DPYoaDi0U40W6Ngor1YVmYjW6b7yvRfVlKjnL0DAFMgnFiUFHFqiunE KePpk9fjZdPwG/Q7k5JxKuLHWaqMMdloSyancj7bKCUuEBAsTQ7RnaD8KacHe2/gFGDr MP9Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:cc:references:in-reply-to:references :in-reply-to:message-id:date:to:from:arc-authentication-results; bh=SLny1HRIPX0v7oulEioUsIBcCaADZV6Sk5fOx6mvb7Q=; b=zcd4zek70inrjf/I/+CM8TFA/gxck1wsds/eEBr7hFvQHJLfNAdrHzzIQ/DSz1q0GC SeeBr1gqL2hwxV06toOI9pHpAsW5IlAvGlmfcEaTg0o0V4ueitXrbKh8M+hjdkR1VxrM /i5G6+RMnbjqCVxFO7tUqsG12H0ln1aZzBqTrgRVNMhrg1UhY6zLNxz584RyBLcjfD9O zBflR0i0Pcd5I1B6qr+U1vUL+zi6LrzsDt9UKVyg5p08Kr83qhaLimKlxj91Tu798x09 SyYX1WYtHhGgncVmtPJvjcJP0zow9tTI5xN1r8/yO91VaIZYWiKxoFk/byc5yneaNs3d 0Biw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id b52si2844272ede.102.2017.11.28.02.40.21; Tue, 28 Nov 2017 02:40:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id 9232BC21EA6; Tue, 28 Nov 2017 10:36:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id B70A1C21E40; Tue, 28 Nov 2017 10:36:40 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id EA9DFC21E57; Tue, 28 Nov 2017 10:34:44 +0000 (UTC) Received: from mail.free-electrons.com (mail.free-electrons.com [62.4.15.54]) by lists.denx.de (Postfix) with ESMTP id 4618BC21E35 for ; Tue, 28 Nov 2017 10:34:44 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 110) id 97DD82073F; Tue, 28 Nov 2017 11:34:43 +0100 (CET) Received: from localhost (LStLambert-657-1-97-87.w90-63.abo.wanadoo.fr [90.63.216.87]) by mail.free-electrons.com (Postfix) with ESMTPSA id 6C0D620373; Tue, 28 Nov 2017 11:34:43 +0100 (CET) From: Maxime Ripard To: Tom Rini Date: Tue, 28 Nov 2017 11:34:38 +0100 Message-Id: X-Mailer: git-send-email 2.14.3 In-Reply-To: References: In-Reply-To: References: Cc: Andre Przywara , agraf@suse.de, u-boot@lists.denx.de, Maxime Ripard , Jagan Teki Subject: [U-Boot] [PATCH 1/4] part: efi: Add a Kconfig option for the number of partition entries X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" On some SoCs, the SPL needs to be located right in the middle of the GPT partition entries. One way to work around that is to create partition entries for a smaller number of partitions to accomodate with where the SPL will be. Create a Kconfig option to allow to do that. Signed-off-by: Maxime Ripard Reviewed-by: Tom Rini Reviewed-by: Andre Przywara --- disk/Kconfig | 13 +++++++++++++ include/part_efi.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/disk/Kconfig b/disk/Kconfig index 939656212065..f82beef6e689 100644 --- a/disk/Kconfig +++ b/disk/Kconfig @@ -78,6 +78,19 @@ config EFI_PARTITION common when EFI is the bootloader. Note 2TB partition limit; see disk/part_efi.c +config EFI_PARTITION_ENTRIES_NUMBERS + int "Number of the EFI partition entries" + depends on EFI_PARTITION + default 128 + help + Specify the number of partition entries in the GPT. This is + meant to allow less than the standard specifies for devices + that might need to place their first-stage bootloader in the + middle of a regular GPT. + + If unsure, leave at 128 entries, which is the standard + number. + config EFI_PARTITION_ENTRIES_OFF int "Offset (in bytes) of the EFI partition entries" depends on EFI_PARTITION diff --git a/include/part_efi.h b/include/part_efi.h index 31e6bc6e140f..4c8f6cc473c8 100644 --- a/include/part_efi.h +++ b/include/part_efi.h @@ -27,7 +27,7 @@ #define GPT_HEADER_SIGNATURE 0x5452415020494645ULL #define GPT_HEADER_REVISION_V1 0x00010000 #define GPT_PRIMARY_PARTITION_TABLE_LBA 1ULL -#define GPT_ENTRY_NUMBERS 128 +#define GPT_ENTRY_NUMBERS CONFIG_EFI_PARTITION_ENTRIES_NUMBERS #define GPT_ENTRY_SIZE 128 #define PARTITION_SYSTEM_GUID \