From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Delaunay Date: Tue, 27 Oct 2015 10:51:37 +0100 Subject: [U-Boot] [PATCH v2 2/3] gpt: add optional parameter type in gpt command In-Reply-To: <20151023165253.GX23893@bill-the-cat> References: <1445429689-26361-1-git-send-email-patrick.delaunay73@gmail.com> <1445429689-26361-2-git-send-email-patrick.delaunay73@gmail.com> <20151023165253.GX23893@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Ok. I will provided documentation update in version 3. Patrick Le 23 oct. 2015 6:52 PM, "Tom Rini" a ?crit : > On Wed, Oct 21, 2015 at 02:14:48PM +0200, Patrick Delaunay wrote: > > > code under flag CONFIG_PARTITION_TYPE_GUID > > add parameter "type" to select partition type guid > > > > example of use with gpt command : > > > > partitions = uuid_disk=${uuid_gpt_disk}; \ > > name=boot,size=0x6bc00,uuid=${uuid_gpt_boot}; \ > > name=root,size=0x7538ba00,uuid=${uuid_gpt_root}, \ > > type=0fc63daf-8483-4772-8e79-3d69d8477de4; > > > > gpt write mmc 0 $partitions > > > > Signed-off-by: Patrick Delaunay > > Reviewed-by: Tom Rini > > But I want to echo Simon's comment that we should update the docs a bit, > perhaps a few more words and an example in doc/README.gpt. > > -- > Tom >