Re: [PATCH v4 6/6] arch: Move initrd= parsing into do_mounts_initrd.c

2018-11-15 Thread Florian Fainelli
On 11/12/18 4:57 PM, Vineet Gupta wrote: > On 11/12/18 4:52 PM, Florian Fainelli wrote: >> On 11/12/18 4:40 PM, Vineet Gupta wrote: >>> On 11/12/18 4:38 PM, Florian Fainelli wrote: >> #ifdef CONFIG_BLK_DEV_INITRD >> -if (initrd_start) >> -memblock_reserve(__pa(i

Re: [PATCH v4 4/6] arm64: Utilize phys_initrd_start/phys_initrd_size

2018-11-15 Thread Will Deacon
On Mon, Nov 05, 2018 at 02:54:29PM -0800, Florian Fainelli wrote: > ARM64 is the only architecture that re-defines > __early_init_dt_declare_initrd() in order for that function to populate > initrd_start/initrd_end with physical addresses instead of virtual > addresses. Instead of having an overrid

Re: [OE-core] [PATCH] u-boot: Add mkenvimage tool

2018-11-15 Thread Otavio Salvador
On Thu, Nov 15, 2018 at 9:35 AM Martin Jansa wrote: > yes fw-utils is similar, but has different dependencies and builds slightly > differently. fw-utils use the machine setup to find the default environment to use, so it is indeed machine specific. -- Otavio Salvador

Re: [PATCH v2] u-boot: Add mkenvimage tool

2018-11-15 Thread richard . purdie
On Thu, 2018-11-15 at 15:00 +, Burton, Ross wrote: > On Thu, 15 Nov 2018 at 14:50, Marek Vasut wrote: > > I have to admit, the recipe name becomes a misnomer then. But > > renaming > > this recipe would be hard, since it's used all over the place. Any > > ideas? > > Call it u-boot-tools, pote

Re: [PATCH v2] u-boot: Add mkenvimage tool

2018-11-15 Thread Marek Vasut
On 11/15/2018 04:00 PM, Burton, Ross wrote: > On Thu, 15 Nov 2018 at 14:50, Marek Vasut wrote: >> I have to admit, the recipe name becomes a misnomer then. But renaming >> this recipe would be hard, since it's used all over the place. Any ideas? > > Call it u-boot-tools, potentially merge the oth

Re: [PATCH v2] u-boot: Add mkenvimage tool

2018-11-15 Thread Burton, Ross
On Thu, 15 Nov 2018 at 14:50, Marek Vasut wrote: > I have to admit, the recipe name becomes a misnomer then. But renaming > this recipe would be hard, since it's used all over the place. Any ideas? Call it u-boot-tools, potentially merge the other recipe tool, and add RPROVIDES for compatibility?

Re: [PATCH v2] u-boot: Add mkenvimage tool

2018-11-15 Thread Marek Vasut
On 11/15/2018 01:43 PM, Alexey Brodkin wrote: > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > Note it is already gets built with "make tools" command > together with "mkimage" so we just need to install "mkenvimage". > > As of today this utili

[PATCH v2] u-boot: Add mkenvimage tool

2018-11-15 Thread Alexey Brodkin
This utility is used for creation of images containing usable in run-time U-Boot environment. Note it is already gets built with "make tools" command together with "mkimage" so we just need to install "mkenvimage". As of today this utility is added per-board like here [1] for Intel Edison board.

Re: [OE-core] [PATCH] u-boot: Add mkenvimage tool

2018-11-15 Thread Stefano Babic
On 15/11/18 06:05, Alexey Brodkin wrote: > Hi Khem, > > On Wed, 2018-11-14 at 20:57 -0800, Khem Raj wrote: >> On Wed, Nov 14, 2018 at 8:00 PM Alexey Brodkin >> wrote: >>> This utility is used for creation of images containing >>> usable in run-time U-Boot environment. >>> >>> As of today this uti

Re: [OE-core] [PATCH] u-boot: Add mkenvimage tool

2018-11-15 Thread Alexey Brodkin
Hi Martin, On Thu, 2018-11-15 at 10:27 +0100, Martin Jansa wrote: > On Thu, Nov 15, 2018 at 05:15:03AM +, Alexey Brodkin wrote: > > Hi Marek, [snip] > > > Reviewed-by: Marek Vasut > > > > > > That said, could the recipe for mkimage and mkenvimage be somehow > > > deduplicated ? There seems

Re: [OE-core] [PATCH] u-boot: Add mkenvimage tool

2018-11-15 Thread Martin Jansa
On Thu, Nov 15, 2018 at 05:15:03AM +, Alexey Brodkin wrote: > Hi Marek, > > On Thu, 2018-11-15 at 06:03 +0100, Marek Vasut wrote: > > On 11/15/2018 05:57 AM, Khem Raj wrote: > > > On Wed, Nov 14, 2018 at 8:00 PM Alexey Brodkin > > > wrote: > > > > This utility is used for creation of images c