Re: [PATCH] logo: Makefile: make it possible to use inkscape 1.0

2020-06-03 Thread Sascha Hauer
On Wed, Jun 03, 2020 at 09:58:45AM +0300, Antony Pavlov wrote: > Signed-off-by: Antony Pavlov > --- > lib/logo/Makefile | 19 +-- > 1 file changed, 13 insertions(+), 6 deletions(-) > Applied, thanks Sascha -- Pengutronix e.K. |

Re: [PATCH 1/3] mci: define fall-back hw_dev->detect for all MCIs

2020-06-03 Thread Sascha Hauer
On Tue, Jun 02, 2020 at 10:00:47AM +0200, Ahmad Fatoum wrote: > A barebox environment oftree node may reference its storage by a phandle > to a partition node under a MCI node. barebox will then call the > device's detect method to detect the card if this hasn't happened > before. Out of 17 MCI

Re: [PATCH v2 00/25] sandbox: support COMPILE_TESTing drivers

2020-06-03 Thread Sascha Hauer
On Tue, Jun 02, 2020 at 10:53:47AM +0200, Ahmad Fatoum wrote: > This series adds the last few bells and whistles to COMPILE_TEST > these drivers under sandbox as well. > > The five last patches address the first few issues found by > clang-analyzer. There are still hundreds more in need of

Re: [PATCH] ARM: MXS: duckbill: set duart to serial0

2020-06-03 Thread Sascha Hauer
On Fri, May 29, 2020 at 03:56:53PM +0200, Lucas Stach wrote: > Am Freitag, den 29.05.2020, 14:51 +0200 schrieb Michael Grzeschik: > > In the imx28.dtsi the serial0 is set to auart0 which is not the one > > used on the duckbill. We set duart to serial0 so the console will be > > properly set. > >

Re: [RFC] inkscape 1.0 issue

2020-06-03 Thread Daniel Glöckner
On Wed, Jun 03, 2020 at 08:23:36AM +0200, Sascha Hauer wrote: > On Tue, Jun 02, 2020 at 03:48:58PM +0300, Antony Pavlov wrote: > > Can we move all inkscape-related stuff into separate svg2bblogo.sh script > > and just call script from makefile? > > We probably could, but what would be the

Re: [PATCH 1/3] common: restart: number unnamed restart handlers

2020-06-03 Thread Ahmad Fatoum
Hello Sascha, On 6/3/20 9:11 AM, Sascha Hauer wrote: > On Tue, Jun 02, 2020 at 09:57:55AM +0200, Ahmad Fatoum wrote: >> Follow-up commit allows referencing specific restart handler by name. >> Restart handlers default to "default" as name when none is given. >> Number them sequentially instead.

RE: Mini UART support for Raspberry Pi CM3 ?

2020-06-03 Thread j...@mobius-embedded-systems.co.uk
Hi Ahmad I got a little further and although there's still no serial output on UART1, I at least now see an error message about it (on UART0 still). ns16550_serial 3f215040.ser...@7e215040.of: probe failed: Device or resource busy So your point about setting CONSOLE_ACTIVATE_NONE was

Re: [PATCH] serial: stm: set linux_console_name

2020-06-03 Thread Sascha Hauer
On Fri, May 29, 2020 at 03:57:30PM +0200, Ahmad Fatoum wrote: > Hello Michael, > > On 5/29/20 2:51 PM, Michael Grzeschik wrote: > > We set the linux_console_name so for this uart the > > linux.bootargs.console will be properly set. > > > > Signed-off-by: Michael Grzeschik > > --- > >

Re: [PATCH] serial: amba-pl011: set linux_console_name

2020-06-03 Thread Sascha Hauer
On Fri, May 29, 2020 at 02:51:02PM +0200, Michael Grzeschik wrote: > We set the linux_console_name so for this uart the > linux.bootargs.console will be properly set. > > Signed-off-by: Michael Grzeschik > --- > drivers/serial/amba-pl011.c | 1 + > 1 file changed, 1 insertion(+) Applied,

[PATCH] MIPS: correctly work with disabled CONFIG_MMU

2020-06-03 Thread Antony Pavlov
There are some issues with CONFIG_MMU=n in MIPS configuration (e.g. qemu-malta_defconfig): * "Cannot request SDRAM region for stack" error message on start; * empty kseg1_ram0 region in the iomem command output. The patch fixes the problems by forcing KSEG1 memory region usage for

Re: [RFC] inkscape 1.0 issue

2020-06-03 Thread Sascha Hauer
On Tue, Jun 02, 2020 at 03:48:58PM +0300, Antony Pavlov wrote: > On Tue, 2 Jun 2020 09:51:28 +0200 > Sascha Hauer wrote: > > > Hi Antony, > > > > On Tue, Jun 02, 2020 at 01:20:35AM +0300, Antony Pavlov wrote: > > > > > > diff --git a/lib/logo/Makefile b/lib/logo/Makefile > > > index

Re: [PATCH] fixup! blspec: Allow the "options" key to be given multiple times

2020-06-03 Thread Sascha Hauer
On Tue, Jun 02, 2020 at 09:57:25AM +0200, Ahmad Fatoum wrote: > constness was erroneously cast away. Reinstate const safety. > > Signed-off-by: Ahmad Fatoum > --- > common/blspec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks Sascha > > diff --git

[PATCH] logo: Makefile: make it possible to use inkscape 1.0

2020-06-03 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- lib/logo/Makefile | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/lib/logo/Makefile b/lib/logo/Makefile index eb7aee080e..bf700da89b 100644 --- a/lib/logo/Makefile +++ b/lib/logo/Makefile @@ -1,17 +1,17 @@

Re: [PATCH 2/3] restart: give all restart handlers a descriptive name

2020-06-03 Thread Sascha Hauer
On Tue, Jun 02, 2020 at 09:57:56AM +0200, Ahmad Fatoum wrote: > diff --git a/common/restart.c b/common/restart.c > index dd15c8d5c362..66131c262938 100644 > --- a/common/restart.c > +++ b/common/restart.c > @@ -47,6 +47,7 @@ int restart_handler_register(struct restart_handler *rst) > > /** >

Re: [PATCH] scripts: .gitignore: ignore mvebuimg binary

2020-06-03 Thread Sascha Hauer
On Tue, Jun 02, 2020 at 10:50:52AM +0200, Ahmad Fatoum wrote: > If selected, we generate a mvebuimg binary that should be ignored by > version control. Add .gitignore entry to do so. > > Signed-off-by: Ahmad Fatoum > --- > scripts/.gitignore | 1 + > 1 file changed, 1 insertion(+) Applied,

Re: [PATCH 1/3] common: restart: number unnamed restart handlers

2020-06-03 Thread Sascha Hauer
On Tue, Jun 02, 2020 at 09:57:55AM +0200, Ahmad Fatoum wrote: > Follow-up commit allows referencing specific restart handler by name. > Restart handlers default to "default" as name when none is given. > Number them sequentially instead. > > Signed-off-by: Ahmad Fatoum > --- > common/restart.c