Re: [U-Boot] [PATCH v1] dm: Fix typo - missed semicolon

2018-11-05 Thread Michal Simek
On 05. 11. 18 17:24, Andy Shevchenko wrote: > The commit > > 484fdf5ba058 ("dm: Add support for all targets which requires MANUAL_RELOC") > > introduces subtle typo, i.e. missed semicolon. > > Fixes: 484fdf5ba058 ("dm: Add support for all targets which requires > MANUAL_RELOC") > Cc: Michal

Re: [U-Boot] [PATCH v2] riscv: cache: Implement i/dcache [status, enable, disable]

2018-11-05 Thread Bin Meng
Hi Rick, On Tue, Nov 6, 2018 at 2:01 PM Rick Chen wrote: > > Hi Bin > > Bin Meng 於 2018年11月4日 週日 下午10:31寫道: > > > > Hi Rick, > > > > On Thu, Nov 1, 2018 at 12:10 PM Andes wrote: > > > > > > From: Rick Chen > > > > > > AndeStar RISC-V(V5) provide mcache_ctl register which > > > can configure

Re: [U-Boot] [PATCH v2] riscv: cache: Implement i/dcache [status, enable, disable]

2018-11-05 Thread Rick Chen
Hi Bin Bin Meng 於 2018年11月4日 週日 下午10:31寫道: > > Hi Rick, > > On Thu, Nov 1, 2018 at 12:10 PM Andes wrote: > > > > From: Rick Chen > > > > AndeStar RISC-V(V5) provide mcache_ctl register which > > can configure I/D cache as enabled or disabled. > > > > This CSR will be encapsulated by

[U-Boot] Please pull u-boot-x86

2018-11-05 Thread Bin Meng
Hi Tom, This contains a fix to a warning by newer version IASL compiler. The following changes since commit 5ef76e59c12c79d106ebda70b710468aa6bd8b75: Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-11-04 08:12:21 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH v1] x86: acpi: Remove redundant Offset (0x00)

2018-11-05 Thread Bin Meng
On Tue, Nov 6, 2018 at 1:33 PM Bin Meng wrote: > > On Thu, Nov 1, 2018 at 1:14 AM Andy Shevchenko > wrote: > > > > New ACPI assembler issues a warning: > > > > board/intel/edison/dsdt.asl.tmp 13: Offset (0x00), > > Remark 2158 - ^ > >

Re: [U-Boot] [PATCH v1] x86: acpi: Remove redundant Offset (0x00)

2018-11-05 Thread Bin Meng
On Thu, Nov 1, 2018 at 1:14 AM Andy Shevchenko wrote: > > New ACPI assembler issues a warning: > > board/intel/edison/dsdt.asl.tmp 13: Offset (0x00), > Remark 2158 - ^ Unnecessary/redundant > use of Offset operator > > Indeed, in the

Re: [U-Boot] [PATCH 0/4] sunxi: A64/H3/H5 DT updates

2018-11-05 Thread Vasily Khoruzhick
On Sun, Nov 4, 2018 at 10:55 PM Jagan Teki wrote: > Marked as "Waiting for Upstream" in patchwork, will push it MW, just > send your series on top it. I've just sent v5, see https://patchwork.ozlabs.org/project/uboot/list/?series=74203 Please note that my series depends on this series.

[U-Boot] [PATCH v5 3/4] sun50i: A64: add support for R_I2C controller

2018-11-05 Thread Vasily Khoruzhick
Allwinner A64 has a I2C controller, which is in the R_ MMIO zone and has two groups of pinmuxes on PL bank, so it's called R_I2C. Add support for this I2C controller and the pinmux which doesn't conflict with RSB. Signed-off-by: Vasily Khoruzhick Acked-by: Maxime Ripard Tested-by: Maxime

[U-Boot] [PATCH v5 4/4] sunxi: DT: add support for Pinebook

2018-11-05 Thread Vasily Khoruzhick
Pinebook is a laptop produced by Pine64, with USB-connected keyboard, USB-connected touchpad and an eDP LCD panel connected via a RGB-eDP bridge from Analogix. Signed-off-by: Vasily Khoruzhick Acked-by: Maxime Ripard Tested-by: Maxime Ripard Cc: Vagrant Cascadian --- arch/arm/dts/Makefile

[U-Boot] [PATCH v5 2/4] dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is missing

2018-11-05 Thread Vasily Khoruzhick
Both GPIOs are optional, so we shouldn't fail if any is missing. Without this fix reset is not deasserted if sleep GPIO is missing. Signed-off-by: Vasily Khoruzhick Acked-by: Maxime Ripard Tested-by: Maxime Ripard Reviewed-by: Andre Przywara Cc: Vagrant Cascadian ---

