Re: [U-Boot] [PATCH v4 00/16] GPT over MTD

2017-04-11 Thread Patrick DELAUNAY
From: Tom Rini [mailto:tr...@konsulko.com] Sent: vendredi 7 avril 2017 18:26 > > On Wed, Mar 15, 2017 at 03:11:31PM +0100, Patrick Delaunay wrote: > > > > > I have a request to support GPT over MTD to have the MTD informations > > without U-Boot environment(CONFIG_ENV_IS_NOWHERE is a other > > re

Re: [U-Boot] [PATCH v4 00/16] GPT over MTD

2017-04-07 Thread Tom Rini
On Wed, Mar 15, 2017 at 03:11:31PM +0100, Patrick Delaunay wrote: > > I have a request to support GPT over MTD to have the MTD informations > without U-Boot environment(CONFIG_ENV_IS_NOWHERE is a other requirement > of my project to manage several board configuration with > the same defconfig; bo

[U-Boot] [PATCH v4 00/16] GPT over MTD

2017-03-15 Thread Patrick Delaunay
I have a request to support GPT over MTD to have the MTD informations without U-Boot environment(CONFIG_ENV_IS_NOWHERE is a other requirement of my project to manage several board configuration with the same defconfig; boot from NAND or NOR or SDCARD). The current idea is to use the GPT header fo