Re: Ficus EE not working / supported ?

2021-03-18 Thread Manivannan Sadhasivam
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

Re: [PATCH] arm: actions: increase SYS_MALLOC_F_LEN

2020-11-09 Thread Manivannan Sadhasivam
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

[PATCH v2] board: Add support for iMX8QXP AI_ML board

2020-07-28 Thread Manivannan Sadhasivam
: 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

[PATCH] mmc: msm_sdhci: Use mmc_of_parse for setting host_caps

2020-07-16 Thread Manivannan Sadhasivam
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

Re: [PATCH] board: Add support for iMX8QXP AI_ML board

2020-07-10 Thread Manivannan Sadhasivam
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/

Re: [PATCH v4 2/2] arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs

2020-05-09 Thread Manivannan Sadhasivam
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/

Re: [PATCH v4 1/2] Actions: OWL: Calculate SDRAM size

2020-05-09 Thread Manivannan Sadhasivam
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,

Re: [PATCH v2 1/2] Actions: OWL: Calculate SDRAM size

2020-05-09 Thread Manivannan Sadhasivam
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

Re: [PATCH] Actions: S700 Calculate SDRAM size

2020-05-03 Thread Manivannan Sadhasivam
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

Re: [PATCH v2 8/8] rockchip: Enable PCIe/M.2 on rock960 board

2020-05-03 Thread Manivannan Sadhasivam
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 >

Re: [PATCH v10 00/12] Actions S700 SoC support

2020-04-06 Thread 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

Re: [PATCH v10 06/12] clk: actions: Add common clock driver

2020-04-06 Thread Manivannan Sadhasivam
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: >

Re: [PATCH v10 12/12] doc: boards: add Cubieboard7 documentation

2020-04-06 Thread Manivannan Sadhasivam
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

Re: [PATCH] ARM: dts: stm32: Rename LEDs to match silkscreen on AV96

2020-04-06 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 4/5] rockchip: Enable HDMI output on rk3399 board w/ HDMI

2020-04-05 Thread Manivannan Sadhasivam
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

Re: [PATCH] ARM: dts: stm32: Temporarily drop cd-gpios from AV96 DT

2020-04-05 Thread Manivannan Sadhasivam
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

Re: [PATCH v9 03/12] serial: actions: add compatible string

2020-04-05 Thread Manivannan Sadhasivam
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 > >

Re: [PATCH v9 00/12] Actions S700 SoC support

2020-04-05 Thread Manivannan Sadhasivam
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

Re: [PATCH v9 12/12] doc: boards: add Cubieboard7 documentation

2020-04-05 Thread Manivannan Sadhasivam
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: >

Re: [PATCH v9 11/12] arm: add Cubieboard7 board support

2020-04-05 Thread Manivannan Sadhasivam
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

Re: [PATCH v9 10/12] actions: Move defconfig options to Kconfig

2020-04-05 Thread Manivannan Sadhasivam
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

Re: [PATCH v9 08/12] arm: dts: actions: s700: add u-boot specific dtsi file

2020-04-05 Thread 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: >

Re: [PATCH v9 09/12] arm: add support Actions Semi S700

2020-04-05 Thread Manivannan Sadhasivam
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

Re: [PATCH v9 07/12] arm: actions: add S700 SoC device tree

2020-04-05 Thread 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

Re: [PATCH v9 06/12] clk: actions: Add common clock driver

2020-04-05 Thread Manivannan Sadhasivam
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 > - * > -

Re: [PATCH v9 02/12] arm: actions: rename sysmap-s900 to sysmap-owl

2020-04-05 Thread Manivannan Sadhasivam
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

Re: [PATCH v9 05/12] arm: dts: actions: s900: add u-boot specific dtsi file

2020-04-05 Thread Manivannan Sadhasivam
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

Re: [PATCH v9 04/12] arm: dts: sync dts for Action Semi S900

2020-04-05 Thread Manivannan Sadhasivam
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

Re: [PATCH v9 03/12] serial: actions: add compatible string

2020-04-05 Thread Manivannan Sadhasivam
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 >

