Re: [PATCH v2 2/2] ARM: i.MX: Add atlascopco sxb board

2020-08-10 Thread Anees Rehman
On Thu, Aug 06, 2020 at 02:41:27PM +0200, Marco Felsch wrote: > On 20-08-04 23:41, Anees Rehman wrote: > > ... > > > +static noinline void imx7d_sxb_sram_setup(void) > > +{ > > + int ret; > > + > > + relocate_to_current_adr(); > > + setup_c

[PATCH v2 1/2] mci: imx-esdhc-pbl: Add support for IMX7

2020-08-04 Thread Anees Rehman
From: Anees Rehman Signed-off-by: Anees Rehman --- arch/arm/mach-imx/include/mach/xload.h | 1 + drivers/mci/imx-esdhc-pbl.c| 37 ++ 2 files changed, 38 insertions(+) diff --git a/arch/arm/mach-imx/include/mach/xload.h b/arch/arm/mach-imx/include/mach

[PATCH v2 0/2] ARM: i.MX: Add support for IMX7 based board

2020-08-04 Thread Anees Rehman
handler in device initcall * Introduce compressed dtb * Remove explicit initialization of return value * Use imx7d-ddrc.dtsi instead of hardcoded memory node * Move imx7d-ac-sxb.dts to arch/arm/dts directory Anees Rehman (2): mci: imx-esdhc-pbl: Add support for IMX7 ARM: i.MX: Add atlascopco

[PATCH v2 2/2] ARM: i.MX: Add atlascopco sxb board

2020-08-04 Thread Anees Rehman
From: Anees Rehman Signed-off-by: Anees Rehman --- arch/arm/boards/Makefile | 1 + arch/arm/boards/ac-sxb/Makefile | 2 + arch/arm/boards/ac-sxb/board.c| 20 +++ .../ac-sxb/flash-header-mx7d-lpddr2.imxcfg| 10 ++ arch/arm/boards/ac

[PATCH 2/2] ARM: i.MX: Add atlascopco sxb board

2020-08-03 Thread Anees Rehman
From: Anees Rehman Signed-off-by: Anees Rehman --- arch/arm/boards/Makefile | 1 + arch/arm/boards/ac-sxb/Makefile | 2 + arch/arm/boards/ac-sxb/board.c| 17 +++ .../ac-sxb/flash-header-mx7d-lpddr2.imxcfg| 10 ++ arch/arm/boards/ac

[PATCH 0/2] ARM: i.MX: Add support for IMX7 based board

2020-08-03 Thread Anees Rehman
c DCD file which allows to have a single barebox image on multiple revisions of the same board (different memory chips). The _no_ DCD file part is an adaptation for ac-sxb from zii-imx6q-rdu2. Anees Rehman (2): mci: imx-esdhc-pbl: Add support for IMX7 ARM: i.MX: Add atlascopco sxb board arc

[PATCH 1/2] mci: imx-esdhc-pbl: Add support for IMX7

2020-08-03 Thread Anees Rehman
From: Anees Rehman Signed-off-by: Anees Rehman --- arch/arm/mach-imx/include/mach/xload.h | 1 + drivers/mci/imx-esdhc-pbl.c| 37 ++ 2 files changed, 38 insertions(+) diff --git a/arch/arm/mach-imx/include/mach/xload.h b/arch/arm/mach-imx/include/mach