[linux-sunxi] [PATCH v7 05/35] sunxi: clock: Fix clock gating for H3/H5/A64

2018-05-07 Thread Jagan Teki
clock gating bits on a64 are different than H3_H5, so fixed only required bits on clock_sun6i.h. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ar

[linux-sunxi] [PATCH v7 07/35] musb: sunxi: Use BIT instead of numerical shift

2018-05-07 Thread Jagan Teki
Use BIT is possible areas instead of numerical shift. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- drivers/usb/musb-new/sunxi.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/usb/musb-new/sunxi.c b/drivers/usb/mu

[linux-sunxi] [PATCH v7 02/35] musb: sunxi: Add proper macros instead of numericals

2018-05-07 Thread Jagan Teki
- add proper macros for musb_config members - use bool 'true' for multipoint and dyn_fifo instead of numerical 1 Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- drivers/usb/musb-new/sunxi.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drive

[linux-sunxi] [PATCH v7 08/35] sunxi: clock: Fix OHCI clock gating for H3/H5

2018-05-07 Thread Jagan Teki
From: Chen-Yu Tsai <w...@csie.org> Clock gating bits on H43/H5 were wrong, fix them. Signed-off-by: Chen-Yu Tsai <w...@csie.org> Reviewed-by: Jagan Teki <ja...@amarulasolutions.com> --- arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 11 --- 1 file changed, 4 insertio

[linux-sunxi] [PATCH v7 03/35] musb: sunxi: Use simple way to fill musb_hdrc pdata

2018-05-07 Thread Jagan Teki
Filling musb_hdrc pdata using structure will unnecessary add extra ifdefs, so fill them inside probe call for better code understanding and get rid ifdefs using devicetree compatible. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- drivers/usb/musb-new/sunxi.

[linux-sunxi] Re: [PATCH 08/21] bindings: display: Add compatible for A64 HDMI PHY

2018-05-02 Thread Jagan Teki
Hi Rob, On Tue, May 1, 2018 at 9:49 PM, Rob Herring <r...@kernel.org> wrote: > > On Mon, Apr 30, 2018 at 05:10:45PM +0530, Jagan Teki wrote: > > HDMI PHY on Allwinner A64 has similar like H3/H5. > > > > Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> &

Re: [linux-sunxi] Re: [PATCH 02/21] arm64: dts: allwinner: a64: Add DE2 CCU

2018-05-02 Thread Jagan Teki
On Wed, May 2, 2018 at 5:04 PM, Icenowy Zheng <icen...@aosc.io> wrote: > > > 于 2018年5月2日 GMT+08:00 下午7:32:50, Maxime Ripard <maxime.rip...@bootlin.com> 写到: >>On Mon, Apr 30, 2018 at 05:10:39PM +0530, Jagan Teki wrote: >>> DE2 in A64 has clock control unit and

Re: [linux-sunxi] A64: mmc1: SDIO req failed for CMD5 Timeout(-110)

2018-04-04 Thread Jagan Teki
On 04/04/2018 05:24 PM, Chen-Yu Tsai wrote: On Wed, Apr 4, 2018 at 7:09 PM, Jagan Teki <ja...@openedev.com> wrote: On 04/04/2018 04:31 PM, Jagan Teki wrote: On 04/03/2018 04:09 PM, Chen-Yu Tsai wrote: On Tue, Apr 3, 2018 at 6:31 PM, Jagan Teki <ja...@openedev.com> wrote: On 0

Re: [linux-sunxi] A64: mmc1: SDIO req failed for CMD5 Timeout(-110)

2018-04-04 Thread Jagan Teki
On 04/04/2018 04:31 PM, Jagan Teki wrote: On 04/03/2018 04:09 PM, Chen-Yu Tsai wrote: On Tue, Apr 3, 2018 at 6:31 PM, Jagan Teki <ja...@openedev.com> wrote: On 04/03/2018 03:16 PM, Chen-Yu Tsai wrote: On Tue, Apr 3, 2018 at 5:43 PM, Jagan Teki <ja...@openedev.com> wrote: On 0

[linux-sunxi] Re: [U-Boot] [PATCH v5 00/11] sunxi: update H3/H5/A64 EMAC DT nodes

2018-04-04 Thread Jagan Teki
On Wed, Apr 4, 2018 at 12:14 PM, Jagan Teki <jagannadh.t...@gmail.com> wrote: > On Wed, Apr 4, 2018 at 6:01 AM, Andre Przywara <andre.przyw...@arm.com> wrote: >> This is the first half of the DT update series, just updating the >> EMAC DT nodes, for which the bindings h

[linux-sunxi] Re: [U-Boot] [PATCH v5 00/11] sunxi: update H3/H5/A64 EMAC DT nodes

2018-04-04 Thread Jagan Teki
binding > arm: dts: sunxi: update H5 to new EMAC binding > net: sun8i-emac: remove support for old binding > sunxi: disable direct MMC environment > sunxi: revert disabling of features > Revert "sunxi: Pine64: temporarily remove extra Pine64 non-plus DT" Reviewe

Re: [linux-sunxi] A64: mmc1: SDIO req failed for CMD5 Timeout(-110)

2018-04-03 Thread Jagan Teki
On 04/03/2018 03:16 PM, Chen-Yu Tsai wrote: On Tue, Apr 3, 2018 at 5:43 PM, Jagan Teki <ja...@openedev.com> wrote: On 04/03/2018 03:02 PM, Chen-Yu Tsai wrote: On Tue, Apr 3, 2018 at 5:27 PM, Jagan Teki <ja...@openedev.com> wrote: On 04/03/2018 02:26 PM, Chen-Yu Tsai wrote: O

Re: [linux-sunxi] A64: mmc1: SDIO req failed for CMD5 Timeout(-110)

