Re: [U-Boot] [PATCH v2 1/2] lib: net_utils: make string_to_ip stricter

2017-01-04 Thread Chris Packham
Hi Wolfgang, On Wed, Jan 4, 2017 at 11:04 PM, Wolfgang Denk wrote: > Dear Chris, > > In message <20170104003626.4211-1-judge.pack...@gmail.com> you wrote: >> >> With the input "1234192.168.1.1" the old behaviour would truncate the >> address to 192.168.1.1. New behaviour rejects

[U-Boot] [PATCH] board: samsung: goni: fix the pmic's name for getting

2017-01-04 Thread Jaehoon Chung
For Getting from uclass, use the "max8998-pmic" as name. It also needs to change the dt-node's name as "max8998-pmic". Otherwise, it doesn't find the pmic device. Because it's only searching for 'max8998_pmic'. Signed-off-by: Jaehoon Chung ---

Re: [U-Boot] [PATCH 1/5] pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic

2017-01-04 Thread Z.Q. Hou
Hi Jaehoon, Thanks a lot for your review! > -Original Message- > From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Sent: 2017年1月5日 9:46 > To: york sun ; Z.Q. Hou > Cc: u-boot@lists.denx.de; s...@chromium.org; Prabhakar Kushwaha >

Re: [U-Boot] [PATCH v2] arm: samsung: goni: use the driver model for max8998

2017-01-04 Thread Minkyu Kang
Dear Jaehoon, On Tuesday, 3 January 2017, Jaehoon Chung wrote: > Remove the "ifndef CONFIG_DM_I2C". > Instead, use the driver model for max8998. > > Signed-off-by: Jaehoon Chung > > --- > Changelog on V2: > - Removes the

[U-Boot] [PATCH] api: storage: Test all block device in dev_stor_get

2017-01-04 Thread Emmanuel Vadot
In a config with one MMC at device id '1' and no MMC at device id '0' (a BeagleBone Black with no sd inserted for example), the current code will first test to access the MMC 0 (sd port), seeing that no device is present it will simply return that no more device are present for this class. This

Re: [U-Boot] [PATCH] armv8: fsl-lsch3: enable snoopable sata read and write

2017-01-04 Thread Y.T. Tang
Hi York, For chasis2 platforms, like ls1043a and ls1046a, similar patch has been merged already. Patch information: commit 4de6ce1594fcff6fa9e626d094fa922f4889e167 Author: Tang Yuantian Date: Mon Aug 8 15:07:20 2016 armv8: fsl-lsch2: enable snoopable sata read

Re: [U-Boot] [PATCH 05/12] aspeed/ast2500: Device Tree and bindings for some of the clocks

2017-01-04 Thread Tom Rini
On Wed, Jan 04, 2017 at 05:18:42PM -0800, Maxim Sloyko wrote: > On Wed, Jan 4, 2017 at 12:58 PM, Tom Rini wrote: > > On Wed, Jan 04, 2017 at 11:46:49AM -0800, Maxim Sloyko wrote: > > > >> Signed-off-by: Maxim Sloyko > >> --- > >> > >>

Re: [U-Boot] [PATCH 1/5] pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic

2017-01-04 Thread Jaehoon Chung
Hi, On 01/05/2017 05:33 AM, york sun wrote: > +Jaehoon to comment on the driver > > On 12/09/2016 12:22 AM, Zhiqiang Hou wrote: >> From: Hou Zhiqiang >> >> This patch adds a simple pmic driver for the mc34vr500 pmic which >> is used in conjunction with the fsl T1 and LS1

Re: [U-Boot] [PATCH 4/5] kconfig: fsl PPA: move CONFIG_* to Kconfig

2017-01-04 Thread york sun
On 11/07/2016 06:39 PM, Z.Q. Hou wrote: >> Zhiqiang, >> >> How will you handle lsch3? >> > Will change it to 'select ARMV8_SEC_FIRMWARE_ERET_ADDR_REVERT if FSL_LSCH2', > since SCFG is big-endian on FSL_LSCH2 but little-endian on FSL_LSCH3. > Zhiqiang, Have you sent out an update? If not, please

