[PATCH 10/10] dts: am57xx*: Add ipu early boot DT changes

2021-09-23 Thread Amjad Ouled-Ameur
From: Keerthy Add support for ipu early boot. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- MAINTAINERS | 1 + arch/arm/dts/am57xx-beagle-x15-revb1-u-boot.dtsi | 7 +++ arch/arm/dts/am57xx-beagle-x15-revc-u-boot.dtsi | 7 +++ arch

[PATCH 03/10] drivers: misc: Makefile: Enable fs_loader compilation at SPL Level

2021-09-23 Thread Amjad Ouled-Ameur
From: Keerthy Enable fs_loader compilation at SPL Level. Signed-off-by: Keerthy [Amjad: fix compilation failures for J721e platform] Signed-off-by: Amjad Ouled-Ameur --- arch/arm/mach-k3/common.c | 10 +++--- configs/j721e_evm_r5_defconfig| 1 + configs

[PATCH 02/10] arm: mach-omap2: load/start remoteproc IPU1/IPU2

2021-09-23 Thread Amjad Ouled-Ameur
well with reset. Hence adding do_enable_ipu_clocks function. Signed-off-by: Keerthy [Amjad: fix IPU1_LOAD_ADDR and compile warnings] Signed-off-by: Amjad Ouled-Ameur --- arch/arm/include/asm/arch-omap5/clock.h | 3 + arch/arm/include/asm/omap_common.h | 10 +++ arch/arm/mach-omap2/

[PATCH 00/10] dra7: bring up and support IPU load/start

2021-09-23 Thread Amjad Ouled-Ameur
This patchset enables support for loading and starting IPU firmware, the following have been implemented: - Enable fs_loader compilation at SPL Level, that is necessary in order to load IPU firmware from /boot partition. - Define necessary related IPU dts nodes. - Add necessary

[PATCH 01/10] reset: dra7: Add a reset driver

2021-09-23 Thread Amjad Ouled-Ameur
From: Keerthy Add a reset driver to bring IPs out of reset. Signed-off-by: Keerthy [Amjad: reset_ops structure member "free" has been renamed to "rfree", use the latter instead] Signed-off-by: Amjad Ouled-Ameur --- MAINTAINERS| 1 + drivers/res

[PATCH 05/10] remoteproc: uclass: Add remoteproc resource handling helpers

2021-09-23 Thread Amjad Ouled-Ameur
rce_table" and compile warnings ] Signed-off-by: Amjad Ouled-Ameur --- drivers/remoteproc/rproc-uclass.c | 562 ++ include/remoteproc.h | 384 +++- 2 files changed, 945 insertions(+), 1 deletion(-) diff --git a/drivers/remoteproc/rproc-uclas

[PATCH 06/10] remoteproc: ipu: Add driver to bring up ipu

2021-09-23 Thread Amjad Ouled-Ameur
From: Keerthy The driver enables IPU support. Basically enables the clocks, timers, watchdog timers and bare minimal MMU and supports loading the firmware from mmc. Signed-off-by: Keerthy [Amjad: fix compile warnings] Signed-off-by: Amjad Ouled-Ameur --- MAINTAINERS| 1

[PATCH 09/10] arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes

2021-09-23 Thread Amjad Ouled-Ameur
From: Keerthy Add support for ipu early boot. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- arch/arm/dts/am57xx-idk-common-u-boot.dtsi | 1 + arch/arm/dts/dra7-evm-u-boot.dtsi | 1 + arch/arm/dts/dra71-evm-u-boot.dtsi | 1 + arch/arm/dts/dra72-evm-revc-u

[PATCH 08/10] arm: dts: dra7: Add ipu and related nodes

2021-09-23 Thread Amjad Ouled-Ameur
From: Keerthy Add ipu and the associated nodes. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- arch/arm/dts/dra7.dtsi | 45 +- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi

[PATCH 07/10] dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodes

2021-09-23 Thread Amjad Ouled-Ameur
From: Keerthy Add all the ipu early boot related nodes Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- MAINTAINERS | 1 + arch/arm/dts/dra7-ipu-common-early-boot.dtsi | 113 +++ 2 files changed, 114 insertions(+) create mode

