]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Turn on support for EFI's GPT in the coreboot config
authorGabe Black <gabeblack@chromium.org>
Wed, 5 Dec 2012 15:10:58 +0000 (15:10 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Dec 2012 22:30:44 +0000 (14:30 -0800)
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>
include/configs/coreboot.h

index 46b8d78fbcfa090ef7fe92405758d827a857039a..06d2b2fb2e9b5964b09fa3286633ae8349fc852b 100644 (file)
 /************************************************************
  * 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