mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2 0/7] U-Boot environment data as a filesystem
Date: Fri, 7 Jun 2019 09:05:14 +0200	[thread overview]
Message-ID: <20190607070513.bnqmj2qds223tixk@pengutronix.de> (raw)
In-Reply-To: <20190604052003.3189-1-andrew.smirnov@gmail.com>

On Mon, Jun 03, 2019 at 10:19:56PM -0700, Andrey Smirnov wrote:
> Everyone:
> 
> This series adds code needed to expose U-Boot environemnt variable
> data partition as a regular filesystem in Barebox. It currently only
> supports the use-case where environment is stored on SD/MMC device,
> since that is the only use-case I have access to for testing, however
> adding support for other cases should be relatively
> straightforward.
> 
> Feedback is welcome!
> 
> Changes since [v1]:
> 
>     - ubootvar changed to not rely on struct resource
>     */mem_write/mem_read etc. and use a private pointer instead
> 
>     - ubootvar changed to handle the case of no valid environment data
>       by allocation parition 0 as empty/new
>       
>     - Added documentation for ubootvarfs as well as ubootvar DT
>       bindings
> 
> Thanks,
> Andrey Smirnov

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2019-06-07  7:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-04  5:19 Andrey Smirnov
2019-06-04  5:19 ` [PATCH v2 1/7] filetype: Add "U-Boot environmemnt variable data" filetype Andrey Smirnov
2019-06-04  5:19 ` [PATCH v2 2/7] filetype: Allow specifying cdev's filetype explicitly Andrey Smirnov
2019-06-04  5:19 ` [PATCH v2 3/7] drivers: Introduce late_platform_driver() Andrey Smirnov
2019-06-04  5:20 ` [PATCH v2 4/7] misc: Add a driver to expose U-Boot environment variable data Andrey Smirnov
2019-06-04  5:20 ` [PATCH v2 5/7] fs: Add a driver to access U-Boot environment variables Andrey Smirnov
2019-06-04  5:20 ` [PATCH v2 6/7] ARM: rdu2: Add U-Boot environment partitions Andrey Smirnov
2019-06-04  5:20 ` [PATCH v2 7/7] ARM: rdu1: Add U-Boot environment partition Andrey Smirnov
2019-06-07  7:05 ` Sascha Hauer [this message]

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=20190607070513.bnqmj2qds223tixk@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=andrew.smirnov@gmail.com \
    --cc=barebox@lists.infradead.org \
    /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