[PATCH 04/10] linux: bitmap.h: Add find_next_zero_area function

2021-09-23 Thread Amjad Ouled-Ameur
From: Keerthy Add find_next_zero_area to fetch the next zero area in the map. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- include/linux/bitmap.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/include/linux/bitmap.h b/include/linux/bitmap.h

[PATCH] configs: am335x_evm: enable CONFIG_CLK_TI_CTRL

2021-10-11 Thread Amjad Ouled-Ameur
request_and_set_gpio: Unable to request GPIO_PHY_RESET This issue comes from the fact that the clock controller is not probed. Enable the TI's clock controller driver support to solve this. Signed-off-by: Amjad Ouled-Ameur --- configs/am335x_evm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] board: ti: Add support for the AM335x GP EVM mini board

2021-09-28 Thread Amjad Ouled-Ameur
through am335x_evm_defconfig. Signed-off-by: Andreas Dannenberg [Amjad: fix checkpatch and compile warnings] Signed-off-by: Amjad Ouled-Ameur --- Tests: - This has been tested on Am335x platform, the board boots successfully to u-boot prompt and runs basic commands seamlessly, please find

[PATCH] board: ti: Add support for the AM437x GP EVM mini board

2021-09-28 Thread Amjad Ouled-Ameur
through am43xx_evm_defconfig. Signed-off-by: Andreas Dannenberg [Amjad: fix compile and checkpatch warnings] Signed-off-by: Amjad Ouled-Ameur --- Tests: - This has been tested on AM43xx platform, the board boots successfully to u-boot prompt and runs basic commands seamlessly, please find

[PATCH 1/2] ARM: DRA7: Enable OPP_HIGH for DSPEVE and IVA voltage domains

2021-09-27 Thread Amjad Ouled-Ameur
at the boot OPPs chosen here. Signed-off-by: Suman Anna Signed-off-by: Amjad Ouled-Ameur --- configs/am57xx_evm_defconfig| 2 ++ configs/am57xx_hs_evm_defconfig | 2 ++ configs/am57xx_hs_evm_usb_defconfig | 2 ++ configs/dra7xx_evm_defconfig| 2 ++ configs/dra7xx_hs_evm_defconfig

[PATCH 2/2] ARM: DRA7: Enable OPP_HIGH for GPU voltage domain

2021-09-27 Thread Amjad Ouled-Ameur
on logic similar to that of DSPEVE and IVA voltage domains in commit 58a8921fe34fd5 ("ARM: DRA7: Enable OPP_HIGH for DSPEVE and IVA voltage domains") Signed-off-by: Subhajit Paul Signed-off-by: Suman Anna Signed-off-by: Amjad Ouled-Ameur --- configs/am57xx_evm_defconfig| 1

[PATCH 0/2] ARM: DRA7: Enable OPP_HIGH for GPU, DSPEVE and IVA voltage domains

2021-09-27 Thread Amjad Ouled-Ameur
This patchset enables the OPP_HIGH configuration for GPU, DSPEVE and IVA voltage domains by default for various TI DRA7xx and AM57xx boards. This is being done to meet the performance needs of 1080p MultiMedia usecases Amjad Ouled-Ameur (2): ARM: DRA7: Enable OPP_HIGH for DSPEVE and IVA voltage

[PATCH v2 06/10] remoteproc: ipu: Add driver to bring up ipu

2021-09-30 Thread Amjad Ouled-Ameur
From: Keerthy The driver enables IPU support. Basically enables the clocks, timers, watchdog timers and bare minimal MMU and supports loading the firmware from mmc. Signed-off-by: Keerthy [Amjad: fix compile warnings] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS

[PATCH v2 05/10] remoteproc: uclass: Add remoteproc resource handling helpers

2021-09-30 Thread Amjad Ouled-Ameur
rce_table" and compile warnings ] Signed-off-by: Amjad Ouled-Ameur --- Changes in v2: - Add useful checks and remove redundant code. drivers/remoteproc/rproc-uclass.c | 532 ++ include/remoteproc.h | 384 - 2 files changed, 915 in

