[U-Boot] [PATCH 2/3] arm: Implement workaround for Cortex-A9 errata 845369

2017-08-07 Thread Peng Fan
Under very rare timing circumstances, transitioning into streaming mode might create a data corruption. Present on Two or more processors or 1 core with ACP, all revisions. This erratum can be worked round by setting bit[22] of the undocumented Diagnostic Control Register to 1. Signed-off-by:

[U-Boot] [PATCH 3/3] imx: mx6: select ARM_ERRATA_845369

2017-08-07 Thread Peng Fan
Select ARM_ERRATA_845369 for i.MX6DQ/DL/QP. Signed-off-by: Peng Fan --- arch/arm/mach-imx/mx6/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 2be67e1..4eed100 100644 ---

[U-Boot] [PATCH 1/3] ARM: i.MX6: exclude the ARM errata from i.MX6 UP system

2017-08-07 Thread Peng Fan
The ARM errata 751472, 794072, 761320 only applied to the following configuration: This erratum affects configurations with either: - One processor if the ACP is present - Two or more processors i.MX6 family does not have the ACP and thus only the MPCore system will be impacted, which are the

Re: [U-Boot] [PATCH 1/1] board/ls2080ardb: Disable SD-related GPIO programming

2017-08-07 Thread Priyanka Jain
> -Original Message- > From: York Sun > Sent: Tuesday, August 08, 2017 2:20 AM > To: Priyanka Jain ; Santan Kumar > ; u-boot@lists.denx.de > Subject: Re: [PATCH 1/1] board/ls2080ardb: Disable SD-related GPIO > programming > > On 06/20/2017

[U-Boot] [PATCH] spi: add "jedec,spi-nor" to spi_flash_std_ids

2017-08-07 Thread Chris Packham
"jedec,spi-nor" is used by Linux for many boards with spi flash. In fact according to the binding documentation this must be included for any SPI NOR flash that can be identified by the JEDEC READ ID opcode (0x9F). Make device trees more portable between Linux an U-Boot by supporting

Re: [U-Boot] [PATCH 1/1] driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl applied

2017-08-07 Thread Yogesh Narayan Gaur
Ack-ed -- Yogesh Gaur > -Original Message- > From: York Sun > Sent: Tuesday, August 08, 2017 2:43 AM > To: Yogesh Narayan Gaur ; Priyanka Jain > > Cc: Santan Kumar ; u-boot@lists.denx.de; Prabhakar > Kushwaha

Re: [U-Boot] [PATCH 1/1] driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl applied

2017-08-07 Thread Priyanka Jain
Ack-ed --Priyanka > -Original Message- > From: York Sun > Sent: Tuesday, August 08, 2017 2:43 AM > To: Yogesh Narayan Gaur ; Priyanka Jain > > Cc: Santan Kumar ; u-boot@lists.denx.de; Prabhakar > Kushwaha

Re: [U-Boot] [PATCH 1/1] board: ls2080ardb: Add fsl_fdt_fixup_flash

2017-08-07 Thread Priyanka Jain
> -Original Message- > From: York Sun > Sent: Tuesday, August 08, 2017 3:31 AM > To: Santan Kumar ; u-boot@lists.denx.de > Cc: Priyanka Jain > Subject: Re: [PATCH 1/1] board: ls2080ardb: Add fsl_fdt_fixup_flash > > On 07/05/2017 05:32 AM,

Re: [U-Boot] [linux-sunxi] [PATCH 1/2] sunxi: add PRCM secure switch register definition

2017-08-07 Thread Chen-Yu Tsai
On Thu, Jul 20, 2017 at 2:00 PM, Icenowy Zheng wrote: > Some new Allwinner SoCs' PRCM has a secure switch register, which > controls the access to some clock and power registers in PRCM block. > > Add the definition of this register and its bits in the PRCM header > file. > >

[U-Boot] [RFC] Kconfig: Migrate SYS_NAND_ECC... et al question

2017-08-07 Thread Adam Ford
I am trying to migrate ECC Scheme, SYS_NAND_ECCBYTES, SYS_NAND_ECCSIZE, and SYS_NAND_ECCSIZE to Kconfig with the changes I am attaching. I my ideal scenario, the selection of scheme would set CONFIG_NAND_OMAP_ECCSCHEME to whatever menu option is defined, then corresponding default values of

Re: [U-Boot] spi flash env and driver model

