Re: [U-Boot] [PATCH v1 6/7] mmc: fsl_esdhc: Add emmc hs200 support

2019-09-10 Thread York Sun
Yinbo, Priyanka is the maintainer now for NXP platforms. York > On Sep 9, 2019, at 20:10, Yinbo Zhu wrote: > > Hi York Sun, > > Could you help me merge that series patch to uboot upstream tree. > > Regards, > Yinbo Zhu > Original Message- > From: Pen

Re: [U-Boot] mpc85xx, mpc86xx: device tree model

2019-03-18 Thread York Sun
> @York: Do you work on such an adaption? May we can share efforts? Heiko, I am off software team for the time being. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v2] MAINTAINERS: Change fsl-qoriq, mpc85xx, mpc86xx maintainers

2019-02-04 Thread York Sun
From 19d9e77a6df1f1820f0e8a2bd987849bce14625e Mon Sep 17 00:00:00 2001 From: York Sun Date: Mon, 4 Feb 2019 08:22:58 -0800 Subject: [PATCH v2] MAINTAINERS: Change fsl-qoriq, mpc85xx, mpc86xx maintainers Change maintainers to Prabhakar Kushwaha for fsl-qoriq, mpc85xx and mpc86xx. Signed-off-by

Re: [U-Boot] [PATCH] MAINTAINERS: Change fsl-qoriq, mpc85xx, mpc86xx maintainers

2019-02-04 Thread York Sun
nd email using office365 SMTP service any more. Patch will be sent using Thunderbird client. Please forgive me if the patch is broken. I do my best to disable wrapping and use plain text. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx

Re: [U-Boot] [PATCH] MAINTAINERS: Change fsl-qoriq, mpc85xx, mpc86xx maintainers

2019-02-04 Thread York Sun
On 2/4/19 8:49 AM, Baruch Siach wrote: > Hi York, > > On Mon, Feb 04, 2019 at 04:44:36PM +0000, York Sun wrote: >> From aae114b0344ee5648f236a26a6d44f8ace547d62 Mon Sep 17 00:00:00 2001 >> From: York Sun >> Date: Mon, 4 Feb 2019 08:22:58 -0800 >> Subject: [PAT

[U-Boot] [PATCH] MAINTAINERS: Change fsl-qoriq, mpc85xx, mpc86xx maintainers

2019-02-04 Thread York Sun
From aae114b0344ee5648f236a26a6d44f8ace547d62 Mon Sep 17 00:00:00 2001 From: York Sun Date: Mon, 4 Feb 2019 08:22:58 -0800 Subject: [PATCH] MAINTAINERS: Change fsl-qoriq, mpc85xx, mpc86xx maintainers Change maintainers to Prabhakar Kushwaha for fsl-qoriq, mpc85xx and mpc86xx. Signed-off-by

Re: [U-Boot] [PATCH] configs: fsl: move DDR specific defines to Kconfig

2019-02-01 Thread York Sun
rogress. You can move other DDR macros as well. Reviewed-by: York Sun ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] Please pull u-boot-mpc85xx master

2019-01-24 Thread York Sun
/483544380 Joakim Tjernlund (1): mpc85xx: Add support for -msingle-pic-base arch/powerpc/cpu/mpc85xx/config.mk | 1 + arch/powerpc/cpu/mpc85xx/start.S | 3 +++ 2 files changed, 4 insertions(+) Thanks. York

Re: [U-Boot] [PATCH] mpc85xx: Add support for -msingle-pic-base

2019-01-24 Thread York Sun
nlund > --- Applied to u-boot-mpc85xx, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v3 01/60] mpc83xx: Introduce ARCH_MPC830*

2019-01-22 Thread York Sun
d to verify, I don't comment on specific changes. There were many config macros which have been replace with hard-coded value inline by you. That's OK. The original plan was to allow different config but that didn't happen mostly. York ___

Re: [U-Boot] [PATCH 1/2] armv8: ls1088ardb: Update MAINTAINERS

2019-01-18 Thread York Sun
On 1/16/19 7:49 AM, Rajesh Bhagat wrote: > From: York Sun > > Signed-off-by: York Sun > CC: Rajesh Bhagat > --- This set is applied to fsl-qoriq master, awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx.de https:

Re: [U-Boot] [PATCH] armv7: dts: ls1021a: Remove aliases property name warning

2019-01-18 Thread York Sun
On 1/5/19 12:06 AM, Rajesh Bhagat wrote: > Remove aliases property name warning while compilation: > Warning (alias_paths): /aliases: aliases property name must > include only lowercase and '-' > > Signed-off-by: Rajesh Bhagat > --- Applied to fsl-qoriq master, awai

