From: razvan.becheriu at gmail.com <razvan.becheriu@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH]: cmd: part: add part block command
Date: Mon, 1 Jun 2020 13:20:25 +0300 [thread overview]
Message-ID: <20200601102026.51707-1-razvan.becheriu@gmail.com> (raw)
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.
next reply other threads:[~2020-06-01 10:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-01 10:20 razvan.becheriu at gmail.com [this message]
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 ` [PATCH]: cmd: part: add part block command Tom Rini
2020-06-02 18:08 ` 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=20200601102026.51707-1-razvan.becheriu@gmail.com \
--to=razvan.becheriu@gmail.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