2017-08-07 Thread Chris Packham
On Mon, Aug 7, 2017 at 10:31 PM, Chris Packham wrote: > Hi, > > I'm looking at a problem on the db-88f6820-amc board (which has it's > env on spi flash). Somewhere in the init sequence we get a crash. > > git bisect leads me to commit 8fee8845e7 ("enf_sf: reuse >

Re: [U-Boot] [PATCH] ls1046aqds: update the defaule mtdparts

2017-08-07 Thread Xiaowei Bao
Hi York, This patch is for the ls1046aqds platform, In order to facilitate the test staff and customers to view the detailed partition information, so didn't define a larger partition to include all images, and the partition rule is discussed internally as the default partitioning standard

Re: [U-Boot] board: sama5d2_xplained: Make SPL work on spiflash

2017-08-07 Thread Yang, Wenyou
Hi Tom, On 2017/8/7 21:55, Tom Rini wrote: On Thu, Jul 20, 2017 at 04:28:47PM +0800, wenyou.y...@microchip.com wrote: Because before switching to a lower clock source, we must switch the clock source first instead of last. So before configuring the PMC_MCKR register, invoke

Re: [U-Boot] [RFC] move booti_setup to arch/arm/lig/image.c

2017-08-07 Thread Bin Chen
On 8 August 2017 at 02:13, Tom Rini wrote: > On Fri, Jul 28, 2017 at 06:04:11PM +1000, Bin Chen wrote: > > > Follow bootz's pattern by moving the booti_setup to arch/arm/lib. > > This allows to use that function in other path, e.g booting > > an android image contains Image

[U-Boot] [PATCH v2 2/2] driver: spi: add rockchip sfc support

2017-08-07 Thread Andy Yan
SFC stands for Serial Flash Controller on some rockchip platforms such as RV1108/RK3128. This patch add support for it with Standard,Dual,Quad mode. Signed-off-by: Andy Yan --- Changes in v2: - fix the wrong reference in Makefile, which should be rockchip_sfc.o not

[U-Boot] [PATCH v2 1/2] sf: add support for GD25Q256

2017-08-07 Thread Andy Yan
Add support for GD25Q256, a 32MiB SPI Nor flash from Gigadevice. Signed-off-by: Andy Yan --- Changes in v2: - remove the include of function read_cr drivers/mtd/spi/sf_internal.h | 1 + drivers/mtd/spi/spi_flash.c | 5 +++-- drivers/mtd/spi/spi_flash_ids.c | 1

Re: [U-Boot] [PATCH v0 13/20] efi_loader: use proper device-paths for partitions

2017-08-07 Thread Jonathan Gray
On Mon, Aug 07, 2017 at 12:16:54PM -0400, Rob Clark wrote: > On Mon, Aug 7, 2017 at 11:47 AM, Jonathan Gray wrote: > > On Sun, Aug 06, 2017 at 11:34:15AM -0400, Rob Clark wrote: > >> On Sun, Aug 6, 2017 at 10:45 AM, Rob Clark wrote: > >> > > >> > I've started

[U-Boot] [PATCH] scripts: spl: fix typo

2017-08-07 Thread Peng Fan
Typo fix: CONIFG->CONFIG Signed-off-by: Peng Fan Cc: Tom Rini --- scripts/Makefile.uncmd_spl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.uncmd_spl b/scripts/Makefile.uncmd_spl index 15d0836..b399411 100644 ---

[U-Boot] [PATCH] common:usb_kbd:Add key values of F1~F12

2017-08-07 Thread Leo Wen
When you press the F1~F12 button from the USB keyboard, the reference Fn key table(usb_kbd_fn_key[]),the key value(0xf0~0xfb) will be returned, and you can use it to do more things. Signed-off-by: Leo Wen --- common/usb_kbd.c | 7 +++ 1 file changed, 7 insertions(+)

[U-Boot] TI814X and TI816X Kconfig Descriptions

2017-08-07 Thread Adam Ford
I don't know anything about these two boards, but the Kconfig in arch/arm/mach-omap2 shows the same description for both boards and it makes it seems like they are both AM335X SOC's. config TI814X bool "TI814X SoC" help Support for AM335x SOC from Texas Instruments. The AM335x high performance

[U-Boot] [PATCH] ARM: dts: ethernut5: Fix the build warning

2017-08-07 Thread Wenyou Yang
Fix the building warning as below: ---8< Warning (reg_format): "reg" property in /i2c-gpio-0/pcf8563@50 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1) Warning (avoid_default_addr_size): Relying on default #address-cells value for /i2c-gpio-0/pcf8563@50 Warning

Re: [U-Boot] board: ethernut5: Update to support DT and DM

2017-08-07 Thread Yang, Wenyou
On 2017/8/7 21:55, Tom Rini wrote: On Fri, Jul 21, 2017 at 02:30:57PM +0800, wenyou.y...@microchip.com wrote: Add the dts files to support deivce tree, update the configuration files to support the device tree and driver model. The peripheral clock and pins configuration are handled by the

[U-Boot] [PATCH v2 5/5] spl: fit: Add booting OS first

