Pull request: u-boot-sunxi/master for 2023.01

2022-12-16 Thread Andre Przywara
Hi Tom, please pull some fixes for sunxi. This cleans up each board's defconfig, and fixes the serial console on some Olimex board. Also we lose another legacy config variable. The rest are minor cleanups, that actually shouldn't change anything in the build. Passed the gitlab CI, plus briefly

Re: [PATCH] powerpc: dts: keymile: Deduplicate binman code

2022-12-16 Thread Pali Rohár
On Friday 16 December 2022 11:35:53 Simon Glass wrote: > Hi, > > > On Fri, 16 Dec 2022 at 11:16, Pali Rohár wrote: > > > > PING? > > Shouldn't these be dealt with by the PPC maintainer? I'm reminding patch for 4 months on the list and nobody is replying... So who can take and apply this

Re: Broken commit d433c74eecdce1e4952ef4e8c712a9289c0dfcc2

2022-12-16 Thread Pali Rohár
On Friday 05 August 2022 16:21:24 Pali Rohár wrote: > Broken is also commit d433c74eecdce1e4952ef4e8c712a9289c0dfcc2. Seems > that all kconfig migration changes done after that commit are broken. > > I really do not have energy to investigate what and how was broken due > to incorrect kconfig

Re: Converting to DM SERIAL for Kirkwood boards

2022-12-16 Thread Tony Dinh
Hi Stefan, Yes, I also think we need Kconfig changes for Kirwood. I will try that and send in patches. Hi Pali, I hope debugging this will be a bit quicker now that I can tell that it got stuck (hung or infinite loop) in nand_init() in ./common/board_r.c. U-Boot

Re: Broken commit de47ff536363289f92f85ed1e4901724d238432d

2022-12-16 Thread Marek Behún
On Fri, 16 Dec 2022 19:01:00 +0100 Pali Rohár wrote: > PING? I didn't forget and it's the first thing on my todo once I have time for work. I am having a hiatus from work because of school stuff, I will start working on this immediately after I return (which will be in February at the latest).

Re: [PATCH] efi: adjust ebbr to v2.1 in conformance profile

2022-12-16 Thread Heinrich Schuchardt
Am 16. Dezember 2022 16:55:04 GMT+00:00 schrieb "Vincent Stehlé" : >The EFI Conformance Profile Table entry for EBBR appears in v2.1.0 of the >EBBR specification[1]. Update naming accordingly. > >While at it, update the EBBR version referenced in the documentation. > >[1]:

Re: [PATCH] powerpc: dts: keymile: Deduplicate binman code

2022-12-16 Thread Simon Glass
Hi, On Fri, 16 Dec 2022 at 11:16, Pali Rohár wrote: > > PING? Shouldn't these be dealt with by the PPC maintainer? Regards, Simon > > On Monday 21 November 2022 18:40:41 Pali Rohár wrote: > > + Tom > > > > On Tuesday 01 November 2022 23:57:08 Pali Rohár wrote: > > > PING? > > > > > > On

Re: [PATCH] pylibfdt: Fix version normalization warning

2022-12-16 Thread Simon Glass
Hi Marek, On Thu, 15 Dec 2022 at 14:38, Marek Vasut wrote: > > Fix the following version normalization warning: > " > /usr/lib/python3/dist-packages/setuptools/dist.py:530: UserWarning: > Normalizing '2023.01' to '2023.1' > " > > Using suggestion from Richard Jones: >

Re: [PATCH] imxtract: specify max gunzip size

2022-12-16 Thread Simon Glass
Hi Nikita, On Thu, 15 Dec 2022 at 23:03, Nikita Shubin wrote: > > From: Nikita Shubin > > Specify max gunzip size from config to override SYS_XIMG_LEN > default value wich is 0x80. > > Signed-off-by: Nikita Shubin > --- > cmd/Kconfig | 7 +++ > 1 file changed, 7 insertions(+) > > diff

[PATCH v3] fastboot: Add OEM run command

2022-12-16 Thread Sean Anderson
This adds the UUU UCmd functionality as an OEM command. While the fastboot tool allows sending arbitrary commands as long as they are prefixed with "oem". This allows running generic U-Boot commands over fastboot without UUU, which is especially useful when not using USB. This is really the route

Re: [PATCH] powerpc: dts: keymile: Deduplicate binman code

2022-12-16 Thread Pali Rohár
PING? On Monday 21 November 2022 18:40:41 Pali Rohár wrote: > + Tom > > On Tuesday 01 November 2022 23:57:08 Pali Rohár wrote: > > PING? > > > > On Sunday 09 October 2022 14:28:19 Pali Rohár wrote: > > > PING? > > > > > > On Wednesday 03 August 2022 13:20:49 Pali Rohár wrote: > > > >

Re: Broken commit de47ff536363289f92f85ed1e4901724d238432d

2022-12-16 Thread Pali Rohár
On Monday 21 November 2022 18:56:42 Pali Rohár wrote: > On Wednesday 02 November 2022 00:14:21 Pali Rohár wrote: > > On Monday 10 October 2022 14:20:20 Marek Behún wrote: > > > On Sun, 9 Oct 2022 12:32:02 -0400 > > > Tom Rini wrote: > > > > > > > On Sun, Oct 09, 2022 at 03:10:45PM +0200, Pali

[PATCH] efi: adjust ebbr to v2.1 in conformance profile

2022-12-16 Thread Vincent Stehlé
The EFI Conformance Profile Table entry for EBBR appears in v2.1.0 of the EBBR specification[1]. Update naming accordingly. While at it, update the EBBR version referenced in the documentation. [1]: https://github.com/ARM-software/ebbr/releases/tag/v2.1.0 Signed-off-by: Vincent Stehlé Cc:

Re: [PATCH] engicam: imx6: migrate to DM_SERIAL

2022-12-16 Thread Fabio Estevam
Hi Suniel, On Fri, Dec 9, 2022 at 6:36 AM Suniel Mahesh wrote: > > From: Michael Trimarchi > > Add the needed DT overrides and configs to enable UART in SPL. > > Cc: Fabio Estevam > Signed-off-by: Michael Trimarchi > Tested-by: Suniel Mahesh You missed your Signed-off-by here. With that

Re: [PATCH] usb: gadget: ether: split start/stop from init/halt

2022-12-16 Thread lusus
Hi Marek, On 2022-12-15 06:58, Marek Vasut wrote: On 12/13/22 12:01, Niel Fourie wrote: Hi Marek, Hi, On 12/12/2022 17:46, Marek Vasut wrote: On 12/12/22 16:29, Niel Fourie wrote: Split out _usb_eth_start() from _usb_eth_init() and usb_eth_stop() from _usb_eth_halt(). Now _usb_eth_init()

Re: [PATCH v1] mtd: parsers: ofpart: Fix parsing when size-cells is 0

2022-12-16 Thread Francesco Dolcini
On Fri, Dec 16, 2022 at 04:35:01PM +0100, Miquel Raynal wrote: > ma...@denx.de wrote on Fri, 16 Dec 2022 15:32:28 +0100: > > The second part of the message, as far as I understand it, is > > "ignore problems this will cause to users of boards we do not know > > about, let them run into unbootable

Re: [PATCH v1] mtd: parsers: ofpart: Fix parsing when size-cells is 0

2022-12-16 Thread Miquel Raynal
Hi Marek, ma...@denx.de wrote on Fri, 16 Dec 2022 15:32:28 +0100: > On 12/16/22 14:37, Miquel Raynal wrote: > > Hi, > > [...] > > >>> What? > >> > >> Let me rephrase, I was not clear enough. > >> > >>> Since when my proposal is breaking boards? My proposal leads to a > >>> situation

Re: [PATCH v1] mtd: parsers: ofpart: Fix parsing when size-cells is 0

2022-12-16 Thread Marek Vasut
On 12/16/22 14:37, Miquel Raynal wrote: Hi, [...] What? Let me rephrase, I was not clear enough. Since when my proposal is breaking boards? My proposal leads to a situation where: - If you have a board that has an inconsistent description but worked, it will still work. - If you have a

Re: [PATCH v1] mtd: parsers: ofpart: Fix parsing when size-cells is 0

2022-12-16 Thread Miquel Raynal
Hi Francesco, france...@dolcini.it wrote on Fri, 16 Dec 2022 13:37:31 +0100: > On Fri, Dec 16, 2022 at 12:01:55PM +0100, Miquel Raynal wrote: > > ma...@denx.de wrote on Fri, 16 Dec 2022 11:46:18 +0100: > > > On 12/16/22 08:45, Francesco Dolcini wrote: > > > > On Thu, Dec 15, 2022 at

Re: Please pull u-boot-x86

2022-12-16 Thread Tom Rini
On Wed, Dec 14, 2022 at 02:27:47PM +0800, Bin Meng wrote: > Hi Tom, > > This PR includes the following x86 changes for v2023.01 release: > > - Adjust CONFIG_TEXT_BASE for BayTrail based platforms > - 2 cosmetic issue fixes > > CI result: PASS >

Re: [PATCH v1] mtd: parsers: ofpart: Fix parsing when size-cells is 0

2022-12-16 Thread Francesco Dolcini
On Fri, Dec 16, 2022 at 12:01:55PM +0100, Miquel Raynal wrote: > ma...@denx.de wrote on Fri, 16 Dec 2022 11:46:18 +0100: > > On 12/16/22 08:45, Francesco Dolcini wrote: > > > On Thu, Dec 15, 2022 at 08:16:04AM +0100, Miquel Raynal wrote: > > >> I am still against piggy hacks in the generic

Re: [PATCH v1] mtd: parsers: ofpart: Fix parsing when size-cells is 0

2022-12-16 Thread Miquel Raynal
ma...@denx.de wrote on Fri, 16 Dec 2022 11:46:18 +0100: > On 12/16/22 08:45, Francesco Dolcini wrote: > > Hello Marek and Miquel, > > Hi, > > > On Thu, Dec 15, 2022 at 08:16:04AM +0100, Miquel Raynal wrote: > >> So my first first idea was to avoid using the broken "fixup mtdparts" > >>

Re: [PATCH v1] mtd: parsers: ofpart: Fix parsing when size-cells is 0

2022-12-16 Thread Marek Vasut
On 12/16/22 08:45, Francesco Dolcini wrote: Hello Marek and Miquel, Hi, On Thu, Dec 15, 2022 at 08:16:04AM +0100, Miquel Raynal wrote: So my first first idea was to avoid using the broken "fixup mtdparts" function in U-Boot and I am still convinced this is what we should do in priority.

Re: [PATCH] engicam: imx6: migrate to DM_SERIAL

2022-12-16 Thread Suniel Mahesh
Please review and comment on this changeset. Regards Suniel

[PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING

2022-12-16 Thread Nikita Shubin
From: Nikita Shubin Otherwise make will produce an error even with --allow-missing and --fake-ext-blobs set. Fixes: b38da15a054 ("binman: Use an exit code when blobs are missing") Signed-off-by: Nikita Shubin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git