Re: [PATCH 2/5] x86: minnowmax: Adjust CONFIG_TEXT_BASE

2022-11-25 Thread Bin Meng
Hi Simon, On Sat, Nov 26, 2022 at 10:47 AM Simon Glass wrote: > > On Thu, 24 Nov 2022 at 04:33, Bin Meng wrote: > > > > At present U-Boot no longer builds as a complete rom for minnowmax. > > > > BINMAN .binman_stamp > > Wrote map file './rom.map' to show errors > > binman: Section

Re: [PATCH 2/5] x86: minnowmax: Adjust CONFIG_TEXT_BASE

2022-11-25 Thread Simon Glass
On Thu, 24 Nov 2022 at 04:33, Bin Meng wrote: > > At present U-Boot no longer builds as a complete rom for minnowmax. > > BINMAN .binman_stamp > Wrote map file './rom.map' to show errors > binman: Section '/binman/rom': contents size 0x803146 (8401222) exceeds > section size 0x80

Re: [PATCH] x86: cosmetic: Fix a typo in the reserve_arch() comments

2022-11-25 Thread Simon Glass
On Thu, 24 Nov 2022 at 04:34, Bin Meng wrote: > > It should be fsp_continue(). > > Signed-off-by: Bin Meng > > --- > > arch/x86/cpu/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass

Re: [PATCH] config: tools only: add VIDEO to build bmp_logo

2022-11-25 Thread Simon Glass
On Thu, 24 Nov 2022 at 07:06, Peter Robinson wrote: > > Pre 2023.01 the bmp_logo was built as part of the tools-only_defconfig > build, something changed and the VIDEO dep needed to build it > is no longer pulled in so fix that by explicitly defining it. > > Signed-off-by: Peter Robinson > --- >

Re: [PATCH] cli_hush: fix 'exit' cmd that was not exiting scripts

2022-11-25 Thread Marek Vasut
On 11/21/22 17:32, Hector Palacios wrote: On 11/21/22 09:55, Hector Palacios wrote: Hi Marek, On 11/19/22 15:12, Marek Vasut wrote: On 11/18/22 12:19, Hector Palacios wrote: Commit 8c4e3b79bd0bb76eea16869e9666e19047c0d005 supposedly passed one-level up the argument passed to 'exit' but it

Re: [PATCH] gpio: renesas: Simplify .request/.rfree callbacks

2022-11-25 Thread Marek Vasut
On 11/2/22 09:58, Stefan Roese wrote: Hi Pali, Hello Stefan, added Marek to Cc Thank you. On 01.11.22 23:57, Pali Rohár wrote: On Sunday 09 October 2022 14:34:55 Pali Rohár wrote: On Friday 02 September 2022 21:56:07 Pali Rohár wrote: On Wednesday 03 August 2022 08:48:39 Stefan Roese

Re: [PATCH v8 03/10] arm_ffa: introduce Arm FF-A low-level driver