2017-08-07 Thread York Sun
If CONFIG_SPL_OS_BOOT is enabled, boot OS if kernel image is found in FIT structure. Signed-off-by: York Sun --- This presums the kernel image doesn't exist in a FIT image intended for U-Boot. If kernel image normally co-exists with U-Boot and other images and user intends to

[U-Boot] [PATCH v2 3/5] spl: fit: Eanble GZIP support for image decompression

2017-08-07 Thread York Sun
Add Kconfig option SPL_GZIP and SPL_ZLIB to enable gunzip support for SPL boot, eg. falcon boot compressed kernel image. Signed-off-by: York Sun --- Changes in v2: Combine Kconfig change and actual code into one patch common/spl/spl_fit.c | 28 ++--

[U-Boot] [PATCH v2 4/5] spl: fit: Support both external and embedded data

2017-08-07 Thread York Sun
SPL supports U-Boot image in FIT format which has data outside of FIT structure. This adds support for embedded data for normal FIT images. Signed-off-by: York Sun --- Changes in v2: Rebase on top of "SPL: FIT: factor out spl_load_fit_image()" by Andre Przywara

[U-Boot] [PATCH v2 1/5] tools: pblimage: Fix address calculation

2017-08-07 Thread York Sun
The image size should be added to the initial pbl command, not bit "ORed". Signed-off-by: York Sun --- Changes in v2: None tools/pblimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pblimage.c b/tools/pblimage.c index ffc3268..d25a733 100644

[U-Boot] [PATCH v2 2/5] cmd: spl: Fix compiling warning

2017-08-07 Thread York Sun
Fix warning "cast from pointer to integer of different size". Signed-off-by: York Sun --- Changes in v2: None cmd/spl.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/spl.c b/cmd/spl.c index 057764a..562140a 100644 --- a/cmd/spl.c +++

[U-Boot] [PATCH v2 0/5] Extend FIT support for falcon boot

2017-08-07 Thread York Sun
This patch set extends FIT support for falcon boot. The difference between U-Boot FIT and Linux FIT lies not only on the images inside, but also the data offset. U-Boot FIT image has data outside of the FIT structure while Linux FIT image can have data embedded within. Linux FIT can use compressed

Re: [U-Boot] [PATCH] armv8: layerscape platform pcie link up state judgment strongly

2017-08-07 Thread York Sun
On 08/02/2017 07:58 PM, Bao Xiaowei wrote: > modifiy the ls_pcie_link_up function, add the following three judging > mechanisms: > > detect state: return link down status; > L0 state: return link up status; > other state: delay about 100ms retrieve Status Returns the corresponding link > status;

Re: [U-Boot] [PATCH 6/8] armv7: Add workaround for USB erratum A-009798

2017-08-07 Thread York Sun
On 07/09/2017 07:41 PM, Ran Wang wrote: > The default setting for USB High Speed Squelch Threshold results > in a threshold close to or lower than 100mV. This leads to Receive > Compliance test failure for a 100mV threshold. > > The changes shift the threshold from ~100mV towards ~130mV resulting

Re: [U-Boot] [PATCH] ls1046aqds: update the defaule mtdparts

2017-08-07 Thread York Sun
On 07/12/2017 04:44 AM, xiaowei.bao wrote: > From: Bao Xiaowei > > modify the include/configs/ls1046aqds.h file, according to the latest > partion rules, norflash nandflash dspiflash detailed partion as follows: > > mtd0: 0010 0002 "nor_bank0_rcw" > mtd1: 0020

Re: [U-Boot] [PATCH 7/8] armv7: Add workaround for USB erratum A-008997

2017-08-07 Thread York Sun
On 07/09/2017 07:41 PM, Ran Wang wrote: > Low Frequency Periodic Singaling (LFPS) Peak-to-Peak Differential > Output Voltage Test Compliance fails using default transmitter settings > > Change settings required for transmitter signal swings to pass > compliance tests. > > Signed-off-by: Sriram

Re: [U-Boot] [PATCH 8/8] armv7: Add workaround for USB erratum A-009007

2017-08-07 Thread York Sun
On 07/09/2017 07:41 PM, Ran Wang wrote: > Rx Compliance tests may fail intermittently at high > jitter frequencies using default register values > > Changes identified in test setup makes the Rx compliance test pass > > Signed-off-by: Sriram Dash > Signed-off-by: Rajesh

Re: [U-Boot] [PATCH 5/8] armv7: Add workaround for USB erratum A-009008

2017-08-07 Thread York Sun
On 07/09/2017 07:41 PM, Ran Wang wrote: > USB High Speed (HS) EYE Height Adjustment > USB HS speed eye diagram fails with the default value at > many corners, particularly at a high temperature > > Optimal eye at TXVREFTUNE value to 1001 is ovserved, change > set the same value. > >