Re: [U-Boot] [u-boot][PATCH] ls1046aqds: Bypass xfi port fixup for KR mode

2019-01-18 Thread York Sun
gt; to fail and so it must be bypassed in order to keep the link in KR mode > as it is defined in DTS. > > Signed-off-by: Florinel Iordache > --- Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] armv8: fsl-layerscape: properly configure qdma ICID

2019-01-18 Thread York Sun
oriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [U-Boot, v1] mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops

2019-01-18 Thread York Sun
On 12/14/18 2:02 AM, Yinbo Zhu wrote: > This patch is to make get_cd work well when DM_MMC enabled > > Signed-off-by: Yinbo Zhu > --- Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.d

Re: [U-Boot] [PATCH] fsl-layerscape: dpaa: fix fsl-mc status in fdt with bootefi

2019-01-18 Thread York Sun
fdt done at efi_exit_boot_services() may not be visible > to the OS. Fix it by updating fdt earlier if fsl-mc lazyapply command is > used. > > Fixes: b7b8410a8f (ls2080: Exit dpaa only right before exiting U-Boot) > Signed-off-by: Mian Yousaf Kaukab > --- Applied to fsl-qoriq master, aw

Re: [U-Boot] [PATCH 1/2] armv8: ls1043a: add SVR definitions for 23x23 package silicon

2019-01-18 Thread York Sun
On 12/19/18 10:31 PM, Z.q. Hou wrote: > From: Hou Zhiqiang > > LS1043A/LS1023A 23x23 package silicon has different SVR:VAR_PER. > > Signed-off-by: Hou Zhiqiang This set has been applied to fsl-qoriq master, awaiting upstream. Thanks. York __

Re: [U-Boot] [RESEND PATCH 1/2] env: fix allow to build multiple environments

2019-01-18 Thread York Sun
d error when enabling CONFIG_ENV_IS_IN_SPI_FLASH and > CONFIG_ENV_IS_IN_MMC at the same time. > > Signed-off-by: Rajesh Bhagat > --- > Depends on: > https://patchwork.ozlabs.org/project/uboot/list/?series=83635 > This set has been applied to fsl-qori

Re: [U-Boot] [PATCH 1/7] armv8: fsl-layerscape: fixes for TFABOOT framework

2019-01-18 Thread York Sun
; --- This set has been applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] Please pull u-boot-fsl-qoriq master

2019-01-18 Thread York Sun
PEX work in EP mode pci: layerscape: Add the dts fixup for EP and RC Yinbo Zhu (1): mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops York Sun (2): armv8: ls1088ardb: Update MAINTAINERS armv8: ls2088ardb: Update MAINTAINERS arch/arm/cpu/armv8/fsl-layerscape/Kconfig

Re: [U-Boot] [PATCH 2/7] drivers: ifc: restore the legacy flow for IFC config

2019-01-17 Thread York Sun
On 12/26/18 8:37 PM, Rajesh Bhagat wrote: > Restore the legacy flow along with TFABOOT flow for > IFC configuration. What's the reason to go back to old flow? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [u-boot][PATCH] ls1046aqds: Bypass xfi port fixup for KR mode

2019-01-10 Thread York Sun
lprop(fdt, offset, "phy-handle"); > - fdt_setprop(fdt, offset, "fixed-link", &f_link, sizeof(f_link)); > - fdt_setprop_string(fdt, offset, "phy-connection-type", "xgmii"); > + handle = fdt_getprop(fdt, offset, "phy-handle", NULL); warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] Pleas fix. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] env: fix allow to build multiple environments

2019-01-09 Thread York Sun
d error when enabling CONFIG_ENV_IS_IN_SPI_FLASH and > CONFIG_ENV_IS_IN_MMC at the same time. > > Signed-off-by: Rajesh Bhagat > --- > Depends on: > https://patchwork.ozlabs.org/project/uboot/list/?series=83635 Rajesh, Please resend this set and CC maintainers. York ___

Re: [U-Boot] [PATCH v2] armv8: ls2080ardb: enable eSDHC pin mux support

2018-12-12 Thread York Sun
ONFIG_MMC > #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 > +#define CONFIG_FSL_ESDHC_PIN_MUX > #endif > Please consider to detect pin mux at run time. We are moving to TFA boot flow. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v1] LS2080ardb: MMC: disable esdhc for dspi

