Re: [U-Boot] [PATCH 1/1]: environment in eMMC boot partition

2016-10-08 Thread Sergey Kubushyn
On Sat, 8 Oct 2016, Tom Rini wrote: On Wed, Oct 05, 2016 at 01:28:07PM -0700, Sergey Kubushyn wrote: This allows to place U-Boot environment into eMMC boot partition thus saving space on user partition for the OS (or whatever.) When booting off of eMMC many (all?) MCUs can use dedicated

Re: [U-Boot] [PATCH 1/1]: environment in eMMC boot partition

2016-10-08 Thread Sergey Kubushyn
On Sat, 8 Oct 2016, Tom Rini wrote: On Sat, Oct 08, 2016 at 03:41:50PM -0700, Sergey Kubushyn wrote: On Sat, 8 Oct 2016, Tom Rini wrote: On Wed, Oct 05, 2016 at 01:28:07PM -0700, Sergey Kubushyn wrote: This allows to place U-Boot environment into eMMC boot partition thus saving space on

Re: [U-Boot] [PATCH 1/1]: environment in eMMC boot partition

2016-10-08 Thread Tom Rini
On Sat, Oct 08, 2016 at 03:41:50PM -0700, Sergey Kubushyn wrote: > Did you get that nand-bootupdate patch I re-sent yesterday with git > send-email? Did it work if you got it? It's been done against u-boot-imx. Yes, but I've not had a chance to look at it (and none of my imx boards have NAND,

Re: [U-Boot] [PATCH 1/1]: environment in eMMC boot partition

2016-10-08 Thread Tom Rini
On Sat, Oct 08, 2016 at 03:41:50PM -0700, Sergey Kubushyn wrote: > On Sat, 8 Oct 2016, Tom Rini wrote: > > >On Wed, Oct 05, 2016 at 01:28:07PM -0700, Sergey Kubushyn wrote: > > > >>This allows to place U-Boot environment into eMMC boot partition thus > >>saving space on user partition for the OS

Re: [U-Boot] [PATCH 1/1]: environment in eMMC boot partition

2016-10-08 Thread Tom Rini
On Wed, Oct 05, 2016 at 01:28:07PM -0700, Sergey Kubushyn wrote: > This allows to place U-Boot environment into eMMC boot partition thus > saving space on user partition for the OS (or whatever.) When booting > off of eMMC many (all?) MCUs can use dedicated boot0/boot1 partitions > to boot so

[U-Boot] [PATCH 1/1]: environment in eMMC boot partition

2016-10-05 Thread Sergey Kubushyn
This allows to place U-Boot environment into eMMC boot partition thus saving space on user partition for the OS (or whatever.) When booting off of eMMC many (all?) MCUs can use dedicated boot0/boot1 partitions to boot so U-Boot (or SPL) is written to one (or both) such partitions. When such boot