[PATCH v2 09/10] arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes

2021-09-30 Thread Amjad Ouled-Ameur
From: Keerthy Add support for ipu early boot. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/dts/am57xx-idk-common-u-boot.dtsi | 1 + arch/arm/dts/dra7-evm-u-boot.dtsi | 1 + arch/arm/dts/dra71-evm-u-boot.dtsi | 1 + arch/arm/dts

[PATCH v2 10/10] dts: am57xx*: Add ipu early boot DT changes

2021-09-30 Thread Amjad Ouled-Ameur
From: Keerthy Add support for ipu early boot. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS | 1 + arch/arm/dts/am57xx-beagle-x15-revb1-u-boot.dtsi | 7 +++ arch/arm/dts/am57xx-beagle-x15-revc-u

[PATCH v2 07/10] dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodes

2021-09-30 Thread Amjad Ouled-Ameur
From: Keerthy Add all the ipu early boot related nodes Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS | 1 + arch/arm/dts/dra7-ipu-common-early-boot.dtsi | 113 +++ 2 files changed, 114

[PATCH v2 01/10] reset: dra7: Add a reset driver

2021-09-30 Thread Amjad Ouled-Ameur
From: Keerthy Add a reset driver to bring IPs out of reset. Signed-off-by: Keerthy [Amjad: reset_ops structure member "free" has been renamed to "rfree", use the latter instead] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS|

[PATCH v2 08/10] arm: dts: dra7: Add ipu and related nodes

2021-09-30 Thread Amjad Ouled-Ameur
From: Keerthy Add ipu and the associated nodes. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/dts/dra7.dtsi | 45 +- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/dra7.dtsi b

[PATCH v2 03/10] drivers: misc: Makefile: Enable fs_loader compilation at SPL Level

2021-09-30 Thread Amjad Ouled-Ameur
From: Keerthy Enable fs_loader compilation at SPL Level. Signed-off-by: Keerthy [Amjad: fix compilation failures for J721e platform] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/mach-k3/common.c | 10 +++--- configs/j721e_evm_r5_defconfig| 1

[PATCH v2 04/10] linux: bitmap.h: Add find_next_zero_area function

2021-09-30 Thread Amjad Ouled-Ameur
From: Keerthy Add find_next_zero_area to fetch the next zero area in the map. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) include/linux/bitmap.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/include/linux/bitmap.h b

[PATCH v2 00/10] dra7: bring up and support IPU load/start

2021-09-30 Thread Amjad Ouled-Ameur
This patchset enables support for loading and starting IPU firmware, the following have been implemented: - Enable fs_loader compilation at SPL Level, that is necessary in order to load IPU firmware from /boot partition. - Define necessary related IPU dts nodes. - Add necessary

[PATCH v2 02/10] arm: mach-omap2: load/start remoteproc IPU1/IPU2

2021-09-30 Thread Amjad Ouled-Ameur
well with reset. Hence adding do_enable_ipu_clocks function. Signed-off-by: Keerthy [Amjad: fix IPU1_LOAD_ADDR and compile warnings] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/include/asm/arch-omap5/clock.h | 3 + arch/arm/include/asm/omap_common.h | 10 +++ arch

[PATCH] cmd: pxe_utils: sysboot: add label override support

2021-10-22 Thread Amjad Ouled-Ameur
ferent use-cases and bring more flexibilty to consumers who use sysboot/pxe_utils. if "pxe_label_override" is set but does not exist in the pxe menu, the code should fallback to the default label if given, and no failure is returned but rather a warning message. Signed-off-by: Amjad Oul

[PATCH] configs: am43xx_hs_evm: Add SPL_USB_STORAGE Support

2021-12-06 Thread Amjad Ouled-Ameur
Enable CONFIG_SPL_USB_STORAGE to support UBS MSC boot support. Signed-off-by: Faiz Abbas Signed-off-by: Amjad Ouled-Ameur --- configs/am43xx_hs_evm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig index

Re: [PATCH v2 07/10] dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodes

2022-01-05 Thread Amjad Ouled-Ameur
Hi Tom, On 11/10/2021 20:59, Tom Rini wrote: On Thu, Sep 30, 2021 at 06:21:08PM +0200, Amjad Ouled-Ameur wrote: From: Keerthy Add all the ipu early boot related nodes Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS

Re: [PATCH] cmd: pxe_utils: sysboot: add label override support

2021-11-12 Thread Amjad Ouled-Ameur
Hi Simon, On 06/11/2021 01:18, Amjad Ouled-Ameur wrote: Hi Simon, On 05/11/2021 03:02, Simon Glass wrote: Hi Amjad, On Fri, 22 Oct 2021 at 09:55, Amjad Ouled-Ameur wrote: This will allow consumers to choose a pxe label at runtime instead of having to prompt the user. One good use-case

[PATCH v2] cmd: pxe_utils: sysboot: add label override support

2021-11-13 Thread Amjad Ouled-Ameur
ferent use-cases and bring more flexibilty to consumers who use sysboot/pxe_utils. if "pxe_label_override" is set but does not exist in the pxe menu, the code should fallback to the default label if given, and no failure is returned but rather a warning message. Signed-off-by: Amjad Ouled

[PATCH] board: ti: am335x: Choose CPSW or PRUSS configuration based on jumper setting

2021-10-29 Thread Amjad Ouled-Ameur
of using new am335x-ice-v2-prueth.dtb] Signed-off-by: Amjad Ouled-Ameur --- This depends on the currently in-review patch [0]. [0]: 20211022155526.54368-1-aouledam...@baylibre.com board/ti/am335x/board.c | 17 + include/configs/am335x_evm.h | 5 - include/configs

Re: [PATCH] cmd: pxe_utils: sysboot: add label override support

2021-11-05 Thread Amjad Ouled-Ameur
Hi Simon, On 05/11/2021 03:02, Simon Glass wrote: Hi Amjad, On Fri, 22 Oct 2021 at 09:55, Amjad Ouled-Ameur wrote: This will allow consumers to choose a pxe label at runtime instead of having to prompt the user. One good use-case for this, is choosing whether or not to apply a dtbo depending

Re: [PATCH v2] cmd: pxe_utils: sysboot: add label override support

2021-12-13 Thread Amjad Ouled-Ameur
Hi, Is there any news about this patch please ? Regards, Amjad On 25/11/2021 01:12, Simon Glass wrote: Hi Amjad, On Sat, 13 Nov 2021 at 06:09, Amjad Ouled-Ameur wrote: This will allow consumers to choose a pxe label at runtime instead of having to prompt the user. One good use-case

[PATCH v4 00/11] dra7: bring up and support IPU load/start

2022-01-27 Thread Amjad Ouled-Ameur
L_REMOTEPROC=y - CONFIG_CMD_REMOTEPROC=y Changes in v4: - Enable SPL fs_loader for j7200_evm_r5 and socfpga_arria10. Changes in v3: - Add a new patch for dra7xx_evm to expand SPL_MULTI_DTB_FIT Changes in v2: - Add useful checks and remove redundant code. Amjad Ouled-Ameur (1): configs: dra7xx_ev

[PATCH v4 01/11] configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT

2022-01-27 Thread Amjad Ouled-Ameur
Expand SPL_MULTI_DTB_FIT to accommodate new SPL IPU nodes. Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) configs/dra7xx_evm_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index d1aa91d676e1

[PATCH v4 03/11] arm: mach-omap2: load/start remoteproc IPU1/IPU2

2022-01-27 Thread Amjad Ouled-Ameur
well with reset. Hence adding do_enable_ipu_clocks function. Signed-off-by: Keerthy [Amjad: fix IPU1_LOAD_ADDR and compile warnings] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/include/asm/arch-omap5/clock.h | 3 + arch/arm/include/asm/omap_common.h | 10 +++ arch

[PATCH v4 10/11] arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes

2022-01-27 Thread Amjad Ouled-Ameur
From: Keerthy Add support for ipu early boot. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/dts/am57xx-idk-common-u-boot.dtsi | 1 + arch/arm/dts/dra7-evm-u-boot.dtsi | 1 + arch/arm/dts/dra71-evm-u-boot.dtsi | 1 + arch/arm/dts