2018-12-12 Thread York Sun
rd_sys_clk(void); > /* MMC */ > #ifdef CONFIG_MMC > #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 > +#define CONFIG_FSL_ESDHC_PIN_MUX > #endif > We are moving to TFA boot flow. Please consider to detect the pin mux at runtime. York __

Re: [U-Boot] armv8: Secure Boot: Modify boot_a_script definition

2018-12-12 Thread York Sun
command to run without loading script header? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] Please pull fsl-qoriq master

2018-12-10 Thread York Sun
On 12/10/18 1:22 PM, York Sun wrote: > Tom, > > The following changes since commit d452f27b3ea806fd99aee4b73a723318032c1d5c: > > Prepare v2019.01-rc1 (2018-12-03 23:50:13 -0500) > > are available in the Git repository at: > > git://git.denx.de/u-boot-fsl-q

[U-Boot] Please pull fsl-qoriq master

2018-12-10 Thread York Sun
mv8: ls1043ardb: Add TFABOOT support armv8: ls1043aqds: Add TFABOOT support armv8: ls1012ardb: Add TFABOOT support armv8: ls1012aqds: fix secure boot compilation armv8: ls1012aqds: Add TFABOOT support armv8: ls1012afrx: Add TFABOOT support York Sun (3): move d

Re: [U-Boot] [PATCH][v2] armv8:fsl-layerscape: Add support for Chassis 3.2

2018-12-10 Thread York Sun
s under > macro CONFIG_NXP_LSCH3_2. > > Signed-off-by: Sriram Dash > Signed-off-by: Priyanka Jain > --- > Changes for v2: > Rebased on top of test_qoriq branch of u-boot-fsl-qoriq.git > Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___

Re: [U-Boot] [PATCH][v3] armv8: lx2160a: Add LX2160A SoC Support

2018-12-10 Thread York Sun
eenakshi Aggarwal > Signed-off-by: Vabhav Sharma > Signed-off-by: Sriram Dash > Signed-off-by: Priyanka Jain > --- > Changes for v3: > Add CONFIG_SYS_FSL_RST_ADDR define > Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___

Re: [U-Boot] [PATCH] board/freescale/vid: Add vdd table for NXP LX2160A SoC

2018-12-10 Thread York Sun
On 10/10/18 10:22 PM, Priyanka Jain wrote: > Signed-off-by: Priyanka Jain > --- Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH][v2] armv8: lsch3: Add support of serdes3 module

2018-12-10 Thread York Sun
ed CONFIG_SYS_FSL_SRDS_3 to CONFIG_SYS_NXP_SRDS_3 > Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] board/freescale/vid: Add correction for ltc3882 read error.

2018-12-10 Thread York Sun
tage read error of voltage regulator > 2.Add loop max count kept as 100 to avoid infinte loop. > > Signed-off-by: Priyanka Jain > --- Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] ls1088a: Move CONFIG_FSL_QSPI to defconfig

2018-12-10 Thread York Sun
On 10/12/18 2:18 AM, Ashish Kumar wrote: > Signed-off-by: Rajat Srivastava > Signed-off-by: Ashish Kumar > --- This set is applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx

Re: [U-Boot] [PATCH] armv8: ls1088ardb_pb: Add support for board detection

2018-12-10 Thread York Sun
On 10/12/18 7:04 AM, Pramod Kumar wrote: > ls1088ardb-pb and ls1088ardb both boards are ls1088a based soc, > board type detection is dynamic at boot time > > Signed-off-by: Pramod Kumar > --- This set is applied to fsl-qoriq master, awaiting upstream

Re: [U-Boot] [PATCH] arm: ls1021a: Add timer_init() in board_init_f for SPL

2018-12-10 Thread York Sun
are zero, > __div0 will be called. Then the processor will stay in an endless loop > after calling hang(). > > This patch will add timer_init() in board_init_f for SPL and fix a > series of issues it caused. > > Signed-off-by: Alison Wang > --- This set is applied to

Re: [U-Boot] [PATCH 1/3] scsi: ceva: add ls2080a soc support

2018-12-10 Thread York Sun
On 10/21/18 7:47 PM, Peng Ma wrote: > Add ahci compatible support for ls2080a soc. > > Signed-off-by: Peng Ma > --- This set is applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.d

Re: [U-Boot] [PATCH 1/3] scsi: ceva: add ls1088a soc support

2018-12-10 Thread York Sun
On 10/21/18 7:43 PM, Peng Ma wrote: > Add ahci compatible support for ls1088a soc. > > Signed-off-by: Peng Ma > --- This set is applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.d

Re: [U-Boot] [PATCH 1/4] scsi: ceva: add ls1046a soc support