Re: [PATCH v9 01/12] arm: actions: Add common framework for Actions Owl Semi SoCs

2020-04-04 Thread Manivannan Sadhasivam
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

Re: [PATCH V3 13/14] ARM: dts: stm32: Adjust PLL4 settings on AV96

2020-04-01 Thread Manivannan Sadhasivam
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

Re: [PATCH v8 00/12] Actions S700 SoC support

2020-03-31 Thread Manivannan Sadhasivam
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

Re: [PATCH v8 00/12] Actions S700 SoC support

2020-03-29 Thread Manivannan Sadhasivam
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

Re: [PATCH v8 00/12] Actions S700 SoC support

2020-03-21 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 09/21] arm: dts: Use consistent name "CLK_ETHERNET" for the Ethernet clock binding

2020-02-24 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 00/21] Actions S700 SoC support

2020-02-23 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 15/21] reset: add driver for generic reset controllers

2020-02-23 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 11/21] arm: add Cubieboard7 board support

2020-02-23 Thread Manivannan Sadhasivam
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 > +++

Re: [PATCH v3 10/21] serial: actions: add uart support for s700

2020-02-23 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 09/21] arm: dts: Use consistent name "CLK_ETHERNET" for the Ethernet clock binding

2020-02-23 Thread Manivannan Sadhasivam
#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 |

Re: [PATCH v3 08/21] actions: s900: add u-boot specific dts file

2020-02-23 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 07/21] arm: dts: sync dts for Action Semi S900

2020-02-23 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 06/21] actions:s700: add u-boot specific dts file

2020-02-23 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 05/21] arm: actions: add S700 SoC device tree

2020-02-23 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 04/21] arm: add support Actions Semi S700

2020-02-23 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 03/21] clk: actions: Add common clock driver

2020-02-23 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 02/21] arm: actions: rename sysmap-s900 to sysmap-owl

2020-02-23 Thread Manivannan Sadhasivam
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

Re: [PATCH v3 01/21] arm: actions: Add common framework for Actions Owl Semi SoCs

2020-02-23 Thread 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+ > >

Re: [PATCH v3 00/21] Actions S700 SoC support

2020-02-11 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH 1/4] arm64: dts: rk3399-rock960: add vdd_log and its init value

2019-11-12 Thread Manivannan Sadhasivam
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 > --- > >

[U-Boot] [PATCH] board: Add support for iMX8QXP AI_ML board

2019-11-05 Thread Manivannan Sadhasivam
: 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

Re: [U-Boot] [PATCH v5 0/2] Add board support for iMX8QXP AI_ML board

2019-11-05 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH v5 0/2] Add board support for iMX8QXP AI_ML board

2019-10-21 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH v3 00/57] ram: rk3399: Add LPDDR4 support

2019-10-05 Thread Manivannan Sadhasivam
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. > >

Re: [U-Boot] [PATCH v2 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL

2019-08-16 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v5 2/2] board: Add support for iMX8QXP AI_ML board

2019-08-15 Thread Manivannan Sadhasivam
: 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

[U-Boot] [PATCH v5 1/2] arm: dts: Add devicetree support for iMXQXP AI_ML board

2019-08-15 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v5 0/2] Add board support for iMX8QXP AI_ML board

2019-08-15 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH v4 2/2] board: Add support for iMX8QXP AI_ML board

2019-08-15 Thread Manivannan Sadhasivam
> > > > > > > This initial supports contains following peripherals which are > > > > tested and known to work: > > > > > > > > 1. Debug serial via UART2 > > > > 2. SD card > > > > 3. Ethernet > > > > >

Re: [U-Boot] [PATCH v4 2/2] board: Add support for iMX8QXP AI_ML board

2019-08-15 Thread Manivannan Sadhasivam
> > 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

[U-Boot] [PATCH 5/5] MAINTAINERS: Add entry for HI3660 SoC

2019-08-02 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH 4/5] mmc: Add support for HI3660 SoC reusing hi6220_dw_mmc driver

2019-08-02 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH 2/5] arm: dts: Add devicetree for Hikey960 board