[U-Boot] [PATCH v5 1/4] mmc: sunxi: add support for automatic delay calibration

2018-11-05 Thread Vasily Khoruzhick
A64 and H6 support automatic delay calibration and Linux driver uses it instead of hardcoded delays. Add support for it to u-boot driver. Fixes eMMC instability on Pinebook Signed-off-by: Vasily Khoruzhick Acked-by: Maxime Ripard Tested-by: Maxime Ripard Reviewed-by: Andre Przywara Cc:

[U-Boot] [PATCH v5 0/4] Add support for Pinebook

2018-11-05 Thread Vasily Khoruzhick
This series adds support for the Pinebook, an allwinner A64 laptop produced by Pine64. It also adds support for mmc delay calibration, R_I2C controller, and addresses the issue with activating video bridge when any of GPIOs is missing. This series depends on André's "sunxi: A64/H3/H5 DT updates"

Re: [U-Boot] [PATCH v2 4/7] driver: net: ti: cpsw: update to use SPDX identifier

2018-11-05 Thread Tom Rini
On Tue, Nov 06, 2018 at 09:44:16AM +0530, Lokesh Vutla wrote: > > > On Tuesday 06 November 2018 12:07 AM, Fabio Estevam wrote: > >On Wed, Oct 31, 2018 at 4:07 PM Grygorii Strashko > > wrote: > >> > >>Update to use SPDX license identifier. > >> > >>Reviewed-by: Tom Rini > >>Acked-by: Joe

Re: [U-Boot] [PATCH v2 4/7] driver: net: ti: cpsw: update to use SPDX identifier

2018-11-05 Thread Lokesh Vutla
On Tuesday 06 November 2018 12:07 AM, Fabio Estevam wrote: On Wed, Oct 31, 2018 at 4:07 PM Grygorii Strashko wrote: Update to use SPDX license identifier. Reviewed-by: Tom Rini Acked-by: Joe Hershberger Signed-off-by: Grygorii Strashko --- drivers/net/ti/cpsw.c | 12 ++-- 1

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

2018-11-05 Thread Tom Rini
On Mon, Nov 05, 2018 at 11:51:41AM -0600, Joe Hershberger wrote: > Hi Tom, > > Built successfully on Travis: > https://travis-ci.org/jhershbe/u-boot/builds/450020193 > > The following changes since commit 5ef76e59c12c79d106ebda70b710468aa6bd8b75: > > Merge branch 'master' of

Re: [U-Boot] [PATCH v3 14/18] serial: 16550: allow the driver to support MediaTek serial

2018-11-05 Thread Weijie Gao
On Mon, 2018-11-05 at 16:37 +0800, Ryder Lee wrote: > On Mon, 2018-11-05 at 10:20 +0800, Ryder Lee wrote: > > On Sat, 2018-11-03 at 00:09 -0600, Simon Glass wrote: > > > Hi Ryder, > > > > > > On 2 November 2018 at 09:15, Ryder Lee wrote: > > > > This patch adds an extra operation in ns16550.c to

Re: [U-Boot] [PATCH v2] riscv: cache: Implement i/dcache [status, enable, disable]

2018-11-05 Thread Rick Chen
Auer, Lukas 於 2018年11月4日 週日 下午10:21寫道: > > Hi Rick, > > On Thu, 2018-11-01 at 12:08 +0800, Andes wrote: > > From: Rick Chen > > > > AndeStar RISC-V(V5) provide mcache_ctl register which > > can configure I/D cache as enabled or disabled. > > > > This CSR will be encapsulated by CONFIG_RISCV_NDS.

[U-Boot] [PATCH V3 4/4] mmc: tmio: sdhi: Switch CPG settings in UHS modes

2018-11-05 Thread Marek Vasut
Switch CPG settings when transitioning between HS200/HS400/SDR104 and regular modes. This is required for the SCC block to operate correctly. Signed-off-by: Marek Vasut Cc: Masahiro Yamada --- drivers/mmc/renesas-sdhi.c | 28 +++- 1 file changed, 27 insertions(+), 1

[U-Boot] [PATCH V3 3/4] mmc: tmio: Keep generating clock when clock are enabled

2018-11-05 Thread Marek Vasut
The TMIO core has a feature where it can automatically disable clock output when the bus is not in use. While this is useful, it also interferes with switching the bus to 1.8V and other background tasks of the SD/MMC cards, which require clock to be enabled. This patch respects the