2018-12-10 Thread York Sun
On 10/11/18 3:38 AM, Peng Ma wrote: > Add ahci compatible support for ls1046a soc. > > Signed-off-by: Peng Ma > --- Please remember to sort defconfig using moveconfig.py in the future. This set is applied to fsl-qoriq master, awaiting upstream. T

Re: [U-Boot] [PATCH v6 00/27] TF-A Boot support for NXP Chassis 2 platforms

2018-12-10 Thread York Sun
A is used. > > > > Tested on LS1043A, LS1046A and LS1012A platforms. > > Changes in v6: > - Rebased to master Fixed multiple issues found by checkpatch. Applied to fsl-qoriq master, aw

Re: [U-Boot] [PATCH] mpc85xx: Add support for -msingle-pic-base

2018-12-07 Thread York Sun
t;text data bss dec hex filename > 292998 17868 24968 335834 51fda u-boot.bef > size u-boot.aft >text data bss dec hex filename > 288002 17868 24968 330838 50c56 u-boot.aft > > Signed-off-by: Joakim Tjernlund

Re: [U-Boot] [PATCH 1/2] AQUANTIA USXGMII autoneg enable

2018-12-06 Thread York Sun
{ > + phy_write(phydev, MDIO_MMD_PHYXS, > + AQUANTIA_VENDOR_PROVISIONING_REG, > + AQUANTIA_USX_AUTONEG_CONTROL_ENA); > + } > + > } else if (phydev->interface == PHY_INTERFACE_MODE_SGMII

Re: [U-Boot] [PATCH v6 03/27] env: sf: define API to override sf environment address

2018-12-03 Thread York Sun
Maintainers, Please review this patch as it slightly changes common code for ENV. Rajesh, If you run get_maintainers, or use patman, you would have expanded the CC list. York On 11/5/18 10:01 AM, Rajesh Bhagat wrote: > Defines env_sf_get_env_addr API to override sf environment addr

Re: [U-Boot] [PATCH v6 02/27] env: allow flash and nand env driver to compile together

2018-12-03 Thread York Sun
Maintainers, Please review this patch as it slightly changes common code for ENV. Rajesh, If you run get_maintainers, or use patman, you would have expanded the CC list. York On 11/5/18 10:01 AM, Rajesh Bhagat wrote: > Define env_ptr as static in flash and nand env driver to > allow th

Re: [U-Boot] [PATCH 2/2] armv8: ls1043aqds: modify the qspi_bootcmd definition

2018-11-20 Thread York Sun
elheader_addr_r}; " \ > "bootm $load_addr#$board\0" \ > "nor_bootcmd=echo Trying load from nor..;" \ > Why do you need to copy the images from QSPI flash? It is directly readable. It has been this way and it is not your fault. Can you fix it? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v3] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

2018-11-20 Thread York Sun
On 11/20/18 1:24 AM, Ashish Kumar wrote: > > >> -Original Message----- >> From: York Sun >> Sent: Tuesday, November 20, 2018 2:13 AM >> To: Ashish Kumar ; u-boot@lists.denx.de >> Cc: Yogesh Narayan Gaur ; Rajat Srivastava >> >> Subject: Re: [P

Re: [U-Boot] [PATCH][v2] armv8: lx2160ardb : Add support for LX2160ARDB platform

2018-11-19 Thread York Sun
_phy_address? Please also check the patches I collected here http://patchwork.ozlabs.org/bundle/yorksun/lx2/ and confirm the dependency and order. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v3] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

2018-11-19 Thread York Sun
> v3: > Depends upon http://patchwork.ozlabs.org/patch/975009/ Your v3 patch depends on its v2 version. This doesn't make sense. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v6 00/27] TF-A Boot support for NXP Chassis 2 platforms

2018-11-19 Thread York Sun
ere are several patches change common files for env. It is good to keep other maintainers in the loop. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v2] spi: Zap fsl_espi driver-related code

2018-11-14 Thread York Sun
On 11/14/18 7:46 AM, Jagan Teki wrote: > + Simon > > On Wed, Nov 14, 2018 at 9:00 PM York Sun wrote: >> >> On 11/14/18 6:57 AM, Jagan Teki wrote: >>> Dropped >>> - fsl_espi driver >>> - SPI, SPI flash CONFIG-items >>> - CMD_SF..etc >>

Re: [U-Boot] [PATCH v2] spi: Zap fsl_espi driver-related code