2019-08-02 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH 3/5] board: hisilicon: Add support for Hikey960 board

2019-08-02 Thread Manivannan Sadhasivam
/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

[U-Boot] [PATCH 1/5] arm: dts: Import HI3660 devicetree from Linux

2019-08-02 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH 0/5] Add support for Hikey960 board

2019-08-02 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v2 2/2] arm: dts: ficus: Enable booting from eMMC when using SPL

2019-07-29 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v2 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL

2019-07-29 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL

2019-07-24 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH 2/2] arm: dts: ficus: Enable booting from eMMC when using SPL

2019-07-23 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL

2019-07-23 Thread Manivannan Sadhasivam
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 > >

[U-Boot] [PATCH v4 2/2] board: Add support for iMX8QXP AI_ML board

2019-07-18 Thread Manivannan Sadhasivam
: 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

[U-Boot] [PATCH v4 1/2] arm: dts: Add devicetree support for iMXQXP AI_ML board

2019-07-18 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v4 0/2] Add board support for iMX8QXP AI_ML board

2019-07-18 Thread Manivannan Sadhasivam
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()

Re: [U-Boot] [PATCH v3 2/2] board: Add support for iMX8QXP AI_ML board

2019-07-18 Thread Manivannan Sadhasivam
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) > > +{ > > + /

[U-Boot] [PATCH v3 2/2] board: Add support for iMX8QXP AI_ML board

2019-07-12 Thread Manivannan Sadhasivam
: 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

[U-Boot] [PATCH v3 1/2] arm: dts: Add devicetree support for iMXQXP AI_ML board

2019-07-12 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v3 0/2] Add board support for iMX8QXP AI_ML board

2019-07-12 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH v2 2/2] board: Add support for iMXQXP AI_ML board

2019-07-12 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v2 2/2] board: Add support for iMXQXP AI_ML board

2019-07-11 Thread Manivannan Sadhasivam
: 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

[U-Boot] [PATCH v2 1/2] arm: dts: Add devicetree support for iMXQXP AI_ML board

2019-07-11 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v2 0/2] Add board support for iMX8QXP AI_ML board

2019-07-11 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH 2/2] Add i.MX7D based Meerkat96 board support

2019-07-08 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH 2/2] Add i.MX7D based Meerkat96 board support

2019-07-08 Thread Manivannan Sadhasivam
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 >

[U-Boot] [PATCH 2/2] arm: dts: ficus: Enable booting from eMMC when using SPL

2019-05-20 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL

2019-05-20 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH 2/3] board: stm32mp1: Add Avenger96 board support

2019-05-02 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v2 3/3] arm: mach-stm32mp: Add newline to the MAC error message

2019-05-02 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v2 2/3] board: stm32mp1: Add Avenger96 board support

2019-05-02 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v2 1/3] arm: dts: stm32mp157: Add missing pinctrl definitions

2019-05-02 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH v2 0/3] Add Avenger96 board support

2019-05-02 Thread Manivannan Sadhasivam
. 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

Re: [U-Boot] [PATCH 0/3] Add Avenger96 board support

2019-05-02 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH 2/3] board: stm32mp1: Add Avenger96 board support

2019-04-29 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH 1/3] arm: dts: stm32mp157: Add missing pinctrl definitions

2019-04-29 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH 3/3] arm: mach-stm32mp: Add newline to the MAC error message

2019-04-29 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH 0/3] Add Avenger96 board support

2019-04-29 Thread Manivannan Sadhasivam
. 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

Re: [U-Boot] [PATCH] hikey: Take peripherals out of reset during board init

2019-03-19 Thread Manivannan Sadhasivam
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

[U-Boot] [PATCH] hikey: Take peripherals out of reset during board init

2019-03-08 Thread Manivannan Sadhasivam
: 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

[U-Boot] [PATCH] hikey: Allow environment to store in eMMC and increase bootdelay

2019-02-13 Thread Manivannan Sadhasivam
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

Re: [U-Boot] [PATCH v2 1/9] arm: actions: Add common framework for Actions Semi SoCs

2019-01-17 Thread Manivannan Sadhasivam
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   2   3   >