summaryrefslogtreecommitdiffstats
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2012-12-05 15:10:58 +0000
committerSimon Glass <sjg@chromium.org>2012-12-06 14:30:44 -0800
commitd954a431ec4bbebc588ac810a1eb01f3512249a8 (patch)
tree8849d792a0290734c86e729c68aa8801ed39d8a6 /include/configs/coreboot.h
parentcbca883c46146e9b3128fcb51ab750089c47c241 (diff)
downloadtalos-obmc-uboot-d954a431ec4bbebc588ac810a1eb01f3512249a8.tar.gz
talos-obmc-uboot-d954a431ec4bbebc588ac810a1eb01f3512249a8.zip
x86: Turn on support for EFI's GPT in the coreboot config
This allows u-boot to figure out the partitions of a chrome-os install. Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 46b8d78fbc..06d2b2fb2e 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -126,13 +126,16 @@
/************************************************************
* DISK Partition support
************************************************************/
+#define CONFIG_EFI_PARTITION
#define CONFIG_DOS_PARTITION
#define CONFIG_MAC_PARTITION
#define CONFIG_ISO_PARTITION /* Experimental */
+#define CONFIG_CMD_PART
#define CONFIG_CMD_CBFS
#define CONFIG_CMD_EXT4
#define CONFIG_CMD_EXT4_WRITE
+#define CONFIG_PARTITION_UUIDS
/*-----------------------------------------------------------------------
* Video Configuration
OpenPOWER on IntegriCloud