2018-11-14 Thread York Sun
On 11/14/18 6:57 AM, Jagan Teki wrote: > Dropped > - fsl_espi driver > - SPI, SPI flash CONFIG-items > - CMD_SF..etc > > Dropped becuase > - No proper changes related to since from 2015 > - no dm conversion. > > Cc: Tom Rini > Cc: York Sun > Signed-off-by

Re: [U-Boot] [PATCH v2] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

2018-11-12 Thread York Sun
On 11/2/18 8:59 AM, York Sun wrote: > On 9/26/18 4:10 AM, Ashish Kumar wrote: >> Enable AHB support for Flexspi controller interface meaning >> memory can be accessed via md command using absolute addresses >> >> Signed-off-by: Yogesh Gaur >> Signed-off-by: R

Re: [U-Boot] [PATCH v2] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

2018-11-02 Thread York Sun
addressing. > + But some FlexSPI flash sizes are up to 64MBytes. > + This flag enables fast read command for AHB mode and modifies required > + LUT to support full FlexSPI flash. > + NXP_FSPI doesn't exist yet. Do you have dependency I missed? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] armv8: ls1012afrwy: update of env board variables

2018-11-02 Thread York Sun
quot;, strlen("ls1012afrwy")) != 0) > + env_set("board_name", "ls1012afrwy"); > #endif > > return 0; > I don't see how you detect the board. You only check if the variables were set. By the way, where do you use "board_name"? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 3/3] pci: layerscape: Add the dts fixup for EP and RC

2018-11-02 Thread York Sun
); > } > > +static void ft_pcie_ls_setup(void *blob, struct ls_pcie *pcie) > +{ > + ft_pcie_ep_fix(blob, pcie); > + ft_pcie_rc_fix(blob, pcie); > +} Wouldn't it be faster to check the result of first call before entering the second function? One cannot be both EP and RC, right? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver/spi: Add FSPI driver for NXP FlexSPI controller

2018-11-01 Thread York Sun
ate mode 100644 drivers/spi/nxp_fspi.h Jagan, I don't see any comment on this patch. Please review. This patch blocks SoC and board patches in my queue. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] Please pull u-boot-mpc85xx master

2018-10-30 Thread York Sun
/ehci-fsl.c | 7 +++ drivers/usb/host/ehci-hcd.c | 12 +++- drivers/usb/host/ehci.h | 4 include/fsl_usb.h | 1 + 9 files changed, 65 insertions(+), 7 deletions(-) Thanks. York

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-30 Thread York Sun
On 10/8/18 6:51 AM, Bin Meng wrote: > Per T1040RM (Rev. 1, 08/2015), the value of > FSL_CORENET_RCWSR13_MAC2_GMII_SEL_ENET_PORT is wrong > and should be 0x0080 (bit 440 in the RCW). > > Signed-off-by: Bin Meng > --- This set is applied to u-boot-mpc85xx master, awaiti

Re: [U-Boot] [PATCH v2] fsl/usb: Workaround for USB erratum-A005275