[U-Boot] [PATCH V3 1/4] mmc: tmio: Switch to clock framework

2018-11-05 Thread Marek Vasut
Switch the driver to using clk_get_rate()/clk_set_rate() instead of caching the mclk frequency in it's private data. This is required on the SDHI variant of the controller, where the upstream mclk need to be adjusted when using UHS modes. Platforms which do not support clock framework or do not

[U-Boot] [PATCH V3 2/4] mmc: tmio: Do not set divider to 1 in DDR mode

2018-11-05 Thread Marek Vasut
The TMIO core has a quirk where divider == 1 must not be set in DDR modes. Handle this by setting divider to 2, as suggested in the documentation. Signed-off-by: Marek Vasut Cc: Masahiro Yamada --- drivers/mmc/tmio-common.c | 4 1 file changed, 4 insertions(+) diff --git

Re: [U-Boot] [PATCH v1] x86: acpi: Remove redundant Offset (0x00)

2018-11-05 Thread Andy Shevchenko
On Wed, Oct 31, 2018 at 7:14 PM Andy Shevchenko wrote: > > New ACPI assembler issues a warning: > > board/intel/edison/dsdt.asl.tmp 13: Offset (0x00), > Remark 2158 - ^ Unnecessary/redundant > use of Offset operator > > Indeed, in the

Re: [U-Boot] [PATCH v2] Ability to modify distro boot filename

2018-11-05 Thread Heinrich Schuchardt
On 11/05/2018 07:13 PM, Martyn Welch wrote: > Add in the ability to modify the distro boot filename. Whilst not > immediately useful in normal usage, it allows an alternative > configuration to be provided when other u-boot functionality is used, such > as bootcount limit, to fallback to an

[U-Boot] [PATCH 1/1] efi_loader: use u16* for UTF16 strings

2018-11-05 Thread Heinrich Schuchardt
We should be consistent in the types that we use to store Unicode strings. Signed-off-by: Heinrich Schuchardt --- include/efi_api.h | 2 +- lib/efi_loader/efi_file.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/efi_api.h b/include/efi_api.h index

Re: [U-Boot] [PATCH v2 4/7] driver: net: ti: cpsw: update to use SPDX identifier

2018-11-05 Thread Fabio Estevam
On Wed, Oct 31, 2018 at 4:07 PM Grygorii Strashko wrote: > > Update to use SPDX license identifier. > > Reviewed-by: Tom Rini > Acked-by: Joe Hershberger > Signed-off-by: Grygorii Strashko > --- > drivers/net/ti/cpsw.c | 12 ++-- > 1 file changed, 2 insertions(+), 10 deletions(-) > >

[U-Boot] [PATCH v6 21/27] armv8: ls1046aqds: Add TFABOOT support

2018-11-05 Thread Rajesh Bhagat
TFABOOT support includes: - ls1046aqds_tfa_defconfig to be loaded by trusted firmware - environment address and size changes for TFABOOT - FMAN address changes for TFABOOT - define BOOTCOMMAND for TFABOOT Signed-off-by: Pankit Garg Signed-off-by: Vinitha V Pillai Signed-off-by: Rajesh

[U-Boot] [PATCH v2] Ability to modify distro boot filename

2018-11-05 Thread Martyn Welch
Add in the ability to modify the distro boot filename. Whilst not immediately useful in normal usage, it allows an alternative configuration to be provided when other u-boot functionality is used, such as bootcount limit, to fallback to an alternative boot configuration. In this case we can follow

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

2018-11-05 Thread Rajesh Bhagat
Adds TFABOOT support and allows to pick QE firmware on basis of boot source. Signed-off-by: Pankit Garg Signed-off-by: Rajesh Bhagat --- Change in v6: - Rebased to master Change in v5: - Added CONFIG_ARM64 flag for includes in qe

[U-Boot] [PATCH v6 07/27] drivers: ifc: dynamic chipselect mapping support

2018-11-05 Thread Rajesh Bhagat
From: Pankit Garg IFC driver changes to implement the chipselect mappings at run time. Defines init_early_memctl_regs and init_final_memctl_regs with chipselect dynamic mapping for nor and nand boot. Signed-off-by: Pankit Garg Signed-off-by: Rajesh Bhagat --- Change in v6: None Change in v5:

[U-Boot] [PATCH v6 27/27] armv8: ls1012afrx: Add TFABOOT support

2018-11-05 Thread Rajesh Bhagat
TFABOOT support includes: - ls1012a2g5rdb/ls1012afrdm/ls1012afrwy_tfa_defconfig to be loaded by trusted firmware - define BOOTCOMMAND for TFABOOT Signed-off-by: Pankit Garg Signed-off-by: Rajesh Bhagat --- Change in v6:

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

