Hi Eze,
On Tue, Mar 16, 2021 at 09:44:02AM -0300, Ezequiel Garcia wrote:
> Hi Mani, Kever,
>
> I tried to bringup (again) my Ficus board, but I've been unable to
> boot a kernel.
>
> Seems my old u-boot branch doesn't want to boot, and the only U-Boot I managed
> to boot is some recent one (whic
LEN
> (0x400)
> would not provide enough memory for clock device to probe (before relocation)
> well.
>
> This commit fixes it, by increasing SYS_MALLOC_F_LEN to value 0x2000.
>
> Suggested-by: Andre Przywara
> Signed-off-by: Amit Singh Tomar
Thanks for fixing!
Revi
:
1. Debug serial via UART2
2. SD card
3. Ethernet
More information about this board can be found in arrow website:
https://www.arrow.com/en/products/imx8-ai-ml/arrow-development-tools
Reviewed-by: Peng Fan
Reviewed-by: Fabio Estevam
Signed-off-by: Manivannan Sadhasivam
---
Changes in v2
l of the cababilities are parsed properly. This results in the MMC
interfaces to be broken.
Hence, fix this by adding a call to 'mmc_of_parse' during driver probe.
Signed-off-by: Manivannan Sadhasivam
---
drivers/mmc/msm_sdhci.c | 4
1 file changed, 4 insertions(+)
diff --git a/dr
Hi,
On Tue, Nov 05, 2019 at 09:02:28PM +0530, Manivannan Sadhasivam wrote:
> This commit adds initial board support for iMX8QXP AI_ML board from
> Einfochips. This board is one of the 96Boards Consumer Edition and AI
> boards of the 96Boards family based on i.MX8QXP SoC from NXP/
gt;
> Signed-off-by: Amit Singh Tomar
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> ---
> * No change since previous version.
> ---
> include/configs/owl-common.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/owl-common.h b/include/configs/
gt; There is no documentation available that talks about DDR registers, and
> this is very much taken from vendor source.
>
> This commit lets Linux boot on Cubieboard7-lite(based on S700).
>
> Signed-off-by: Amit Singh Tomar
Reviewed-by: Manivannan Sadhasivam
Thanks,
Hi Amit,
On Fri, May 08, 2020 at 03:53:45PM +0530, Amit Singh Tomar wrote:
> Calculate the SDRAM size from DDR capacity register registers instead
> of using hard-coded value. This is quite useful to get correct size
> on differnt boards based on Actions OWL family of SoCs (S700 and S900).
>
> Th
On Sat, May 02, 2020 at 06:55:20PM +0530, Amit Singh Tomar wrote:
> Calculate the SDRAM size from DDR capacity register registers instead of using
> hard-coded value. This is quite useful to get correct size on differnt boards
> based on S700 SoC.
>
> There is no documentation available that talks
On Thu, Apr 30, 2020 at 12:34:12PM +0530, Jagan Teki wrote:
> Due to some on board limitation rock960 PCIe
> works only with 1.8V IO domain.
>
> So, this patch enables grf io_sel explicitly
> to make PCIe/M.2 to work.
>
> Cc: Tom Cubie
> Cc: Manivannan Sadhasivam
>
Hi Tom,
On Mon, Apr 06, 2020 at 05:58:19PM +0530, Amit Singh Tomar wrote:
> This adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's
> Quad-core ARMv8 SoC
> with Cortex-A53 cores. Peripheral like UART seems to be compatible with S900
> SoC(basic support
> for it is alreay presen
r
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> ---
> Changes since v9:
> * Checked the relevant SoC model.
> Changes since v8:
> * Fixed the bubblegum-96 boot issue by introducing
> dev_get_driver_data API to read driver data.
> Changes since v7:
>
On Mon, Apr 06, 2020 at 05:58:31PM +0530, Amit Singh Tomar wrote:
> This adds build and flash steps for Actions S700
> based Cubieboard7 board.
>
> Signed-off-by: Amit Singh Tomar
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> ---
> Changes since v9:
> * U
On Mon, Apr 06, 2020 at 03:05:58PM +0200, Marek Vasut wrote:
> The LED labels do not match the silkscreen on the board, fix it.
>
> Signed-off-by: Marek Vasut
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> Cc: Manivannan Sadhasivam
> Cc: Patrick Delaunay
> Cc: Patrice
Rock960
>
> Cc: Manivannan Sadhasivam
> Signed-off-by: Jagan Teki
For Rock960,
Acked-by: Manivannan Sadhasivam
Thanks,
Mani
> ---
> Changes for v3:
> - add rock960 hdmi out support
>
> configs/nanopc-t4-rk3399_defconfig | 7 +++
> configs/nanopi-m4
s
> patch must be reverted right after release, once the proper fix for the
> GPIO driver, "gpio: stm32: support gpio ops in SPL", is applied.
>
> Signed-off-by: Marek Vasut
Acked-by: Manivannan Sadhasivam
Thanks,
Mani
> Cc: Manivannan Sadhasivam
> Cc: Patrick
On Sun, Apr 05, 2020 at 11:08:21AM +0100, André Przywara wrote:
> On 05/04/2020 07:59, Manivannan Sadhasivam wrote:
> > On Wed, Apr 01, 2020 at 12:49:26PM +0530, Amit Singh Tomar wrote:
> >> This patch adds "actions,owl-uart" string to the owl uart driver. It
> >
Hi Amit,
On Wed, Apr 01, 2020 at 12:49:23PM +0530, Amit Singh Tomar wrote:
> This adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's
> Quad-core ARMv8 SoC
> with Cortex-A53 cores. Peripheral like UART seems to be compatible with S900
> SoC(basic support
> for it is alreay prese
On Wed, Apr 01, 2020 at 12:49:35PM +0530, Amit Singh Tomar wrote:
> This adds build and flash steps for Actions S700
> based Cubieboard7 board.
>
> Signed-off-by: Amit Singh Tomar
> ---
> Changes since v8:
> * No changes.
> Changes since v7:
> * No changes.
> Changes since v6:
>
h "b3a987b0264d").
>
> Reviewed-by: Andre Przywara
> Signed-off-by: Amit Singh Tomar
> ---
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> Changes since v8:
> * No changes.
> Changes since v7:
> * No changes.
> Changes since v6:
> * Added R
On Wed, Apr 01, 2020 at 12:49:33PM +0530, Amit Singh Tomar wrote:
> This patch moves some of the config options from bubblegum_96_defconfig
> to platform specific Kconfig file.
>
> Reviewed-by: Andre Przywara
> Signed-off-by: Amit Singh Tomar
Reviewed-by: Manivannan Sadhasivam
r
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> ---
> Changes since v8:
> * No changes.
> Changes since v7:
> * No changes.
> Changes since v6:
> * No changes.
> Changes since v5:
> * Added reviwed-by tag.
> Changes since v4:
>
On Wed, Apr 01, 2020 at 12:49:32PM +0530, Amit Singh Tomar wrote:
> This patch adds basic support for Actions Semi based S700
> SoC, which is driven by common owl framework.
>
> Reviewed-by: Andre Przywara
> Signed-off-by: Amit Singh Tomar
Reviewed-by: Manivannan Sadhasivam
rm/dts/Makefile
> @@ -64,8 +64,10 @@ dtb-$(CONFIG_KIRKWOOD) += \
> kirkwood-pogo_e02.dtb \
> kirkwood-sheevaplug.dtb
>
> -dtb-$(CONFIG_ARCH_OWL) += \
> - bubblegum_96.dtb
> +dtb-$(CONFIG_MACH_S900) += \
> +bubblegum_96.dtb
Can you please move above change to S
arm/include/asm/arch-owl/clk_s900.h
> deleted file mode 100644
> index 88e88f7..000
> --- a/arch/arm/include/asm/arch-owl/clk_s900.h
> +++ /dev/null
> @@ -1,57 +0,0 @@
> -/* SPDX-License-Identifier: GPL-2.0+ */
> -/*
> - * Actions Semi S900 Clock Definitions
> - *
> -
On Wed, Apr 01, 2020 at 12:49:25PM +0530, Amit Singh Tomar wrote:
> Now that memory maps(for both S700 and S900 SoCs) can be managed using
> a common file, rename sysmap-s900 to sysmap-owl to reflect the same.
>
> Reviewed-by: Manivannan Sadhasivam
> Signed-off-by: Amit Singh Toma
On Wed, Apr 01, 2020 at 12:49:28PM +0530, Amit Singh Tomar wrote:
> Devices like uart and clk are needed to be enabled before relocation.
> This patch adds u-boot.dtsi file that mark these device as dm-pre-reloc.
>
> Reviewed-by: Manivannan Sadhasivam
> Signed-off-by: Amit Singh T
900-serial" from serial driver and adapts clock
> driver to cater to new bindings.
>
> Reviewed-by: Andre Przywara
> Signed-off-by: Amit Singh Tomar
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> ---
> Changes since v8:
> * No changes.
> C
rial_ops = {
>
> static const struct udevice_id owl_serial_ids[] = {
> { .compatible = "actions,s900-serial" },
This should've been removed here itself as opposed to in devicetree sync patch.
But I don't warrant a new series for this change.
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> + { .compatible = "actions,owl-uart" },
> { }
> };
>
> --
> 2.7.4
>
On Wed, Apr 01, 2020 at 12:49:24PM +0530, Amit Singh Tomar wrote:
> This commit adds common arch support for Actions Semi Owl
> series SoCs and removes the Bubblegum96 board files.
>
> Reviewed-by: Andre Przywara
> Signed-off-by: Amit Singh Tomar
Reviewed-by: Manivannan Sadh
ck_tree
> /* VCO = 594.0 MHz => P = 99, Q = 74, R = 74 */
> pll4: st,pll@3 {
> cfg = < 3 98 5 7 7 PQR(1,1,1) >;
> u-boot,dm-pre-reloc;
> };
>
This looks good to me.
> > >> Reviewed-by: Patri
Hi Amit,
On Tue, Mar 31, 2020 at 10:27:45AM +0530, Amit Tomer wrote:
> Hi Mani,
>
> > Just tested v8 on bubblegum96 and it doesn't boot. I can't see any debug
> > print on the console, so I'm guessing something basic going wrong. Will
> > try to find the regression if I find some time and keep yo
Hi Amit,
On Sat, Mar 21, 2020 at 11:00:42PM +0530, Amit Singh Tomar wrote:
> This adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's
> Quad-core ARMv8 SoC
> with Cortex-A53 cores. Peripheral like UART seems to be compatible with S900
> SoC(basic support
> for it is alreay prese
Hi Andre,
On 22 March 2020 5:31:11 AM IST, "André Przywara"
wrote:
>On 21/03/2020 17:30, Amit Singh Tomar wrote:
>
>Hi Mani,
>
>> This adds Cubieboard7[1] support based on Action Semi's S700 SoC[2],
>It's Quad-core ARMv8 SoC
>> with Cortex-A53 cores. Peripheral like UART seems to be compatible
On Mon, Feb 24, 2020 at 02:37:22PM +, Andre Przywara wrote:
> On Sun, 23 Feb 2020 23:08:25 +0530
> Manivannan Sadhasivam wrote:
>
> Hi Amit,
>
> > On Sat, Jan 25, 2020 at 05:52:51PM +0530, Amit Singh Tomar wrote:
> > > Right now, Clock bindings for etherne
Hi Amit,
On Sat, Jan 25, 2020 at 05:52:42PM +0530, Amit Singh Tomar wrote:
> Hi,
>
> This is continuation of work[1], submitted(v2) almost a year back.
>
> It adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's
> Quad-core ARMv8 SoC
> with Cortex-A53 cores. Peripheral like UAR
On Sat, Jan 25, 2020 at 05:52:57PM +0530, Amit Singh Tomar wrote:
> The simplest and most generic form of a reset controller just exposes
> multiple MMIO registers, where each bit toggles a separate reset line.
> Add a generic driver to describe this kind of reset controller.
>
> This is used on t
ed-off-by: Amit Singh Tomar
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> ---
> Changes since v2:
> * Synced with Linux tag v5.5-rc6.
> Changes since v1:
> * No changes.
> ---
> arch/arm/dts/s700-cubieboard7.dts | 92
> +++
On Sat, Jan 25, 2020 at 05:52:52PM +0530, Amit Singh Tomar wrote:
> UART controller present on S700 is compatible with existing
> S900 controller, this patch simply adds a proper compatible string
> so that owl uart driver can be reused for S700.
>
> Reviewed-by: Andre Przywara
> Signed-off-by: A
#x27;s use same name CLK_ETHERNET for both S700 and S900.
>
> Signed-off-by: Amit Singh Tomar
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> ---
> Changes since v2:
> * Newly added patch, not there in v2/v1.
> ---
> include/dt-bindings/clock/actions,s900-cmu.h |
ention dtsi not dts and also the prefix should be
arm: dts. With that,
Reviewed-by: Manivannan Sadhasivam
Thanks,
Mani
> Changes since v2:
> * Newly added patch, not there in v2/v1.
> ---
> arch/arm/dts/s900-u-boot.dtsi | 17 +
> 1 file changed, 17 insertions
On Sat, Jan 25, 2020 at 05:52:49PM +0530, Amit Singh Tomar wrote:
> Synchronize device tree bindings with v5.5-rc6 tag with commit id
> "b3a987b".
>
> Also, it removes older clock binding defined for S900.
>
> Signed-off-by: Amit Singh Tomar
Reviewed-by: Manivann
On Sat, Jan 25, 2020 at 05:52:48PM +0530, Amit Singh Tomar wrote:
> Devices like uart and clk are needed to be enabled before relocation.
> this patch adds u-boot.dtsi file that mark these device as dm-pre-reloc.
>
> Signed-off-by: Amit Singh Tomar
> ---
> Changes since v2:
> * Added Licens
On Sat, Jan 25, 2020 at 05:52:47PM +0530, Amit Singh Tomar wrote:
> This patch adds .dtsi file(sync with Linux 5.5) and required binding
> for S700 SoC that is a 64-bit Quad-core ARM Cortex-A53 cores.
>
You are importing from Linux kernel, right? Why not mention that?
> Signed-off-by: Amit Singh
On Sat, Jan 25, 2020 at 05:52:46PM +0530, Amit Singh Tomar wrote:
> This patch adds basic support for Actions Semi based S700
> SoC, which is driven by common owl framework.
>
> Signed-off-by: Amit Singh Tomar
> ---
> Changes since v2:
> * Fixed the commit message.
> * Checked for the
m/include/asm/arch-owl/clk_s900.h
> +++ /dev/null
> @@ -1,57 +0,0 @@
> -/* SPDX-License-Identifier: GPL-2.0+ */
> -/*
> - * Actions Semi S900 Clock Definitions
> - *
> - * Copyright (C) 2015 Actions Semi Co., Ltd.
> - * Copyright (C) 2018 Manivannan Sadhasivam
>
&g
On Sat, Jan 25, 2020 at 05:52:44PM +0530, Amit Singh Tomar wrote:
> Now that memory maps(for both S700 and S900 SoCs) can be managed using
> a common file, rename sysmap-s900 to sysmap-owl to reflect the same.
>
> Signed-off-by: Amit Singh Tomar
Reviewed-by: Manivannan Sadhasivam
00
>
> endif
> diff --git a/arch/arm/mach-owl/Makefile b/arch/arm/mach-owl/Makefile
> index 1b43dc2..0b181c6 100644
> --- a/arch/arm/mach-owl/Makefile
> +++ b/arch/arm/mach-owl/Makefile
> @@ -1,3 +1,4 @@
> # SPDX-License-Identifier: GPL-2.0+
>
>
Hi Amit,
On Sat, Jan 25, 2020 at 05:52:42PM +0530, Amit Singh Tomar wrote:
> Hi,
>
> This is continuation of work[1], submitted(v2) almost a year back.
>
> It adds Cubieboard7[1] support based on Action Semi's S700 SoC[2], It's
> Quad-core ARMv8 SoC
> with Cortex-A53 cores. Peripheral like UAR
On Wed, Nov 13, 2019 at 11:14:09AM +0800, Kever Yang wrote:
> Add vdd_log node according to rock960 schematic V13.
> This patch affect two boards:
> - Rock960 Model A
> - Ficus
>
> Signed-off-by: Kever Yang
Acked-by: Manivannan Sadhasivam
Thanks,
Mani
> ---
>
>
:
1. Debug serial via UART2
2. SD card
3. Ethernet
More information about this board can be found in arrow website:
https://www.arrow.com/en/products/imx8-ai-ml/arrow-development-tools
Signed-off-by: Manivannan Sadhasivam
Reviewed-by: Peng Fan
---
arch/arm/mach-imx/imx8/Kconfig
Hi,
On Sun, Nov 03, 2019 at 04:29:49PM +0100, Stefano Babic wrote:
> On 21/10/19 13:00, Manivannan Sadhasivam wrote:
> > Hi,
> >
> > On Thu, Aug 15, 2019 at 01:57:23PM +0530, Manivannan Sadhasivam wrote:
> >> Hello,
> >>
> >> This patchset ad
Hi,
On Thu, Aug 15, 2019 at 01:57:23PM +0530, Manivannan Sadhasivam wrote:
> Hello,
>
> This patchset adds initial board support for iMX8QXP AI_ML board
> from Einfochips. This board is one of the Consumer Edition and AI
> boards of the 96Boards family.
>
> This init
On Sun, Oct 06, 2019 at 09:05:43AM +0800, Qu Wenruo wrote:
>
>
> On 2019/7/16 下午7:56, Jagan Teki wrote:
> > This is next revison of lpddr4 support on rk3399 compared to
> > previous set[1]. It has some changes based on the commit orders
> > and squashing few patches together and rest is same.
> >
Hi,
On Sat, Aug 17, 2019 at 12:23:35AM +0530, Anand Moon wrote:
> Hi All,
>
> On Mon, 5 Aug 2019 at 20:09, Peter Robinson wrote:
> >
> > On Mon, Aug 5, 2019 at 1:54 PM Kever Yang wrote:
> > >
> > >
> > > On 2019/7/29 下午9:52, Manivannan Sadhas
:
1. Debug serial via UART2
2. SD card
3. Ethernet
More information about this board can be found in arrow website:
https://www.arrow.com/en/products/imx8-ai-ml/arrow-development-tools
Signed-off-by: Manivannan Sadhasivam
Reviewed-by: Peng Fan
---
arch/arm/mach-imx/imx8/Kconfig
Add devicetree support for iMXQXP AI_ML board from Einfochips.
Signed-off-by: Manivannan Sadhasivam
Reviewed-by: Peng Fan
Reviewed-by: Lukasz Majewski
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/fsl-imx8qxp-ai_ml-u-boot.dtsi | 117 +
arch/arm/dts/fsl
m: imx8: factor out uart init code
[U-Boot,2/2] arm: imx8: don't duplicate build_info()
Manivannan Sadhasivam (2):
arm: dts: Add devicetree support for iMXQXP AI_ML board
board: Add support for iMX8QXP AI_ML board
arch/arm/dts/Makefile | 1 +
arch/arm/dts
> > >
> > > > This initial supports contains following peripherals which are
> > > > tested and known to work:
> > > >
> > > > 1. Debug serial via UART2
> > > > 2. SD card
> > > > 3. Ethernet
> > > >
>
> > More information about this board can be found in arrow website:
> > https://www.arrow.com/en/products/imx8-ai-ml/arrow-development-tools
> >
> > Signed-off-by: Manivannan Sadhasivam
> > ---
> > arch/arm/mach-imx/imx8/Kconfig| 6 +
&g
annan Sadhasivam
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index a72ccd0b58..7e485d014d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -167,9 +167,11 @@ F: board/freescale/*mx*/
ARM HISILICON
M: Peter Griffin
+M: Manivannan Sadhasiva
This commit adds MMC driver support for HI3660 SoC reusing hi6220_dw_mmc
driver. Since HI3660 operates at different clock rate and uses fifo
mode now, let's introduce the platform data and utilize it for different
SoCs supported by this driver.
Signed-off-by: Manivannan Sadhasivam
---
dr
ndard speed.
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/dts/Makefile| 1 +
arch/arm/dts/hi3660-hikey960-u-boot.dtsi | 10 +
arch/arm/dts/hi3660-hikey960.dts | 607 +++
3 files changed, 618 insertions(+)
create mode 100644 arch/arm/dts/h
/tested devices include:
- Debug serial
- SD
With these support, it's good enough for loading Linux Kernel from SD.
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/Kconfig | 13 ++
arch/arm/include/asm/arch-hi3660/hi3660.h | 52 +
board/hisilicon/hik
This commit imports HI3660 SoC devicetree from Linux
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/dts/hi3660.dtsi | 1157 ++
arch/arm/dts/hikey960-pinctrl.dtsi | 1060
include/dt-bindings/clock/hi3660-clock.h | 214
3
x27;s clock implementation is having an issue which
keeps the SD controller to operate at slow speed. This will be fixed once the
proper clock driver for HI3660 lands in u-boot.
Thanks,
Mani
Manivannan Sadhasivam (5):
arm: dts: Import HI3660 devicetree from Linux
arm: dts: Add devicetree for Hik
This commits enables booting from eMMC when using SPL on 96Boards
Ficus board by adding SDHCI to boot order. Since the SDHCI driver
already has the reloc flag, this works straightaway. While we are at it,
let's also include the common u-boot dtsi for rk3399.
Signed-off-by: Manivannan Sadha
This commits enables booting from eMMC when using SPL on 96Boards
Rock960 board by adding SDHCI to boot order. Since the SDHCI driver
already has the reloc flag, this works straightaway. While we are at it,
let's also include the common u-boot dtsi for rk3399.
Signed-off-by: Manivannan Sadha
Hi Peter,
On 24 July 2019 1:29:27 PM IST, Peter Robinson wrote:
>On Mon, May 20, 2019 at 4:47 PM Manivannan Sadhasivam
> wrote:
>>
>> This commits enables booting from eMMC when using SPL on 96Boards
>> Rock960 board by adding SDHCI to boot order. Since the SDHCI driver
On Mon, May 27, 2019 at 02:49:49PM +0800, Kever Yang wrote:
>
>
> On 05/20/2019 11:46 PM, Manivannan Sadhasivam wrote:
> > This commits enables booting from eMMC when using SPL on 96Boards
> > Ficus board by adding SDHCI to boot order. Since the SDHCI driver
> > alrea
On Mon, May 27, 2019 at 02:49:39PM +0800, Kever Yang wrote:
>
>
> On 05/20/2019 11:46 PM, Manivannan Sadhasivam wrote:
> > This commits enables booting from eMMC when using SPL on 96Boards
> > Rock960 board by adding SDHCI to boot order. Since the SDHCI driver
> >
:
1. Debug serial via UART2
2. SD card
3. Ethernet
More information about this board can be found in arrow website:
https://www.arrow.com/en/products/imx8-ai-ml/arrow-development-tools
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/mach-imx/imx8/Kconfig| 6 +
board
Add devicetree support for iMXQXP AI_ML board from Einfochips.
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/fsl-imx8qxp-ai_ml-u-boot.dtsi | 117 +
arch/arm/dts/fsl-imx8qxp-ai_ml.dts | 181 +
3
eview comments from Fabio. Major change is switching to
distro_boot.
* Added Reviewed-by tag from Peng Fan.
Changes in v2:
* Rebased the patches on top of following patches:
[U-Boot,1/2] arm: imx8: factor out uart init code
[U-Boot,2/2] arm: imx8: don't duplicate build_info()
Hi Fabio,
On Thu, Jul 18, 2019 at 09:43:54PM -0300, Fabio Estevam wrote:
> Hi Manivannan,
>
> On Fri, Jul 12, 2019 at 3:12 PM Manivannan Sadhasivam
> wrote:
>
> > +#if IS_ENABLED(CONFIG_DM_GPIO)
> > +static void board_gpio_init(void)
> > +{
> > + /
:
1. Debug serial via UART2
2. SD card
3. Ethernet
More information about this board can be found in arrow website:
https://www.arrow.com/en/products/imx8-ai-ml/arrow-development-tools
Signed-off-by: Manivannan Sadhasivam
Reviewed-by: Peng Fan
---
arch/arm/mach-imx/imx8/Kconfig
Add devicetree support for iMXQXP AI_ML board from Einfochips.
Signed-off-by: Manivannan Sadhasivam
Reviewed-by: Peng Fan
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/fsl-imx8qxp-ai_ml-u-boot.dtsi | 117 +
arch/arm/dts/fsl-imx8qxp-ai_ml.dts | 181
ng to
distro_boot.
* Added Reviewed-by tag from Peng Fan.
Changes in v2:
* Rebased the patches on top of following patches:
[U-Boot,1/2] arm: imx8: factor out uart init code
[U-Boot,2/2] arm: imx8: don't duplicate build_info()
Manivannan Sadhasivam (2):
arm: dts: Add devicetree support for iM
Hi Fabio,
On Fri, Jul 12, 2019 at 08:37:24AM -0300, Fabio Estevam wrote:
> Hi Manivannan,
>
> On Thu, Jul 11, 2019 at 3:07 PM Manivannan Sadhasivam
> wrote:
> >
> > This commit adds initial board support for iMXQXP AI_ML board from
>
> iMXQXP --> i.MX8QXP
:
1. Debug serial via UART2
2. SD card
3. Ethernet
More information about this board can be found in arrow website:
https://www.arrow.com/en/products/imx8-ai-ml/arrow-development-tools
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/mach-imx/imx8/Kconfig| 6 +
board/einfochips
Add devicetree support for iMXQXP AI_ML board from Einfochips.
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/fsl-imx8qxp-ai_ml-u-boot.dtsi | 117 +
arch/arm/dts/fsl-imx8qxp-ai_ml.dts | 181 +
3
imx8: factor out uart init code
[U-Boot,2/2] arm: imx8: don't duplicate build_info()
Manivannan Sadhasivam (2):
arm: dts: Add devicetree support for iMXQXP AI_ML board
board: Add support for iMXQXP AI_ML board
arch/arm/dts/Makefile | 1 +
arch/arm/dts/fsl-imx8q
On Mon, Jul 08, 2019 at 05:59:04PM +0800, Shawn Guo wrote:
> On Mon, Jul 08, 2019 at 02:42:54PM +0530, Manivannan Sadhasivam wrote:
> > Hi Shawn,
> >
> > Thanks for the patch!
> >
> > On Sun, Jul 07, 2019 at 08:59:55PM +0800, Shawn Guo wrote:
> > > Th
Hi Shawn,
Thanks for the patch!
On Sun, Jul 07, 2019 at 08:59:55PM +0800, Shawn Guo wrote:
> The Meerkat96 board, based on the NXP i.MX7D SoC, is a member of
> 96Boards community and complies with all Consumer Edition board
> specifications.
>
> https://www.novtech.com/products/meerkat96.html
>
This commits enables booting from eMMC when using SPL on 96Boards
Ficus board by adding SDHCI to boot order. Since the SDHCI driver
already has the reloc flag, this works straightaway.
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/dts/rk3399-ficus-u-boot.dtsi | 1 +
arch/arm/dts/rk3399
This commits enables booting from eMMC when using SPL on 96Boards
Rock960 board by adding SDHCI to boot order. Since the SDHCI driver
already has the reloc flag, this works straightaway.
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/dts/rk3399-rock960-u-boot.dtsi | 1 +
arch/arm/dts/rk3399
On Thu, May 02, 2019 at 08:41:29AM +, Patrice CHOTARD wrote:
> Hi Manivannan
>
> On 4/29/19 2:03 PM, Manivannan Sadhasivam wrote:
> > Add support for Avenger96 board from Arrow Electronics based on STM32MP157
> > MPU. This board is one of the Consumer Edition (CE) b
Without newline, the error message appears for non prgrammed OTP boards
looks messsy. Hence add it to look more clean.
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/mach-stm32mp/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-stm32mp/cpu.c b/arch/arm
LED, 1x BT LED
More information about this board can be found in 96Boards website:
https://www.96boards.org/product/avenger96/
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/dts/Makefile | 1 +
.../arm/dts/stm32mp157a-avenger96-u-boot.dtsi | 191 +
arch/arm
Add missing pinctrl definitions for STM32MP157.
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/dts/stm32mp157-pinctrl.dtsi | 63
1 file changed, 63 insertions(+)
diff --git a/arch/arm/dts/stm32mp157-pinctrl.dtsi
b/arch/arm/dts/stm32mp157-pinctrl.dtsi
index
.
More information about this board can be found in 96Boards website:
https://www.96boards.org/product/avenger96/
Thanks,
Mani
Changes in v2:
* Added missing `u-boot,dm-pre-reloc` property to UART and SDMMC nodes
and verified SPL boot.
Manivannan Sadhasivam (3):
arm: dts: stm32mp157: Add
Hi Patrick,
On Thu, May 02, 2019 at 07:27:14AM +, Patrice CHOTARD wrote:
> Hi Manivannan
>
> On 4/29/19 2:03 PM, Manivannan Sadhasivam wrote:
> > Hello,
> >
> > This patchset adds board support for Avenger96, a 96Boards Consumer
> > Edition board from Arrow
LED, 1x BT LED
More information about this board can be found in 96Boards website:
https://www.96boards.org/product/avenger96/
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/dts/Makefile | 1 +
.../arm/dts/stm32mp157a-avenger96-u-boot.dtsi | 177 +
arch/arm
Add missing pinctrl definitions for STM32MP157.
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/dts/stm32mp157-pinctrl.dtsi | 63
1 file changed, 63 insertions(+)
diff --git a/arch/arm/dts/stm32mp157-pinctrl.dtsi
b/arch/arm/dts/stm32mp157-pinctrl.dtsi
index
Without newline, the error message appears for non prgrammed OTP boards
looks messsy. Hence add it to look more clean.
Signed-off-by: Manivannan Sadhasivam
---
arch/arm/mach-stm32mp/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-stm32mp/cpu.c b/arch/arm
.
More information about this board can be found in 96Boards website:
https://www.96boards.org/product/avenger96/
PS: I only managed to boot u-boot as SSBL with TF-A as FSBL. U-boot
SPL way of booting is not working.
Thanks,
Mani
Manivannan Sadhasivam (3):
arm: dts: stm32mp157: Add missing
reason I didn't abandon this patch.
Thanks,
Mani
[1] https://lkml.org/lkml/2019/3/8/878
> Peter.
>
> On Fri, 8 Mar 2019 at 08:57, Manivannan Sadhasivam <
> manivannan.sadhasi...@linaro.org> wrote:
>
> > Peripherals like I2C and SPI needs to be taken out of res
: Unknown Synopsys component type:
0x
[0.621378] i2c_designware f7101000.i2c: Unknown Synopsys component type:
0x
[0.633818] i2c_designware f7102000.i2c: Unknown Synopsys component type:
0x
Signed-off-by: Manivannan Sadhasivam
---
board/hisilicon/hikey/hikey.c | 16
ff-by: Manivannan Sadhasivam
---
configs/hikey_defconfig | 5 ++---
include/configs/hikey.h | 4 +++-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/configs/hikey_defconfig b/configs/hikey_defconfig
index e9a9857322b..659c0e3f8ae 100644
--- a/configs/hikey_defconfig
+++ b/configs/hikey_defc
On Thu, Jan 17, 2019 at 09:16:26PM +, André Przywara wrote:
> On Thu, 17 Jan 2019 21:09:45 +0530
> Manivannan Sadhasivam wrote:
>
> Hi,
>
> > [On top of Andre's review]
> >
> > On Mon, Jan 14, 2019 at 06:11:03PM +0530, Amit Singh Tomar wrote:
> &
1 - 100 of 202 matches
Mail list logo