[PATCH v4 08/11] dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodes

2022-01-27 Thread Amjad Ouled-Ameur
From: Keerthy Add all the ipu early boot related nodes Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS | 1 + arch/arm/dts/dra7-ipu-common-early-boot.dtsi | 113 +++ 2 files changed, 114

[PATCH v4 09/11] arm: dts: dra7: Add ipu and related nodes

2022-01-27 Thread Amjad Ouled-Ameur
From: Keerthy Add ipu and the associated nodes. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/dts/dra7.dtsi | 45 +- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/dra7.dtsi b

[PATCH v4 11/11] dts: am57xx*: Add ipu early boot DT changes

2022-01-27 Thread Amjad Ouled-Ameur
From: Keerthy Add support for ipu early boot. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS | 1 + arch/arm/dts/am57xx-beagle-x15-revb1-u-boot.dtsi | 7 +++ arch/arm/dts/am57xx-beagle-x15-revc-u

[PATCH v4 06/11] remoteproc: uclass: Add remoteproc resource handling helpers

2022-01-27 Thread Amjad Ouled-Ameur
rce_table" and compile warnings ] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v2) Changes in v2: - Add useful checks and remove redundant code. drivers/remoteproc/rproc-uclass.c | 534 ++ include/remoteproc.h | 384 - 2 file

[PATCH v4 07/11] remoteproc: ipu: Add driver to bring up ipu

2022-01-27 Thread Amjad Ouled-Ameur
From: Keerthy The driver enables IPU support. Basically enables the clocks, timers, watchdog timers and bare minimal MMU and supports loading the firmware from mmc. Signed-off-by: Keerthy [Amjad: fix compile warnings] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS

[PATCH v4 04/11] drivers: misc: Makefile: Enable fs_loader compilation at SPL Level

2022-01-27 Thread Amjad Ouled-Ameur
From: Keerthy Enable fs_loader compilation at SPL Level. Signed-off-by: Keerthy [Amjad: fix compilation failures for J721e platform] Signed-off-by: Amjad Ouled-Ameur --- Changes in v4: - Enable SPL fs_loader for j7200_evm_r5 and socfpga_arria10. arch/arm/mach-k3/common.c | 10

[PATCH v4 02/11] reset: dra7: Add a reset driver

2022-01-27 Thread Amjad Ouled-Ameur
From: Keerthy Add a reset driver to bring IPs out of reset. Signed-off-by: Keerthy [Amjad: reset_ops structure member "free" has been renamed to "rfree", use the latter instead] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS|

[PATCH v4 05/11] linux: bitmap.h: Add find_next_zero_area function

2022-01-27 Thread Amjad Ouled-Ameur
From: Keerthy Add find_next_zero_area to fetch the next zero area in the map. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) include/linux/bitmap.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/include/linux/bitmap.h b

Re: [PATCH v3 04/11] drivers: misc: Makefile: Enable fs_loader compilation at SPL Level

2022-01-27 Thread Amjad Ouled-Ameur
Hi Tom, On 26/01/2022 04:37, Tom Rini wrote: On Tue, Jan 18, 2022 at 11:12:42AM +0100, Amjad Ouled-Ameur wrote: From: Keerthy Enable fs_loader compilation at SPL Level. Signed-off-by: Keerthy [Amjad: fix compilation failures for J721e platform] Signed-off-by: Amjad Ouled-Ameur

Re: [PATCH v4 06/11] remoteproc: uclass: Add remoteproc resource handling helpers

2022-02-09 Thread Amjad Ouled-Ameur
Hi Simon, Thank you for your feedback. Since the patchset has already been applied, I will address your comments in follow-up patches. Kindly, Amjad On 27/01/2022 16:43, Simon Glass wrote: Hi Amjad, On Thu, 27 Jan 2022 at 05:17, Amjad Ouled-Ameur wrote: From: Keerthy Add remoteproc

[PATCH v3 06/11] remoteproc: uclass: Add remoteproc resource handling helpers

