From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 15 Jun 2015 17:19:46 -0600 Subject: [U-Boot] [PATCH v3 2/2] common: cmd_part: start and size sub-commands introduction In-Reply-To: <1434396905-6086-2-git-send-email-contact@paulk.fr> References: <1434396905-6086-1-git-send-email-contact@paulk.fr> <1434396905-6086-2-git-send-email-contact@paulk.fr> Message-ID: <557F5D92.6000300@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/15/2015 01:35 PM, Paul Kocialkowski wrote: > This introduces the part start and part size sub-commands. The purpose of these > is to store the start block and size of a partition in a variable, given the > device and partition number. > > This allows reading raw data that fits a single partition more easily. > For instance, this could be used to figure out the start block and size of a > kernel partition when a partition table is present, given the partition number. The series, Acked-by: Stephen Warren