---
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
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
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
---
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
---
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
---
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
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
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