2018-04-03 Thread Jagan Teki
On 04/03/2018 03:02 PM, Chen-Yu Tsai wrote: On Tue, Apr 3, 2018 at 5:27 PM, Jagan Teki <ja...@openedev.com> wrote: On 04/03/2018 02:26 PM, Chen-Yu Tsai wrote: On Tue, Apr 3, 2018 at 3:29 PM, Jagan Teki <ja...@openedev.com> wrote: On 04/03/2018 12:19 PM, Chen-Yu Tsai wrote: O

Re: [linux-sunxi] A64: mmc1: SDIO req failed for CMD5 Timeout(-110)

2018-04-03 Thread Jagan Teki
On 04/03/2018 02:26 PM, Chen-Yu Tsai wrote: On Tue, Apr 3, 2018 at 3:29 PM, Jagan Teki <ja...@openedev.com> wrote: On 04/03/2018 12:19 PM, Chen-Yu Tsai wrote: On Tue, Apr 3, 2018 at 2:44 PM, Jagan Teki <ja...@openedev.com> wrote: Hi, Anyone observed SDIO CMD5 timeout for A64 bo

Re: [linux-sunxi] A64: mmc1: SDIO req failed for CMD5 Timeout(-110)

2018-04-03 Thread Jagan Teki
On 04/03/2018 12:19 PM, Chen-Yu Tsai wrote: On Tue, Apr 3, 2018 at 2:44 PM, Jagan Teki <ja...@openedev.com> wrote: Hi, Anyone observed SDIO CMD5 timeout for A64 boards.? I've custom board runs with linux-next and I'm unable to probe SDIO on mmc1, observed CMD5 timeout. Here is t

[linux-sunxi] A64: mmc1: SDIO req failed for CMD5 Timeout(-110)

2018-04-03 Thread Jagan Teki
Hi, Anyone observed SDIO CMD5 timeout for A64 boards.? I've custom board runs with linux-next and I'm unable to probe SDIO on mmc1, observed CMD5 timeout. Here is the log and dts node, request for any help? Log: [0.340446] sunxi-mmc 1c1.mmc: could not find pctldev for node

[linux-sunxi] Re: [U-Boot] [PATCH 1/3] dm: Add migration plan for CONFIG_BLK

2018-04-02 Thread Jagan Teki
On Mon, Apr 2, 2018 at 7:13 AM, André Przywara <andre.przyw...@arm.com> wrote: > Hi, > > On 01/04/18 14:19, Tom Rini wrote: >> On Tue, Mar 27, 2018 at 11:34:19PM +0530, Jagan Teki wrote: >>> On Mon, Sep 4, 2017 at 9:57 PM, <s...@google.com> wrote: >>>

[linux-sunxi] Re: [U-Boot] [PATCH v4 13/19] sunxi: DT: A64: update board .dts files from Linux

2018-03-29 Thread Jagan Teki
On Thu, Mar 29, 2018 at 2:37 PM, Maxime Ripard <maxime.rip...@bootlin.com> wrote: > On Wed, Mar 28, 2018 at 11:29:10PM +0530, Jagan Teki wrote: >> On Wed, Mar 28, 2018 at 4:45 PM, Maxime Ripard >> <maxime.rip...@bootlin.com> wrote: >> > On Wed, Mar 28, 2018 a

[linux-sunxi] Re: [U-Boot] [PATCH v4 13/19] sunxi: DT: A64: update board .dts files from Linux

2018-03-28 Thread Jagan Teki
On Wed, Mar 28, 2018 at 4:23 AM, André Przywara <andre.przyw...@arm.com> wrote: > On 27/03/18 18:58, Jagan Teki wrote: >> On Sat, Mar 24, 2018 at 6:37 AM, André Przywara <andre.przyw...@arm.com> >> wrote: >>> On 23/03/18 18:14, Jagan Teki wrote: >>

[linux-sunxi] Re: [U-Boot] [PATCH v4 13/19] sunxi: DT: A64: update board .dts files from Linux

2018-03-27 Thread Jagan Teki
On Sat, Mar 24, 2018 at 6:37 AM, André Przywara <andre.przyw...@arm.com> wrote: > On 23/03/18 18:14, Jagan Teki wrote: >> On Wed, Mar 14, 2018 at 7:27 AM, Andre Przywara <andre.przyw...@arm.com> >> wrote: >>> Update the .dts files for the vari

[linux-sunxi] Re: [U-Boot] [PATCH v4 13/19] sunxi: DT: A64: update board .dts files from Linux

2018-03-27 Thread Jagan Teki
On Tue, Mar 27, 2018 at 8:13 PM, Andre Przywara <andre.przyw...@arm.com> wrote: > Hi Maxime, > > thanks for the answer. > > On 27/03/18 15:30, Maxime Ripard wrote: >> Hi, >> >> On Sat, Mar 24, 2018 at 01:07:27AM +, André Przywara wrote: >>> On 23

[linux-sunxi] Re: [U-Boot] [PATCH v4 13/19] sunxi: DT: A64: update board .dts files from Linux