2018-10-30 Thread York Sun
90f1e68af52c8fa68407d23a8ab77886b51106&data=02%7C01%7Cyork.sun%40nxp.com%7C5a8f27ab9a234d619cf108d629c79312%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636742334476613659&sdata=IbKJWdPgBx1SRMtdVwXjyISCtXBkcOoHEybGXwvByNM%3D&reserved=0 > > > Changes in v2: > - Fix compile error when using DM_USB (thank

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-29 Thread York Sun
On 10/28/18 06:01, Bin Meng wrote: > On Thu, Oct 25, 2018 at 2:46 PM Poonam Aggrwal wrote: > > Thanks Poonam! > > York, I believe these 2 patches need be included in the v2018.11 release. > They are in my queue. York ___ U-Boot m

Re: [U-Boot] [PATCH v3] sf: Add auto detection of 4-byte mode (vs standard 3-byte mode)

2018-10-26 Thread York Sun
use it indeed supports both 3- and 4-byte. To make Rajat's method work on Stefan's board, SFDP needs to be extended to the controller driver Stefan uses, is that right? I also guess reading SFDP is controller-specific and cannot be done in a generic way. If the new feature is useful and

Re: [U-Boot] Pull request: u-boot-net.git master

2018-10-26 Thread York Sun
On 10/26/18 04:52, Tom Rini wrote: > This passed travis at the time, but now it fails on vf610twr for me: > https://travis-ci.org/trini/u-boot/jobs/446449322 so I've cc'd Alison if > there's anything we can easily turn off in the defconfig. But I'm also > c

Re: [U-Boot] [PATCH v4 02/27] env: allow flash and nand env driver to compile together

2018-10-26 Thread York Sun
= (env_t *)CONFIG_ENV_ADDR; > > #else /* ! ENV_IS_EMBEDDED */ > > -env_t *env_ptr = (env_t *)CONFIG_ENV_ADDR; > +static env_t *env_ptr = (env_t *)CONFIG_ENV_ADDR; > static __maybe_unused env_t *flash_addr = (env_t *)CONFIG_ENV_ADDR; > #endif /* ENV_IS_EMBEDD

Re: [U-Boot] [PATCH v3] sf: Add auto detection of 4-byte mode (vs standard 3-byte mode)

2018-10-25 Thread York Sun
On 10/25/18 08:59, Stefan Roese wrote: > Hi York, > > On 25.10.18 17:49, York Sun wrote: >> Guys, >> >> Let get back to the original thread. Since Rajat's first reply, the >> message id has been changed. All the comments were not captured by >> patchwor

Re: [U-Boot] [PATCH v4 18/27] drivers: qe: add TFABOOT support

2018-10-25 Thread York Sun
On 10/25/18 01:34, Rajesh Bhagat wrote: > > >> -Original Message----- >> From: York Sun >> Sent: Monday, October 22, 2018 9:55 PM >> To: Rajesh Bhagat ; u-boot@lists.denx.de >> Cc: Prabhakar Kushwaha ; Pankit Garg >> >> Subject: Re: [PATCH v4

Re: [U-Boot] [PATCH v3] sf: Add auto detection of 4-byte mode (vs standard 3-byte mode)

2018-10-25 Thread York Sun
doesn't change controller driver. Is the default value of this 4-byte status bit valid and correct for all cases? Rajat, without your patch set, does Stefan's solution work for your board? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v4 00/27] TF-A Boot support for NXP Chassis 2 platforms

2018-10-22 Thread York Sun
version is pretty good. It is in my queue, waiting for merge window opens. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v4 18/27] drivers: qe: add TFABOOT support

2018-10-22 Thread York Sun
endif > +#endif > Would there be any conflict if you drop the #ifdef here? No need to respin the patch set for this change. I can fix it for you if you confirm. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] watchdog: driver support for fsl-lsch2

2018-10-17 Thread York Sun
On 10/16/18 20:06, Xiaoliang Yang wrote: > Hi York, > > The old version of this patch is: http://patchwork.ozlabs.org/patch/918957/ > There is a little mistake about LSCH3 not support for imx-watchdog in old > version patch, I have fixed it. > If there is a need to rewrite CONF

Re: [U-Boot] [PATCH] ls1012afrwy:update ls1012afrwy env board variable

2018-10-11 Thread York Sun
les are upadted to ls1012afrwy if it set as ls1012afrdm. Please reformat your subject and commit message, as described as https://www.denx.de/wiki/view/U-Boot/Patches#Commit_message_conventions York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [RESEND PATCH v3 25/26] armv8: ls1012aqds: Add TFABOOT support

2018-10-09 Thread York Sun
a_SECURE_BOOT_defconfig > create mode 100644 configs/ls1012aqds_tfa_defconfig > Seeing compiling error for ls1012aqds_tfa_SECURE_BOOT. Please check. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [RESEND PATCH v3 24/26] armv8: ls1012ardb: Add TFABOOT support

2018-10-09 Thread York Sun
ng: ?struct eth_device? declared inside parameter list will not be visible outside of this definition or declaration Please check. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v2 00/33] TF-A Boot support for NXP Chassis 2 platforms

2018-10-08 Thread York Sun
to be fix by patch #4. You may squash these two patches. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value

2018-10-08 Thread York Sun
On 10/08/2018 06:51 AM, Bin Meng wrote: > Per T1040RM (Rev. 1, 08/2015), the value of > FSL_CORENET_RCWSR13_MAC2_GMII_SEL_ENET_PORT is wrong > and should be 0x0080 (bit 440 in the RCW). > > Signed-off-by: Bin Meng > --- Poonam, Please review and confirm on T1

Re: [U-Boot] [PATCH v2 21/33] armv8: ls1046ardb: Add TFABOOT support

2018-10-08 Thread York Sun
On 10/07/2018 03:22 AM, Rajesh Bhagat wrote: > TFABOOT support includes: > - ls1046ardb_tfa_defconfig to be loaded by trusted firmware > - environment address and size changes for TFABOOT > - FMAN address changes for TFABOOT > - define BOOTCOMMAND for TFABOOT > > Si

Re: [U-Boot] [PATCH v2 10/33] armv8: layerscape: remove EL3 specific erratas for TFABOOT