Re: [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: make GPIO support optional

2017-01-04 Thread Jaehoon Chung
Hi, On 01/05/2017 04:52 AM, york sun wrote: > On 12/06/2016 08:08 PM, Yangbo Lu wrote: >> There would be compiling error as below when enable driver model for esdhc. >> undefined reference to `dm_gpio_get_value' >> undefined reference to `gpio_request_by_name_nodev' >> This patch is to make GPIO

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread André Przywara
On 04/01/17 22:59, jonsm...@gmail.com wrote: > On Wed, Jan 4, 2017 at 5:36 PM, André Przywara wrote: >> On 04/01/17 19:00, jonsm...@gmail.com wrote: >>> On Wed, Jan 4, 2017 at 12:29 PM, André Przywara >>> wrote: On 04/01/17 16:40,

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread jonsm...@gmail.com
On Wed, Jan 4, 2017 at 5:36 PM, André Przywara wrote: > On 04/01/17 19:00, jonsm...@gmail.com wrote: >> On Wed, Jan 4, 2017 at 12:29 PM, André Przywara >> wrote: >>> On 04/01/17 16:40, jonsm...@gmail.com wrote: On Wed, Jan 4, 2017 at 8:36 AM,

Re: [U-Boot] [PATCH 00/12] arm: aspeed: Basic support for Aspeed AST2500 part and eval board

2017-01-04 Thread Maxim Sloyko
On Wed, Jan 4, 2017 at 12:26 PM, Tom Rini wrote: > On Wed, Jan 04, 2017 at 11:46:44AM -0800, Maxim Sloyko wrote: > >> This series adds minimal support for AST2500 part and eval board, >> enough to boot EVB into prompt. It contains WDT, Timer, Sysreset, >> Clock (very basic)

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread André Przywara
On 04/01/17 19:00, jonsm...@gmail.com wrote: > On Wed, Jan 4, 2017 at 12:29 PM, André Przywara > wrote: >> On 04/01/17 16:40, jonsm...@gmail.com wrote: >>> On Wed, Jan 4, 2017 at 8:36 AM, André Przywara >>> wrote: On 04/01/17 11:25,

Re: [U-Boot] [PATCH] powerpc/t2080: DDR controller erratum A-009942

2017-01-04 Thread york sun
On 10/26/2016 12:54 PM, Hamish Martin wrote: >> York > Just to clarify, should I abandon this patch because you (or someone > else from NXP) will provide a better, more comprehensive fix? Hamish, New implementation of erratum workaround for A009942 is in place, see commit 473f1fc2 and 90101386.

Re: [U-Boot] [PATCH] board: freescale: ls2080a: Intergrate and enable PPA on LS2080A

2017-01-04 Thread york sun
On 12/29/2016 10:01 PM, Prabhakar Kushwaha wrote: > >> -Original Message- >> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Abhimanyu >> Saini >> Sent: Thursday, December 29, 2016 9:52 AM >> To: york sun ; u-boot@lists.denx.de >> Cc: Priyanka Jain

Re: [U-Boot] [PATCH] arm: layerscape: Enable UUID & GPT partition for NXP's ARM SoC

2017-01-04 Thread york sun
On 12/25/2016 11:29 PM, Igor Grinberg wrote: > Hi Prabhakar Kushwaha, > > On 12/26/16 08:45, Prabhakar Kushwaha wrote: >> Enable UUID and GPT partition support for NXP's ARM based SoCs >> i.e. LS1012A, LS1021A, LS1043A, LS1046A and LS2080A. >> >> Also enable DOS partition for LS1012AFRDM boards.

Re: [U-Boot] [PATCH 2/2] armv8: ls1012a: Add support of PPA

2017-01-04 Thread york sun
On 12/15/2016 02:10 AM, Prabhakar Kushwaha wrote: > The PPA implements PSCI which requires for power managment. > > Added support of PPA for LS1012AQDS, LS1012ARDB and LS1012AFRDM. > > Signed-off-by: Hou Zhiqiang > Signed-off-by: Abhimanyu Saini >

Re: [U-Boot] [PATCH 1/2][RESEND] armv8:ls2080a: Reorganise NAND_BOOT code in config flag

2017-01-04 Thread york sun
On 11/23/2016 10:47 PM, Priyanka Jain wrote: > Add CONFIG_NAND_BOOT config flag to organise > NAND_BOOT specific code in config flag like > -nand-boot specfic errata errata_rcw_src() > -CONFIG_SYS_NAND_U_BOOT_DST,etc > > Signed-off-by: Priyanka Jain > Signed-off-by:

Re: [U-Boot] [PATCH 2/2] spi: Zap cf_qspi driver and related code

2017-01-04 Thread Angelo Dureghello
Hi Jagan, On 02/01/2017 23:29, Jagan Teki wrote: Dropped becuase - driver not used any board. - no dm conversion. Cc: Angelo Dureghello Cc: Richard Retanubun Signed-off-by: Jagan Teki --- arch/m68k/cpu/mcf52x2/cpu_init.c

Re: [U-Boot] [PATCH 02/12] aspeed: Add support for Watchdot Timer

2017-01-04 Thread Tom Rini
On Wed, Jan 04, 2017 at 11:46:46AM -0800, Maxim Sloyko wrote: > The driver is compatible with AST2400 and AST2500 watchdogs. > There is no uclass for Watchdog yet, so the driver does not follow > the driver model. It also uses fixed clock, so no clock driver > is needed. [snip] > +/* Number of

Re: [U-Boot] [PATCH 03/12] aspeed: Add Timer Support

2017-01-04 Thread Tom Rini
On Wed, Jan 04, 2017 at 11:46:47AM -0800, Maxim Sloyko wrote: > Add support for timer for Aspeed ast2400/ast2500 devices. > The driver actually controls several devices, but because all devices > share the same Control Register, it is somewhat difficult to completely > decouple them. Since only

Re: [U-Boot] [PATCH 1/5] pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic

2017-01-04 Thread york sun
+Jaehoon to comment on the driver On 12/09/2016 12:22 AM, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > This patch adds a simple pmic driver for the mc34vr500 pmic which > is used in conjunction with the fsl T1 and LS1 series SoC. > > Signed-off-by: Hou Zhiqiang

Re: [U-Boot] [PATCH 00/12] arm: aspeed: Basic support for Aspeed AST2500 part and eval board

2017-01-04 Thread Tom Rini
On Wed, Jan 04, 2017 at 11:46:44AM -0800, Maxim Sloyko wrote: > This series adds minimal support for AST2500 part and eval board, > enough to boot EVB into prompt. It contains WDT, Timer, Sysreset, > Clock (very basic) and SDRAM MC drivers, all written from scratch, > using AST2500 datasheet.

Re: [U-Boot] [PATCH 01/12] aspeed: Add mach-aspeed directory and basic Kconfig

2017-01-04 Thread Tom Rini
On Wed, Jan 04, 2017 at 11:58:17AM -0800, Rick Altherr wrote: > On Wed, Jan 4, 2017 at 11:46 AM, Maxim Sloyko wrote: > > > Signed-off-by: Maxim Sloyko > > --- > > > > arch/arm/Kconfig | 7 +++ > > arch/arm/Makefile | 1 + > >

Re: [U-Boot] [PATCH] armv8: fsl-lsch3: enable snoopable sata read and write

2017-01-04 Thread york sun
On 12/01/2016 01:20 AM, yuantian.t...@nxp.com wrote: > From: Tang Yuantian > > By default the SATA IP on the ls208Xa SoCs does not generating > coherent/snoopable transactions. This patch enable it in the > sata axicc register. How about ls1043a, ls1046a? You didn't check

Re: [U-Boot] [PATCH][v3] armv8: fsl-layerscape: Add support of GPIO structure

2017-01-04 Thread york sun
On 12/08/2016 06:58 PM, Prabhakar Kushwaha wrote: > Layerscape Gen2 SoC supports GPIO registers to control GPIO > signals. Adding support of GPIO structure to access GPIO > registers. > > Signed-off-by: Pratiyush Srivastava > Signed-off-by: Prabhakar Kushwaha

Re: [U-Boot] [PATCH v6 1/2] armv8/fsl-layerscape: fdt: fixup LS1043A rev1 GIC node

2017-01-04 Thread york sun
On 12/09/2016 01:58 AM, Wenbin Song wrote: > Hi, york > > Because the other patch [patch v6 2/2 ] in this set depends on the format of > MSI node which is not yet ready to upstream. > I planed to send them together. > > Do you have any idea? > Can we separate MSI from this set and apply the

[U-Boot] final u-boot cleanup -- Makefiles testing non-existent CONFIG vars

2017-01-04 Thread Robert P. J. Day
last example of cleanup script for today, i promise. one more cleanup script i wrote a while back identified something very specific; Makefiles that were testing CONFIG_ variables when those variables did not seem to be set anywhere. as in, if a Makefile contained the line:

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread jonsm...@gmail.com
On Wed, Jan 4, 2017 at 12:29 PM, André Przywara wrote: > On 04/01/17 16:40, jonsm...@gmail.com wrote: >> On Wed, Jan 4, 2017 at 8:36 AM, André Przywara >> wrote: >>> >>> On 04/01/17 11:25, Chen-Yu Tsai wrote: On Wed, Jan 4, 2017 at 6:28 PM,

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread jonsm...@gmail.com
On Wed, Jan 4, 2017 at 12:29 PM, André Przywara wrote: > On 04/01/17 16:40, jonsm...@gmail.com wrote: >> On Wed, Jan 4, 2017 at 8:36 AM, André Przywara >> wrote: >>> >>> On 04/01/17 11:25, Chen-Yu Tsai wrote: On Wed, Jan 4, 2017 at 6:28 PM,

[U-Boot] [PATCH] armv8: fsl-layerscape: Fix SECURE_BOOT config

2017-01-04 Thread York Sun
Without a prompt in Kconfig, SECURE_BOOT cannot be selected by defconfig. The option was dropped unintentionally when defconfig files were cleaned up. Three targets were impacted ls1043ardb_SECURE_BOOT, ls2080ardb_SECURE_BOOT, ls2080aqds_SECURE_BOOT. Signed-off-by: York Sun

[U-Boot] Kconfig cleanup -- identifying CONFIG variables not defined in any Kconfig file

2017-01-04 Thread Robert P. J. Day
as a followup to my earlier post, one of my other linux kernel cleanup scripts was to identify "CONFIG_*" variables that *were* being tested in the source somewhere, but for which there was no definition for that variable in any Kconfig file. for example, if there exists a line: #if

Re: [U-Boot] [PATCH] ARM: omap3_logic: Add scripts to program NAND

2017-01-04 Thread Ladislav Michl
On Wed, Jan 04, 2017 at 12:06:48PM -0600, Adam Ford wrote: > This patch adds scripts to burn the kernel, U-Boot, and MLO to NAND. > The RootFS needs to be added and programmed from the kernel for now. Do you really need this all in environment? What about making this u-boot script and store it on

[U-Boot] [PATCH] ARM: omap3_logic: Add scripts to program NAND

2017-01-04 Thread Adam Ford
This patch adds scripts to burn the kernel, U-Boot, and MLO to NAND. The RootFS needs to be added and programmed from the kernel for now. Signed-off-by: Adam Ford diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 90faaf4..632885a 100644 ---

[U-Boot] [PATCH] ARM: omap3_logic: Refactor Boot Environmental variables

2017-01-04 Thread Adam Ford
Some scripts are calling the same functions, so these changes consolidate common scripts together to reduce redundancy and shrink size a bit. This also keeps the 'bootargs' variable from growing if manually called more than one time. This also adds NAND booting scripts based on newly consolidated

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread André Przywara
On 04/01/17 16:40, jonsm...@gmail.com wrote: > On Wed, Jan 4, 2017 at 8:36 AM, André Przywara wrote: >> >> On 04/01/17 11:25, Chen-Yu Tsai wrote: >>> On Wed, Jan 4, 2017 at 6:28 PM, Jagan Teki wrote: On Tue, Jan 3, 2017 at 2:52 PM,

Re: [U-Boot] [PATCH RESEND v2 1/2] spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible

2017-01-04 Thread Marek Vasut
On 01/04/2017 05:54 PM, Jagan Teki wrote: > On Wed, Jan 4, 2017 at 5:43 PM, Marek Vasut wrote: >> On 01/04/2017 05:40 PM, Jagan Teki wrote: >>> On Wed, Jan 4, 2017 at 5:22 PM, Marek Vasut wrote: On 01/04/2017 04:53 PM, Jagan Teki wrote: > On Wed, Jan 4,

[U-Boot] Pull request, u-boot-tegra/master

2017-01-04 Thread Tom Warren
Tom, Please pull u-boot-tegra/master into U-Boot/master. Thanks! All Tegra builds are OK, and Stephen's automated test system reports that all tests pass. The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388: Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500) are

Re: [U-Boot] [PATCH RESEND v2 1/2] spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible

2017-01-04 Thread Jagan Teki
On Wed, Jan 4, 2017 at 5:43 PM, Marek Vasut wrote: > On 01/04/2017 05:40 PM, Jagan Teki wrote: >> On Wed, Jan 4, 2017 at 5:22 PM, Marek Vasut wrote: >>> On 01/04/2017 04:53 PM, Jagan Teki wrote: On Wed, Jan 4, 2017 at 5:02 AM, Vignesh R wrote:

Re: [U-Boot] [PATCH RESEND v2 1/2] spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible

2017-01-04 Thread Marek Vasut
On 01/04/2017 05:40 PM, Jagan Teki wrote: > On Wed, Jan 4, 2017 at 5:22 PM, Marek Vasut wrote: >> On 01/04/2017 04:53 PM, Jagan Teki wrote: >>> On Wed, Jan 4, 2017 at 5:02 AM, Vignesh R wrote: On Tuesday 03 January 2017 07:40 PM, Jagan Teki wrote:

Re: [U-Boot] Pull request: u-boot-sunxi/master

2017-01-04 Thread Tom Rini
On Wed, Jan 04, 2017 at 05:36:14PM +0100, Jagan Teki wrote: > Hi Tom, > > Please take this PR. > > thanks! > Jagan. > > The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388: > > Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500) > > are available in the git repository

Re: [U-Boot] [PATCH RESEND v2 1/2] spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible

2017-01-04 Thread Jagan Teki
On Wed, Jan 4, 2017 at 5:22 PM, Marek Vasut wrote: > On 01/04/2017 04:53 PM, Jagan Teki wrote: >> On Wed, Jan 4, 2017 at 5:02 AM, Vignesh R wrote: >>> >>> >>> On Tuesday 03 January 2017 07:40 PM, Jagan Teki wrote: On Tue, Jan 3, 2017 at 2:35 PM, R, Vignesh

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread jonsm...@gmail.com
On Wed, Jan 4, 2017 at 8:36 AM, André Przywara wrote: > > On 04/01/17 11:25, Chen-Yu Tsai wrote: > > On Wed, Jan 4, 2017 at 6:28 PM, Jagan Teki wrote: > >> On Tue, Jan 3, 2017 at 2:52 PM, jonsm...@gmail.com > >> wrote: > >>> On

Re: [U-Boot] [PATCH RESEND v2 1/2] spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible

2017-01-04 Thread Marek Vasut
On 01/04/2017 04:53 PM, Jagan Teki wrote: > On Wed, Jan 4, 2017 at 5:02 AM, Vignesh R wrote: >> >> >> On Tuesday 03 January 2017 07:40 PM, Jagan Teki wrote: >>> On Tue, Jan 3, 2017 at 2:35 PM, R, Vignesh wrote: On 12/21/2016 10:42 AM, Vignesh R

[U-Boot] Pull request: u-boot-sunxi/master

2017-01-04 Thread Jagan Teki
Hi Tom, Please take this PR. thanks! Jagan. The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388: Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500) are available in the git repository at: git://git.denx.de/u-boot-sunxi.git master for you to fetch changes up to

Re: [U-Boot] scripts to sanity-check the Kconfig files

2017-01-04 Thread Robert P. J. Day
On Wed, 4 Jan 2017, Michal Simek wrote: ... snip ... > > so it would appear that the *correct* spelling is "CONFIG_MX_CYCLIC" > > as defined in the header file, which is what is being tested in the > > source file cmd/mem.c. > > I looked at this. Correct name should be CONFIG_CMD_MX_CYCLIC and

[U-Boot] Pull request: u-boot-spi/master

2017-01-04 Thread Jagan Teki
Hi Tom, Please take this PR. thanks! Jagan. The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388: Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500) are available in the git repository at: git://git.denx.de/u-boot-spi.git master for you to fetch changes up to

Re: [U-Boot] [PATCH v2] mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print

2017-01-04 Thread Jagan Teki
On Tue, Jan 3, 2017 at 12:24 AM, Jagan Teki wrote: > SPL from nand will print 'NAND' in boot_from_devices based on > the image_loader name, remove the extra 'NAND ' in mxs_nand_spl driver. > > Original behaviour: > --- > U-Boot SPL 2017.01-rc2-gf84dd8b (Jan 02

Re: [U-Boot] scripts to sanity-check the Kconfig files

2017-01-04 Thread Robert P. J. Day
On Wed, 4 Jan 2017, Michal Simek wrote: > I looked at this. Correct name should be CONFIG_CMD_MX_CYCLIC and > for the rest s/CONFIG_MX_CYCLIC/CONFIG_CMD_MX_CYCLIC/g with move to > defconfig. > + in Kconfig there should be dependecy on CMD_MEMORY. for better or worse, i ran that cleanup script

Re: [U-Boot] [PATCH 1/2] SECURE_BOOT: Update bootscript and its address for LS Chasis 3

2017-01-04 Thread york sun
On 01/04/2017 04:16 AM, Udit Agarwal wrote: > Update bootscript and its addresses for Layerscape Chasis 3 > based platforms instead of individual SoCs. > > Signed-off-by: Sumit Garg > Signed-off-by: Udit Agarwal > --- >

Re: [U-Boot] [PATCH 2/2] LS2080A: Add validation of MC & DPC images.

2017-01-04 Thread york sun
On 01/04/2017 04:16 AM, Udit Agarwal wrote: > Add secure boot validation of MC, DPC images using > esbc_validate command. > > Signed-off-by: Sumit Garg > Signed-off-by: Udit Agarwal > --- > include/configs/ls2080aqds.h | 19 +++ >

Re: [U-Boot] [PATCH RESEND v2 1/2] spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible

2017-01-04 Thread Jagan Teki
On Wed, Jan 4, 2017 at 5:02 AM, Vignesh R wrote: > > > On Tuesday 03 January 2017 07:40 PM, Jagan Teki wrote: >> On Tue, Jan 3, 2017 at 2:35 PM, R, Vignesh wrote: >>> >>> >>> On 12/21/2016 10:42 AM, Vignesh R wrote: According to Section 11.15.4.9.2 Indirect

Re: [U-Boot] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread Jagan Teki
On Mon, Jan 2, 2017 at 12:48 PM, Andre Przywara wrote: > Hi, > > hopefully the final version of the SPL support series for the Allwinner A64 > SoC. Actually no real code changes this time, just rebased on top of recent > master, adding some comments in patches 16/26 and

Re: [U-Boot] scripts to sanity-check the Kconfig files

2017-01-04 Thread Masahiro Yamada
2017-01-05 0:22 GMT+09:00 Michal Simek : > On 4.1.2017 15:38, Robert P. J. Day wrote: >> >> while i'm in a chatty mood, a few years back, i wrote some simple >> shell scripts that scanned the linux kernel source tree for >> inconsistencies in the Kconfig files, and pointed out

Re: [U-Boot] [PATCH v3 0/6] arm: tegra: apalis-tk1, mmc and ext clock loopback

2017-01-04 Thread Tom Warren
Mashiro, > -Original Message- > From: Masahiro Yamada [mailto:yamada.masah...@socionext.com] > Sent: Wednesday, January 04, 2017 3:07 AM > To: Tom Warren ; Marcel Ziswiler > ; Marcel Ziswiler > Cc:

Re: [U-Boot] a couple questions about "CONFIG_*" variables and the whitelist

2017-01-04 Thread Masahiro Yamada
Hi. 2017-01-04 22:55 GMT+09:00 Robert P. J. Day : > > more random questions about stuff ... i see in the top-level README > the explanation: > > "There are two classes of configuration variables: > > * Configuration _OPTIONS_: > These are selectable by the user

[U-Boot] [PATCH] ARM: omap3_logic: Use DEFAULT_LINUX_BOOT_ENV from ti_armv7_common

2017-01-04 Thread Adam Ford
Since we're including ti_armv7_common, let's pull in DEFAULT_LINUX_BOOT_ENV and remove unnecessary duplicative definitions. This patch also renames a few environmental variables to match what is inside ti_armv7_common. This should help future-proof any subsequent memory or memory location

Re: [U-Boot] scripts to sanity-check the Kconfig files

2017-01-04 Thread Michal Simek
On 4.1.2017 15:38, Robert P. J. Day wrote: > > while i'm in a chatty mood, a few years back, i wrote some simple > shell scripts that scanned the linux kernel source tree for > inconsistencies in the Kconfig files, and pointed out things like > "config" entries that were never used or tested,

[U-Boot] scripts to sanity-check the Kconfig files

2017-01-04 Thread Robert P. J. Day
while i'm in a chatty mood, a few years back, i wrote some simple shell scripts that scanned the linux kernel source tree for inconsistencies in the Kconfig files, and pointed out things like "config" entries that were never used or tested, "select" directives that referred to non-existent

[U-Boot] a couple questions about "CONFIG_*" variables and the whitelist

2017-01-04 Thread Robert P. J. Day
more random questions about stuff ... i see in the top-level README the explanation: "There are two classes of configuration variables: * Configuration _OPTIONS_: These are selectable by the user and have names beginning with "CONFIG_". * Configuration _SETTINGS_: These

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread André Przywara
On 04/01/17 11:25, Chen-Yu Tsai wrote: > On Wed, Jan 4, 2017 at 6:28 PM, Jagan Teki wrote: >> On Tue, Jan 3, 2017 at 2:52 PM, jonsm...@gmail.com >> wrote: >>> On Tue, Jan 3, 2017 at 5:41 AM, Jagan Teki wrote: On Tue, Jan 3,

[U-Boot] [PATCH 8/8] clk: zynq: Add optional ethernet emio clock source support

2017-01-04 Thread stefan.herbrechtsmeier
From: Stefan Herbrechtsmeier Add support for the optional ethernet emio clock source to the zynq clock framework driver. Signed-off-by: Stefan Herbrechtsmeier --- drivers/clk/clk_zynq.c | 33

[U-Boot] [PATCH 6/8] clk: zynq: Add zynq clock framework driver

2017-01-04 Thread stefan.herbrechtsmeier
From: Stefan Herbrechtsmeier Add a clock framework driver for the zynq platform. The driver is based on the platform zynq clock driver but reworked to use static functions instead of run-time generated objects even for unused clocks. Additionally the

[U-Boot] [PATCH 7/8] zynq: Move zynq to clock framework

2017-01-04 Thread stefan.herbrechtsmeier
From: Stefan Herbrechtsmeier Move the zynq to clock framework and remove unused functions as well as the CONFIG_ZYNQ_PS_CLK_FREQ configuration. Signed-off-by: Stefan Herbrechtsmeier --- arch/arm/Kconfig

[U-Boot] [PATCH 5/8] zynq: Remove zynq_clk_get_name function

2017-01-04 Thread stefan.herbrechtsmeier
From: Stefan Herbrechtsmeier The zynq_clk_get_name function is only used once inside the clock driver. Replace the function call with the one-line code. Signed-off-by: Stefan Herbrechtsmeier ---

[U-Boot] [PATCH 4/8] zynq: Move static clock names into separate array

2017-01-04 Thread stefan.herbrechtsmeier
From: Stefan Herbrechtsmeier The clock names are static and correspond to the clock id. Separate them from the dynamic filled clock array. Signed-off-by: Stefan Herbrechtsmeier --- arch/arm/mach-zynq/clk.c | 121

[U-Boot] [PATCH 3/8] zynq: Add clk framework support to zynq timer

2017-01-04 Thread stefan.herbrechtsmeier
From: Stefan Herbrechtsmeier If available use the clock framework to calculate the clock rate of the zynq timer. Signed-off-by: Stefan Herbrechtsmeier --- arch/arm/mach-zynq/timer.c | 25 +

[U-Boot] [PATCH 1/1] common/image.c: prefixes for binary multiples

2017-01-04 Thread Heinrich Schuchardt
IEC 8-13:2008 Quantities and units Part 13: Information science and technology defines the prefixes to use for binary multiples. Instead of writing Data Size:6726132 Bytes = 6568.49 kB = 6.41 MB in dumpimage we should write Data Size:6726132 Bytes = 6568.49 KiB = 6.41 MiB.

[U-Boot] [PATCH 2/8] net: zynq: Add clk framework support to zynq ethernet driver

2017-01-04 Thread stefan.herbrechtsmeier
From: Stefan Herbrechtsmeier If available use the clock framework to set the tx clock rate of the zynq ethernet controller. Signed-off-by: Stefan Herbrechtsmeier --- arch/arm/include/asm/arch-zynqmp/sys_proto.h |

[U-Boot] [PATCH 1/8] net: zynq: Don't overwrite gem_rclk_ctrl with default value

2017-01-04 Thread stefan.herbrechtsmeier
From: Stefan Herbrechtsmeier The gem[0-1]_rclk_ctrl registers control the source of the rx clock, control and data signals and configure via ps7_init function. Don't overwrite the register with the default value. Signed-off-by: Stefan Herbrechtsmeier

[U-Boot] [PATCH 0/8] zynq: clk: Move zynq platform to clock framework

2017-01-04 Thread stefan.herbrechtsmeier
From: Stefan Herbrechtsmeier The old platform clock driver use a dynamic array which is filled at every boot with static clock tree information and unused clock rates. This needs much memory and complicates the strip down for the SPL. The new clock

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread Chen-Yu Tsai
On Wed, Jan 4, 2017 at 6:28 PM, Jagan Teki wrote: > On Tue, Jan 3, 2017 at 2:52 PM, jonsm...@gmail.com wrote: >> On Tue, Jan 3, 2017 at 5:41 AM, Jagan Teki wrote: >>> On Tue, Jan 3, 2017 at 3:38 AM, jonsm...@gmail.com

[U-Boot] [PATCH 1/2] ARM: uniphier: enable Cadence eMMC controller for LD11/LD20

2017-01-04 Thread Masahiro Yamada
Enable SDMA (Single Operation DMA) for LD11, but not for LD20. The SDMA does not work for LD20 boards because they are generally equipped with more memory than fits in the 32 bit physical address space supported by the SDMA. Signed-off-by: Masahiro Yamada ---

[U-Boot] [PATCH 2/2] ARM: dts: uniphier: add UniPhier specific compatible to eMMC node

2017-01-04 Thread Masahiro Yamada
The "cdns,sd4hc" is a fallback of the IP. Add the SoC-specific compatible string. Signed-off-by: Masahiro Yamada --- arch/arm/dts/uniphier-ld11.dtsi | 3 +-- arch/arm/dts/uniphier-ld20.dtsi | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git

Re: [U-Boot] [PATCH] spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI

2017-01-04 Thread Jagan Teki
On Tue, Jan 3, 2017 at 3:13 PM, Jagan Teki wrote: > On Mon, Jan 2, 2017 at 7:24 PM, Priit Laes wrote: >> Fix typo introduced in ebc4ef61d76fc182773fe225151adc9b913c62eb >> >> Signed-off-by: Priit Laes > > Reviewed-by: Jagan Teki

Re: [U-Boot] [linux-sunxi] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support

2017-01-04 Thread Jagan Teki
On Tue, Jan 3, 2017 at 2:52 PM, jonsm...@gmail.com wrote: > On Tue, Jan 3, 2017 at 5:41 AM, Jagan Teki wrote: >> On Tue, Jan 3, 2017 at 3:38 AM, jonsm...@gmail.com >> wrote: >>> I recently ran into a probably with the UARTs on

Re: [U-Boot] am335x board i2c_probe fails from nand boot

2017-01-04 Thread matti kaasinen
2017-01-04 6:46 GMT+02:00 Lokesh Vutla : > > "Card did not respond to voltage select!" is coming from: > > drivers/mmc/mmc.c > > Can you check if mmc mux is being done properly? This is one subject I had to fight lately. I just can't figure out how I can feed my own dtb for

Re: [U-Boot] [PATCH v2 2/2] lib: net_utils: enforce '.' as octet separator in string_to_ip

2017-01-04 Thread Wolfgang Denk
Dear Chris Packham, In message <20170104003626.4211-2-judge.pack...@gmail.com> you wrote: > Ensure '.' is used to separate octets. If another character is seen > reject the string outright and return 0.0.0.0. What is this good for? The old code was forgiving and would accept 192,168,1,2 as

Re: [U-Boot] [PATCH v3 0/6] arm: tegra: apalis-tk1, mmc and ext clock loopback

2017-01-04 Thread Masahiro Yamada
2017-01-04 4:40 GMT+09:00 Tom Warren : > Marcel, > >> -Original Message- >> From: Marcel Ziswiler [mailto:mar...@ziswiler.com] >> Sent: Wednesday, December 21, 2016 9:26 PM >> To: u-boot@lists.denx.de >> Cc: Max Krummenacher ; Stefan Agner

Re: [U-Boot] [PATCH v2 1/2] lib: net_utils: make string_to_ip stricter

2017-01-04 Thread Wolfgang Denk
Dear Chris, In message <20170104003626.4211-1-judge.pack...@gmail.com> you wrote: > > With the input "1234192.168.1.1" the old behaviour would truncate the > address to 192.168.1.1. New behaviour rejects the string outright and > returns 0.0.0.0, which for the purposes of IP addresses can be >

Re: [U-Boot] [PATCH v3 0/6] arm: tegra: apalis-tk1, mmc and ext clock loopback

2017-01-04 Thread Masahiro Yamada
2017-01-04 4:40 GMT+09:00 Tom Warren : > Marcel, > >> -Original Message- >> From: Marcel Ziswiler [mailto:mar...@ziswiler.com] >> Sent: Wednesday, December 21, 2016 9:26 PM >> To: u-boot@lists.denx.de >> Cc: Max Krummenacher ; Stefan Agner

Re: [U-Boot] [PATCH] i2c: mux: Allow muxes to work as children of i2c bus without i2c-parent

2017-01-04 Thread Michal Simek
Hi, On 3.1.2017 17:15, Moritz Fischer wrote: > Hi Michal, > > On Tue, Jan 3, 2017 at 1:22 AM, Michal Simek wrote: >> On 2.1.2017 20:20, Moritz Fischer wrote: >>> Hi Michal, >>> >>> On Mon, Jan 2, 2017 at 6:24 AM, Michal Simek >>> wrote:

Re: [U-Boot] [PATCH v2 6/14] cmd: Add Kconfig option for CMD_MTDPARTS and related options

2017-01-04 Thread Boris Brezillon
Hi Maxime, On Tue, 22 Nov 2016 13:38:36 +0100 Maxime Ripard wrote: > CMD_MTDPARTS is something the user might or might not want to select, and > might depends on (or be selected by) other options too. > > This is even truer for the MTDIDS_DEFAULT and