Re: [U-Boot] [PATCH 4/8] armv8: Add workaround for USB erratum A-009007

2017-08-07 Thread York Sun
On 07/09/2017 07:41 PM, Ran Wang wrote: > Rx Compliance tests may fail intermittently at high > jitter frequencies using default register values. > > Changes identified in setup makes the Rx compliance test pass. > > Signed-off-by: Sriram Dash > Signed-off-by: Rajesh Bhagat

Re: [U-Boot] [PATCH 2/8] armv8: Add workaround for USB erratum A-009798

2017-08-07 Thread York Sun
On 07/09/2017 07:41 PM, Ran Wang wrote: > The default setting for USB High Speed Squelch Threshold results > in a threshold close to or lower than 100mV. This leads to Receiver > Compliance test failure for a 100mV threshold. > > The changes shift the threshold from ~100mV woards ~130mV resulting

Re: [U-Boot] [PATCH 1/8] armv8: Add workaround for USB erratum A-009008

2017-08-07 Thread York Sun
Only cosmetic issues found in this set. Please check more comments on patch 4. On 07/09/2017 07:41 PM, Ran Wang wrote: > USB High Speed (HS) EYE Height Adjustment > USB HS speed eye diagram fails with the default value at > many corners, particularly at a high temperature > > Optimal eye at

Re: [U-Boot] [PATCH v2] arm: omap: Fix 'get_device_type()' for OMAP34XX