2018-10-08 Thread York Sun
SET_SMPEN > - select ARM_ERRATA_855873 > + select ARM_ERRATA_855873 if !TFABOOT This seems to be an error of reordering the patches. TFABOOT has not beed added at this point. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v2 01/33] move data structure out of cpu.h

2018-10-08 Thread York Sun
On 10/07/2018 03:21 AM, Rajesh Bhagat wrote: > From: York Sun > > Move static definitions to cpu.c file, as it doesn't allow > the cpu.h file to be included in multiple c files. > > Signed-off-by: York Sun > --- > Change in v2: None > Rajesh, Did you send

Re: [U-Boot] [PATCH 29/53] armv8: layerscape: add SMC calls for DDR size and bank info.

2018-10-03 Thread York Sun
rks after every single patch. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 26/53] armv8: layerscape: remove EL3 specific erratas for TFABOOT

2018-10-03 Thread York Sun
ERRATUM_A009942, SYS_FSL_ERRATUM_A010165 > > Signed-off-by: Rajesh Bhagat > --- > arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 24 +++ > 1 file changed, 12 insertions(+), 12 deletions(-) This patch should be put before any

Re: [U-Boot] [PATCH 20/53] armv8: ls1046a: define BOOTCOMMAND for TFABOOT

2018-10-03 Thread York Sun
esbc_halt;" > +#else > #if defined(CONFIG_QSPI_BOOT) > #define CONFIG_BOOTCOMMAND "run distro_bootcmd; run qspi_bootcmd; " \ > "env exists secureboot && esbc_halt;;" > @@ -224,6 +230,7 @@ > "env exists secureboot && esbc_halt;" > #endif > #endif > +#endif > > #include > > Shouldn't this patch be put before patch #19? Did you compile each patch incrementally? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 19/53] armv8: fsl-layerscape: bootcmd identification for TFABOOT.

2018-10-03 Thread York Sun
n", ret); > + return ret; > + } > + return 0; > +} > +#endif > + > #ifdef CONFIG_BOARD_LATE_INIT > int board_late_init(void) > { > #ifdef CONFIG_CHAIN_OF_TRUST > fsl_setenv_chain_of_trust(); > #endif > +#ifdef CONFIG_TFABOOT &

Re: [U-Boot] [PATCH 18/53] armv8: ls1043a: make FMAN and QE address common

2018-10-03 Thread York Sun
On 10/03/2018 04:39 AM, Rajesh Bhagat wrote: > CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR made common > to support all boot sources. > The subject implies you change something to make the macros common, but actually you only add common macros for TFABO

Re: [U-Boot] [PATCH 16/53] drivers: qe: add TFABOOT support

2018-10-03 Thread York Sun
required to include IFC and QSPI base address */ > +#include > +#include > +#include > +#else You have many of this ifdef. Please fix all if you don't have to use ifdef. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 15/53] net: fm: add TFABOOT support

2018-10-03 Thread York Sun
qe_firmware */ > > +#ifdef CONFIG_TFABOOT Same here. Do not use ifdef if you don't have to. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 13/53] armv8: ls1043aqds: define environment address for QSPI boot

2018-10-03 Thread York Sun
FABOOT Do you have to use ifdef here? > +#include > +#endif York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 10/53] armv8: ls1043ardb: Add TFABOOT defconfig

2018-10-03 Thread York Sun
e file. If the ram boot can work without TFA, you need to rewrite your commit subject and message. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 09/53] armv8: ls1046a: make environment address and size common

2018-10-03 Thread York Sun
#define CONFIG_ENV_SECT_SIZE 0x4 /* 256KB */ > #endif > +#endif > > #define AQR105_IRQ_MASK 0x8000 > /* FMan */ > You didn't add to common file, or move them out. How do you make them common? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 07/53] armv8: ls1046ardb: Add TFABOOT defconfig

2018-10-03 Thread York Sun
On 10/03/2018 04:38 AM, Rajesh Bhagat wrote: > This defconfig is for TFABOOT, to be loaded by trusted firmware. > > Signed-off-by: York Sun > Signed-off-by: Pankit Garg > Signed-off-by: Rajesh Bhagat > --- > arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 9 +++-- These cha

Re: [U-Boot] [PATCH 03/18] armv8: ls1043ardb: Enable GPIO driver

2018-10-01 Thread York Sun
> index 09ff4c3..05c73c4 100644 > --- a/configs/ls1043ardb_sdcard_defconfig > +++ b/configs/ls1043ardb_sdcard_defconfig > @@ -57,3 +57,5 @@ CONFIG_DM_USB=y > CONFIG_USB_XHCI_HCD=y > CONFIG_USB_XHCI_DWC3=y > CONFIG_USB_STORAGE=y > +CONFIG_DM_GPIO=y > +CONFIG_MPC8XX

