[PATCH] MIPS: ath79: increase malloc size to 8 MiB

2019-02-25 Thread Oleksij Rempel
with 4 MiB we are not able even to start latest kernel. Signed-off-by: Oleksij Rempel --- arch/mips/configs/ath79_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/configs/ath79_defconfig b/arch/mips/configs/ath79_defconfig index 8d7d5a1722..3f33a720b1 100644 ---

Re: [PATCH] common: console_common: do not store color additions to the log buffer

2019-02-25 Thread Sascha Hauer
On Thu, Feb 21, 2019 at 02:55:48PM +0100, Oleksij Rempel wrote: > it is needed for raw dmesg output > > Signed-off-by: Oleksij Rempel > --- > common/console_common.c | 35 ++- > 1 file changed, 18 insertions(+), 17 deletions(-) Applied, thanks Sascha > > diff

Re: [PATCH v1 1/2] commands: dmesg: add print raw parameter

2019-02-25 Thread Sascha Hauer
On Thu, Feb 21, 2019 at 02:26:02PM +0100, Oleksij Rempel wrote: > Add -r option to mimic functionality of linux dmesg. > It will prefix log level and timestamp to each buffer: > <6>[ 460us] barebox 2019.02.0-00266-g6aea757067-dirty #355 Thu Feb 21 > 11:51:43 CET 2019 > <6>[ 6279us]

Re: [PATCH v2] ARM: phyCORE-i.MX8M SOM support

2019-02-25 Thread Sascha Hauer
On Thu, Feb 21, 2019 at 08:24:11PM +0100, Christian Hemp wrote: > The phyCORE-i.MX8M aka PCL-066 is a SoM containing a i.MX8M SoC. > > phyCORE-i.MX8M: > - 1GB LPDDR4 RAM > - eMMC > - microSD > - Ethernet > > Signed-off-by: Christian Hemp > --- > Changes since v1: > - simplify bootsource

Re: [PATCH 1/2] imd: create new helper macro to add data from oftree to image meta data

2019-02-25 Thread Sascha Hauer
On Fri, Feb 22, 2019 at 10:22:34PM +0100, Uwe Kleine-König wrote: > On Fri, Feb 22, 2019 at 09:11:39AM +0100, Sascha Hauer wrote: > > Hi Uwe, > > > > On Thu, Feb 21, 2019 at 11:25:30AM +0100, Uwe Kleine-König wrote: > > > Signed-off-by: Uwe Kleine-König > > > --- > > > include/image-metadata.h

Re: [PATCH v4 0/11] at91: Support PMC clock bindings

2019-02-25 Thread Sascha Hauer
On Sun, Feb 24, 2019 at 07:52:48PM +0100, Sam Ravnborg wrote: > Hi all. > > Sam Ravnborg (9): > arm: at91: fix at91_configure_usart6 warning > clocksource: Do not mix depends and select for ATMEL_PIT > arm: at91: add SOC_SAMA5{D2,D3,D4} > clk: at91: add at91sam9260 >