Re: [PATCH v3 2/4] ARM: stm32: Factor out save_boot_params

2023-01-13 Thread Marek Vasut
On 1/13/23 13:55, Patrice CHOTARD wrote: Hi Marek Hello Patrice, On 1/12/23 18:55, Marek Vasut wrote: On 1/12/23 16:06, Patrice CHOTARD wrote: Hi Marek Hi, I am preparing the next STM32 U-Boot pull request, during testing, buidlman is complaining with the following warning: 03: ARM: s

Re: [PATCH v3 2/4] ARM: stm32: Factor out save_boot_params

2023-01-13 Thread Patrice CHOTARD
Hi Marek On 1/12/23 18:55, Marek Vasut wrote: > On 1/12/23 16:06, Patrice CHOTARD wrote: >> Hi Marek > > Hi, > >> I am preparing the next STM32 U-Boot pull request, during testing, buidlman >> is complaining with the following warning: >> >> 03: ARM: stm32: Factor out save_boot_params >>   

Re: [PATCH v3 2/4] ARM: stm32: Factor out save_boot_params

2023-01-12 Thread Marek Vasut
On 1/12/23 16:06, Patrice CHOTARD wrote: Hi Marek Hi, I am preparing the next STM32 U-Boot pull request, during testing, buidlman is complaining with the following warning: 03: ARM: stm32: Factor out save_boot_params arm: + stm32mp13 +../arch/arm/mach-stm32mp/boot_params.c: In fu

Re: [PATCH v3 2/4] ARM: stm32: Factor out save_boot_params

2023-01-12 Thread Patrice CHOTARD
Hi Marek I am preparing the next STM32 U-Boot pull request, during testing, buidlman is complaining with the following warning: 03: ARM: stm32: Factor out save_boot_params arm: + stm32mp13 +../arch/arm/mach-stm32mp/boot_params.c: In function 'board_fdt_blob_setup': +../arch/

Re: [PATCH v3 2/4] ARM: stm32: Factor out save_boot_params

2023-01-04 Thread Patrice CHOTARD
Hi Marek On 12/7/22 20:24, Marek Vasut wrote: > The STM32MP15xx platform currently comes with two incompatible > implementations of save_boot_params() weak function override. > Factor the save_boot_params() implementation into common cpu.c > code and provide accessors to read out both ROM API tabl

Re: [PATCH v3 2/4] ARM: stm32: Factor out save_boot_params

2022-12-12 Thread Patrick DELAUNAY
Hi, On 12/7/22 20:24, Marek Vasut wrote: The STM32MP15xx platform currently comes with two incompatible implementations of save_boot_params() weak function override. Factor the save_boot_params() implementation into common cpu.c code and provide accessors to read out both ROM API table address a

[PATCH v3 2/4] ARM: stm32: Factor out save_boot_params

2022-12-07 Thread Marek Vasut
The STM32MP15xx platform currently comes with two incompatible implementations of save_boot_params() weak function override. Factor the save_boot_params() implementation into common cpu.c code and provide accessors to read out both ROM API table address and DT address from any place in the code ins