Re: [U-Boot] [PATCH 15/18] armv8: ls1088a: add i2c entry

2018-10-01 Thread York Sun
&qspi { > bus-num = <0>; > status = "okay"; > diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi > index acc63be..7178b68 100644 > --- a/arch/arm/dts/fsl-ls1088a.dtsi > +++ b/arch/arm/dts/fsl-ls1088a.dtsi > @@ -26,6 +26,13 @@ > interrupts = <1 9 0x4>; > }; > > + sysclk: sysclk { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <1>; > + clock-output-names = "sysclk"; > +}; You have space instead of tab here. > + > timer { > compatible = "arm,armv8-timer"; > interrupts = <1 13 0x8>, /* Physical Secure PPI, active-low */ > @@ -34,6 +41,54 @@ ><1 10 0x8>; /* Hypervisor PPI, active-low */ > }; > > + You have extra blank line here. Did you run checkpatch? York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC

2018-10-01 Thread York Sun
arch/arm/include/asm/arch-fsl-layerscape/gpio.h > @@ -0,0 +1,24 @@ > +/* > + * Copyright 2008-2016 Freescale Semiconductor, Inc. > + * Copyright 2017-2018 NXP Semiconductor > + * > + * SPDX-License-Identifier: GPL-2.0 > + */ > + Please use the new SPDX format. York ___

Re: [U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC

2018-10-01 Thread York Sun
immap_lsch2.h > @@ -650,6 +650,7 @@ struct ccsr_serdes { > u8 res_19a0[0x2000-0x19a0];/* from 0x19a0 to 0x1fff */ > }; > > +#ifndef CONFIG_MPC8XXX_GPIO > struct ccsr_gpio { > u32 gpdir; > u32 gpodr; > @@ -659,6 +660,7 @@ struct ccsr_gpio

Re: [U-Boot] [PATCH v3 1/8] powerpc/dts: Define '_end' symbol in mpc85xx U-Boot lds files

2018-09-28 Thread York Sun
efine '_end' symbol in lds file instead of defining new > 'board_fdt_blob_setup' function using existing '_init_end' symbol. > > Changes for v3: > - Define '_end' symbol in spl lds files too. > This patch set has been applied to mpc85xx master

Re: [U-Boot] [PATCH v3 1/2] qe: Kconfig: Move CONFIG_U_QE to Kconfig

2018-09-28 Thread York Sun
e CONFIG_U_QE in scripts/config_whitelist.txt > > Change in v2: > Add more conditional define to support more platforms. > This patch set is applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.de

Re: [U-Boot] [v3 patch] net: fman: Support both new and legacy FMan Compatibles

2018-09-28 Thread York Sun
n and commit id modifing the binding > Changes for v3 > - put "fsl,fman-xgec" before "fsl,fman-tgec" > - because it use the former in latest kernel version > Applied to fsl-qoriq master, awaiting upstream. Thanks. York

Re: [U-Boot] [PATCH] ls2080ardb: remove dhcp function from env as boot source

2018-09-28 Thread York Sun
On 09/17/2018 10:29 PM, Priyanka Jain wrote: > Signed-off-by: Priyanka Jain > --- Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] ls1088a: remove dhcp function from u-boot env as boot source

2018-09-28 Thread York Sun
On 09/14/2018 04:24 AM, Pramod Kumar wrote: > Signed-off-by: Pramod Kumar > --- Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] ls1012a: remove debug info from u-boot log.

2018-09-28 Thread York Sun
On 09/12/2018 01:46 AM, Pramod Kumar wrote: > Signed-off-by: Pramod Kumar > --- Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 1/4] armv8: fsl-layerscape: add missing qe base address define

2018-09-28 Thread York Sun
On 08/27/2018 07:34 AM, laurentiu.tu...@nxp.com wrote: > From: Laurentiu Tudor > > Add define for quiccengine register block base address. > > Signed-off-by: Laurentiu Tudor > --- This patch set is applied to fsl-qoriq master, awaiting upstr

Re: [U-Boot] [PATCH][v3] driver: net: fsl-mc: Memset MC reserve ram memory before usage

2018-09-28 Thread York Sun
sider case of dpl apply and mc_boot failure > Changes for v3 > - updated mc_boot failure case for more clarity > > Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

  1   2   3   4   5   6   7   8   9   10   >