From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 11 Feb 2013 11:39:19 +0100 Subject: [U-Boot] [PATCH 0/5] Add support for using an UBI volume for environment In-Reply-To: <1360354046-32392-1-git-send-email-joe.hershberger@ni.com> References: <1360354046-32392-1-git-send-email-joe.hershberger@ni.com> Message-ID: <5118CA57.4010804@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Joe, On 02/08/2013 09:07 PM, Joe Hershberger wrote: > NAND is not good at handling absolute addresses to sectors for storing > particular data. The current implementation of the NAND env support > works around this in several ways such as storing a pointer to the > sector in the OOB of the first sector (interferes with some CRC) or > supporting a range of sectors (which unless it is huge is not > guaranteed to be safe). None of these options address wear-leveling > concerns or bad block handling. > > Accessing the u-boot env from UBI eliminates these concerns. However, > it does require some of the basic settings for finding the UBI env to > be in the default u-boot env. Great. I'll review the patches in a bit and will send some comments. Thanks, Stefan