2022-01-18 Thread Amjad Ouled-Ameur
rce_table" and compile warnings ] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v2) Changes in v2: - Add useful checks and remove redundant code. drivers/remoteproc/rproc-uclass.c | 534 ++ include/remoteproc.h | 384 - 2 file

[PATCH v3 07/11] remoteproc: ipu: Add driver to bring up ipu

2022-01-18 Thread Amjad Ouled-Ameur
From: Keerthy The driver enables IPU support. Basically enables the clocks, timers, watchdog timers and bare minimal MMU and supports loading the firmware from mmc. Signed-off-by: Keerthy [Amjad: fix compile warnings] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS

[PATCH v3 11/11] dts: am57xx*: Add ipu early boot DT changes

2022-01-18 Thread Amjad Ouled-Ameur
From: Keerthy Add support for ipu early boot. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS | 1 + arch/arm/dts/am57xx-beagle-x15-revb1-u-boot.dtsi | 7 +++ arch/arm/dts/am57xx-beagle-x15-revc-u

[PATCH v3 10/11] arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes

2022-01-18 Thread Amjad Ouled-Ameur
From: Keerthy Add support for ipu early boot. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/dts/am57xx-idk-common-u-boot.dtsi | 1 + arch/arm/dts/dra7-evm-u-boot.dtsi | 1 + arch/arm/dts/dra71-evm-u-boot.dtsi | 1 + arch/arm/dts

[PATCH v3 03/11] arm: mach-omap2: load/start remoteproc IPU1/IPU2

2022-01-18 Thread Amjad Ouled-Ameur
well with reset. Hence adding do_enable_ipu_clocks function. Signed-off-by: Keerthy [Amjad: fix IPU1_LOAD_ADDR and compile warnings] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/include/asm/arch-omap5/clock.h | 3 + arch/arm/include/asm/omap_common.h | 10 +++ arch

[PATCH v3 04/11] drivers: misc: Makefile: Enable fs_loader compilation at SPL Level

2022-01-18 Thread Amjad Ouled-Ameur
From: Keerthy Enable fs_loader compilation at SPL Level. Signed-off-by: Keerthy [Amjad: fix compilation failures for J721e platform] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/mach-k3/common.c | 10 +++--- configs/j721e_evm_r5_defconfig| 1

[PATCH v3 05/11] linux: bitmap.h: Add find_next_zero_area function

2022-01-18 Thread Amjad Ouled-Ameur
From: Keerthy Add find_next_zero_area to fetch the next zero area in the map. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) include/linux/bitmap.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/include/linux/bitmap.h b

[PATCH v3 01/11] configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT

2022-01-18 Thread Amjad Ouled-Ameur
Expand SPL_MULTI_DTB_FIT to accommodate new SPL IPU nodes. Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) configs/dra7xx_evm_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index d1aa91d676e1

[PATCH v3 02/11] reset: dra7: Add a reset driver

2022-01-18 Thread Amjad Ouled-Ameur
From: Keerthy Add a reset driver to bring IPs out of reset. Signed-off-by: Keerthy [Amjad: reset_ops structure member "free" has been renamed to "rfree", use the latter instead] Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS|

[PATCH v3 09/11] arm: dts: dra7: Add ipu and related nodes

2022-01-18 Thread Amjad Ouled-Ameur
From: Keerthy Add ipu and the associated nodes. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/dts/dra7.dtsi | 45 +- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/dra7.dtsi b

[PATCH v3 08/11] dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodes

2022-01-18 Thread Amjad Ouled-Ameur
From: Keerthy Add all the ipu early boot related nodes Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) MAINTAINERS | 1 + arch/arm/dts/dra7-ipu-common-early-boot.dtsi | 113 +++ 2 files changed, 114

[PATCH v3 00/11] dra7: bring up and support IPU load/start

2022-01-18 Thread Amjad Ouled-Ameur
L_REMOTEPROC=y - CONFIG_CMD_REMOTEPROC=y Changes in v3: - Add a new patch for dra7xx_evm to expand SPL_MULTI_DTB_FIT Changes in v2: - Add useful checks and remove redundant code. Amjad Ouled-Ameur (1): configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT Keerthy (10): reset: dra7