From patchwork Tue Jan 21 22:15:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 313091 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3EF292C008F for ; Wed, 22 Jan 2014 09:15:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4F8A44B74D; Tue, 21 Jan 2014 23:15:45 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tIlRcQEN6AON; Tue, 21 Jan 2014 23:15:44 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 894264B6AD; Tue, 21 Jan 2014 23:15:38 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BA70B4B6F4 for ; Tue, 21 Jan 2014 23:15:32 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NfmkTV49HQK0 for ; Tue, 21 Jan 2014 23:15:27 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by theia.denx.de (Postfix) with ESMTPS id 020754B6A9 for ; Tue, 21 Jan 2014 23:15:19 +0100 (CET) Received: by mail-qa0-f47.google.com with SMTP id j5so7100050qaq.6 for ; Tue, 21 Jan 2014 14:15:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id; bh=TseY4KeIQJGE5eUMBG/o82XlVfsQjHugw0gJBvt6Ck8=; b=mqcRgCJIhMjZg18Df3FN4TnmybG/4WSdQCkW7tfq9YiHpSEEz4EusjGn8bFu5Q7Gp7 XGIbVLaK+fFBapVgBeFA0E2lBTxutd97jDTmAJFZa1D3hmfa5tfL/zMePCC/D2scjPEe TU++yVmPDcIFSP1bHGDUtaxOYKNsmvVmMZLli7OipJk+/GLU2Hv83Ro9kR2KeVIA+n05 FDKDsTClKxQS9MYNBTGCCpMYFiNJXwbCMpg31jxXtJQOQ3BN/ufwSL6Rp0q9GOPzfO55 YI1Uztot5bOCCmHNSWJXy/SB8TzsjR/zPQdrRBSkh1P/j3FpOsoaBBvD/iYrK9+3TXQB EzOA== X-Received: by 10.140.106.225 with SMTP id e88mr38831515qgf.66.1390342517109; Tue, 21 Jan 2014 14:15:17 -0800 (PST) Received: from localhost.localdomain (cpe-174-106-216-211.ec.res.rr.com. [174.106.216.211]) by mx.google.com with ESMTPSA id l40sm3525129qga.13.2014.01.21.14.15.15 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 21 Jan 2014 14:15:16 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Date: Tue, 21 Jan 2014 17:15:06 -0500 Message-Id: <1390342508-29335-1-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 Subject: [U-Boot] [PATCH 1/3] am335x_evm: Enable GPT commands X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Tom Rini --- include/configs/am335x_evm.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 73a9adb..07c1b76 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -31,6 +31,12 @@ /* Always 128 KiB env size */ #define CONFIG_ENV_SIZE (128 << 10) +/* Enhance our eMMC support / experience. */ +#define CONFIG_CMD_GPT +#define CONFIG_EFI_PARTITION +#define CONFIG_PARTITION_UUIDS +#define CONFIG_CMD_PART + #ifdef CONFIG_NAND #define NANDARGS \ "mtdids=" MTDIDS_DEFAULT "\0" \ @@ -64,6 +70,9 @@ "bootfile=zImage\0" \ "fdtfile=undefined\0" \ "console=ttyO0,115200n8\0" \ + "partitions=" \ + "uuid_disk=${uuid_gpt_disk};" \ + "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}\0" \ "optargs=\0" \ "mmcdev=0\0" \ "mmcroot=/dev/mmcblk0p2 ro\0" \ @@ -295,6 +304,8 @@ #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT) /* disable host part of MUSB in SPL */ #undef CONFIG_MUSB_HOST +/* disable partition UUID support */ +#undef CONFIG_PARTITION_UUIDS /* * Disable CPSW SPL support so we fit within the 101KiB limit. */