Re: [PATCH v2 3/4] commands: ubi: Add ubiupdatevol command

2016-06-28 Thread Teresa Remmet
Hello Sascha, Am Dienstag, den 28.06.2016, 07:45 +0200 schrieb Sascha Hauer: > On Mon, Jun 27, 2016 at 01:42:19PM +0200, Teresa Remmet wrote: > > Add ubiupdatevol command. This is to update static > > and dynamic volumes. > > > > Signed-off-by: Teresa Remmet > > --- > >

Re: [PATCH] Do not rm the path from pbl-y target

2016-06-28 Thread 张忠山
I had to revert this one. The regular expression seems to be wrong. It breaks omap3530_beagle_defconfig with: make[2]: *** No rule to make target 'arch/arm/mach-omap/opbl-map3_clock.o', needed by 'arch/arm/mach-omap/built-in-pbl.o'. Stop. make[2]: *** Waiting for unfinished jobs Instead

Re: [PATCH v3 03/14] arm: introduce lib64 for arm64 related stuff

2016-06-28 Thread Raphaël Poggi
2016-06-28 8:47 GMT+02:00 Sascha Hauer : > On Fri, Jun 24, 2016 at 02:23:50PM +0200, Raphael Poggi wrote: >> Signed-off-by: Raphael Poggi >> --- >> arch/arm/lib64/Makefile| 10 + >> arch/arm/lib64/armlinux.c | 104 >>

Re: [PATCH v3 06/14] arm: cpu: start: arm64 does not support relocation

2016-06-28 Thread Sascha Hauer
On Tue, Jun 28, 2016 at 09:01:14AM +0200, Raphaël Poggi wrote: > 2016-06-28 8:50 GMT+02:00 Sascha Hauer : > > On Fri, Jun 24, 2016 at 02:23:53PM +0200, Raphael Poggi wrote: > >> For now, the relocation is not supported in arm64, so > >> enclosed call to "setup_c" with #if

Re: [PATCH v3 06/14] arm: cpu: start: arm64 does not support relocation

2016-06-28 Thread Raphaël Poggi
2016-06-28 8:50 GMT+02:00 Sascha Hauer : > On Fri, Jun 24, 2016 at 02:23:53PM +0200, Raphael Poggi wrote: >> For now, the relocation is not supported in arm64, so >> enclosed call to "setup_c" with #if directive >> >> Signed-off-by: Raphael Poggi >>

Re: [PATCH v3 11/14] arm: cpu: add basic arm64 mmu support

2016-06-28 Thread Sascha Hauer
On Fri, Jun 24, 2016 at 02:23:58PM +0200, Raphael Poggi wrote: > + > + pr_debug("ttb: 0x%p\n", ttb); > + > + /* create a flat mapping using 1MiB sections */ > + create_sections(0, 0, GRANULE_SIZE, UNCACHED_MEM); > + > + /* > + * First remap sdram cached using sections. > +

Re: [PATCH v2 5/6] state: backend_storage_direct: also use cached data on write

2016-06-28 Thread Michael Grzeschik
On Tue, Jun 28, 2016 at 08:18:47AM +0200, Sascha Hauer wrote: > On Fri, Jun 24, 2016 at 12:06:01PM +0200, Markus Pargmann wrote: > > From: Michael Grzeschik > > > > Signed-off-by: Michael Grzeschik > > Signed-off-by: Markus Pargmann

Re: [PATCH v3 06/14] arm: cpu: start: arm64 does not support relocation

2016-06-28 Thread Sascha Hauer
On Fri, Jun 24, 2016 at 02:23:53PM +0200, Raphael Poggi wrote: > For now, the relocation is not supported in arm64, so > enclosed call to "setup_c" with #if directive > > Signed-off-by: Raphael Poggi > --- > arch/arm/cpu/start.c | 2 ++ > 1 file changed, 2 insertions(+) >

Re: [PATCH v3 03/14] arm: introduce lib64 for arm64 related stuff

2016-06-28 Thread Sascha Hauer
On Fri, Jun 24, 2016 at 02:23:50PM +0200, Raphael Poggi wrote: > Signed-off-by: Raphael Poggi > --- > arch/arm/lib64/Makefile| 10 + > arch/arm/lib64/armlinux.c | 104 > arch/arm/lib64/asm-offsets.c | 16 ++ > arch/arm/lib64/barebox.lds.S | 125

Re: [PATCH 1/3] MIPS: ath79: pbl: add pbl_ar9331_wmac_enable macro

2016-06-28 Thread Sascha Hauer
On Mon, Jun 27, 2016 at 12:34:43PM +0200, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > AR9331's WMAC module requires triple WMAC reset as also working RTC > subsystem. > > The code is taken as is from upstream U-Boot repository. > > Signed-off-by:

Re: [PATCH v2 5/6] state: backend_storage_direct: also use cached data on write

2016-06-28 Thread Sascha Hauer
On Fri, Jun 24, 2016 at 12:06:01PM +0200, Markus Pargmann wrote: > From: Michael Grzeschik > > Signed-off-by: Michael Grzeschik > Signed-off-by: Markus Pargmann > --- > common/state/backend_bucket_direct.c | 55 >