public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH]: cmd: part: add part block command
Date: Tue, 2 Jun 2020 13:55:14 -0400	[thread overview]
Message-ID: <20200602175514.GO21630@bill-the-cat> (raw)
In-Reply-To: <20200601102026.51707-1-razvan.becheriu@gmail.com>

On Mon, Jun 01, 2020 at 01:20:25PM +0300, razvan.becheriu at gmail.com wrote:
> 
>     The Intel Edison OTA process requires a conversion of data size
>     from bytes to number of blocks. The following functions are used:
> 
>     # function ota_conv_sizes
>     # Convert a bytes size to a block size
>     # input  bytesize : size in bytes to convert
>     # input  blksize  : size of a block in bytes
>     # output num_blk  : converted size in blocks
> 
>     # function ota_mmc_write
>     # Write a memory buffer to mmc drive
>     # input floadaddr    : address of buffer to write
>     # input u_part_start : block start in mmc
>     # input num_blk      : number of block to write
> 
>     This patch adds the cmd part sub-command 'block' which returns
>     the partition block size in bytes.

This is usually done with the setexpr command today, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200602/45b0f8be/attachment.sig>

  parent reply	other threads:[~2020-06-02 17:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01 10:20 [PATCH]: cmd: part: add part block command razvan.becheriu at gmail.com
2020-06-01 10:20 ` [PATCH] cmd: part: Add 'block' sub-command razvan.becheriu at gmail.com
2020-06-02 17:55   ` Tom Rini
2020-06-02 17:55 ` Tom Rini [this message]
2020-06-02 18:08   ` [PATCH]: cmd: part: add part block command razvan becheriu
2020-06-02 18:30     ` Tom Rini
2020-06-02 18:36     ` razvan becheriu
2020-06-02 18:51       ` Tom Rini
2020-06-02 19:23         ` razvan becheriu
2020-06-05 18:01           ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200602175514.GO21630@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox