[U-Boot] [PATCH 1/5] ARM: uniphier: set DTB file name to fdt_file environment

2015-12-17 Thread Masahiro Yamada
When we want to boot Linux with a DTB file downloaded from a TFTP server or somewhere, we need to know the file name to be downloaded. Assume the U-Boot configuration is shared among some similar boards. If they are similar enough, the difference only appears in device trees. The build procedure

[U-Boot] [PATCH] image: check "bootm_low" and "bootm_size" if "initrd_high" is missing

2015-12-17 Thread Masahiro Yamada
To boot Linux, we should prevent Initramdisk and FDT from going too high. Currently, boot_relocate_fdt() checks "fdt_high" environment first, and then falls back to getenv_bootm_mapsize() + getenv_bootm_low() if "fdt_high" is missing. On the other hand, boot_ramdisk_high() only checks

[U-Boot] [PATCH 2/7] ARM: uniphier: call uniphier_get_board_param() without FDT blob

2015-12-17 Thread Masahiro Yamada
Move "gd->fdt_blob" from the caller to the callee so that this function can be used more easily. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/boards.c| 7 +-- arch/arm/mach-uniphier/include/mach/init.h | 2 +-

[U-Boot] [PATCH 0/7] ARM: uniphier: misc changes for v2016.01-rc3

2015-12-17 Thread Masahiro Yamada
Masahiro Yamada (7): ARM: uniphier: add functions to get SoC model/revision ARM: uniphier: call uniphier_get_board_param() without FDT blob ARM: uniphier: split ProXstream2 board data and change DDR frequency ARM: uniphier: compile uniphier_get_board_param() for U-Boot proper ARM:

[U-Boot] [PATCH 4/7] ARM: uniphier: compile uniphier_get_board_param() for U-Boot proper

2015-12-17 Thread Masahiro Yamada
Compile this file for U-Boot proper as well as SPL, so that the U-Boot proper can call uniphier_get_board_param(). Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 1/7] ARM: uniphier: add functions to get SoC model/revision

2015-12-17 Thread Masahiro Yamada
We sometimes have to implement different code depending on the SoC revision. This commit adds functions to get the model/revision number. Note: Model number: incremented on major changes of the SoC Revision number: incremented on minor changes of the SoC The "Model 2" exists for PH1-sLD3,

[U-Boot] [PATCH 3/7] ARM: uniphier: split ProXstream2 board data and change DDR frequency

2015-12-17 Thread Masahiro Yamada
The DDR3 memory chips on ProXstream2 boards support up to 2133 MHz, while only up to 1866MHz on PH1-LD6b boards. Split the board data structure and change the DDR frequency of ProXstream2 boards to 2133 MHz. Signed-off-by: Masahiro Yamada ---

[U-Boot] [PATCH 0/5] ARM: uniphier: consolidate defconfig files

2015-12-17 Thread Masahiro Yamada
Masahiro Yamada (5): ARM: uniphier: set DTB file name to fdt_file environment ARM: uniphier: drop fdt_file from CONFIG_EXTRA_ENV_SETTINGS ARM: uniphier: merge ph1_ld4_defconfig and ph1_sld8_defconfig ARM: uniphier: support ProXstream2, PH1-LD6b boards in single defconfig ARM:

[U-Boot] [PATCH 6/7] ARM: uniphier: display model number all the time on boot up

2015-12-17 Thread Masahiro Yamada
Both "Model 1" and "Model 2" are supported for ProXstream2 and PH1-LD6b boards. It is useful to show the model number in the boot banner. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/cpu_info.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[U-Boot] [PATCH 7/7] ARM: uniphier: merge umc/ and ddrphy/ into a single directory

2015-12-17 Thread Masahiro Yamada
The UMC (Universal Memory Controller) and the DDR PHY block are highly related to each other. It is better to have both code in the same directory. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/Makefile | 2 +-

[U-Boot] [PATCH 5/7] ARM: uniphier: add macros and revision IDs for sLD11 and LD10

2015-12-17 Thread Masahiro Yamada
These are new SoCs from Socionext Inc. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/cpu_info.c | 6 ++ arch/arm/mach-uniphier/include/mach/soc_info.h | 12 +++- arch/arm/mach-uniphier/soc_info.c | 10 ++

[U-Boot] [PATCH 2/5] ARM: uniphier: drop fdt_file from CONFIG_EXTRA_ENV_SETTINGS

2015-12-17 Thread Masahiro Yamada
Now this environment is run-time set to the DTB name U-Boot is really running with. Drop the static define. Signed-off-by: Masahiro Yamada --- include/configs/uniphier.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/uniphier.h

[U-Boot] [PATCH 4/5] ARM: uniphier: support ProXstream2, PH1-LD6b boards in single defconfig

2015-12-17 Thread Masahiro Yamada
These boards are similar enough to be supported in a single defconfig file. Distinguish one from another by "DEVICE_TREE" from the command line. The how-to-build in doc/README.uniphier should be also updated. Signed-off-by: Masahiro Yamada ---

[U-Boot] who is official MAINTAINER for MPC83xx?

2015-12-17 Thread Robert P. J. Day
i CCed alleged MPC83xx maintainer kim.phill...@freescale.com yesterday on my patch, but that CC bounced with "unknown user" error, is there a newer maintainer for that platform? rday -- Robert P. J. Day

[U-Boot] [PATCH 5/5] ARM: uniphier: rename rest of defconfig files

2015-12-17 Thread Masahiro Yamada
Rename rest of defconfig files of UniPhier SoC family to have the prefix uniphier_. Signed-off-by: Masahiro Yamada --- MAINTAINERS | 1 - configs/{ph1_pro4_defconfig => uniphier_pro4_defconfig} | 0

[U-Boot] [PATCH 3/5] ARM: uniphier: merge ph1_ld4_defconfig and ph1_sld8_defconfig

2015-12-17 Thread Masahiro Yamada
These two are similar enough to be merged into a single defconfig file. Distinguish one from another by "DEVICE_TREE" from the command line. The how-to-build in doc/README.uniphier should be also updated. Signed-off-by: Masahiro Yamada --- MAINTAINERS

Re: [U-Boot] ATAGS for Tegra, Sunxi, etc.

2015-12-17 Thread Hans de Goede
Hi, On 17-12-15 10:21, Ian Campbell wrote: On Thu, 2015-12-17 at 07:40 +0100, Karsten Merker wrote: On Thu, Dec 17, 2015 at 01:59:57PM +0900, Masahiro Yamada wrote: 2015-12-17 13:58 GMT+09:00 Masahiro Yamada : Hi, I noticed some well-maintained new SoC

[U-Boot] [PATCH 1/3] freescale/qixis: Add support for booting from SD/QSPI

2015-12-17 Thread Gong Qianyu
1.Use "qixis_reset sd" to boot from SD 2.Use "qixis_reset sd_qspi" to boot from SD with QSPI support 3.Use "qixis_reset qspi" to boot from QSPI flash On some SoCs such as LS1021A and LS1043A, IFC and QSPI could be pin-multiplexed. So the switches are different between SD boot with IFC support and

Re: [U-Boot] ATAGS for Tegra, Sunxi, etc.

2015-12-17 Thread Ian Campbell
On Thu, 2015-12-17 at 07:40 +0100, Karsten Merker wrote: > On Thu, Dec 17, 2015 at 01:59:57PM +0900, Masahiro Yamada wrote: > > 2015-12-17 13:58 GMT+09:00 Masahiro Yamada > om>: > > > Hi, > > > > > > I noticed some well-maintained new SoC families still > > > define

Re: [U-Boot] [RFC] board_f: generalize code for case of no relocation

2015-12-17 Thread Bin Meng
Hi Alexey, On Thu, Dec 17, 2015 at 3:13 AM, Alexey Brodkin wrote: > Hi Bin, > > On Tue, 2015-12-15 at 20:45 +0800, Bin Meng wrote: >> On Tue, Dec 15, 2015 at 6:06 PM, Alexey Brodkin >> wrote: >> > Current implementation of disabled

[U-Boot] Problems with USB 3 hubs

2015-12-17 Thread Aaron Williams
Hi all, I maintain U-Boot for the Cavium Octeon series of 64-bit MIPS processors and have been experiencing problems with USB 3 hubs with XHCI. If I plug in a USB 3 thumb drive into a USB 3 hub it is not seen. After fixing numerous endian issues USB 3 thumb drives are fully supported via

[U-Boot] [PATCH 2/3] armv8/ls1043aqds: fix qixis_reset command issue

2015-12-17 Thread Gong Qianyu
Signed-off-by: Gong Qianyu --- include/configs/ls1043aqds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 4aeb238..346a858 100644 --- a/include/configs/ls1043aqds.h +++

[U-Boot] [PATCH 3/3] armv8/ls1043aqds: enable qixis_reset command to boot from NAND/SD

2015-12-17 Thread Gong Qianyu
Signed-off-by: Gong Qianyu --- include/configs/ls1043aqds.h | 4 1 file changed, 4 insertions(+) diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 346a858..58c7144 100644 --- a/include/configs/ls1043aqds.h +++

[U-Boot] [PATCH 0/3] QIXIS related patches

2015-12-17 Thread Gong Qianyu
Hi all, Here are three QIXIS related patches. I have tested on LS1043AQDS board. Please help to review. Thanks! Regards, Qianyu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 06/57] x86: ivybridge: Set up the LPC device using driver model

2015-12-17 Thread Bin Meng
Hi Simon, On Wed, Dec 16, 2015 at 2:57 AM, Simon Glass wrote: > Hi Bin, > > On 13 December 2015 at 05:52, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Dec 8, 2015 at 11:38 AM, Simon Glass wrote: >>> Find the LPC device in

Re: [U-Boot] [PATCH 4/7] dm: Expand the uclass for Peripheral Controller Hubs (PCH)

2015-12-17 Thread Bin Meng
Hi Simon, On Thu, Dec 17, 2015 at 12:09 PM, Simon Glass wrote: > Hi Bin, > > On 8 December 2015 at 06:23, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Dec 1, 2015 at 12:11 PM, Simon Glass wrote: >>> A Peripheral Controller Hub is an Intel

Re: [U-Boot] [PATCH v2 2/3] serial: uartlite: Add support for debug console

2015-12-17 Thread Michal Simek
On 17.12.2015 14:29, Thomas Chou wrote: > Hi Michal, > > On 2015年12月17日 20:00, Michal Simek wrote: >> Add support for debug console. >> >> Signed-off-by: Michal Simek >> --- >> >> Changes in v2: >> - Add needed header from the first patch >> - Remove WATCHDOG_RESET call

Re: [U-Boot] [PATCH v2 1/3] serial: uartlite: Move driver to DM

2015-12-17 Thread Thomas Chou
Hi Michal, On 2015年12月17日 20:00, Michal Simek wrote: Enable SPL DM too. Signed-off-by: Michal Simek --- Changes in v2: - Remove unneeded headers - Use get_dev_addr instead of fdtdec_get_addr - Use platdata instead of private data - Add opb compatible string to be in

[U-Boot] [PATCH] serial-howto: remove altera_jtag_uart and altera_uart from the list

2015-12-17 Thread Thomas Chou
Since both altera_jtag_uart and altera_uart are converted to driver model, remove them from the list of drivers remaining to convert. Signed-off-by: Thomas Chou --- doc/driver-model/serial-howto.txt | 2 -- 1 file changed, 2 deletions(-) diff --git

Re: [U-Boot] [PATCH v2 2/3] serial: uartlite: Add support for debug console

2015-12-17 Thread Thomas Chou
Hi Michal, On 2015年12月17日 20:00, Michal Simek wrote: Add support for debug console. Signed-off-by: Michal Simek --- Changes in v2: - Add needed header from the first patch - Remove WATCHDOG_RESET call - Extend commit description drivers/serial/Kconfig|

Re: [U-Boot] [PATCH v2 0/5] Add wait_for_bit()

2015-12-17 Thread LEMIEUX, SYLVAIN
> From: Mateusz Kulikowski [mailto:mateusz.kulikow...@gmail.com] > Sent: 16-Dec-15 4:59 PM > To: u-boot@lists.denx.de; Marek Vasut; LEMIEUX, SYLVAIN; Joe Hershberger > Cc: Mateusz Kulikowski > Subject: [PATCH v2 0/5] Add wait_for_bit() > > Changes in V2: > - wait_bit.o is always compiled in > -

Re: [U-Boot] [PATCH] axs103: add support of generic OHCI USB 1.1 controller

2015-12-17 Thread Alexey Brodkin
Hi Marek, On Thu, 2015-12-17 at 05:01 +0100, Marek Vasut wrote: > On Wednesday, December 16, 2015 at 08:54:11 PM, Alexey Brodkin wrote: > > Hi Marek, > > Hi! > > > On Wed, 2015-12-16 at 17:52 +0100, Marek Vasut wrote: > > > On Wednesday, December 16, 2015 at 05:05:15 PM, Alexey Brodkin wrote: >

Re: [U-Boot] ATAGS for Tegra, Sunxi, etc.

2015-12-17 Thread Tom Rini
On Thu, Dec 17, 2015 at 10:26:07AM +0100, Hans de Goede wrote: > Hi, > > On 17-12-15 10:21, Ian Campbell wrote: > >On Thu, 2015-12-17 at 07:40 +0100, Karsten Merker wrote: > >>On Thu, Dec 17, 2015 at 01:59:57PM +0900, Masahiro Yamada wrote: > >>>2015-12-17 13:58 GMT+09:00 Masahiro Yamada

[U-Boot] [PATCH v2 08/14] net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flag

2015-12-17 Thread Michal Simek
This flag is not documented anywhere in the latest documentation that's why this patch removes it. Signed-off-by: Michal Simek Acked-by: Joe Hershberger --- Changes in v2: None drivers/net/xilinx_emaclite.c | 15 ++- 1 file

Re: [U-Boot] [PATCH v2 3/3] serial: uartlite: Add uartlite to Kconfig

2015-12-17 Thread Thomas Chou
Hi Michal, On 2015年12月17日 20:00, Michal Simek wrote: - Move config option out of board file. - Remove uartlite address from config file Signed-off-by: Michal Simek --- Changes in v2: None board/xilinx/microblaze-generic/xparameters.h | 4

[U-Boot] [PATCH] common: usb: Adding delay after set configuration to support legacy devices

2015-12-17 Thread Sriram Dash
We faced random enumeration failure issue for USB sticks on XHCI driver, specifically the legacy i.e. USB 2.0 storage devices. It seems they do not respond to a USB string descriptor submission within the allowed U-Boot timeout, which is just after sending set configuration. USB stick where this

Re: [U-Boot] [PATCH v2 1/3] serial: uartlite: Move driver to DM

2015-12-17 Thread Michal Simek
On 17.12.2015 14:37, Thomas Chou wrote: > Hi Michal, > > On 2015年12月17日 20:00, Michal Simek wrote: >> Enable SPL DM too. >> >> Signed-off-by: Michal Simek >> --- >> >> Changes in v2: >> - Remove unneeded headers >> - Use get_dev_addr instead of fdtdec_get_addr >> - Use

Re: [U-Boot] [PATCH] common: usb: Adding delay after set configuration to support legacy devices

2015-12-17 Thread Marek Vasut
On Thursday, December 17, 2015 at 10:21:37 AM, Sriram Dash wrote: > We faced random enumeration failure issue for USB sticks on XHCI driver, > specifically the legacy i.e. USB 2.0 storage devices. It seems they do not > respond to a USB string descriptor submission within the allowed U-Boot >

Re: [U-Boot] [PATCH] axs103: add support of generic OHCI USB 1.1 controller

2015-12-17 Thread Marek Vasut
On Thursday, December 17, 2015 at 02:32:26 PM, Alexey Brodkin wrote: > Hi Marek, > > On Thu, 2015-12-17 at 05:01 +0100, Marek Vasut wrote: > > On Wednesday, December 16, 2015 at 08:54:11 PM, Alexey Brodkin wrote: > > > Hi Marek, > > > > Hi! > > > > > On Wed, 2015-12-16 at 17:52 +0100, Marek

Re: [U-Boot] [PATCH v4 05/16] spi: Add support for dual and quad mode

2015-12-17 Thread Jagan Teki
On 17 December 2015 at 12:19, Jagan Teki wrote: > > On Dec 17, 2015 12:01 PM, "Mugunthan V N" wrote: >> >> On Tuesday 15 December 2015 01:43 PM, Jagan Teki wrote: >> > On 15 December 2015 at 13:22, Mugunthan V N wrote: >> >> spi bus

Re: [U-Boot] ATAGS for Tegra, Sunxi, etc.

2015-12-17 Thread Stephen Warren
On 12/16/2015 09:59 PM, Masahiro Yamada wrote: + To: U-Boot ML I forgot to send this to ML. 2015-12-17 13:58 GMT+09:00 Masahiro Yamada : Hi, I noticed some well-maintained new SoC families still define CONFIG_CMDLINE_TAG. For example,

[U-Boot] [PATCH v1 00/14] Initial Microchip PIC32MZ[DA] Support

2015-12-17 Thread Purna Chandra Mandal
This patch series adds support for Microchip PIC32MZ[DA] MIPS micro-controller platform. All drivers required to boot from MMC micro-SD card and network are included in it; pinctrl, clock, serial, SDHCI, gpio, Ethernet. This series been tested on PIC32MZ[DA] Starter Kit. A tree with these

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2015-12-17 Thread Marek Vasut
On Thursday, December 17, 2015 at 04:36:20 PM, Tim Harvey wrote: > On Wed, Dec 16, 2015 at 6:40 AM, Marek Vasut wrote: > > Add DDR3 calibration code for i.MX6Q, i.MX6D and i.MX6DL. This code > > fine-tunes the behavior of the MMDC controller in order to improve > > the signal

Re: [U-Boot] [PATCH] arm: socfpga: Fixed Phy not found error. Fixed QSPI flash not found error Disabled Hardware watch dog by default. Updated MMC clock.

2015-12-17 Thread Marek Vasut
On Thursday, December 17, 2015 at 07:59:34 AM, ShengjiangWu wrote: > Hi Marek Vasut, Hi, > I will submit it later, thanks for your reminder. Thanks. Also, please do not top-post and please keep the entire Cc list intact. Also keep the ML in the list. > Best Regards > Shengjiang Wu > > > >

[U-Boot] U boot 2016 rc2 in a Q8 A13 tablet not recognize keyboard.

2015-12-17 Thread far5893
2016 rc2 version compiled against q8 A13 tablet configuration. SD boot. Usb detect give: failed,-96 error when a keyboard is connected. But recognize mass storage (an empty key memory). IBM Usb Keyboard model SK-8809-2D full working with original android. Silviop

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2015-12-17 Thread Tim Harvey
On Wed, Dec 16, 2015 at 6:40 AM, Marek Vasut wrote: > Add DDR3 calibration code for i.MX6Q, i.MX6D and i.MX6DL. This code > fine-tunes the behavior of the MMDC controller in order to improve > the signal integrity and memory stability. > > Signed-off-by: Marek Vasut

Re: [U-Boot] Problems with USB 3 hubs

2015-12-17 Thread Marek Vasut
On Thursday, December 17, 2015 at 10:12:08 AM, Aaron Williams wrote: > Hi all, Hi Aaron, > I maintain U-Boot for the Cavium Octeon series of 64-bit MIPS processors > and have been experiencing problems with USB 3 hubs with XHCI. > > If I plug in a USB 3 thumb drive into a USB 3 hub it is not

Re: [U-Boot] [PATCH v2 1/3] serial: uartlite: Move driver to DM

2015-12-17 Thread Simon Glass
Hi Michal, On 17 December 2015 at 06:58, Michal Simek wrote: > On 17.12.2015 14:37, Thomas Chou wrote: >> Hi Michal, >> >> On 2015年12月17日 20:00, Michal Simek wrote: >>> Enable SPL DM too. >>> >>> Signed-off-by: Michal Simek >>> --- >>> >>>

Re: [U-Boot] [PATCH] axs103: add support of generic OHCI USB 1.1 controller

2015-12-17 Thread Alexey Brodkin
Hi Marek, On Thu, 2015-12-17 at 16:08 +0100, Marek Vasut wrote: > On Thursday, December 17, 2015 at 02:32:26 PM, Alexey Brodkin wrote: > > Hi Marek, > > > > On Thu, 2015-12-17 at 05:01 +0100, Marek Vasut wrote: > > > On Wednesday, December 16, 2015 at 08:54:11 PM, Alexey Brodkin wrote: > > > >

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2015-12-17 Thread Tim Harvey
On Wed, Dec 16, 2015 at 7:00 AM, Eric Nelson wrote: > Hi Marek, > > On 12/16/2015 07:40 AM, Marek Vasut wrote: >> Add DDR3 calibration code for i.MX6Q, i.MX6D and i.MX6DL. This code >> fine-tunes the behavior of the MMDC controller in order to improve >> the signal integrity and

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2015-12-17 Thread Eric Nelson
Hi Tim, On 12/17/2015 08:39 AM, Tim Harvey wrote: > On Wed, Dec 16, 2015 at 7:00 AM, Eric Nelson wrote: >> Hi Marek, >> >> On 12/16/2015 07:40 AM, Marek Vasut wrote: >>> Add DDR3 calibration code for i.MX6Q, i.MX6D and i.MX6DL. This code >>> fine-tunes the behavior of the MMDC

Re: [U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-12-17 Thread Jagan Teki
On 17 December 2015 at 13:26, Mugunthan V N wrote: > On Thursday 17 December 2015 12:43 PM, Jagan Teki wrote: >> On 17 December 2015 at 12:33, Mugunthan V N wrote: >>> Jagan >>> >>> On Tuesday 27 October 2015 07:24 PM, Mugunthan V N wrote: This

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2015-12-17 Thread Tim Harvey
On Thu, Dec 17, 2015 at 7:40 AM, Marek Vasut wrote: > On Thursday, December 17, 2015 at 04:36:20 PM, Tim Harvey wrote: >> On Wed, Dec 16, 2015 at 6:40 AM, Marek Vasut wrote: >> > Add DDR3 calibration code for i.MX6Q, i.MX6D and i.MX6DL. This code >> > fine-tunes the

[U-Boot] [PATCH v1 01/14] drivers: clk: Add clock driver for Microchip PIC32 microcontroller

2015-12-17 Thread Purna Chandra Mandal
This driver implements basic clock modules available in PIC32MZ[DA] platforms. Signed-off-by: Purna Chandra Mandal --- drivers/clk/Makefile| 1 + drivers/clk/clk-pic32.c | 413 2 files changed, 414 insertions(+)

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2015-12-17 Thread Marek Vasut
On Thursday, December 17, 2015 at 05:15:46 PM, Tim Harvey wrote: > On Thu, Dec 17, 2015 at 7:40 AM, Marek Vasut wrote: > > On Thursday, December 17, 2015 at 04:36:20 PM, Tim Harvey wrote: > >> On Wed, Dec 16, 2015 at 6:40 AM, Marek Vasut wrote: > >> > Add DDR3

[U-Boot] [PATCH v1 11/18] drivers: gpio: add driver for Microchip PIC32 GPIO controller.

2015-12-17 Thread Purna Chandra Mandal
PIC32 has ten independently programmable ports and each one with 16 pins. These pins can be configured and used as GPIO, if they are not used by any other peripherals. Signed-off-by: Purna Chandra Mandal --- drivers/gpio/Kconfig | 7 ++ drivers/gpio/Makefile

[U-Boot] [PATCH v1 12/18] drivers: net: phy: add SMSC LAN8740 Phy support.

2015-12-17 Thread Purna Chandra Mandal
Add SMSC LAN8740 Phy support required for PIC32MZ[DA] devices. Signed-off-by: Purna Chandra Mandal --- drivers/net/phy/smsc.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/net/phy/smsc.c b/drivers/net/phy/smsc.c index bfd9815..34986a2

[U-Boot] [PATCH v1 03/18] drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.

2015-12-17 Thread Purna Chandra Mandal
This driver implements basic clock modules found in PIC32MZ[DA] family processors. Signed-off-by: Purna Chandra Mandal --- drivers/clk/Makefile| 1 + drivers/clk/clk-pic32.c | 413 2 files changed, 414

[U-Boot] [PATCH v1 05/18] drivers: serial: add driver for Microchip PIC32 UART controller.

2015-12-17 Thread Purna Chandra Mandal
From: Paul Thacker Signed-off-by: Paul Thacker Signed-off-by: Purna Chandra Mandal --- drivers/serial/Kconfig| 13 +++ drivers/serial/Makefile | 1 + drivers/serial/serial_pic32.c | 220

[U-Boot] [PATCH v1 18/18] board: pic32mzdask: Customize default environments for OS boot.

2015-12-17 Thread Purna Chandra Mandal
Add custom environment variables and commands to help boot from micro-SD card and/or from network (TFTP protocol). Signed-off-by: Purna Chandra Mandal --- include/configs/pic32mzdask.h | 43 +++ 1 file changed, 43

[U-Boot] [PATCH v1 17/18] board: add SDHCI support for PIC32MZDASK board.

2015-12-17 Thread Purna Chandra Mandal
Add SDHCI and file system (FAT, EXT2, EXT4) support to enable OS (Linux) boot from micro-SD card. Signed-off-by: Purna Chandra Mandal --- arch/mips/dts/pic32mzda.dtsi | 11 +++ arch/mips/dts/pic32mzda_sk.dts | 7 +++ configs/pic32mzdask_defconfig |

[U-Boot] [PATCH v1 00/18] Initial Microchip PIC32MZ[DA] Support

2015-12-17 Thread Purna Chandra Mandal
This patch series adds support for Microchip PIC32MZ[DA] MIPS microcontroller platform. All drivers required to boot from MMC micro-SD card and network are included in it; pinctrl, clock, serial, SDHCI, gpio, ethernet. This series been tested on PIC32MZ[DA] Starter Kit. A tree with these

Re: [U-Boot] [PATCH v2 1/3] serial: uartlite: Move driver to DM

2015-12-17 Thread Michal Simek
On 17.12.2015 16:27, Simon Glass wrote: > Hi Michal, > > On 17 December 2015 at 06:58, Michal Simek wrote: >> On 17.12.2015 14:37, Thomas Chou wrote: >>> Hi Michal, >>> >>> On 2015年12月17日 20:00, Michal Simek wrote: Enable SPL DM too. Signed-off-by: Michal

Re: [U-Boot] dm: Introduce SPI-NOR framework

2015-12-17 Thread Jagan Teki
Hi Simon, On 15 December 2015 at 03:44, Simon Glass wrote: > Hi Jagan, > > On 11 December 2015 at 09:57, Jagan Teki wrote: >> Hi Simon, >> >> On 11 December 2015 at 07:35, Simon Glass wrote: >>> Hi Jagan, >>> >>> On 8 December 2015 at

[U-Boot] [PATCH v1 01/18] MIPS: Prepare device-tree support.

2015-12-17 Thread Purna Chandra Mandal
Signed-off-by: Purna Chandra Mandal --- arch/Kconfig | 1 + arch/mips/config.mk | 3 +++ arch/mips/dts/.gitignore | 1 + arch/mips/dts/Makefile| 16 arch/mips/dts/include/dt-bindings | 1 +

[U-Boot] [PATCH v1 02/18] MIPS: initial infrastructure for Microchip PIC32 architecture.

2015-12-17 Thread Purna Chandra Mandal
Signed-off-by: Purna Chandra Mandal --- arch/mips/Kconfig| 5 ++ arch/mips/Makefile | 1 + arch/mips/include/asm/arch-pic32/clock.h | 31 +++ arch/mips/include/asm/arch-pic32/pic32.h | 145

[U-Boot] [PATCH v1 04/18] drivers: pinctrl: Add pinctrl driver for Microchip PIC32.

2015-12-17 Thread Purna Chandra Mandal
Signed-off-by: Purna Chandra Mandal --- drivers/pinctrl/Kconfig | 6 ++ drivers/pinctrl/Makefile| 1 + drivers/pinctrl/pinctrl_pic32.c | 173 3 files changed, 180 insertions(+) create mode 100644

[U-Boot] [PATCH v1 15/18] drivers: mmc: add driver for Microchip PIC32, SDHCI controller.

2015-12-17 Thread Purna Chandra Mandal
From: Andrei Pistirica This driver implements platform specific glue and fix-ups for SDHCI host controller. Signed-off-by: Andrei Pistirica Signed-off-by: Purna Chandra Mandal ---

[U-Boot] [PATCH v1 16/18] drivers: mmc: PIC32MZ[DA] SDHCI errata fix when JTAG is not connected.

2015-12-17 Thread Purna Chandra Mandal
From: Sandeep Sheriker Mallikarjun In PIC32MZ[DA] SoC JTAG and Card_Detect signal are muxed. These created one h/w bug; SDHCI will not detect micro-SD card if JTAG is not connected. To fix this errata, - set Card_Detect_Signal_Selection bit in SDHC HostControl

Re: [U-Boot] [PATCH v1 01/18] MIPS: Prepare device-tree support.

2015-12-17 Thread Purna Chandra Mandal
On 12/17/2015 11:17 PM, Marek Vasut wrote: > On Thursday, December 17, 2015 at 06:28:08 PM, Purna Chandra Mandal wrote: >> Signed-off-by: Purna Chandra Mandal >> --- >> >> arch/Kconfig | 1 + >> arch/mips/config.mk | 3 +++ >>

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-17 Thread Matwey V. Kornilov
2015-12-17 3:53 GMT+03:00 Robert Nelson : > Hi Matwey > > On Sat, Dec 12, 2015 at 3:14 AM, Matwey V. Kornilov > wrote: >> Hello, >> >> I am running 2016.01-rc on BBB (Embest replica) >> >> printenv shows the following: >> >> findfdt=if test

Re: [U-Boot] [PATCH v1 05/18] drivers: serial: add driver for Microchip PIC32 UART controller.

2015-12-17 Thread Marek Vasut
On Thursday, December 17, 2015 at 06:29:32 PM, Purna Chandra Mandal wrote: Hi! Minor nits below. btw do we expect MIPS to become maintained in U-Boot? That's nice :) [...] > diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile > index dd87147..57cd38b 100644 > ---

Re: [U-Boot] [PATCH v1 05/18] drivers: serial: add driver for Microchip PIC32 UART controller.

2015-12-17 Thread Purna Chandra Mandal
On 12/17/2015 11:22 PM, Marek Vasut wrote: > On Thursday, December 17, 2015 at 06:29:32 PM, Purna Chandra Mandal wrote: > > Hi! > > Minor nits below. > > btw do we expect MIPS to become maintained in U-Boot? That's nice :) > > [...] > >> diff --git a/drivers/serial/Makefile

Re: [U-Boot] [PATCH v1 07/18] board: Add Microchip PIC32MZ[DA] Starter Kit board.

2015-12-17 Thread Marek Vasut
On Thursday, December 17, 2015 at 06:30:38 PM, Purna Chandra Mandal wrote: [...] > diff --git a/board/microchip/pic32mzda/config.mk > b/board/microchip/pic32mzda/config.mk new file mode 100644 > index 000..a12e712 > --- /dev/null > +++ b/board/microchip/pic32mzda/config.mk > @@ -0,0 +1,4 @@ >

[U-Boot] [PATCH v1 14/18] board: Add gpio and ethernet support to pic32mzdask board.

2015-12-17 Thread Purna Chandra Mandal
Add GPIO and network (DHCP. BOOTP, TFTP protocol) support. Signed-off-by: Purna Chandra Mandal --- arch/mips/dts/pic32mzda.dtsi | 92 ++ arch/mips/dts/pic32mzda_sk.dts | 5 +++ configs/pic32mzdask_defconfig | 9 +

[U-Boot] [PATCH v1 13/18] drivers: net: add Microchip PIC32 ethernet controller driver

2015-12-17 Thread Purna Chandra Mandal
This driver implements MAC and MII layer of PIC32 ethernet controller. This controller is capable of handling 100/10mbps full/half duplex ethernet communication. Network data transfer is handled by internal DMA engine. Signed-off-by: Purna Chandra Mandal ---

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-17 Thread Robert Nelson
On Thu, Dec 17, 2015 at 11:54 AM, Matwey V. Kornilov wrote: > 2015-12-17 3:53 GMT+03:00 Robert Nelson : >> Hi Matwey >> >> On Sat, Dec 12, 2015 at 3:14 AM, Matwey V. Kornilov >> wrote: >>> Hello, >>> >>> I am running

[U-Boot] [PATCH v1 06/18] MIPS: Add support for Microchip PIC32MZ[DA] SoC family.

2015-12-17 Thread Purna Chandra Mandal
Signed-off-by: Purna Chandra Mandal --- arch/mips/dts/pic32mzda.dtsi | 59 +++ arch/mips/include/asm/arch-pic32/pic32.h | 3 + arch/mips/mach-pic32/Kconfig | 16 +++- arch/mips/mach-pic32/Makefile| 2 +-

Re: [U-Boot] [PATCH v1 01/18] MIPS: Prepare device-tree support.

2015-12-17 Thread Marek Vasut
On Thursday, December 17, 2015 at 06:28:08 PM, Purna Chandra Mandal wrote: > Signed-off-by: Purna Chandra Mandal > --- > > arch/Kconfig | 1 + > arch/mips/config.mk | 3 +++ > arch/mips/dts/.gitignore | 1 + >

Re: [U-Boot] who is official MAINTAINER for MPC83xx?

2015-12-17 Thread Sinan Akman
Hi Robert On 17/12/15 03:21 AM, Robert P. J. Day wrote: i CCed alleged MPC83xx maintainer kim.phill...@freescale.com yesterday on my patch, but that CC bounced with "unknown user" error, is there a newer maintainer for that platform? There is no maintainer for MPC83xx AFAIK at this

[U-Boot] [PATCH v1 07/18] board: Add Microchip PIC32MZ[DA] Starter Kit board.

2015-12-17 Thread Purna Chandra Mandal
This adds support for Microchip PIC32MZ[DA] Starter Kit board based on a PIC32MZ[DA] family of microcontrollers. Signed-off-by: Purna Chandra Mandal --- arch/mips/dts/Makefile| 2 +- arch/mips/dts/pic32mzda_sk.dts| 38

[U-Boot] [PATCH v1 08/18] MIPS: pic32: Add driver for Microchip PIC32 flash controller.

2015-12-17 Thread Purna Chandra Mandal
From: Cristian Birsan Signed-off-by: Cristian Birsan Signed-off-by: Purna Chandra Mandal --- arch/mips/mach-pic32/Makefile | 5 +- arch/mips/mach-pic32/flash.c | 471

[U-Boot] [PATCH v1 09/18] board: pic32mzdask: add flash support for environments.

2015-12-17 Thread Purna Chandra Mandal
Add flash chip information and environment location (for environment in flash). Signed-off-by: Purna Chandra Mandal --- include/configs/pic32mzdask.h | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH v1 10/18] MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.

2015-12-17 Thread Purna Chandra Mandal
With CONFIG_CMD_GPIO compilation reports error. common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or directory #include ^ Signed-off-by: Purna Chandra Mandal --- arch/mips/include/asm/gpio.h | 1 + 1 file changed, 1 insertion(+)

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2015-12-17 Thread Nikolay Dimitrov
Hi Marek, On 12/16/2015 04:40 PM, Marek Vasut wrote: Add DDR3 calibration code for i.MX6Q, i.MX6D and i.MX6DL. This code fine-tunes the behavior of the MMDC controller in order to improve the signal integrity and memory stability. Great work! Regards, Nikolay

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2015-12-17 Thread Marek Vasut
On Thursday, December 17, 2015 at 10:32:03 PM, Nikolay Dimitrov wrote: > Hi Marek, > > On 12/16/2015 04:40 PM, Marek Vasut wrote: > > Add DDR3 calibration code for i.MX6Q, i.MX6D and i.MX6DL. This code > > fine-tunes the behavior of the MMDC controller in order to improve > > the signal integrity

Re: [U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write

2015-12-17 Thread Stefan Roese
On 17.12.2015 17:44, Jagan Teki wrote: On 17 December 2015 at 13:26, Mugunthan V N wrote: On Thursday 17 December 2015 12:43 PM, Jagan Teki wrote: On 17 December 2015 at 12:33, Mugunthan V N wrote: Jagan On Tuesday 27 October 2015 07:24 PM,

Re: [U-Boot] who is official MAINTAINER for MPC83xx?

2015-12-17 Thread Stefan Roese
On 17.12.2015 19:07, Sinan Akman wrote: Hi Robert On 17/12/15 03:21 AM, Robert P. J. Day wrote: i CCed alleged MPC83xx maintainer kim.phill...@freescale.com yesterday on my patch, but that CC bounced with "unknown user" error, is there a newer maintainer for that platform? There

Re: [U-Boot] [PATCH] arm: socfpga: Fix emac1 doesn't work on socdk board

2015-12-17 Thread Chin Liang See
Hi Shengjiang, On Fri, 2015-12-18 at 15:13 +0800, shengjiangwu wrote: > Updated pinmux group MIXED1IO[0-13] for RGMII1. > Updated EMAC1 clock. > > Signed-off-by: shengjiangwu > Cc: Chin Liang See > Cc: Dinh Nguyen >

Re: [U-Boot] [PATCH] arm: socfpga: Fix emac1 doesn't work on socdk board

2015-12-17 Thread Chin Liang See
Hi Shengjiangm On Fri, 2015-12-18 at 07:39 +, 圣江 吴 wrote: > Hi Chin, > > I will check it. > > Best Regards > ShengjiangWu > To ease reading, we will put comment below previous comments. In the mean time, opensource will always use plaintext email. FYI, I use evoluation to handle email

Re: [U-Boot] [PATCH 00/11] zap: Do not use macros that are equivalent to IS_ENABLED(CONFIG_...)

2015-12-17 Thread Marek Vasut
On Friday, December 18, 2015 at 03:04:59 AM, Masahiro Yamada wrote: > Please stop such coding habit as follows: > > #ifdef CONFIG_FOO > # define ENABLE_FOO 1 > #else > # define ENABLE_FOO 0 > #endif Oh yes, this is horrible, kill this with fire :) > Use IS_ENABLED(CONFIG_FOO),

[U-Boot] [PATCH] ARM: uniphier: allow to run zImage rather than uImage

2015-12-17 Thread Masahiro Yamada
UniPhier SoC family adopt ARM Multi-platform in Linux since the first upstreaming. Because CONFIG_ARM_PATCH_PHYS_VIRT is defined, the kernel image is completely position-independent. There is no reason to decide the load address on compile time, but it is up to the boot loader. Now, zImage is

Re: [U-Boot] who is official MAINTAINER for MPC83xx?

2015-12-17 Thread Sinan Akman
Hi Stefan Stefan Roese wrote: On 17.12.2015 19:07, Sinan Akman wrote: Hi Robert On 17/12/15 03:21 AM, Robert P. J. Day wrote: i CCed alleged MPC83xx maintainer kim.phill...@freescale.com yesterday on my patch, but that CC bounced with "unknown user" error, is there a newer

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-17 Thread Chin Liang See
Hi Shengjiang, On Fri, 2015-12-18 at 15:21 +0800, shengjiangwu wrote: > Updated pinmux group MIXED1IO[15-20] for QSPI. > Updated QSPI clock. > > Signed-off-by: shengjiangwu > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc:

Re: [U-Boot] [PATCH v2 1/3] serial: uartlite: Move driver to DM

2015-12-17 Thread Michal Simek
On 18.12.2015 00:35, Thomas Chou wrote: > Hi Michal, > > On 2015年12月17日 21:58, Michal Simek wrote: >> On 17.12.2015 14:37, Thomas Chou wrote: >>> Hi Michal, >>> >>> On 2015年12月17日 20:00, Michal Simek wrote: Enable SPL DM too. Signed-off-by: Michal Simek

Re: [U-Boot] [PATCH v2 1/3] serial: uartlite: Move driver to DM

2015-12-17 Thread Thomas Chou
Hi Michal, On 2015年12月17日 21:58, Michal Simek wrote: On 17.12.2015 14:37, Thomas Chou wrote: Hi Michal, On 2015年12月17日 20:00, Michal Simek wrote: Enable SPL DM too. Signed-off-by: Michal Simek --- Changes in v2: - Remove unneeded headers - Use get_dev_addr instead

[U-Boot] [PATCH v2 2/3] serial: uartlite: Add support for debug console

2015-12-17 Thread Michal Simek
Add support for debug console. Signed-off-by: Michal Simek --- Changes in v2: - Add needed header from the first patch - Remove WATCHDOG_RESET call - Extend commit description drivers/serial/Kconfig| 7 +++ drivers/serial/serial_xuartlite.c | 26

[U-Boot] [PATCH v2 3/3] serial: uartlite: Add uartlite to Kconfig

2015-12-17 Thread Michal Simek
- Move config option out of board file. - Remove uartlite address from config file Signed-off-by: Michal Simek --- Changes in v2: None board/xilinx/microblaze-generic/xparameters.h | 4 configs/microblaze-generic_defconfig | 1 + drivers/serial/Kconfig

[U-Boot] [PATCH v2 1/3] serial: uartlite: Move driver to DM

2015-12-17 Thread Michal Simek
Enable SPL DM too. Signed-off-by: Michal Simek --- Changes in v2: - Remove unneeded headers - Use get_dev_addr instead of fdtdec_get_addr - Use platdata instead of private data - Add opb compatible string to be in sync with Linux - Add binding documentation

[U-Boot] [PATCH v2 02/11] net: axi_emac: Show phy address instead of register content

2015-12-17 Thread Michal Simek
Fix debug message. Signed-off-by: Michal Simek Acked-by: Joe Hershberger --- Changes in v2: None drivers/net/xilinx_axi_emac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/xilinx_axi_emac.c

  1   2   >