From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Tue, 29 Nov 2011 21:58:51 +1100 Subject: [U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config In-Reply-To: <1322549828-22954-1-git-send-email-gabeblack@chromium.org> References: <1322549828-22954-1-git-send-email-gabeblack@chromium.org> Message-ID: <4ED4BAEB.9000208@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Gabe, On 29/11/11 17:57, Gabe Black wrote: > This allows u-boot to figure out the partitions of a chrome-os install. > > Signed-off-by: Gabe Black > --- > include/configs/coreboot.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h > index 348a25b..e98201d 100644 > --- a/include/configs/coreboot.h > +++ b/include/configs/coreboot.h > @@ -89,6 +89,7 @@ > /************************************************************ > * DISK Partition support > ************************************************************/ > +#define CONFIG_EFI_PARTITION > #define CONFIG_DOS_PARTITION > #define CONFIG_MAC_PARTITION > #define CONFIG_ISO_PARTITION /* Experimental */ Since "x86: Initial commit for running as a coreboot payload" has not been applied yet, is there any reason this (and "x86: Fix IDE configuration for the coreboot board") could not be merged into it? Regards, Graeme