2022-11-25 Thread Simon Glass
Hi Abdellatif, On Thu, 24 Nov 2022 at 06:21, Abdellatif El Khlifi < abdellatif.elkhl...@arm.com> wrote: > > On Tue, Nov 22, 2022 at 07:09:16PM -0700, Simon Glass wrote: > > should be called 'priov' and should beHi Abdellatif, > > [..] > > > +/** > > > + * ffa_device_get - create, bind and

Re: [PATCH] mtd: nand: mxs_nand_spl: don't read useless pages

2022-11-25 Thread Michael Nazzareno Trimarchi
On Sun, Nov 20, 2022 at 10:57 AM Dario Binacchi wrote: > > The patch prevents pages beyond the last from being unnecessarily read. > This occurs when the last page to be read is not the last page of the > last block. Before this change we would have read all the pages up to > the end of the last

[PATCH] spi: zynqmp_qspi: Add support for 64-bit read/write

2022-11-25 Thread Venkatesh Yadav Abbarapu
When we pass the 64-bit address to read/write, only lower 32-bit address is getting updated. Program the upper 32-bit address in the DMA destination memory address MSBs register, which can handle upto 44-bit destination address. Signed-off-by: Venkatesh Yadav Abbarapu ---

[PATCH] arm64: versal: Enable REMAKE_ELF for mini_ospi/mini_qspi

2022-11-25 Thread Venkatesh Yadav Abbarapu
Enable the config REMAKE_ELF in xilinx_versal_mini_ospi_defconfig and xilinx_versal_mini_qspi_defconfig which generates u-boot.elf. This commit a8c281d4b737("Convert CONFIG_REMAKE_ELF to Kconfig") misses to enable this config in these defconfigs. Signed-off-by: Venkatesh Yadav Abbarapu ---

[PATCH] EFI: update the documentation to correctly order loading SB keys

2022-11-25 Thread luca . boccassi
From: Luca Boccassi Loading the PK locks down the EFI variables, so it needs to be done last. Fix the order in the documentation and add a note. Signed-off-by: Luca Boccassi --- doc/develop/uefi/uefi.rst | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git

Re: [u-boot][PATCH 00/14] rawnand: omap_gpmc: driver model support

2022-11-25 Thread Roger Quadros
Hi Michael, On 08/11/2022 11:26, Michael Nazzareno Trimarchi wrote: > Hi Roger > > On Fri, Nov 4, 2022 at 2:27 PM Roger Quadros wrote: >> >> Hi, >> >> On 11/10/2022 14:49, Roger Quadros wrote: >>> Hi, >>> >>> This series adds driver model support for rawnand: omap_gpmc >>> and omap_elm drivers.

[PATCH] firmware: scmi: use protocol node name to bind the scmi regulator driver

2022-11-25 Thread Patrick Delaunay
In scmi firmware driver, it is better to bind the scmi protocol driver "scmi_voltage_domain" with the node name of the protocol 17 and not the sub-node named "regulator", because is a fixed string which doesn't provide information and because it is not aligned with the other scmi protocol nodes.

Re: [PATCH v2 0/6] Update Chameleon v3 configuration

2022-11-25 Thread Paweł Anikiel
On Fri, Oct 14, 2022 at 11:49 AM Paweł Anikiel wrote: > > These changes add the third chameleon variation and make it easier to > deploy images to different boards. > > v2 changes: > - rename chameleonv3.dts to .dtsi > - add missing CONFIG_SPL_MAX_SIZE symbol > > Paweł Anikiel (6): > socfpga:

Re: [PATCH v2] spi: zynqmp_gqspi: Update tapdelay value

2022-11-25 Thread Michal Simek
On 11/23/22 10:04, Ashok Reddy Soma wrote: From: T Karthik Reddy The driver was using an incorrect value for GQSPI_LPBK_DLY_ADJ_DLY_1 tapdelay for Versal for frequencies above 100MHz. Change it from 2 to 1 based on the recommended value in IP spec. Signed-off-by: T Karthik Reddy

Re: [PATCH v1 0/1] Marks real-time processing units (rpu) as used when released

2022-11-25 Thread Michal Simek
On 10/28/22 14:15, Lukas Funke wrote: When Linux boot takes over control of the pmu (by signaling PM_INIT_FINALIZE via ipi), pmu will switch off 'unused' rpu cores. The Xilinx zynqmp fsbl prevents switching off those cores by marking rpu cores as 'used' when loading code partitions to those

Re: [PATCH v2 0/2] Manage PCS/PMA PHY if pressent

2022-11-25 Thread Michal Simek
On 11/1/22 04:57, Andy Chiu wrote: If both PCS/PMA PHY and an external PHY are pressent on the Ethernet, then the real link status should point to the external facing PHY. At the same time, we must ensure the link status of the PCS/PMA PHY is good before transmitting packets. Change Log: ---

Re: [PATCH 1/3] dt-bindings: mfd: add at91-usart.h from Linux

2022-11-25 Thread Claudiu.Beznea
On 25.11.2022 09:54, Eugen Hristev wrote: > Copy include file dt-bindings/mfd/at91-usart.h from Linux > > Signed-off-by: Eugen Hristev Reviewed-by: Claudiu Beznea > --- > include/dt-bindings/mfd/at91-usart.h | 17 + > 1 file changed, 17 insertions(+) > create mode 100644

Re: [PATCH 2/3] sysreset: at91: add compatible with microchip,sama7g5-rstc

2022-11-25 Thread Claudiu.Beznea
On 25.11.2022 09:54, Eugen Hristev wrote: > As documented in bindings doc in kernel 6.0: > https://elixir.bootlin.com/linux/v6.0/source/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml > > Signed-off-by: Eugen Hristev Reviewed-by: Claudiu Beznea > --- >

Re: [PATCH 3/3] ARM: dts: at91: sama7g5/sama7g5ek: align DT with kernel 6.1

2022-11-25 Thread Claudiu.Beznea
On 25.11.2022 09:54, Eugen Hristev wrote: > Align the DT with current Linux 6.1 tree, wherever possible. > > Signed-off-by: Eugen Hristev Reviewed-by: Claudiu Beznea > --- > arch/arm/dts/at91-sama7g5ek.dts | 23 +++ > arch/arm/dts/sama7g5.dtsi | 27