2018-11-05 Thread Rajesh Bhagat
Includes changes in u-boot framework to support TF-A for NXP Chassis 2 platforms. A new defconfig is added namely ls*_tfa_defconfig which will be used for all boot sources when TF-A is used.

[U-Boot] [PATCH v6 22/27] armv8: ls1043ardb: Add TFABOOT support

2018-11-05 Thread Rajesh Bhagat
TFABOOT support includes: - ls1043ardb_tfa_defconfig to be loaded by trusted firmware - environment address and size changes for TFABOOT - FMAN and QE address changes for TFABOOT - define BOOTCOMMAND for TFABOOT Signed-off-by: Pankit Garg Signed-off-by: Vinitha V Pillai Signed-off-by:

[U-Boot] [PATCH v6 05/27] armv8: layerscape: Enable routing SError exception

2018-11-05 Thread Rajesh Bhagat
From: York Sun In case SError happens at EL2, if SCR_EL3[EA] is not routing it to EL3, and SCR_EL3[RW] is set to aarch64, setting HCR_EL2[AMO] routes the exception to EL2. Otherwise this exception is not taken. Signed-off-by: York Sun --- Change in v6: None Change in v5: None Change in v4:

[U-Boot] [PATCH v6 08/27] armv8: layerscape: Add TFABOOT support

2018-11-05 Thread Rajesh Bhagat
Adds TFABOOT support config option and add generic code to enable execution from DDR. Signed-off-by: York Sun Signed-off-by: Rajesh Bhagat --- Change in v6: None Change in v5: None Change in v4: None Change in v3: - Seperated TFABOOT generic code - Moved before dependency patches

Re: [U-Boot] [PATCH] Ability to modify distro boot filename

2018-11-05 Thread Heinrich Schuchardt
On 11/05/2018 06:38 PM, Alexander Graf wrote: > On 11/05/2018 06:33 PM, Martyn Welch wrote: >> Add in the ability to modify the distro boot filename. Whilst not >> immediately useful in normal usage, it allows an alternative >> configuration to be provided when other u-boot functionality is used,

[U-Boot] [PATCH v6 25/27] armv8: ls1012aqds: fix secure boot compilation

2018-11-05 Thread Rajesh Bhagat
Includes environment.h file in ls1012aqds.c Also, enables pfe validation Signed-off-by: Vinitha V Pillai --- Change in v6: None Change in v5: None Change in v4: - Changed order to solve compilation error Change in v3: None Change in v2: None board/freescale/ls1012aqds/Kconfig | 10

[U-Boot] [PATCH v6 09/27] armv8: fsl-layerscape: identify boot source from PORSR register

2018-11-05 Thread Rajesh Bhagat
PORSR register holds the cfg_rcw_src field which can be used to identify boot source. Further, it can be used to select the environment location. Signed-off-by: Pankit Garg Signed-off-by: Rajesh Bhagat --- Change in v6: None Change in v5: None Change in v4: None Change in v3: None Change in

[U-Boot] [PATCH v6 16/27] armv8: sec_firmware: return job ring status as true in TFABOOT

2018-11-05 Thread Rajesh Bhagat
From: Pankit Garg Returns job ring status as true in TFABOOT, as one job ring is always reserved. Signed-off-by: Ruchika Gupta Signed-off-by: Pankit Garg --- Change in v6: None Change in v5: None Change in v4: None Change in v3: None Change in v2: None arch/arm/cpu/armv8/sec_firmware.c | 4

[U-Boot] [PATCH v6 17/27] net: fm: add TFABOOT support

2018-11-05 Thread Rajesh Bhagat
Adds TFABOOT support and allows to pick FMAN firmware on basis of boot source. Signed-off-by: Pankit Garg Signed-off-by: Rajesh Bhagat --- Change in v6: - Rebased to master Change in v5: - Added CONFIG_ARM64 flag for includes in fm driver Change in v4: None Change in v3: None Change in

[U-Boot] [PATCH v6 01/27] move data structure out of cpu.h

2018-11-05 Thread Rajesh Bhagat
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 v6: None Change in v5: None Change in v4: None Change in v3: None Change in v2: None arch/arm/cpu/armv8/fsl-layerscape/cpu.c

[U-Boot] [PATCH v6 13/27] armv8: layerscape: skip OCRAM init for TFABOOT

2018-11-05 Thread Rajesh Bhagat
OCRAM initialization is performed by TFA, Hence skipped from u-boot. Signed-off-by: Ruchika Gupta --- Change in v6: None Change in v5: None Change in v4: None Change in v3: None Change in v2: None arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S | 3 ++- 1 file changed, 2 insertions(+), 1

[U-Boot] [PATCH v6 20/27] armv8: ls1046ardb: Add TFABOOT support

2018-11-05 Thread Rajesh Bhagat
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 Signed-off-by: York Sun Signed-off-by: Pankit Garg Signed-off-by: Vinitha V Pillai

[U-Boot] [PATCH v6 15/27] armv8: sec_firmware: change el2_to_aarch32 SMC ID

2018-11-05 Thread Rajesh Bhagat
Changes the el2_to_aarch32 SMC ID from 0xc000ff04 to 0xc200ff17, it is applicable to both TFA and non-TFA boot. Signed-off-by: Rajesh Bhagat --- Change in v6: None Change in v5: None Change in v4: None Change in v3: None Change in v2: None arch/arm/cpu/armv8/sec_firmware_asm.S | 2 +- 1 file

Re: [U-Boot] aspeed: ast2500: fix missing break in D2PLL clock enablement

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990058/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: convert to driver model

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990052/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] aspeed: ast2500: fix D2-PLL clock setting in RGMII mode

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990063/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver: net: ti: introduce common mdio support library

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991704/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

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

2018-11-05 Thread Rajesh Bhagat
Defines env_sf_get_env_addr API to override sf environment address, required to support multiple environment. Signed-off-by: Rajesh Bhagat --- Change in v6: None Change in v5: None Change in v4: None Change in v3: None Change in v2: None env/sf.c | 9 - 1 file changed, 8 insertions(+),

[U-Boot] [PATCH v6 24/27] armv8: ls1012ardb: Add TFABOOT support

2018-11-05 Thread Rajesh Bhagat
TFABOOT support includes: - ls1012ardb_tfa_defconfig to be loaded by trusted firmware - environment address and size changes for TFABOOT - define BOOTCOMMAND for TFABOOT - enable PFE validation for secure boot Signed-off-by: Rajesh Bhagat Signed-off-by: Vinitha V Pillai Signed-off-by:

[U-Boot] [PATCH v6 10/27] armv8: layerscape: remove EL3 specific erratas for TFABOOT

2018-11-05 Thread Rajesh Bhagat
Removes EL3 specific erratas for TFABOOT, And now taken care in TFA. ARM_ERRATA_855873, SYS_FSL_ERRATUM_A008850, SYS_FSL_ERRATUM_A008511, SYS_FSL_ERRATUM_A008336, SYS_FSL_ERRATUM_A009663, SYS_FSL_ERRATUM_A009803 SYS_FSL_ERRATUM_A009942, SYS_FSL_ERRATUM_A010165 Signed-off-by: Rajesh Bhagat ---

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

2018-11-05 Thread Rajesh Bhagat
Define env_ptr as static in flash and nand env driver to allow these to compile together. Signed-off-by: Rajesh Bhagat --- Change in v6: None Change in v5: - Solved compilation warning for boards mccmon6_sd and mccmon6_nor Change in v4: None Change in v3: - Merged env nand specific patches

[U-Boot] [PATCH v6 23/27] armv8: ls1043aqds: Add TFABOOT support

2018-11-05 Thread Rajesh Bhagat
TFABOOT support includes: - ls1043aqds_tfa_defconfig to be loaded by trusted firmware - environment address and size changes for TFABOOT - define BOOTCOMMAND for TFABOOT Signed-off-by: Pankit Garg Signed-off-by: Vinitha V Pillai Signed-off-by: Rajesh Bhagat --- Change in v6:

[U-Boot] [PATCH v6 06/27] armv8: fsl-layerscape: change tlb base from OCRAM to DDR in EL < 3

2018-11-05 Thread Rajesh Bhagat
From: Pankit Garg Change tlb base address from OCRAM to DDR when exception level is less than 3. Signed-off-by: Ruchika Gupta Signed-off-by: Pankit Garg --- Change in v6: None Change in v5: None Change in v4: None Change in v3: None Change in v2: None arch/arm/cpu/armv8/fsl-layerscape/cpu.c

Re: [U-Boot] net: ftgmac100: add MDIO bus and phylib support

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990056/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v6 12/27] armv8: layerscape: add SMC calls for DDR size and bank info

2018-11-05 Thread Rajesh Bhagat
Adds SMC calls for getting DDR size and bank info for TFABOOT. Signed-off-by: Rajesh Bhagat Signed-off-by: Pankit Garg --- Change in v6: None Change in v5: None Change in v4: None Change in v3: None Change in v2: None arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 84 +++