2018-03-23 Thread Jagan Teki
+ reg_ldo_io1: ldo-io1 { > + regulator-name = "ldo-io1"; > + status = "disabled"; > + }; > + > + reg_rtc_ldo: rtc-ldo { > + /* RTC_LDO is a

[linux-sunxi] Re: [U-Boot] [PATCH v4 01/19] sunxi: README.sunxi64: Add hint about non-debug of ARM Trusted Firmware

2018-03-21 Thread Jagan Teki
On Thu, Mar 22, 2018 at 12:33 AM, André Przywara <andre.przyw...@arm.com> wrote: > Hi, > > On 21/03/18 18:40, Jagan Teki wrote: >> On Wed, Mar 14, 2018 at 7:26 AM, Andre Przywara <andre.przyw...@arm.com> >> wrote: >>> As we are running into is

[linux-sunxi] Re: [U-Boot] [PATCH v4 01/19] sunxi: README.sunxi64: Add hint about non-debug of ARM Trusted Firmware

2018-03-21 Thread Jagan Teki
On Wed, Mar 14, 2018 at 7:26 AM, Andre Przywara wrote: > As we are running into issues where the final U-Boot FIT image file is > exceeding our size limit, add a hint to the README.sunxi64 file > to point out the possibility of building non-debug versions of the ATF >

[linux-sunxi] Re: [PATCH v2] sunxi: move CONFIG_SYS_TEXT_BASE out of defconfigs

2018-03-13 Thread Jagan Teki
for most SoCs, with two > SoC exceptions) if ARCH_SUNXI is selected, and delete the lines from > the individual defconfigs. > > Signed-off-by: Andre Przywara <andre.przyw...@arm.com> > Acked-by: Maxime Ripard <maxime.rip...@bootlin.com> > --- Reviewed-by: Jagan Teki

[linux-sunxi] Re: [U-Boot] [PATCH] net: sun8i_emac: Fix PHY initialization

2018-03-13 Thread Jagan Teki
On Wed, Feb 28, 2018 at 3:47 AM, Joe Hershberger wrote: > On Sat, Jan 27, 2018 at 11:53 PM, Samuel Holland wrote: >> The previous code tried to update the PHY parameters without waiting for >> autonegotiation to complete. This caused wrong values to

[linux-sunxi] Re: [U-Boot] [PATCH v2 0/7] sunxi: sun8i-emac: Update DT bindings

2018-02-09 Thread Jagan Teki
On Fri, Feb 9, 2018 at 7:00 AM, Andre Przywara wrote: > Compared to the last post, this converts U-Boot's DTs over to use the > new binding, so that the final patch can remove support for the old > binding from U-Boot EMAC driver. > The Linux DTs can be synced in later

[linux-sunxi] Re: [U-Boot] [PATCH v2 1/7] sunxi: gpio: add missing compatible strings

2018-02-09 Thread Jagan Teki
On Fri, Feb 9, 2018 at 7:00 AM, Andre Przywara wrote: > The sunxi GPIO driver is missing some compatible strings for recent > SoCs. While most of the sunxi GPIO code seems to not rely on this (and > so works anyway), the sunxi_name_to_gpio() function does and fails at >

Re: [linux-sunxi] [RFC PATCH 8/8] sunxi: enable PSCI for A83T SoC

2018-02-05 Thread Jagan Teki
On Monday 05 February 2018 09:05 PM, Mr. Fülöp wrote: Thank you all for your help! I really appreciate your feedback! Following your advice I booted XEN ... Yeeeyyy BUT got stuck here: Xen 4.11-unstable (XEN) Xen version 4.11-unstable (@) (arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1

Re: [linux-sunxi] [RFC PATCH 8/8] sunxi: enable PSCI for A83T SoC

2018-02-05 Thread Jagan Teki
On Mon, Feb 5, 2018 at 7:05 PM, Mr. Fülöp wrote: > This is the loop I was talking about: > > U-Boot 2018.03-rc1-00078-gb215307-dirty (Feb 05 2018 - 12:50:50 +) > > Loading Environment from FAT... Unable to use mmc 1:0... Failed (-5) > Loading Environment from MMC...

[linux-sunxi] [PATCH v6 03/10] board: Add SoPine support

2017-12-20 Thread Jagan Teki
Add initial support for SoPine board with below features: - U-Boot 2017.11 - Linux 4.14 - Default packages from buildroot Cc: TL Lim <tl...@pine64.org> Cc: Andre Przywara <andre.przyw...@arm.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml

[linux-sunxi] [PATCH v6 06/10] board: Add Olimex A64-OLinuXino support

2017-12-20 Thread Jagan Teki
Add initial support for Olimex A64-OLinuXino board with below features: - U-Boot 2017.11 - Linux 4.14 - Default packages from buildroot Cc: Tsvetan Usunov <usu...@olimex.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml | 1 +

[linux-sunxi] [PATCH v6 04/10] board: Add FriendlyARM Nanopi A64 support

2017-12-20 Thread Jagan Teki
Add initial support for FriendlyARM Nanopi A64 board with below features: - U-Boot 2017.11 - Linux 4.14 - Default packages from buildroot Cc: Yuefei <yf...@friendlyarm.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml| 1 +

[linux-sunxi] [PATCH v6 01/10] board: Add Bananapi M64 support

2017-12-20 Thread Jagan Teki
Add initial support for bananapi M64 board with below features: - U-Boot 2017.11 - Linux 4.14 - Default packages from buildroot Cc: Jason <mana...@sinovoip.com.cn> Cc: haily...@banana-pi.com <haily...@banana-pi.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> -

[linux-sunxi] [PATCH v6 02/10] board: Add Pine64 support

2017-12-20 Thread Jagan Teki
Add initial support for Pine64 board with below features: - U-Boot 2017.11 - Linux 4.14 - Default packages from buildroot Cc: TL Lim <tl...@pine64.org> Cc: Andre Przywara <andre.przyw...@arm.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml

[linux-sunxi] [PATCH v6 00/10] board: Add Allwinner A64/H5 boards

2017-12-20 Thread Jagan Teki
ch - Added "uboot: Add U-Boot-bundles-ATF support" patch - Droped sunxi64-post-build.sh config and script file Changes for v3: - Fixed Bananapi M1 comment on config file - Add sunxi64-post-build.sh - Add all sunxi64 boards Changes for v2: - Rebase on master [1] http://patchwork.ozlabs.org/

[linux-sunxi] [PATCH v6 09/10] board: Add Orangepi Zero Plus2 support

2017-12-20 Thread Jagan Teki
Add initial support for Orangepi Zero Plus2 board with below features: - U-Boot 2017.11 - Linux 4.14 - Default packages from buildroot Cc: zhaoyifan <zhao_ste...@263.net> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml

[linux-sunxi] [PATCH v6 10/10] board: Add Orangepi PC2 support

2017-12-20 Thread Jagan Teki
Add initial support for Orangepi PC2 board with below features: - U-Boot 2017.11 - Linux 4.14 - Default packages from buildroot Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml | 1 + DEVELOPERS | 2 ++

[linux-sunxi] [PATCH v6 07/10] board: Add Orangepi Win/Win Plus support

2017-12-20 Thread Jagan Teki
Add initial support for Orangepi Win/Win Plus board with below features: - U-Boot 2017.11 - Linux 4.14 - Default packages from buildroot Cc: zhaoyifan <zhao_ste...@263.net> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml | 1 +

[linux-sunxi] [PATCH v6 05/10] board: Add FriendlyARM Nanopi NEO2 support

2017-12-20 Thread Jagan Teki
Add initial support for FriendlyARM Nanopi NEO2 board with below features: - U-Boot 2017.09 - Linux 4.13.7 - Default packages from buildroot Cc: Yuefei <yf...@friendlyarm.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml | 1 +

[linux-sunxi] Re: [U-Boot] [PATCH] sunxi: Add support for Libre Computer Board ALL-H3-CC H3 ver.

2017-12-19 Thread Jagan Teki
On Fri, Dec 8, 2017 at 8:31 AM, Jagan Teki <jagannadh.t...@gmail.com> wrote: > On Fri, Dec 8, 2017 at 7:59 AM, Chen-Yu Tsai <w...@csie.org> wrote: >> On Fri, Dec 8, 2017 at 1:01 AM, Jagan Teki <jagannadh.t...@gmail.com> wrote: >>> On Thu, Dec 7, 2017 at 6:30 PM

[linux-sunxi] Re: [U-Boot] [PATCH v3 1/5] sunxi: a64: Enable FIT Signature

2017-12-15 Thread Jagan Teki
On Fri, Dec 15, 2017 at 8:06 PM, Andre Przywara <andre.przyw...@arm.com> wrote: > Hi, > > On 15/12/17 13:41, Maxime Ripard wrote: >> On Thu, Dec 14, 2017 at 02:03:12PM +0530, Jagan Teki wrote: >>> On Wed, Dec 13, 2017 at 9:09 PM, Maxime Ripard >>> &

[linux-sunxi] Re: [PATCH v3 1/5] sunxi: a64: Enable FIT Signature

2017-12-15 Thread Jagan Teki
On Fri, Dec 15, 2017 at 7:11 PM, Maxime Ripard <maxime.rip...@free-electrons.com> wrote: > On Thu, Dec 14, 2017 at 02:03:12PM +0530, Jagan Teki wrote: >> On Wed, Dec 13, 2017 at 9:09 PM, Maxime Ripard >> <maxime.rip...@free-electrons.com> wrote: >> > On Wed, Dec

[linux-sunxi] Re: [PATCH v3 1/5] sunxi: a64: Enable FIT Signature

2017-12-14 Thread Jagan Teki
On Wed, Dec 13, 2017 at 9:09 PM, Maxime Ripard <maxime.rip...@free-electrons.com> wrote: > On Wed, Dec 13, 2017 at 11:33:02AM +0530, Jagan Teki wrote: >> From: Jagan Teki <jagannadh.t...@gmail.com> >> >> Enable FIT_SIGNATURE for sunxi a64. &g

Re: [linux-sunxi] Re: [PATCH v3 1/5] sunxi: a64: Enable FIT Signature

2017-12-14 Thread Jagan Teki
ling FIT_SIGNATURE support disables support for the > legacy images (uImage / boot.scr) for security reasons, so it may very > well break existing setups. Sorry, I didn't get why legacy images will disable with fit? It depends how user can go with it, whether he want legacy or fit both

[linux-sunxi] Re: [U-Boot] [PATCH 00/16] sun50i: a64: add support for axp803, musb

2017-12-13 Thread Jagan Teki
On Thu, Dec 14, 2017 at 8:32 AM, Chen-Yu Tsai <w...@csie.org> wrote: > On Wed, Dec 13, 2017 at 7:51 PM, Jagan Teki <jagannadh.t...@gmail.com> wrote: >> On Tue, Dec 12, 2017 at 1:47 PM, Chen-Yu Tsai <w...@csie.org> wrote: >>> Hi, >>> >&g

[linux-sunxi] Re: [U-Boot] [PATCH v3 3/5] docs: Document verified-boot for sunxi a64

2017-12-13 Thread Jagan Teki
On Wed, Dec 13, 2017 at 9:55 PM, Andre Przywara <andre.przyw...@arm.com> wrote: > Hi, > > On 13/12/17 16:16, Jagan Teki wrote: >> On Wed, Dec 13, 2017 at 9:29 PM, Quentin Schulz >> <quentin.sch...@free-electrons.com> wrote: >>> Hi Jagan, >>>

[linux-sunxi] Re: [U-Boot] [PATCH v3 4/5] docs: README.sunxi: Move sunxi64 documentation

2017-12-13 Thread Jagan Teki
On Wed, Dec 13, 2017 at 9:08 PM, Maxime Ripard <maxime.rip...@free-electrons.com> wrote: > On Wed, Dec 13, 2017 at 11:33:05AM +0530, Jagan Teki wrote: >> Move documentation of README.sunxi64 from board files >> into docs/README.sunxi >> >> Signed-off-by: Jagan

[linux-sunxi] Re: [U-Boot] [PATCH v3 3/5] docs: Document verified-boot for sunxi a64

2017-12-13 Thread Jagan Teki
On Wed, Dec 13, 2017 at 9:29 PM, Quentin Schulz <quentin.sch...@free-electrons.com> wrote: > Hi Jagan, > > On 13/12/2017 07:03, Jagan Teki wrote: >> Add verified-boot documentation for sunxi a64 platform. >> >> Signed-off-by: Jagan Teki <ja...@amarulasol

[linux-sunxi] Re: [U-Boot] [PATCH v3 3/5] docs: Document verified-boot for sunxi a64

2017-12-13 Thread Jagan Teki
On Wed, Dec 13, 2017 at 9:08 PM, Maxime Ripard <maxime.rip...@free-electrons.com> wrote: > Hi, > > On Wed, Dec 13, 2017 at 11:33:04AM +0530, Jagan Teki wrote: >> Add verified-boot documentation for sunxi a64 platform. >> >> Signed-off-by: Jagan Teki <ja...@ama

[linux-sunxi] Re: [U-Boot] [PATCH 00/16] sun50i: a64: add support for axp803, musb

2017-12-13 Thread Jagan Teki
On Tue, Dec 12, 2017 at 1:47 PM, Chen-Yu Tsai <w...@csie.org> wrote: > Hi, > > On Tue, Dec 12, 2017 at 2:58 PM, Jagan Teki <ja...@amarulasolutions.com> > wrote: >> This series deals axp803, musb and related improvements on a64 >> - axp803 PMIC support us

Re: [U-Boot] [linux-sunxi] Re: [PATCH 12/16] configs: sun50i: enable ums on bananapi-m64

2017-12-12 Thread Jagan Teki
On Wed, Dec 13, 2017 at 7:31 AM, Stefan Brüns <stefan.bru...@rwth-aachen.de> wrote: > On Wednesday, December 13, 2017 2:36:26 AM CET Icenowy Zheng wrote: >> 在 2017年12月12日星期二 CST 下午4:12:13,Maxime Ripard 写道: >> >> > Hi, >> > >> > On Tue, De

[linux-sunxi] Re: [U-Boot] [PATCH 11/16] configs: sun50i: add usb-otg support for bananapi-m64

2017-12-12 Thread Jagan Teki
On Tue, Dec 12, 2017 at 1:34 PM, Maxime Ripard <maxime.rip...@free-electrons.com> wrote: > On Tue, Dec 12, 2017 at 12:28:26PM +0530, Jagan Teki wrote: >> USB-OTG require MUSB driver along with PHY#0 id(PH9) and/or >> vbus pin through AXP_GPIO driver. >>

[linux-sunxi] Re: [U-Boot] [PATCH 12/16] configs: sun50i: enable ums on bananapi-m64

2017-12-12 Thread Jagan Teki
On Tue, Dec 12, 2017 at 1:42 PM, Maxime Ripard <maxime.rip...@free-electrons.com> wrote: > Hi, > > On Tue, Dec 12, 2017 at 12:28:27PM +0530, Jagan Teki wrote: >> This patch enable ums through CMD_USB_MASS_STORAGE. >> >> Signed-off-by: Jagan Teki <ja...@amar

[linux-sunxi] Re: [U-Boot] [PATCH 01/16] power: sunxi: add AXP803 PMIC support

2017-12-12 Thread Jagan Teki
On Tue, Dec 12, 2017 at 1:28 PM, Maxime Ripard <maxime.rip...@free-electrons.com> wrote: > Hi, > > On Tue, Dec 12, 2017 at 12:28:16PM +0530, Jagan Teki wrote: >> AXP803 another PMIC produced by x-powers and paired with >> A64 via RSB bus. >> >> unlike other

[linux-sunxi] Re: [PATCH v2 2/3] arm64: allwinner: axp803: Add drivevbus regulator

2017-12-07 Thread Jagan Teki
On Fri, Dec 8, 2017 at 8:22 AM, Chen-Yu Tsai <w...@csie.org> wrote: > On Fri, Dec 8, 2017 at 3:04 AM, Jagan Teki <jagannadh.t...@gmail.com> wrote: >> Add reg_drivevbus regualtor for boards which are using >> external regulator to drive the OTG VBus through N_VBUSEN &g

[linux-sunxi] Re: [U-Boot] [PATCH] sunxi: Add support for Libre Computer Board ALL-H3-CC H3 ver.

2017-12-07 Thread Jagan Teki
On Fri, Dec 8, 2017 at 7:59 AM, Chen-Yu Tsai <w...@csie.org> wrote: > On Fri, Dec 8, 2017 at 1:01 AM, Jagan Teki <jagannadh.t...@gmail.com> wrote: >> On Thu, Dec 7, 2017 at 6:30 PM, Chen-Yu Tsai <w...@csie.org> wrote: >>> The Libre Computer Board ALL-H3-CC

[linux-sunxi] [PATCH v2 3/3] arm64: allwinner: a64: bananapi-m64: add usb otg

2017-12-07 Thread Jagan Teki
Add usb otg support for bananapi-m64 board, - USB-ID connected with PH9 - USB-DRVVBUS controlled by N_VBUSEN pin from PMIC Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Changes for v2: - add drvvbus regulator - add N_VBUSEN pin .../boot/dts/allwinner/sun50i-a64-bananapi-m

[linux-sunxi] [PATCH v2 2/3] arm64: allwinner: axp803: Add drivevbus regulator

2017-12-07 Thread Jagan Teki
Add reg_drivevbus regualtor for boards which are using external regulator to drive the OTG VBus through N_VBUSEN PMIC pin. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Changes for v2: - New patch arch/arm64/boot/dts/allwinner/axp803.dtsi | 5 + 1 file changed, 5 inse

[linux-sunxi] [PATCH v2 1/3] regulator: axp20x: add drivevbus support for axp803

2017-12-07 Thread Jagan Teki
Like axp221, axp223, axp813 the axp803 is also supporting external regulator to drive the OTG VBus through N_VBUSEN PMIC pin. Add support for it. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Changes for v2: - New patch Documentation/devicetree/bindings/mfd/axp20x.t

[linux-sunxi] Re: [U-Boot] [PATCH] sunxi: Add support for Libre Computer Board ALL-H3-CC H3 ver.

2017-12-07 Thread Jagan Teki
a/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts > b/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts > new file mode 100644 > index ..97b993f636f9 > --- /dev/null > +++ b/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts > @@ -0,0 +1,180 @@ > +/* > + * Copyright (C) 2017 Che

[linux-sunxi] Re: [PATCH] arm64: allwinner: a64: orangepi-zero-plus2: add usb otg

2017-12-07 Thread Jagan Teki
On Thu, Dec 7, 2017 at 7:04 PM, Maxime Ripard <maxime.rip...@free-electrons.com> wrote: > Hi, > > On Thu, Dec 07, 2017 at 04:35:48PM +0530, Jagan Teki wrote: >> Add usb otg support for orangepi-zero-plus2 board: >> - Add usb_otg node with dr_mode as 'otg' >&g

[linux-sunxi] [PATCH] arm64: allwinner: a64: orangepi-zero-plus2: add usb otg

2017-12-07 Thread Jagan Teki
Add usb otg support for orangepi-zero-plus2 board: - Add usb_otg node with dr_mode as 'otg' - USB0-IDDET connected to PA21 - VBUS connected through DCIN which always on Tested mass storage function. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Note: Anyone please chec

[linux-sunxi] Re: [PATCH 2/2] arm64: allwinner: a64: bananapi-m64: add usb otg

2017-12-06 Thread Jagan Teki
On Thu, Dec 7, 2017 at 12:31 PM, Chen-Yu Tsai <w...@csie.org> wrote: > On Thu, Dec 7, 2017 at 2:54 PM, Jagan Teki <jagannadh.t...@gmail.com> wrote: >> On Thu, Dec 7, 2017 at 11:56 AM, Chen-Yu Tsai <w...@csie.org> wrote: >>> On Thu, Dec 7, 2017 at 2:18 PM,

[linux-sunxi] Re: [PATCH 2/2] arm64: allwinner: a64: bananapi-m64: add usb otg

2017-12-06 Thread Jagan Teki
On Thu, Dec 7, 2017 at 8:54 AM, Chen-Yu Tsai <w...@csie.org> wrote: > On Thu, Dec 7, 2017 at 1:51 AM, Jagan Teki <jagannadh.t...@gmail.com> wrote: >> usb otg on bananapi-m64 has configured with USB-ID with PH9 >> and USB-DRVVBUS attached with dcdc1 regulatort. &

[linux-sunxi] [PATCH 2/2] arm64: allwinner: a64: bananapi-m64: add usb otg

2017-12-06 Thread Jagan Teki
usb otg on bananapi-m64 has configured with USB-ID with PH9 and USB-DRVVBUS attached with dcdc1 regulatort. Add support for it. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts | 15 +++ 1 file chang

[linux-sunxi] [PATCH 1/2] arm64: defconfig: enable MUSB HDRC along with Allwinner glue

2017-12-06 Thread Jagan Teki
Allwinner SoCs typically have a Mentor Graphics Inventra MUSB dual role controller for USB OTG. This is need for verifying gadget functions, so enable them by default. Tested 'otg' mode with mass storage function. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- arch/arm64/c

[linux-sunxi] Re: [PATCH RFC 1/2] dt-bindings: Add vendor prefix for Brava Home

2017-12-04 Thread Jagan Teki
On Tue, Dec 5, 2017 at 3:06 AM, Rob Herring <r...@kernel.org> wrote: > On Fri, Dec 01, 2017 at 12:12:13AM +0530, Jagan Teki wrote: >> Added 'brava' as a vendor prefix for Brava Home, Inc. >> which is consumer electronics and IoT company. >> >> Signed-off-by: Jagan

[linux-sunxi] [PATCH v2 1/2] arm64: dts: a64-olinuxino: Enable RTL8723BS WiFi

2017-12-03 Thread Jagan Teki
Enable RTL8723BS WiFi chip on a64-olinuxino board: - WiFi SDIO interface is connected to MMC1 - WiFi REG_ON pin connected to gpio PL2: attach to mmc-pwrseq - WiFi HOST_WAKE pin connected to gpio PL3 Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> Acked-by: Maxime Ripard <maxime.ri

[linux-sunxi] [PATCH v2 2/2] arm64: allwinner: a64-sopine: Fix to use dcdc1 regulator instead of vcc3v3

2017-12-03 Thread Jagan Teki
Since current tree support AXP803 regulators, replace fixed regulator vcc3v3 with AXP803 dcdc1 regulator where ever it need to replace. Tested mmc0 on sopine baseboard. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Changes for v2: - Commit message edited as fix since it has

[linux-sunxi] Re: [U-Boot] [PATCH] sunxi: set the default CPUx frequency of H5 to 816MHz

2017-12-02 Thread Jagan Teki
On Mon, Nov 6, 2017 at 1:40 PM, Jagan Teki <jagannadh.t...@gmail.com> wrote: > On Fri, Nov 3, 2017 at 10:00 PM, Maxime Ripard > <maxime.rip...@free-electrons.com> wrote: >> On Fri, Nov 03, 2017 at 02:21:51PM +0530, Jagan Teki wrote: >>> On Thu, Nov 2, 2017 at 7:26

[linux-sunxi] [PATCH 2/2] arm64: allwinner: a64-sopine: Use dcdc1 regulator instead of vcc3v3

2017-12-01 Thread Jagan Teki
Since current tree support AXP803 regulators, replace fixed regulator vcc3v3 with AXP803 dcdc1 regulator. Tested mmc0 on sopine baseboard. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts | 2 +- arch/arm64/bo

[linux-sunxi] [PATCH 1/2] arm64: dts: a64-olinuxino: Enable RTL8723BS WiFi

2017-12-01 Thread Jagan Teki
-by: Jagan Teki <ja...@amarulasolutions.com> --- .../boot/dts/allwinner/sun50i-a64-olinuxino.dts| 23 ++ 1 file changed, 23 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts index 33

[linux-sunxi] [PATCH RFC 2/2] arm64: allwinner: a64: Add Brava Keller initial support

2017-11-30 Thread Jagan Teki
Brava Keller is A64 based IoT device, which support - Allwinner A64 Cortex-A53 - AXP803 PMIC - 1GB DDR3 RAM - 8GB eMMC - Mali-400MP2 GPU - AP6330 Wifi/BLE - Camera OV5640 - USB Host and OTG Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Note: Need to test it on hardware arch

[linux-sunxi] [PATCH RFC 1/2] dt-bindings: Add vendor prefix for Brava Home

2017-11-30 Thread Jagan Teki
Added 'brava' as a vendor prefix for Brava Home, Inc. which is consumer electronics and IoT company. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devi

[linux-sunxi] [PATCH] arm64: allwinner: a64: Enable AXP803 for Orangepi Win

2017-11-23 Thread Jagan Teki
Enable AXP803 PMIC and regulators for Orangepi Win. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .../boot/dts/allwinner/sun50i-a64-orangepi-win.dts | 125 +++-- 1 file changed, 117 insertions(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/allwinner/sun5

[linux-sunxi] Re: [Buildroot] [PATCH v5 00/11] board: Add Allwinner A64/H5 boards

2017-11-09 Thread Jagan Teki
On Mon, Nov 6, 2017 at 3:18 PM, Thomas Petazzoni <thomas.petazz...@free-electrons.com> wrote: > Hello, > > On Mon, 6 Nov 2017 15:09:14 +0530, Jagan Teki wrote: > >> > Jagan Teki (11): >> > arm-trusted-firmware: Build FIP for BL33 >> > uboot: Add

[linux-sunxi] Re: [PATCH v5 00/11] board: Add Allwinner A64/H5 boards

2017-11-06 Thread Jagan Teki
On Wed, Nov 1, 2017 at 11:35 PM, Jagan Teki <jagannadh.t...@gmail.com> wrote: > This patchset fix wiki link and update dtb file for sopine board. > [1] was previous set. > > All boards now use Mainline U-Boot, Linux and Nanaopi A64, A64-olinuxino > used linux-next patc

[linux-sunxi] Re: [U-Boot] [PATCH v2 1/2] video: sunxi: de2: fix SimpleFB node creation when HDMI not initialized

2017-11-06 Thread Jagan Teki
FB node. >> >> Detect whether HDMI is initialized when creating SimpleFB node. >> >> Fixes: be5b96f0e411 ("sunxi: setup simplefb for Allwinner DE2") >> Signed-off-by: Icenowy Zheng <icen...@aosc.io> > > Acked-by: Maxime Ripard <maxime.rip...

[linux-sunxi] Re: [U-Boot] [PATCH] sunxi: set the default CPUx frequency of H5 to 816MHz

2017-11-06 Thread Jagan Teki
On Fri, Nov 3, 2017 at 10:00 PM, Maxime Ripard <maxime.rip...@free-electrons.com> wrote: > On Fri, Nov 03, 2017 at 02:21:51PM +0530, Jagan Teki wrote: >> On Thu, Nov 2, 2017 at 7:26 PM, Maxime Ripard >> <maxime.rip...@free-electrons.com> wrote: >> > On W

[linux-sunxi] Re: [U-Boot] [PATCH] sunxi: set the default CPUx frequency of H5 to 816MHz

2017-11-03 Thread Jagan Teki
o start at 1.1v >> (see the notes by Jagan above). >> >> > >> > It seems a bit overkill. >> > >> > I guess we have two solutions: >> > 1) Change the frequency in that board config >> > 2) Change the voltage in that board config

[linux-sunxi] Re: [U-Boot] [PATCH] sunxi: lower the DRAM frequency of Nano Pi NEO2 to 504MHz

2017-11-02 Thread Jagan Teki
On Thu, Nov 2, 2017 at 1:57 PM, Icenowy Zheng <icen...@aosc.io> wrote: > 在 2017-11-02 16:25,Jagan Teki 写道: >> >> On Thu, Nov 2, 2017 at 9:06 AM, Icenowy Zheng <icen...@aosc.io> wrote: >>> >>> The BSP of Nano Pi NEO2 provided by FriendlyARM uses 504MHz

[linux-sunxi] Re: [U-Boot] [PATCH] sunxi: lower the DRAM frequency of Nano Pi NEO2 to 504MHz

2017-11-02 Thread Jagan Teki
Can you point me the BSP, here what I refer to have [1] [1] https://github.com/friendlyarm/u-boot/blob/sunxi-v2017.x/configs/nanopi_neo2_defconfig thanks! -- Jagan Teki Free Software Engineer | www.openedev.com U-Boot, Linux | Upstream Maintainer Hyderabad, India. -- You received

[linux-sunxi] [PATCH v5 10/11] board: Add Orangepi Prime support

2017-11-01 Thread Jagan Teki
Add initial support for Orangepi Prime board with below features: - U-Boot 2017.09 - Linux 4.13.7 - Default packages from buildroot Cc: zhaoyifan <zhao_ste...@263.net> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml | 1 +

[linux-sunxi] [PATCH v5 11/11] board: Add Orangepi Zero Plus2 support

2017-11-01 Thread Jagan Teki
Add initial support for Orangepi Zero Plus2 board with below features: - U-Boot 2017.09 - Linux 4.13.7 - Default packages from buildroot Cc: zhaoyifan <zhao_ste...@263.net> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml

[linux-sunxi] [PATCH v5 09/11] board: Add Orangepi Win/Win Plus support

2017-11-01 Thread Jagan Teki
Add initial support for Orangepi Win/Win Plus board with below features: - U-Boot 2017.09 - Linux 4.13.7 - Default packages from buildroot Cc: zhaoyifan <zhao_ste...@263.net> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml | 1 +

[linux-sunxi] [PATCH v5 00/11] board: Add Allwinner A64/H5 boards

2017-11-01 Thread Jagan Teki
sh - Add all sunxi64 boards Changes for v2: - Rebase on master [1] http://buildroot-busybox.2317881.n4.nabble.com/PATCH-v4-00-11-board-Add-Allwinner-A64-H5-boards-td178509.html Jagan Teki (11): arm-trusted-firmware: Build FIP for BL33 uboot: Add U-Boot-bundles-ATF support board: Add Bananapi

[linux-sunxi] [PATCH v5 03/11] board: Add Bananapi M64 support

2017-11-01 Thread Jagan Teki
Add initial support for bananapi M64 board with below features: - U-Boot 2017.09 - Linux 4.13.7 - Default packages from buildroot Cc: Jason <mana...@sinovoip.com.cn> Cc: haily...@banana-pi.com <haily...@banana-pi.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> -

[linux-sunxi] [PATCH v5 01/11] arm-trusted-firmware: Build FIP for BL33

2017-11-01 Thread Jagan Teki
To build FIP for Juno, we need to set BL33 for non-BL33 there is no need to build the FIP, so this patch adjust the make to handle both scenarios. Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- boot/arm-trusted-firmware/arm-trusted-firmware.mk | 10 +++--- 1 file chan

[linux-sunxi] [PATCH v5 08/11] board: Add Olimex A64-OLinuXino support

2017-11-01 Thread Jagan Teki
Add initial support for Olimex A64-OLinuXino board with below features: - U-Boot 2017.09 - Linux 4.13.7 - Default packages from buildroot Cc: Tsvetan Usunov <usu...@olimex.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml

[linux-sunxi] [PATCH v5 06/11] board: Add FriendlyARM Nanopi A64 support

2017-11-01 Thread Jagan Teki
Add initial support for FriendlyARM Nanopi A64 board with below features: - U-Boot 2017.09 - Linux 4.13.7 - Default packages from buildroot Cc: Yuefei <yf...@friendlyarm.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml

[linux-sunxi] [PATCH v5 07/11] board: Add FriendlyARM Nanopi NEO2 support

2017-11-01 Thread Jagan Teki
Add initial support for FriendlyARM Nanopi NEO2 board with below features: - U-Boot 2017.09 - Linux 4.13.7 - Default packages from buildroot Cc: Yuefei <yf...@friendlyarm.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml | 1 +

[linux-sunxi] [PATCH v5 05/11] board: Add SoPine support

2017-11-01 Thread Jagan Teki
Add initial support for SoPine board with below features: - U-Boot 2017.09 - Linux 4.13.7 - Default packages from buildroot Cc: TL Lim <tl...@pine64.org> Cc: Andre Przywara <andre.przyw...@arm.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml

[linux-sunxi] [PATCH v5 02/11] uboot: Add U-Boot-bundles-ATF support

2017-11-01 Thread Jagan Teki
-by: Jagan Teki <ja...@amarulasolutions.com> --- boot/arm-trusted-firmware/arm-trusted-firmware.mk | 2 ++ boot/uboot/Config.in | 10 ++ boot/uboot/uboot.mk | 5 + 3 files changed, 17 insertions(+) diff --git a/boot/arm-t

[linux-sunxi] [PATCH v5 04/11] board: Add Pine64 support

2017-11-01 Thread Jagan Teki
Add initial support for Pine64 board with below features: - U-Boot 2017.09 - Linux 4.13.7 - Default packages from buildroot Cc: TL Lim <tl...@pine64.org> Cc: Andre Przywara <andre.przyw...@arm.com> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> --- .gitlab-ci.yml

[linux-sunxi] Re: [U-Boot] [PATCH v2 1/2] video: sunxi: de2: fix SimpleFB node creation when HDMI not initialized

2017-11-01 Thread Jagan Teki
> Fixes: be5b96f0e411 ("sunxi: setup simplefb for Allwinner DE2") > Signed-off-by: Icenowy Zheng <icen...@aosc.io> > --- Reviewed-by: Jagan Teki <ja...@openedev.com> thanks! -- Jagan Teki Free Software Engineer | www.openedev.com U-Boot, Linux | Upstream Maintainer Hyde

[linux-sunxi] Re: [U-Boot] [PATCH v2 2/2] video: sunxi: de2: add support for LCD SimpleFB

2017-11-01 Thread Jagan Teki
On Wed, Nov 1, 2017 at 7:48 PM, Icenowy Zheng <icen...@aosc.io> wrote: > Add support for setting up SimpleFB for LCD display output in DE2 > SimpleFB setup code. > > Signed-off-by: Icenowy Zheng <icen...@aosc.io> Reviewed-by: Jagan Teki <ja...@openedev.com> thanks

Re: [linux-sunxi] Re: [U-Boot] [PATCH] sunxi: add support for Banana Pi M2 Zero board

2017-11-01 Thread Jagan Teki
On Wed, Nov 1, 2017 at 7:57 PM, Icenowy Zheng <icen...@aosc.io> wrote: > 在 2017-11-01 21:39,Chen-Yu Tsai 写道: >> >> On Wed, Nov 1, 2017 at 9:37 PM, Jagan Teki <jagannadh.t...@gmail.com> >> wrote: >>> >>> On Wed, Nov 1, 2017 at 6:58 PM, Icenowy Zh

Re: [linux-sunxi] Re: [U-Boot] [PATCH] sunxi: add support for Banana Pi M2 Zero board

2017-11-01 Thread Jagan Teki
On Wed, Nov 1, 2017 at 7:56 PM, Icenowy Zheng <icen...@aosc.io> wrote: > 在 2017-11-01 21:39,Chen-Yu Tsai 写道: >> >> On Wed, Nov 1, 2017 at 9:37 PM, Jagan Teki <jagannadh.t...@gmail.com> >> wrote: >>> >>> On Wed, Nov 1, 2017 at 6:58 PM, Icenowy Zh

Re: [linux-sunxi] Re: [U-Boot] [PATCH] sunxi: add support for Banana Pi M2 Zero board

2017-11-01 Thread Jagan Teki
On Wed, Nov 1, 2017 at 6:58 PM, Icenowy Zheng <icen...@aosc.io> wrote: > 在 2017-11-01 21:21,Jagan Teki 写道: >> >> On Wed, Nov 1, 2017 at 6:22 PM, Icenowy Zheng <icen...@aosc.io> wrote: >>> >>> Banana Pi M2 Zero is a board by Sinovoip with Allwinner H2+

<    6   7   8   9   10   11   12   13   >