2017-08-07 Thread Derald Woods
On Mon, Aug 7, 2017 at 7:41 AM, Tom Rini wrote: > On Mon, Aug 07, 2017 at 07:35:30AM -0500, Derald Woods wrote: > > On Mon, Jul 31, 2017 at 7:41 AM, Derald D. Woods < > woods.techni...@gmail.com> > > wrote: > > > > > Fixes: 00bbe96ebabb ("arm: omap: Unify get_device_type()

Re: [U-Boot] [PATCH v0 21/20] efi_loader: hack for archs that cannot do unaligned accesses

2017-08-07 Thread Rob Clark
On Mon, Aug 7, 2017 at 5:14 PM, Mark Kettenis wrote: >> From: Alexander Graf >> Date: Mon, 7 Aug 2017 21:19:37 +0100 >> >> On 05.08.17 21:31, Rob Clark wrote: >> > On Sat, Aug 5, 2017 at 4:05 PM, Heinrich Schuchardt >> > wrote: >> >>

Re: [U-Boot] [PATCH 1/1] board: ls2080ardb: Add fsl_fdt_fixup_flash

2017-08-07 Thread York Sun
On 07/05/2017 05:32 AM, Santan Kumar wrote: > IFC and QSPI are muxed on board. > > Add fsl_fdt_fixup_flash() > -To disable IFC node in dts if QSPI is enabled. > -Or disable QSPI node in dts if IFC is enabled. The pin mux is at SoC level. Can you put this fixup at SoC level? York

Re: [U-Boot] [PATCH v2] Convert ARCH_OMAP2PLUS boards' CONFIG_SYS_TEXT_BASE to Kconfig

2017-08-07 Thread Adam Ford
On Aug 7, 2017 4:48 PM, "Peter Robinson" wrote: On Fri, Jul 28, 2017 at 2:32 PM, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_SYS_TEXT_BASE > > The includes, whitelist, etc. were left for now but I don't get any > build errors

Re: [U-Boot] [PATCH v2] Convert ARCH_OMAP2PLUS boards' CONFIG_SYS_TEXT_BASE to Kconfig

2017-08-07 Thread Peter Robinson
On Fri, Jul 28, 2017 at 2:32 PM, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_SYS_TEXT_BASE > > The includes, whitelist, etc. were left for now but I don't get any > build errors or warnings on the omap3_logic_defconfig or > am3517_evm_defconfig

[U-Boot] [PATCH] Convert CONFIG_NAND to Kconfig

2017-08-07 Thread Tom Rini
From: Adam Ford This converts the following to Kconfig: CONFIG_NAND Signed-off-by: Adam Ford [trini: Sync up a few more, add imply's] Signed-off-by: Tom Rini --- A note about further imply's. At least as things stand now while we

Re: [U-Boot] [PATCH] fsl-lsch2: csu: correct the workaround A-010315

2017-08-07 Thread York Sun
On 07/03/2017 03:07 AM, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The implementation of workaround A-010315 is wrong, it updated > other IP's CSU registers. > > Signed-off-by: Hou Zhiqiang > --- > board/freescale/common/ns_access.c | 20

Re: [U-Boot] [PATCH v0 21/20] efi_loader: hack for archs that cannot do unaligned accesses

2017-08-07 Thread Mark Kettenis
> From: Alexander Graf > Date: Mon, 7 Aug 2017 21:19:37 +0100 > > On 05.08.17 21:31, Rob Clark wrote: > > On Sat, Aug 5, 2017 at 4:05 PM, Heinrich Schuchardt > > wrote: > >> On 08/05/2017 08:43 PM, Rob Clark wrote: > >>> On Sat, Aug 5, 2017 at 1:06 PM, Rob

Re: [U-Boot] [PATCH 1/1] driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl applied

2017-08-07 Thread York Sun
On 06/28/2017 10:47 PM, Santan Kumar wrote: > In fsl_mc_ldpaa_exit(), in case of mc is booted and > dpl is applied, it should return earlier without executing > dpbp_exit() > > Signed-off-by: Santan Kumar > --- > This piece of code is mistakenly removed in below patch. >

Re: [U-Boot] Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig

2017-08-07 Thread Joe Hershberger
Hi Alexandru, https://patchwork.ozlabs.org/patch/796444/ was applied to 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: micrel: add an option to disable gigabit for the KSZ9031

2017-08-07 Thread Joe Hershberger
Hi Sebastien, https://patchwork.ozlabs.org/patch/796357/ was applied to 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] Move PHYLIB to Kconfig

2017-08-07 Thread Joe Hershberger
Hi Alexandru, https://patchwork.ozlabs.org/patch/796600/ was applied to 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] [PATCH 1/1] board/ls2081ardb: Some updates like flash type

2017-08-07 Thread York Sun
Santan, Please rephrase your subject. It is too vague, probably because you are making unrelated changes in one patch. On 06/23/2017 03:08 AM, Santan Kumar wrote: > Patch makes below changes: > -Update QSPI flash type > As per updated board design, > different QSPI flash is

Re: [U-Boot] net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021

2017-08-07 Thread Joe Hershberger
Hi Alexandru, https://patchwork.ozlabs.org/patch/785708/ was applied to 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] [PATCH 1/1] board/ls2080ardb: Disable SD-related GPIO programming

2017-08-07 Thread York Sun
On 06/20/2017 11:54 PM, Priyanka Jain wrote: > > >> -Original Message- >> From: York Sun >> Sent: Wednesday, June 14, 2017 2:16 AM >> To: Santan Kumar ; u-boot@lists.denx.de >> Cc: Priyanka Jain >> Subject: Re: [PATCH 1/1] board/ls2080ardb:

Re: [U-Boot] [PATCH v2 1/2] LS2080ARDB: QSPI boot: Secure Boot image validation

2017-08-07 Thread York Sun
On 05/27/2017 01:33 AM, Udit Agarwal wrote: > Validates the images in the ESBC phase for (QSPI boot) using > esbc_validate command. Add images validation in default > environment under mcinitcmd prior to MC initialization. > > Adds header address for PPA to be validated during ESBC phase for >

Re: [U-Boot] net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxx

2017-08-07 Thread Joe Hershberger
Hi Alexandru, https://patchwork.ozlabs.org/patch/785712/ was applied to 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: usb: r8152: fix "duplicate 'const' declaration specifier"

2017-08-07 Thread Joe Hershberger
Hi Philipp, https://patchwork.ozlabs.org/patch/780519/ was applied to 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: Use packed structures for networking

2017-08-07 Thread Joe Hershberger
Hi Denis, https://patchwork.ozlabs.org/patch/792238/ was applied to 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: move Broadcom SF2 driver to Kconfig

2017-08-07 Thread Joe Hershberger
Hi Steve, https://patchwork.ozlabs.org/patch/786395/ was applied to 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: Add AFE settings to the Broadcom Cygnus phy

2017-08-07 Thread Joe Hershberger
Hi Arun, https://patchwork.ozlabs.org/patch/791280/ was applied to 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: Fix compile failure in net.c

2017-08-07 Thread Joe Hershberger
Hi Holger, https://patchwork.ozlabs.org/patch/791559/ was applied to 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: micrel: Separate KSZ9000 drivers from KSZ8000 drivers

2017-08-07 Thread Joe Hershberger
Hi Alexandru, https://patchwork.ozlabs.org/patch/785710/ was applied to 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: ag7xxx: Propagate errors on phy access

2017-08-07 Thread Joe Hershberger
Hi Joe, https://patchwork.ozlabs.org/patch/780856/ was applied to 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: ag7xxx: Comment register names

2017-08-07 Thread Joe Hershberger
Hi Joe, https://patchwork.ozlabs.org/patch/780854/ was applied to 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: Hide Micrel KSZ9021 and KSZ9031 Kconfig options

2017-08-07 Thread Joe Hershberger
Hi Alexandru, https://patchwork.ozlabs.org/patch/785711/ was applied to 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: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1

2017-08-07 Thread Joe Hershberger
Hi Alexandru, https://patchwork.ozlabs.org/patch/785831/ was applied to 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: tftp: silence a subscript above array bounds compile time warning

2017-08-07 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/781896/ was applied to 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 static to do_tftpput()

2017-08-07 Thread Joe Hershberger
Hi Masahiro, https://patchwork.ozlabs.org/patch/779383/ was applied to 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: Get mac address from driver as seed

2017-08-07 Thread Joe Hershberger
Hi Jimmy, https://patchwork.ozlabs.org/patch/772007/ was applied to 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/phy/fixed: do not overwrite addr

2017-08-07 Thread Joe Hershberger
Hi Christian, https://patchwork.ozlabs.org/patch/771848/ was applied to 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

2017-08-07 Thread Joe Hershberger
Hi Tom, The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5: common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 -0400) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you to fetch changes up to

Re: [U-Boot] [PATCH] igep00x0: merge igep0020 and igep0030 defconfigs to igep00x0_defconfig

2017-08-07 Thread Ladislav Michl
Hello Pau, On Sun, Aug 06, 2017 at 12:51:38PM +0200, Pau Pajuelo wrote: > Update igep00x0 code with the following features: > - Add board and revision detection for the boards: > - IGEP0020-RF > - IGEP0020-RC > - IGEP0030-RG > - IGEP0030-RE (it would be great to see this page updated:

Re: [U-Boot] [PATCH v0 21/20] efi_loader: hack for archs that cannot do unaligned accesses

2017-08-07 Thread Alexander Graf
On 05.08.17 21:31, Rob Clark wrote: On Sat, Aug 5, 2017 at 4:05 PM, Heinrich Schuchardt wrote: On 08/05/2017 08:43 PM, Rob Clark wrote: On Sat, Aug 5, 2017 at 1:06 PM, Rob Clark wrote: On Sat, Aug 5, 2017 at 12:52 PM, Heinrich Schuchardt

Re: [U-Boot] [PATCH] arm64: ls2088ardb: Add distro secure boot support

2017-08-07 Thread York Sun
On 06/11/2017 09:16 PM, Vinitha Pillai-B57223 wrote: > Enable validation of boot.scr script prior to its execution dependent > on "secureboot" flag in environment. Also enable "secureboot=y" > flag in environment for ARM based platforms instead of bootcmd. > > Signed-off-by: Vinitha Pillai

Re: [U-Boot] [U-Boot, v4, 60/66] rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368

2017-08-07 Thread Dr. Philipp Tomsich
Tom, > On 07 Aug 2017, at 16:05, Tom Rini wrote: > > On Mon, Aug 07, 2017 at 10:48:12AM +0200, Dr. Philipp Tomsich wrote: >> +Tom >> >> Ok, so the problem is 'scripts/setlocalversion’, which does the following: >>> if test -e include/config/auto.conf; then >>>.

Re: [U-Boot] [PATCH] arm64: ls2088ardb: Add distro boot support

2017-08-07 Thread York Sun
On 06/04/2017 08:07 PM, ying.zhang22...@nxp.com wrote: > From: Zhang Ying-22455 > > Include common config_distro_defaults.h and config_distro_bootcmd.h > for u-boot enviroments to support automatical distro boot which > scan boot.scr from external storage devices(e.g.

Re: [U-Boot] [PATCH] arm: ls1021atwr: Add distro secure boot support

2017-08-07 Thread York Sun
On 06/05/2017 08:54 PM, Sumit Garg wrote: > Enable validation of boot.scr script prior to its execution dependent > on "secureboot" flag in environment. Disable fall back option to > qspi boot in case of secure boot. Also enable "secureboot=y" flag > in environment for ARM based platforms instead

Re: [U-Boot] [PATCH] arm64: ls1046ardb: Add distro secure boot support

2017-08-07 Thread York Sun
On 06/05/2017 08:53 PM, Sumit Garg wrote: > Enable validation of boot.scr script prior to its execution dependent > on "secureboot" flag in environment. Disable fall back option to > qspi boot in case of secure boot. Also enable "secureboot=y" flag > in environment for ARM based platforms instead

Re: [U-Boot] [PATCH] arm64: ls1043ardb: Add distro secure boot support

2017-08-07 Thread York Sun
On 06/04/2017 11:54 PM, Sumit Garg wrote: > Enable validation of boot.scr script prior to its execution dependent > on "secureboot" flag in environment. Disable fall back option to > nor/qspi boot in case of secure boot. Also enable "secureboot=y" > flag in environment for ARM based platforms

Re: [U-Boot] [Patch v2 2/2] arm64: ls1046ardb: Add distro boot support

2017-08-07 Thread York Sun
On 06/14/2017 08:26 PM, Gong Qianyu wrote: > Tested on ls1046ardb with automatically boot Ubuntu from SD card or > USB disk, if it fails to detect external storage disk, fall back to > qspi boot. > > Signed-off-by: Shengzhou Liu > Signed-off-by: Gong Qianyu

Re: [U-Boot] [Patch v2 1/2] armv8: ls1046a: move CONFIG_CMD_USB to defconfig

2017-08-07 Thread York Sun
On 06/14/2017 08:26 PM, Gong Qianyu wrote: > Move the macro to defconfig to take effect globally. > > Signed-off-by: Gong Qianyu > --- > v2: > - Reordered the macro. > Applied to fsl-qoriq master. Thanks. York ___ U-Boot

Re: [U-Boot] [PATCH v4] arm64: ls1043ardb: Add distro boot support

2017-08-07 Thread York Sun
On 06/08/2017 01:15 AM, Shengzhou Liu wrote: > Include common config_distro_defaults.h and config_distro_bootcmd.h > for u-boot enviroments to support automatical distro boot which > scan boot.scr from external storage devices(e.g. SD/USB/SATA/SCSI disk) > and execute autoboot script. Tested on

Re: [U-Boot] [PATCH 1/1] soc/fsl-layerscape: Update SVR number for LS2081A and LS2041A

2017-08-07 Thread York Sun
On 06/08/2017 11:16 PM, Santan Kumar wrote: > Update SVR as per the SOC document. > -LS2081A: 0x870919 -> 0x870918 > -LS2041A: 0x870915 -> 0x870914 > > Signed-off-by: Santan Kumar > Signed-off-by: Priyanka Jain > Signed-off-by: Hou Zhiqiang

Re: [U-Boot] [PATCH 1/1] fsl/usb: enable errata-a010151 for ls2088a and ls2081a

2017-08-07 Thread York Sun
On 06/08/2017 11:16 PM, Santan Kumar wrote: > Signed-off-by: Santan Kumar > --- > drivers/usb/common/fsl-errata.c | 4 > 1 file changed, 4 insertions(+) > Applied to fsl-qoriq master. Thanks. York ___ U-Boot mailing list

Re: [U-Boot] [PATCH 1/1] board/ls2080aqds, SD-boot: Update env offset

2017-08-07 Thread York Sun
On 06/08/2017 11:15 PM, Santan Kumar wrote: > As per new memory layout, Update env offset > from 0x20 to 0x30 > > Signed-off-by: Santan Kumar > --- Applied to fsl-qoriq master. Thanks. York ___ U-Boot mailing list

Re: [U-Boot] [PATCH] armv8: Remove duplicate definition for IH_ARCH_ARM and IH_ARCH_ARM64

2017-08-07 Thread York Sun
On 06/08/2017 01:31 AM, Alison Wang wrote: > The duplicate definitions for IH_ARCH_ARM and IH_ARCH_ARM64 are removed. > The definitions in are used. > > According to this modification, the comparison between os arch and cpu > arch is done in C programming instead of ASM programming. > >

Re: [U-Boot] [PATCH 1/1] spi: fsl_qspi: Pet watchdog even more

2017-08-07 Thread York Sun
On 06/13/2017 10:49 PM, Alexander Stein wrote: > On Tuesday 13 June 2017 20:36:35, York Sun wrote: >> On 06/01/2017 04:26 AM, Alexander Stein wrote: >>> Pet the watchdog once upon each command call (qspi_xfer) and during >>> each loop iteration in several commands. >>> >>> This fixes a watchdog

Re: [U-Boot] [PATCH] arm: ls1021atwr: Add distro boot support

2017-08-07 Thread York Sun
On 05/26/2017 01:01 AM, Alison Wang wrote: > This patch includes common config_distro_defaults.h and > config_distro_bootcmd.h for u-boot enviroments to support distro boot > which automatically scan boot.scr from storage devices(e.g. > SD/USB/SATA/SCSI disk) and execute autoboot script on

[U-Boot] [PATCH v2] dm: core: also parse chosen node

2017-08-07 Thread Rob Clark
This is the node that would contain, for example, the framebuffer setup by an earlier stage. Signed-off-by: Rob Clark --- v2: simplify a bit (and fix incorrect handling of pre_reloc_only) by calling dm_scan_fdt_node() recursively to handle chosen node; add to sandbox

[U-Boot] Please pull u-boot-video/master

2017-08-07 Thread Anatolij Gustschin
Hi Tom, The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5: common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 -0400) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to

[U-Boot] [PATCH v4] usb: kbd: don't fail with iomux

2017-08-07 Thread Rob Clark
stdin might not be set, which would cause iomux_doenv() to fail therefore causing probe_usb_keyboard() to fail. Furthermore if we do have iomux enabled, the sensible thing (in terms of user experience) would be to simply add ourselves to the list of stdin devices. This fixes an issue with usbkbd

Re: [U-Boot] [PATCH v3 3/3] rockchip: video: defconfig: Add mipi dsi support for evb-rk3288

2017-08-07 Thread Anatolij Gustschin
On Wed, 21 Jun 2017 11:22:03 +0800 Eric Gao eric@rock-chips.com wrote: > Add support for rk3288 mipi dsi. > > Signed-off-by: Eric Gao > Reviewed-by: Simon Glass > > --- > > Changes in v2: None > Changes in v1: > -Make the subject more

Re: [U-Boot] [PATCH v3 2/3] rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsi

2017-08-07 Thread Anatolij Gustschin
On Wed, 21 Jun 2017 11:22:02 +0800 Eric Gao eric@rock-chips.com wrote: > Signed-off-by: Eric Gao > --- > > Changes in v2: None > Changes in v1: None > > drivers/video/rockchip/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git

Re: [U-Boot] [PATCH v3 1/3] rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi

2017-08-07 Thread Anatolij Gustschin
On Wed, 21 Jun 2017 11:22:01 +0800 Eric Gao eric@rock-chips.com wrote: > Add rk3288 soc specific driver for mipi dsi. > > Signed-off-by: Eric Gao > Reviewed-by: Simon Glass > > --- > > Changes in v2: > -Cancel the force convert for

[U-Boot] [PATCH] travis-ci: Emulate 'make tests'

2017-08-07 Thread Tom Rini
The 'tests' target will run sandbox, sandbox_spl and sandbox_flattree in test.py and in the case of sandbox_spl ensure that we just run the specific tests for that build. Update our matrix to perform similar test.py runs. Signed-off-by: Tom Rini --- .travis.yml | 9

Re: [U-Boot] [PATCH v0 01/20] fs: add fs_readdir()

2017-08-07 Thread Rob Clark
On Mon, Aug 7, 2017 at 2:19 PM, Brüns, Stefan wrote: > On Freitag, 4. August 2017 21:31:43 CEST Rob Clark wrote: >> Needed to support efi file protocol. The fallback.efi loader wants >> to be able to read the contents of the /EFI directory to find an OS >> to boot.

Re: [U-Boot] [PATCH v4 2/3] rockchip: video: mipi: Split mipi driver into common and specific parts

2017-08-07 Thread Anatolij Gustschin
On Mon, 7 Aug 2017 20:59:26 +0200 Anatolij Gustschin ag...@denx.de wrote: > From: "eric@rock-chips.com" > > To compatible with different rockchip soc, we split the mipi dirver into > common and soc specific parts, and all the soc share the common > functions from

Re: [U-Boot] [PATCH v3 2/3] rockchip: video: mipi: Split mipi driver into common and specific parts

2017-08-07 Thread Anatolij Gustschin
On Mon, 7 Aug 2017 19:40:49 +0200 Anatolij Gustschin ag...@denx.de wrote: ... > > Applied to u-boot-video/master, thanks! this breaks building, dropped. -- Anatolij ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v4 2/3] rockchip: video: mipi: Split mipi driver into common and specific parts

2017-08-07 Thread Anatolij Gustschin
From: "eric@rock-chips.com" To compatible with different rockchip soc, we split the mipi dirver into common and soc specific parts, and all the soc share the common functions from common driver part. Signed-off-by: Eric Gao Acked-by:

[U-Boot] [PATCH] i2c: designware: Allow sending restart conditions

2017-08-07 Thread Marek Vasut
Allow sending restart conditions upon direction change as this is required by some chips. Signed-off-by: Marek Vasut Cc: Stefan Roese Cc: Alexey Brodkin Cc: Heiko Schocher --- drivers/i2c/designware_i2c.c | 3 ++- 1 file

Re: [U-Boot] [PATCH v0 01/20] fs: add fs_readdir()

2017-08-07 Thread Brüns , Stefan
On Freitag, 4. August 2017 21:31:43 CEST Rob Clark wrote: > Needed to support efi file protocol. The fallback.efi loader wants > to be able to read the contents of the /EFI directory to find an OS > to boot. > > For reference, the expected EFI semantics are described in (v2.7 of UEFI > spec) in

[U-Boot] [PATCH 2/2] Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig

2017-08-07 Thread Adam Ford
This converts the following to Kconfig: CONFIG_SYS_I2C_OMAP24XX Signed-off-by: Adam Ford --- arch/arm/mach-omap2/Kconfig| 5 + configs/ti816x_evm_defconfig | 1 + drivers/i2c/Kconfig| 6 ++ include/configs/am3517_crane.h

  1   2   3   >