[PATCH 1/3] fixup! common: add initial barebox deep-probe support

2021-04-28 Thread Marco Felsch
--- Hi, this is the reworked version with Ahmad's review feedback. Regards, Marco common/deep-probe.c | 38 +-- include/asm-generic/barebox.lds.h | 10 +--- include/deep-probe.h | 31 + 3 files changed, 53 inse

Re: [PATCH 1/3] fixup! common: add initial barebox deep-probe support

2021-04-28 Thread Marco Felsch
On 21-04-28 12:42, Ahmad Fatoum wrote: > Hello Marco, > > On 28.04.21 12:28, Marco Felsch wrote: > > --- > > Hi, > > > > this is just a proposal to change the current linker array approach to > > an initcall approach. Why? Because now we can simply register a > > board-driver without having to li

Re: [PATCH 1/3] fixup! common: add initial barebox deep-probe support

2021-04-28 Thread Ahmad Fatoum
Hello Marco, On 28.04.21 12:28, Marco Felsch wrote: > --- > Hi, > > this is just a proposal to change the current linker array approach to > an initcall approach. Why? Because now we can simply register a > board-driver without having to list each compatible. > > I used the pure_initcall withou

[PATCH 1/3] fixup! common: add initial barebox deep-probe support

2021-04-28 Thread Marco Felsch
--- Hi, this is just a proposal to change the current linker array approach to an initcall approach. Why? Because now we can simply register a board-driver without having to list each compatible. I used the pure_initcall without adding a new one, since the documentation says that pure_initcalls

[PATCH 2/3] fixup! ARM: boards: mx6-sabrelite: add deep-probe support

2021-04-28 Thread Marco Felsch
--- arch/arm/boards/freescale-mx6-sabrelite/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boards/freescale-mx6-sabrelite/board.c b/arch/arm/boards/freescale-mx6-sabrelite/board.c index 0a2df391e9..69a154d081 100644 --- a/arch/arm/boards/freescale-mx6-sab

[PATCH 3/3] fixup! ARM: i.MX Phytec physom: Add deep-probe support

2021-04-28 Thread Marco Felsch
--- arch/arm/boards/phytec-som-imx6/board.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/arch/arm/boards/phytec-som-imx6/board.c b/arch/arm/boards/phytec-som-imx6/board.c index a108726468..9727062238 100644 --- a/arch/arm/boards/phytec-som-imx6/board.c +++ b/ar

AW: [PATCH 1/1] added support for zynq7000-fpga-manager

2021-04-28 Thread Michael Graichen
Hi Michael, Thanks, for the explanation. I have attached two patches below. 0001-added-support-for-zynq7000-fpga-manager.patch adds the fpga-manager for Zynq-7000 with some changes mentioned by Ahmed. 0002-renamed-zynqmp_fpga_manager-to-zynq_fpga_manager.patch renames it > On Tue, 30 Mar 2021

Re: [PATCH] scripts/spdxcheck.py: Use Python 3

2021-04-28 Thread Lucas Stach
Hi Antony, Am Mittwoch, dem 28.04.2021 um 07:39 +0300 schrieb Antony Pavlov: > On Fri, 16 Apr 2021 12:14:04 +0300 > Antony Pavlov wrote: > > ping Please be patient. Sascha is out sick, but should be back next week. Regards, Lucas > > Based on this linux kernel commit: > > > > > commit d0259c