[U-Boot] [PATCH v6 11/27] armv8: fsl-layerscape: bootcmd identification for TFABOOT

2018-11-05 Thread Rajesh Bhagat
From: Pankit Garg Adds bootcmd identificaton on basis on boot source, valid in TFABOOT configuration. Signed-off-by: Rajesh Bhagat Signed-off-by: Pankit Garg --- Change in v6: None Change in v5: None Change in v4: None Change in v3: - Merged secure boot bootcmd changes Change in v2: None

[U-Boot] [PATCH v6 14/27] armv8: fsl-layerscape: Update parsing boot source

2018-11-05 Thread Rajesh Bhagat
From: York Sun Workaround of erratum A010539 clears the RCW source field in PORSR1 register, causing failure of detecting boot source using this method. Use SMC call if U-Boot runs at EL2. If SMC is not implemented or running at EL3, continue to read PORSR1 and presume QSPI as boot source if

[U-Boot] [PATCH v6 19/27] armv8: fsl-layerscape: add support of MC framework for TFA

2018-11-05 Thread Rajesh Bhagat
From: Pankit Garg Add support of MC framework for TFA Make MC framework independent of boot source. Signed-off-by: Rajesh Bhagat Signed-off-by: Pankit Garg --- Change in v6: None Change in v5: None Change in v4: None Change in v3: None Change in v2: None

[U-Boot] [PATCH v6 04/27] driver/ifc: replace __ilog2 with LOG2 macro

2018-11-05 Thread Rajesh Bhagat
Replaces __ilog2 function call with LOG2 macro, required to use macros in global variables. Also, corrects the value passed in LOG2 for some PowerPC platforms. Minimum value that can be configured is is 64K for IFC IP. Signed-off-by: Pankit Garg Signed-off-by: Rajesh Bhagat --- Change in v6:

[U-Boot] [PATCH v6 26/27] armv8: ls1012aqds: Add TFABOOT support

2018-11-05 Thread Rajesh Bhagat
TFABOOT support includes: - ls1012aqds_tfa_defconfig to be loaded by trusted firmware - environment address and size changes for TFABOOT - define BOOTCOMMAND for TFABOOT Signed-off-by: Rajesh Bhagat Signed-off-by: Vinitha V Pillai Signed-off-by: Pankit Garg --- Change in v6:

Re: [U-Boot] net: ftgmac100: use the aligned() macro

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990051/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: Add support for the Aspeed SoC

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990055/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: use the BIT() macro

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990050/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] aspeed: Update ast2500 SoC DTS file to Linux v4.17-rc6 level

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990060/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: convert the RX/TX descriptor arrays

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990053/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver: net: ti: keystone_net: switch to use common mdio lib

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991709/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver: net: ti: cpsw: switch to use common mdio lib

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991708/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: handle timeouts when transmitting

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990061/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] aspeed: Activate ethernet devices on the ast2500 Eval Board

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990062/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: add clock support

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990059/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver: net: consolidate ti's code in separate folder

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991712/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] configs: net: convert DRIVER_TI_KEYSTONE_NET kconfig

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991713/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver: net: ti: cpsw: update to use SPDX identifier

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991710/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: use setbits_le32() in the reset method

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990057/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] drivers: net: keystone_net: drop non dm code

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991707/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: mscc: add support for VSC8574 PHY

2018-11-05 Thread Joe Hershberger
Hi Quentin, https://patchwork.ozlabs.org/patch/991334/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: mscc: factorize part of config function for VSC8584

2018-11-05 Thread Joe Hershberger
Hi Quentin, https://patchwork.ozlabs.org/patch/991335/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: mscc: add support for VSC8584 PHY

2018-11-05 Thread Joe Hershberger
Hi Quentin, https://patchwork.ozlabs.org/patch/991336/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: Add MT7628 ethernet driver

2018-11-05 Thread Joe Hershberger
Hi Stefan, https://patchwork.ozlabs.org/patch/989567/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

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

2018-11-05 Thread Joe Hershberger
Hi Tom, Built successfully on Travis: https://travis-ci.org/jhershbe/u-boot/builds/450020193 The following changes since commit 5ef76e59c12c79d106ebda70b710468aa6bd8b75: Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-11-04 08:12:21 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH] Ability to modify distro boot filename

2018-11-05 Thread Alexander Graf
On 11/05/2018 06:33 PM, Martyn Welch wrote: Add in the ability to modify the distro boot filename. Whilst not immediately useful in normal usage, it allows an alternative configuration to be provided when other u-boot functionality is used, such as bootcount limit, to fallback to an alternative

[U-Boot] [PATCH] Ability to modify distro boot filename

2018-11-05 Thread Martyn Welch
Add in the ability to modify the distro boot filename. Whilst not immediately useful in normal usage, it allows an alternative configuration to be provided when other u-boot functionality is used, such as bootcount limit, to fallback to an alternative boot configuration. In this case we can follow

Re: [U-Boot] Ping failure

2018-11-05 Thread Paul Nader
I forgot to add that the ethernet socket shows a green light and when u-boot sends packets the other led flashes amber... This puzzles me because wireshark doesn't capture any packets. On Mon, Nov 5, 2018 at 5:07 PM Paul Nader wrote: > Hi, > > I'm trying to get an olinuxino-a64 board to boot

[U-Boot] Ping failure

2018-11-05 Thread Paul Nader
Hi, I'm trying to get an olinuxino-a64 board to boot using bootp but it failed to send any DHCP packets so I reduced the problem to trying to get it to ping another host but that fails as well. I tried it both with 2018.09 and then the head of master given there were some recent commits to the

Re: [U-Boot] [PATCH] power: regulator: denied disable on always-on regulator

2018-11-05 Thread Patrice CHOTARD
Hi Jaehoon This patch has been updated to "superseded" in patchwork, i don't know if it was intentional or not. Nevertheless, Jack has encountered the same issue as us on its platform. Do you want me to resend it or will you pick up it with reviewed-by and tested-by added by Jack ? Regards

[U-Boot] define dynamic localversion

2018-11-05 Thread Frank Wunderlich
Hi, in linux-kernel i can set a dynamic localversion appended to uboot-version looking in scripts/setlocalversion line 161 seems to look the same res="${res}${CONFIG_LOCALVERSION}${LOCALVERSION}" so i tried this: gitbranch=$(git rev-parse --abbrev-ref HEAD) export LOCALVERSION="-${gitbranch}"

Re: [U-Boot] [PATCH v3 10/26] fs: fat: support write with non-zero offset

2018-11-05 Thread Clément Péron
Hi, On Thu, 1 Nov 2018 at 06:08, AKASHI Takahiro wrote: > > On Wed, Oct 31, 2018 at 09:54:14PM +0100, Heinrich Schuchardt wrote: > > On 10/31/2018 01:22 PM, Alexander Graf wrote: > > > On 10/31/2018 11:00 AM, Clément Péron wrote: > > >> Hi, > > >> > > >> Trying to rebuild my SoCFPGA Cyclone V

[U-Boot] Fw: Aw: Re: mt7623 bootup example

2018-11-05 Thread Frank Wunderlich
sorry forgot mailing-list on answer - v3-cmdline-problem is fixed by re-adding init-code (gd->bd->bi_boot_params) - additional depencies are caused by change to binman regards Frank > Gesendet: Montag, 05. November 2018 um 17:25 Uhr > Von: "Frank Wunderlich" > An: "Ryder Lee" > Betreff: Aw:

Re: [U-Boot] [PATCH 2/2] Aquantia: Print information about system interface and firmaware version

2018-11-05 Thread Clément Péron
Hi Valentin-catalin, There is a typo in your commit title. Regards, Clement On Tue, 30 Oct 2018 at 11:44, Valentin-catalin Neacsu wrote: > > Print information about Aquantia firmware loaded on the phy > Signed-off-by: Valentin Catalin Neacsu > --- > drivers/net/phy/aquantia.c | 21

[U-Boot] [PATCH v1] dm: Fix typo - missed semicolon

2018-11-05 Thread Andy Shevchenko
The commit 484fdf5ba058 ("dm: Add support for all targets which requires MANUAL_RELOC") introduces subtle typo, i.e. missed semicolon. Fixes: 484fdf5ba058 ("dm: Add support for all targets which requires MANUAL_RELOC") Cc: Michal Simek Signed-off-by: Andy Shevchenko ---

Re: [U-Boot] [PATCH v4 0/5] Add support for Pinebook

2018-11-05 Thread Dennis Gilmore
El sáb, 03-11-2018 a las 17:12 -0700, Vasily Khoruzhick escribió: > On Sat, Nov 3, 2018 at 2:15 PM André Przywara > wrote: > > On 11/3/18 8:19 PM, Vasily Khoruzhick wrote: > > > You need "allwinner" branch from this repo. > > > > I deliberately switched the standard branch away, since everything

Re: [U-Boot] [PATCH 2/2] board: allwinner: sun50i-h6: Add Orangepi Lite2 support

2018-11-05 Thread Maxime Ripard
On Mon, Nov 05, 2018 at 01:20:40PM +0530, Jagan Teki wrote: > OrangePi Lite2 is Allwinner H6 based open-source SBC, > which support: > - Allwinner H6 Quad-core 64-bit ARM Cortex-A53 > - GPU Mali-T720 > - 1GB LPDDR3 RAM > - AXP805 PMIC > - AP6356S Wifi/BT > - USB 2.0, USB 3.0 Host, OTG > - HDMI

[U-Boot] [PATCH v2 56/58] mpc83xx: Don't define cpu_eth_init for DM eth

2018-11-05 Thread Mario Six
Don't use the legacy method of initializing the ethernet controller on MPC83xx when DM is active. Signed-off-by: Mario Six --- v1 -> v2: New in v2 --- arch/powerpc/cpu/mpc83xx/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/powerpc/cpu/mpc83xx/cpu.c

[U-Boot] [PATCH v2 54/58] mpc83xx: Get rid of CONFIG_SYS_LBC_*

2018-11-05 Thread Mario Six
Except for one counter example, CONFIG_SYS_LBC_LBCR always has a value of either 0x0004 or 0x. CONFIG_SYS_LBC_MRTPR always has the value 0x2000. CONFIG_SYS_LBC_LSDMR_{1,2,4,5} are not set for any mpc83xx board. CONFIG_SYS_LBC_LSRT is set by one board (to 0x3200). To

[U-Boot] [PATCH v2 50/58] mpc83xx: Migrate SPCR to Kconfig

2018-11-05 Thread Mario Six
Migrate the SPCR setting to Kconfig. Signed-off-by: Mario Six --- v1 -> v2: New in v2 --- arch/powerpc/cpu/mpc83xx/Kconfig | 1 + arch/powerpc/cpu/mpc83xx/cpu_init.c | 29 +-- arch/powerpc/cpu/mpc83xx/initreg/Kconfig | 5 ++

[U-Boot] [PATCH v2 52/58] mpc83xx: Get rid of CONFIG_SYS_DDR_BASE

2018-11-05 Thread Mario Six
CONFIG_SYS_DDR_BASE is specific to mpc83xx an is always set to the same value as CONFIG_SYS_SDRAM_BASE. Just use CONFIG_SYS_SDRAM_BASE instead. Signed-off-by: Mario Six --- v1 -> v2: New in v2 --- board/esd/vme8349/vme8349.c | 2 +- board/freescale/mpc8323erdb/mpc8323erdb.c | 2

[U-Boot] [PATCH v2 53/58] mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE

2018-11-05 Thread Mario Six
CONFIG_SYS_DDR_SDRAM_BASE is set to the same value as CONFIG_SYS_SDRAM_BASE on all existing boards. Just use CONFIG_SYS_SDRAM_BASE instead. Signed-off-by: Mario Six --- v1 -> v2: New in v2 --- arch/powerpc/cpu/mpc83xx/spd_sdram.c | 2 +- board/freescale/mpc8308rdb/sdram.c| 4

[U-Boot] [PATCH v2 55/58] mpc83xx: Add arch clock.h to make SDHC work

2018-11-05 Thread Mario Six
The fsl-esdhc driver can be used for the SDHC functionality on MPC83xx, but it needs some additional definitions. Add a clock.h file, so we can use the driver for MPC83xx. Signed-off-by: Mario Six --- v1 -> v2: New in v2 --- arch/powerpc/include/asm/arch-mpc83xx/clock.h | 22

[U-Boot] [PATCH v2 48/58] mpc8308: Migrate system io config to Kconfig

2018-11-05 Thread Mario Six
Migrate the system IO configuration setting to Kconfig. Signed-off-by: Mario Six --- v1 -> v2: New in v2 --- arch/powerpc/cpu/mpc83xx/Kconfig | 1 + arch/powerpc/cpu/mpc83xx/cpu_init.c| 1 + arch/powerpc/cpu/mpc83xx/sysio/Kconfig | 7 +

[U-Boot] [PATCH v2 58/58] mpc83xx: Use pre-defined asm functions

2018-11-05 Thread Mario Six
For a lot of inline assembly calls in the mpc8xxx and mpc83xx directories, we already have convenient pre-defined helper functions, but they're not used, resulting in hard-to-read code. Use these helper functions where ever possible and useful. Signed-off-by: Mario Six --- v1 -> v2: New in v2

  1   2   >