Re: [U-Boot] ACPI in general

2016-10-04 Thread Bin Meng
Hi York, On Wed, Oct 5, 2016 at 12:38 AM, york sun wrote: > Simon and Bin, > > Is there any activity to bring ACPI to other than x86 arch? If not, do > we have a plan to do so? > No plan to do ACPI on ARM yet. Regards, Bin ___

[U-Boot] [PATCH v2 4/5] sandbox/fs: Set correct filetype for unknown filetype

2016-10-04 Thread Stefan Brüns
The "hostfs ls" command prefixes each directory entry with either DIR, LNK or " " if it is a directory, symlink resp. regular file, or "???" for any other or unknown type. The latter only works if the type is set correctly, as the entry defaults to OS_FILET_REG and e.g. socket files show up as

[U-Boot] [PATCH v6 01/21] serial: Kconfig: Add MXC_UART entry

2016-10-04 Thread Jagan Teki
From: Jagan Teki Added kconfig for MXC_UART driver. Cc: Simon Glass Cc: Fabio Estevam Cc: Stefano Babic Cc: Peng Fan Cc: Matteo Lisi Cc: Michael Trimarchi

[U-Boot] [PATCH v6 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-04 Thread Jagan Teki
From: Jagan Teki This series supports Engicam i.CoreM6 QDL modules on top of u-boot-imx/master and test on the respective starter kits as well. Tested both MMC and NAND boot. Changes for v6: - Rebase to u-boot-imx/master - Move few SPL configs to

[U-Boot] [PATCH v6 03/21] Kconfig: Add DEFAULT_FDT_FILE entry

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add kconfig entry for CONFIG_DEFAULT_FDT_FILE Cc: Tom Rini Cc: Simon Glass Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- common/Kconfig | 5

[U-Boot] [PATCH v6 04/21] arm: imx: Add Engicam i.CoreM6 QDL Starter Kit initial support

2016-10-04 Thread Jagan Teki
From: Jagan Teki Boot Log for i.CoreM6 DualLite/Solo Starter Kit: --- U-Boot SPL 2016.09-rc2-30739-gd1fa290 (Sep 17 2016 - 00:37:46) Trying to boot from MMC1 U-Boot 2016.09-rc2-30739-gd1fa290 (Sep 17 2016 - 00:37:46 +0530)

Re: [U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-04 Thread Stefano Babic
Hi Jagan, On 04/10/2016 15:43, Jagan Teki wrote: > On Tue, Oct 4, 2016 at 6:58 PM, Stefano Babic wrote: >> Hi Jagan, >> >> On 30/09/2016 08:44, Jagan Teki wrote: >> >>> >>> Can you pick this series. >> >> Series cannot be applied: I see several issue. The series breaks for >>

[U-Boot] Adding memcmp to standalone application

2016-10-04 Thread larkym
Is it correct that memcmp functionality does not exist for a standalone application based upon exports.h/_exports.h? The correct way to proceed in order to add this would be follow the guidelines in README.STANDALONE? Any functionality added to the exported functions and/or jump table is GPL'd

Re: [U-Boot] [PATCH V2 1/8] tools: imximage: add plugin support

2016-10-04 Thread Stefano Babic
Hi Peng, On 27/09/2016 11:23, Peng Fan wrote: > Add plugin support for imximage. > > Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Eric Nelson > Cc: Troy Kisky

[U-Boot] ACPI in general

2016-10-04 Thread york sun
Simon and Bin, Is there any activity to bring ACPI to other than x86 arch? If not, do we have a plan to do so? York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] git send-email and patch headers/subject line

2016-10-04 Thread Stephen Arnold
Thanks for the extra tidbits; I just updated my notes: OE and U-Boot mailing list patch guidelines Following git send-email man page setup, note that app passwords are now required. Replace with number of commits; if N=1, can

[U-Boot] [PATCH v6 08/21] arm: dts: Add devicetree for i.MX6DL

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add i.MX6DL dtsi support from Linux. Here is the last commit: "ARM: dts: add gpio-ranges property to iMX GPIO controllers" (sha1: bb728d662bed0fe91b152550e640cb3f6caa972c) Cc: Peng Fan Cc: Stefano Babic Cc: Fabio

[U-Boot] [PATCH v6 02/21] thermal: Kconfig: Add IMX_THERMAL entry

2016-10-04 Thread Jagan Teki
From: Jagan Teki Added kconfig for IMX_THERMAL driver. Cc: Simon Glass Cc: Fabio Estevam Cc: Stefano Babic Cc: Peng Fan Cc: Matteo Lisi Cc: Michael Trimarchi

[U-Boot] [PATCH v6 17/21] arm: imx6q: Add devicetree support for Engicam i.CoreM6 Quad/Dual

2016-10-04 Thread Jagan Teki
From: Jagan Teki i.CoreM6 Quad/Dual modules are system on module solutions manufactured by Engicam with following characteristics: CPU NXP i.MX6 DQ, 800MHz RAM 1GB, 32, 64 bit, DDR3-800/1066 NAND SLC,512MB Power supply Single 5V MAX LCD

[U-Boot] [PATCH v6 18/21] mtd: nand: Kconfig: Add NAND_MXS entry

2016-10-04 Thread Jagan Teki
From: Jagan Teki Added kconfig for NAND_MXS driver. Cc: Scott Wood Cc: Simon Glass Cc: Fabio Estevam Cc: Stefano Babic Cc: Peng Fan Cc: Matteo Lisi

[U-Boot] [PATCH v6 19/21] imx6: icorem6: Add NAND support

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add NAND support for Engicam i.CoreM6 qdl board. Boot Log: U-Boot SPL 2016.09-rc2-30755-gd3dc581-dirty (Sep 28 2016 - 23:00:43) Trying to boot from NAND NAND : 512 MiB U-Boot 2016.09-rc2-30755-gd3dc581-dirty (Sep 28 2016 - 23:00:43 +0530)

[U-Boot] [PATCH v6 10/21] arm: dts: imx6dl: Add pinctrl defines

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add imx6dl pinctrl defines support from Linux. Here is the last commit: "ARM: dts: imx: pinfunc: add MX6QDL_PAD_GPIO_6__ENET_IRQ" (sha1: d8c765e0d1ddbd5032c2491c82cc9660c2f0e7f2) Cc: Peng Fan Cc: Stefano Babic Cc:

[U-Boot] [PATCH v4 3/3] icorem6: Use CONFIG_DM_ETH support

2016-10-04 Thread Jagan Teki
From: Jagan Teki Use CONFIG_DM_ETH and remove board_eth_init code from board files. Cc: Joe Hershberger Cc: Peng Fan Cc: Stefano Babic Cc: Michael Trimarchi Signed-off-by:

[U-Boot] [PATCH v4 1/3] net: fec_mxc: Convert into driver model

2016-10-04 Thread Jagan Teki
From: Jagan Teki This patch add driver model support for fec_mxc driver. Cc: Simon Glass Cc: Joe Hershberger Cc: Peng Fan Cc: Stefano Babic Cc: Michael Trimarchi

[U-Boot] [PATCH v2 2/8] arm: Move FSL_LSCH2 FSL_LSCH3 to Kconfig

2016-10-04 Thread York Sun
Move these options to Kconfig and create a sub-menu to avoid name conflict with other architectures. Signed-off-by: York Sun Reviewed-by: Simon Glass --- Changes in v2: None arch/arm/Kconfig | 4

[U-Boot] [PATCH v6 15/21] arm: dts: Add devicetree for i.MX6Q

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add i.MX6Q dtsi support from Linux. Here is the last commit: "ARM: dts: add gpio-ranges property to iMX GPIO controllers" (sha1: bb728d662bed0fe91b152550e640cb3f6caa972c) Cc: Peng Fan Cc: Stefano Babic Cc: Fabio

[U-Boot] [PATCH v6 14/21] engicam: icorem6: Add DM_GPIO, DM_MMC support

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add DM_GPIO, DM_MMC support for u-boot and disable for SPL. Cc: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam Cc: Matteo Lisi Cc: Michael Trimarchi

[U-Boot] [PATCH v6 20/21] imx6: icorem6: Enable MTD device support

2016-10-04 Thread Jagan Teki
From: Jagan Teki Enable MTD device, partition and command support. Cc: Stefano Babic Cc: Peng Fan Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki

[U-Boot] [PATCH v6 21/21] imx6: icorem6: Add default mtd nand partition table

2016-10-04 Thread Jagan Teki
From: Jagan Teki icorem6qdl> mtdparts device nand0 , # parts = 6 0: spl 0x0020 0x 0 1: uboot 0x0020 0x0020 0 2: env 0x0010 0x0040 0 3: kernel

[U-Boot] [PATCH v2 3/8] arm: Move MAX_CPUS to Kconfig

2016-10-04 Thread York Sun
Move MAX_CPUS option to Kconfig and clean up existing uses for ARM. This option is used by Freescale Layerscape SoCs. Signed-off-by: York Sun Reviewed-by: Simon Glass --- Changes in v2: None arch/arm/cpu/armv7/ls102xa/Kconfig| 11

[U-Boot] [PATCH v6 05/21] net: Kconfig: Add FEC_MXC entry

2016-10-04 Thread Jagan Teki
From: Jagan Teki Added kconfig for FEC_MXC driver. Cc: Joe Hershberger Cc: Simon Glass Cc: Fabio Estevam Cc: Stefano Babic Cc: Peng Fan Cc: Matteo Lisi

[U-Boot] [PATCH v6 09/21] arm: dts: Add devicetree for i.MX6DQL

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add i.MX6DQL dtsi support from Linux. Here is the last commit: "ARM: dts: imx6qdl: Fix SPDIF regression" (sha1: f065e9e4addd75c21bb976bb2558648bf4f61de6) Cc: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam

[U-Boot] [PATCH v6 11/21] dt-bindings: clock: imx6qdl: Add clock defines

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add imx6qdl clock header defines support from Linux. "clk: imx: Add clock support for imx6qp" (sha1: ee36027427c769b0b9e5e205fe43aced93d6aa66) Cc: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam

[U-Boot] [PATCH v6 12/21] arm: imx6q: Add devicetree support for Engicam i.CoreM6 DualLite/Solo

2016-10-04 Thread Jagan Teki
From: Jagan Teki i.CoreM6 DualLite/Solo modules are system on module solutions manufactured by Engicam with following characteristics: CPU NXP i.MX6 DL, 800MHz RAM 1GB, 32, 64 bit, DDR3-800/1066 NAND SLC,512MB Power supply Single 5V MAX

[U-Boot] [PATCH v6 13/21] imx6q: icorem6: Enable pinctrl driver

2016-10-04 Thread Jagan Teki
From: Jagan Teki Enable imx6 pinctrl driver support for i.CoreM6. Cc: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam Cc: Matteo Lisi Cc: Michael Trimarchi

Re: [U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-04 Thread Jagan Teki
Hi Stefano, On Tue, Oct 4, 2016 at 10:51 PM, Stefano Babic wrote: > Hi Jagan, > > On 04/10/2016 15:43, Jagan Teki wrote: >> On Tue, Oct 4, 2016 at 6:58 PM, Stefano Babic wrote: >>> Hi Jagan, >>> >>> On 30/09/2016 08:44, Jagan Teki wrote: >>> Can you

[U-Boot] [PATCH v2 1/8] arm: Fix Kconfig for proper display menu

2016-10-04 Thread York Sun
Some config options should not have prompt. They are selected by choosing target. Signed-off-by: York Sun Reviewed-by: Simon Glass --- Changes in v2: None arch/arm/cpu/armv7/ls102xa/Kconfig| 5 +++-- arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 11

[U-Boot] [PATCH v2 2/2] tools: buildman: Add compiler wrapper

2016-10-04 Thread York Sun
Now we can use compiler wrapper such as ccache or distcc for buildman. Signed-off-by: York Sun CC: Simon Glass Acked-by: Simon Glass --- Changes in v2: Move preparing variable wrapper to GetWrapper() tools/buildman/README | 9

[U-Boot] [PATCH v2 1/2] tools: buildmand: Remove duplicated code

2016-10-04 Thread York Sun
Signed-off-by: York Sun CC: Simon Glass Acked-by: Simon Glass --- Changes in v2: None tools/buildman/builderthread.py | 4 1 file changed, 4 deletions(-) diff --git a/tools/buildman/builderthread.py

[U-Boot] [PATCH v6 16/21] arm: dts: imx6q: Add pinctrl defines

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add imx6q pinctrl defines support from Linux. Here is the last commit: "ARM: dts: imx: pinfunc: add MX6QDL_PAD_GPIO_6__ENET_IRQ" (sha1: d8c765e0d1ddbd5032c2491c82cc9660c2f0e7f2) Cc: Peng Fan Cc: Stefano Babic Cc:

[U-Boot] [PATCH v4 0/3] net: fec_mxc: Convert to DM

2016-10-04 Thread Jagan Teki
From: Jagan Teki This series convert fec_mxc to DM and tested both dm and non-dm code and it is on top of u-boot-imx/master Changes for v4: - rebase to u-boot-imx/master Changes for v3: - Add ARM: dts: imx6qdl-icore: Add FEC support -

[U-Boot] [PATCH v4 2/3] ARM: dts: imx6qdl-icore: Add FEC support

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add FEC dts support for Engicam i.CoreM6 dql modules. Cc: Joe Hershberger Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan

[U-Boot] [PATCH v6 07/21] imx: s/docs\/README.imximage/doc\/README.imximage/g

2016-10-04 Thread Jagan Teki
From: Jagan Teki Fixed typo for doc/README.imximage on respective imximage.cfg files. Cc: Tom Rini Cc: Stefano Babic Cc: Fabio Estevam Acked-by: Peng Fan Signed-off-by: Jagan Teki

[U-Boot] [PATCH v6 06/21] imx6: icorem6: Add ENET support

2016-10-04 Thread Jagan Teki
From: Jagan Teki Add enet support for engicam icorem6 qdl starter kit. - Add pinmux settings - Add board_eth_init TFTP log: Net: FEC [PRIME] Hit any key to stop autoboot: 0 icorem6qdl> tftpboot {fdt_addr} imx6dl-icore.dtb Using FEC device TFTP from server

[U-Boot] [PATCH v2 5/8] arm: Move FSL_HAS_DP_DDR and NUM_DDR_CONTROLLERS to Kconfig

2016-10-04 Thread York Sun
Move this option to Kconfig and clean up existing uses. NUM_DDR_CONTROLLERS is also used by PowerPC SoCs. Signed-off-by: York Sun Reviewed-by: Simon Glass --- Changes in v2: None arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 8

[U-Boot] [PATCH v2 4/8] arm: Move SYS_FSL_IFC_BANK_COUNT to Kconfig

2016-10-04 Thread York Sun
Move this option to Kconfig and clean up existing uses. This option is also used by PowerPC SoCs. Signed-off-by: York Sun Reviewed-by: Simon Glass --- Changes in v2: None arch/arm/cpu/armv7/ls102xa/Kconfig| 5 +

Re: [U-Boot] [PATCH V2 1/8] tools: imximage: add plugin support

2016-10-04 Thread Stefano Babic
Hi Peng, On 27/09/2016 11:23, Peng Fan wrote: > Add plugin support for imximage. > > Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Eric Nelson > Cc: Troy Kisky

Re: [U-Boot] [PATCH] board: tbs2910: Fix BOOTMAPSZ

2016-10-04 Thread Stefano Babic
On 21/09/2016 13:16, Soeren Moch wrote: > The linux kernel imx_v6_v7_defconfig sets the user/kernel memory split > to 3G/1G now (was 2G/2G before). We have to adapt the BOOTMAPSZ so that > the decompressor finds zImage and dtb in lowmem. > > Signed-off-by: Soeren Moch > --- > Cc:

Re: [U-Boot] [PATCH v3 2/2] mx6sabresd: Add SPL support for the mx6dl variant

2016-10-04 Thread Stefano Babic
Hi Fabio, On 28/09/2016 20:56, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Sep 26, 2016 at 9:14 AM, Fabio Estevam wrote: >> From: Fabio Estevam >> >> Add support for the mx6dlsabresd board in SPL. >> >> Retrieved the DCD table from: >>

Re: [U-Boot] [PATCH] imx: s/docs\/README.imximage/doc\/README.imximage/g

2016-10-04 Thread Stefano Babic
On 04/10/2016 10:27, Stefano Babic wrote: > On 13/09/2016 17:01, Jagan Teki wrote: >> Fixed typo for doc/README.imximage on respective imximage.cfg files. >> >> Cc: Tom Rini >> Cc: Peng Fan >> Cc: Stefano Babic >> Cc: Fabio Estevam

Re: [U-Boot] [PATCH] imx: iomux-v3: fix pad setup on i.MX6DQP when CONFIG_MX6QDL is defined

2016-10-04 Thread Stefano Babic
On 14/09/2016 13:50, Filip Brozovic wrote: > The CPU detection macro is_mx6dq returns 0 on an i.MX6DQP, so we need to > check for it explicitly in order to correctly initialize the pads when > CONFIG_MX6QDL is defined. > > Signed-off-by: Filip Brozovic > --- >

Re: [U-Boot] [PATCH] imx-common: enlarge mux width to 4

2016-10-04 Thread Stefano Babic
On 28/09/2016 03:33, Peng Fan wrote: > Hi Stefano, > > Ping.. I did not see this patch in patchwork (:- I have found it and I have applied to u-boot-imx, thanks ! Best regards, Stefano -- = DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH] imx: mx6: fix USB bmode to use reserved value

2016-10-04 Thread Stefano Babic
On 16/09/2016 00:04, Stefan Agner wrote: > From: Stefan Agner > > Currently the bmode "usb" uses BOOT_CFG1 to 0x01, -which means > BOOT_CFG1[7:4] is set to b. According to Table 8-7 Boot > Device Selection this is NOR/OneNAND and not Reserved. > > Use 0x10 which

Re: [U-Boot] [PATCH] imx_watchdog: Do not assert WDOG_B on watchdog init

2016-10-04 Thread Stefano Babic
On 02/08/2016 10:08, Ross Parker wrote: > Currently the driver asserts WDOG_B by clearing WCR_WDA bit when > enabling the watchdog. Do not clear WCR_WDA. > > Signed-off-by: Ross Parker > > Cc: Stefano Babic

Re: [U-Boot] [PATCH] imx: s/docs\/README.imximage/doc\/README.imximage/g

2016-10-04 Thread Stefano Babic
On 04/10/2016 10:43, Jagan Teki wrote: > On Tue, Oct 4, 2016 at 2:02 PM, Stefano Babic wrote: >> On 04/10/2016 10:27, Stefano Babic wrote: >>> On 13/09/2016 17:01, Jagan Teki wrote: Fixed typo for doc/README.imximage on respective imximage.cfg files. Cc: Tom Rini

Re: [U-Boot] [PATCH] imx: imx6ul: disable POR_B internal pull up

2016-10-04 Thread Stefano Babic
On 28/09/2016 03:40, Peng Fan wrote: > From TO1.1, SNVS adds internal pull up control for POR_B, > the register filed is GPBIT[1:0], after system boot up, > it can be set to 2b'01 to disable internal pull up. > It can save about 30uA power in SNVS mode. > > Signed-off-by: Peng Fan

Re: [U-Boot] [PATCH] imx: s/docs\/README.imximage/doc\/README.imximage/g

2016-10-04 Thread Jagan Teki
On Tue, Oct 4, 2016 at 2:02 PM, Stefano Babic wrote: > On 04/10/2016 10:27, Stefano Babic wrote: >> On 13/09/2016 17:01, Jagan Teki wrote: >>> Fixed typo for doc/README.imximage on respective imximage.cfg files. >>> >>> Cc: Tom Rini >>> Cc: Peng Fan

Re: [U-Boot] [PATCH] arm: imx6: configure NoC on i.MX6DQP

2016-10-04 Thread Stefano Babic
Hi Filip, On 14/09/2016 13:36, Filip Brozovic wrote: > The i.MX6DP and i.MX6QP incorporate NoC interconnect logic > which needs to be configured in order to use external DDR memory. > > This patch enables the SPL to configure the necessary registers > in accordance with the NXP engineering

Re: [U-Boot] [PATCH] board: tbs2910: Add CMD_PART

2016-10-04 Thread Stefano Babic
On 22/09/2016 20:29, Soeren Moch wrote: > There is no stable mmcblk device numbering over different linux versions. > Enable CMD_PART to be able to query the UUID of the root filesystem partition. > So we can pass root=PARTUUID=XXX instead of root=/dev/mmcblkXpY in bootargs. > Leave the default

Re: [U-Boot] [PATCH] imx: s/docs\/README.imximage/doc\/README.imximage/g

2016-10-04 Thread Jagan Teki
On Tue, Oct 4, 2016 at 2:52 PM, Stefano Babic wrote: > On 04/10/2016 10:43, Jagan Teki wrote: >> On Tue, Oct 4, 2016 at 2:02 PM, Stefano Babic wrote: >>> On 04/10/2016 10:27, Stefano Babic wrote: On 13/09/2016 17:01, Jagan Teki wrote: > Fixed typo for

Re: [U-Boot] [PATCH] imx: s/docs\/README.imximage/doc\/README.imximage/g

2016-10-04 Thread Stefano Babic
On 13/09/2016 17:01, Jagan Teki wrote: > Fixed typo for doc/README.imximage on respective imximage.cfg files. > > Cc: Tom Rini > Cc: Peng Fan > Cc: Stefano Babic > Cc: Fabio Estevam > Signed-off-by: Jagan Teki

Re: [U-Boot] [ANN] U-Boot v2016.11-rc1 released

2016-10-04 Thread Tom Rini
On Tue, Oct 04, 2016 at 07:52:35AM +0200, Heiko Schocher wrote: > Hello Tom, > > Am 03.10.2016 um 15:39 schrieb Tom Rini: > >Hey all, > > > >It's release day and v2016.11-rc1 is out and the merge window is closed. > >I've updated git and the tarballs are also up now. > > > >I plan on doing -rc2

Re: [U-Boot] [PATCH 01/10] dm: imx: serial: support device tree

2016-10-04 Thread Stefano Babic
Hi Stefan, On 29/08/2016 02:00, Stefan Agner wrote: >> >> I have applied it, I just noted a slight drawback because this breaks >> boards that do not have CONFIG_FIT set. > > Hm, maybe due to missing CONFIG_OF_LIBFDT? Do you want me to fix it, do > you have a certain board you can reproduce it?

Re: [U-Boot] [ANN] U-Boot v2016.11-rc1 released

2016-10-04 Thread Heiko Schocher
Hello Tom, Am 04.10.2016 um 14:29 schrieb Tom Rini: On Tue, Oct 04, 2016 at 07:52:35AM +0200, Heiko Schocher wrote: Hello Tom, Am 03.10.2016 um 15:39 schrieb Tom Rini: Hey all, It's release day and v2016.11-rc1 is out and the merge window is closed. I've updated git and the tarballs are

Re: [U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-04 Thread Stefano Babic
Hi Jagan, On 30/09/2016 08:44, Jagan Teki wrote: > > Can you pick this series. Series cannot be applied: I see several issue. The series breaks for different reason a lot of boards. I get 3 boards broken and 15 with warnings. Here the resons: CONFIG_DEFAULT_FDT_FILE was moved to Kconfig, but

Re: [U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-04 Thread Jagan Teki
On Tue, Oct 4, 2016 at 6:58 PM, Stefano Babic wrote: > Hi Jagan, > > On 30/09/2016 08:44, Jagan Teki wrote: > >> >> Can you pick this series. > > Series cannot be applied: I see several issue. The series breaks for > different reason a lot of boards. I get 3 boards broken and 15

[U-Boot] [PATCH 0/6] libfdt: Sync to upstream

2016-10-04 Thread Simon Glass
In a few cases the upstream versions of functions first written for U-Boot have landed in a slightly different form. This includes a few patches to fix these as well as various minor changes to reduce the delta. David Gibson (1): libfdt: Fix undefined behaviour in fdt_offset_ptr() Hannes

[U-Boot] Unable to boot from QSPI (u-boot 2016.09.01)

2016-10-04 Thread Teoh Choon Zone
Hi all, I have a custom board based on Altera Cyclone V SoC, when I tried to boot from QSPI, it stuck in a boot loop, I try to enable some debug message, and here it is: U-Boot SPL 2016.09.01 (Oct 03 2016 - 18:14:42) drivers/ddr/altera/sequencer.c: Preparing to start memory calibration

Re: [U-Boot] [PATCH 00/10] mx7: add dt support for Colibri iMX7S/iMX7D

2016-10-04 Thread Stefan Agner
Hi Stefano, On 2016-08-26 06:25, Stefano Babic wrote: > Hi Stefan, > > On 26/07/2016 08:22, Stefan Agner wrote: >> From: Stefan Agner >> >> This patchset adds device tree support for Colibri iMX7S/iMX7D. >> It is the first device tree enabled board for any i.MX 7 SoC

[U-Boot] [PATCH] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-04 Thread Masahiro Yamada
Commit e2f88dfd2d96 ("libfdt: Introduce new ARCH_FIXUP_FDT option") allows us to skip memory setup of DTB, but a problem for ARM is that spin_table_update_dt() and psci_update_dt() are skipped as well if CONFIG_ARCH_FIXUP_FDT is disabled. This commit allows us to skip only

[U-Boot] Unable to boot from QSPI (u-boot 2016.11-rc1)

2016-10-04 Thread Teoh Choon Zone
Hi all, I have a custom board based on Altera Cyclone V SoC, when I tried to boot from QSPI, it stuck in a boot loop, I try to enable some debug message, and here it is: U-Boot SPL 2016.09.01 (Oct 03 2016 - 18:14:42) drivers/ddr/altera/sequencer.c: Preparing to start memory calibration

Re: [U-Boot] [PATCH v7 02/12] serial: ns16550: Support clocks via phandle

2016-10-04 Thread Vlad Zakharov
Hello, I found that this commit breaks serial ns16550 driver on ARC. I have investigated the issue and found that it is because ARC timer node in device tree doesn't refer to any clock devices.  In such case clk_get_by_index() returns -ENOENT error, but neither -ENODEV nor -ENOSYS (as

[U-Boot] [PATCH][v2] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS

2016-10-04 Thread Pratiyush Mohan Srivastava
Remove ramdisk_addr, ramdisk_size and update UART baud-rate. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Pratiyush Mohan Srivastava --- Changes for v2 : - Removed "initrd_high=0x\0" - Removed console variable

Re: [U-Boot] [PATCH 00/10] mx7: add dt support for Colibri iMX7S/iMX7D

2016-10-04 Thread Stefano Babic
On 03/10/2016 21:59, Stefan Agner wrote: > Hi Stefano, > > On 2016-08-26 06:25, Stefano Babic wrote: >> Hi Stefan, >> >> On 26/07/2016 08:22, Stefan Agner wrote: >>> From: Stefan Agner >>> >>> This patchset adds device tree support for Colibri iMX7S/iMX7D. >>> It is the

Re: [U-Boot] [PATCH] ARM:dts: Added device tree for socfpga arria10 development kit sdmmc

2016-10-04 Thread Tien Fong Chee
On Fri, 2016-09-30 at 10:28 -0500, Dinh Nguyen wrote: > > On 09/30/2016 03:12 AM, Tien Fong Chee wrote: > > This is initial version of device tree for the Intel socfpga > > arria10 > > I would think that it's still an Altera SOCFPGA. > Okay. > > development kit with sdmmc. > > > > Signed-off-by:

Re: [U-Boot] [PATCH] ARM:dts: Added device tree for socfpga arria10 development kit sdmmc

2016-10-04 Thread Tien Fong Chee
On Fri, 2016-09-30 at 19:29 +0200, Marek Vasut wrote: > On 09/30/2016 10:12 AM, Tien Fong Chee wrote: > > This is initial version of device tree for the Intel socfpga > > arria10 > > development kit with sdmmc. > > > > Signed-off-by: Tien Fong Chee > > Cc: Marek Vasut

[U-Boot] [PATCH] ARM:dts: Added device tree for socfpga arria10 development kit sdmmc

2016-10-04 Thread Tien Fong Chee
This is initial version of device tree for the Intel socfpga arria10 development kit with sdmmc. Signed-off-by: Tien Fong Chee Cc: Marek Vasut Cc: Stefan Roese Cc: Dinh Nguyen Cc: Chin Liang See

Re: [U-Boot] net, cmd: fix misaligned cache operation warning

2016-10-04 Thread Tom Rini
On Tue, Oct 04, 2016 at 07:21:08AM +0200, Heiko Schocher wrote: > Hello Joe, Tom, > > Am 02.10.2016 um 14:06 schrieb Joe Hershberger: > >Hi Tom, > > > >On Sun, Oct 2, 2016 at 7:03 AM, Tom Rini wrote: > >>On Mon, Aug 29, 2016 at 07:46:47AM +0200, Heiko Schocher wrote: > >> >

Re: [U-Boot] [PATCH v2 1/2] tools: buildmand: Remove duplicated code

2016-10-04 Thread york sun
Oops. Please fix the subject when merging. It should read "buildman" instead of "buildmand". York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3 00/10] binman: A tool for creating firmware images

2016-10-04 Thread Simon Glass
This series introduces binman, a tool designed to create firmware images. It provides a way to bring together various binaries and place them in an image, at particular positions and with configurable alignment. Packaging of firmware is quite a different task from building the various parts. In

[U-Boot] [PATCH v3 02/10] binman: Add basic entry types for U-Boot

2016-10-04 Thread Simon Glass
Add entries to support some standard U-Boot binaries, such as u-boot.bin, u-boot.dtb, etc. Also add some tests for these. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None tools/binman/entry_test.py | 27 +

[U-Boot] [PATCH v3 01/10] binman: Introduce binman, a tool for building binary images

2016-10-04 Thread Simon Glass
This adds the basic code for binman, including command parsing, processing of entries and generation of images. So far no entry types are supported. These will be added in future commits as examples of how to add new types. See the README for documentation. Signed-off-by: Simon Glass

[U-Boot] [PATCH v3 03/10] binman: Add support for building x86 ROMs

2016-10-04 Thread Simon Glass
The structure of x86 ROMs is pretty complex. There are various binary blobs to place in the image. Microcode requires special handling so that it is available to very early code and can be used without any memory whatsoever. Add support for the various entry types that are currently needed, along

[U-Boot] [PATCH v3 05/10] binman: Add support for building x86 ROMs with SPL

2016-10-04 Thread Simon Glass
When building for 64-bit x86 we need an SPL binary in the ROM. Add support for this. Also increase entry test code coverage to 100%. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None tools/binman/etype/u_boot_spl_bss_pad.py | 26 +

[U-Boot] [PATCH v3 04/10] binman: Add support for u-boot.img as an input binary

2016-10-04 Thread Simon Glass
Add an entry type for u-boot.img (a legacy U-Boot image) and a simple test. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None tools/binman/etype/u_boot_img.py| 17 + tools/binman/func_test.py | 5 +

[U-Boot] [PATCH v3 09/10] RFC: Use binman for a sunxi board

2016-10-04 Thread Simon Glass
Add an example usage of binman for a sunxi board. This involves adding the image definition to the device tree and using it in the Makefile. This is for example only. Signed-off-by: Simon Glass --- Changes in v3: - Use a -u-boot.dtsi file for the binman changes Changes in

[U-Boot] [PATCH v3 06/10] binman: Add a build rule for binman

2016-10-04 Thread Simon Glass
Add a standard command definition for binman so that it can be used in makefiles. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index b5c9421..a5428a2 100644 ---

[U-Boot] [PATCH v3 07/10] binman: Allow configuration options to be used in .dts files

2016-10-04 Thread Simon Glass
It is sometimes useful to be able to reference configuration options in a device tree source file. Add the necessary includes so that this works. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None scripts/Makefile.lib | 5 + 1 file changed, 5

[U-Boot] [PATCH v3 10/10] RFC: Use binman for an x86 board

2016-10-04 Thread Simon Glass
Add an example usage of binman for an x86 board. This involves adding the image definition to the device tree and using it in the Makefile. The existing ifdtool features are no-longer needed. This is for example only. Note that the binman.dtsi file is common and could be used for all x86 boards.

[U-Boot] [PATCH v3 08/10] binman: Automatically include a U-Boot .dtsi file

2016-10-04 Thread Simon Glass
For boards that need U-Boot-specific additions to the device tree, it is a minor annoyance to have to add these each time the tree is synced with upstream. Add a means to include a file (e.g. u-boot.dtsi) automatically into the .dts file before it is compiled. The file uses is the first one that

[U-Boot] [PATCH v2] cmd: cros_ec: Move crosec commands to cmd subdirectory

2016-10-04 Thread Moritz Fischer
Move crosec commands from drivers/misc/cros_ec.c to cmd/cros_ec.c Acked-by: Simon Glass Signed-off-by: Moritz Fischer Cc: Simon Glass Cc: Heiko Schocher Cc: Bin Meng Cc: Miao Yan

Re: [U-Boot] git send-email and patch headers/subject line

2016-10-04 Thread Brüns , Stefan
On Montag, 3. Oktober 2016 17:02:37 CEST Stephen Arnold wrote: > Howdy: > > I could swear this worked the last time I sent patches to the OE list > (at least it didn't need the gmail insecure app workaround so I guess > it was a while ago). > > Anyway, the real commit msg starts with ARM, I git

Re: [U-Boot] [PATCH] ARM:dts: Added device tree for socfpga arria10 development kit sdmmc

2016-10-04 Thread Marek Vasut
On 10/04/2016 12:34 PM, Tien Fong Chee wrote: > On Fri, 2016-09-30 at 19:29 +0200, Marek Vasut wrote: >> On 09/30/2016 10:12 AM, Tien Fong Chee wrote: >>> This is initial version of device tree for the Intel socfpga >>> arria10 >>> development kit with sdmmc. >>> >>> Signed-off-by: Tien Fong Chee

Re: [U-Boot] [PATCH] cmd: cros_ec: Move crosec commands to cmd subdirectory

2016-10-04 Thread Simon Glass
Hi Moritz, On 3 October 2016 at 16:53, Moritz Fischer wrote: > Move crosec commands from drivers/misc/cros_ec.c to > cmd/cros_ec.c > > Signed-off-by: Moritz Fischer > Cc: Simon Glass > Cc: Heiko Schocher >

[U-Boot] [PATCH v2 7/8] armv8: fsl-layerscape: Move DDR config options to Kconfig

2016-10-04 Thread York Sun
Move DDR3, DDR4 and realted options to Kconfig and clean up existing uses. Signed-off-by: York Sun --- Changes in v2: No patch arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 54 +++ arch/arm/include/asm/arch-fsl-layerscape/config.h | 14 --

[U-Boot] imx53 performance issue after updating to version 2016.9 (tftp download, hash calculation)

2016-10-04 Thread Martin Reichherzer
After updating a mx53 based custom design to u-boot version 2016.9 from 2013.10 I’m facing performance problems. Change in performance can be observed e.g. during following situations: - TFTP download has decreased from 3 MiB/s to only 517.6 KiB/s - Hash value calculation

Re: [U-Boot] [PATCH] serial: ns16550: Handle -ENOENT when requesting clock

2016-10-04 Thread Thierry Reding
On Mon, Oct 03, 2016 at 10:23:49AM -0600, Stephen Warren wrote: > On 09/30/2016 02:37 AM, Alexandre Courbot wrote: > > When calling clk_get_by_index(), fall back to the legacy method of > > getting the clock if -ENOENT is returned. > > Tested-by: Stephen Warren Agreed, this

Re: [U-Boot] [PATCH v7 02/12] serial: ns16550: Support clocks via phandle

2016-10-04 Thread Vlad Zakharov
Hello, I found that this commit breaks serial ns16550 driver on ARC. I have investigated the issue and found that it is because ARC timer node in device tree doesn't refer to any clock devices.  In such case clk_get_by_index() returns -ENOENT error, but neither -ENODEV nor -ENOSYS (as

Re: [U-Boot] [PATCH] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-04 Thread Simon Glass
Hi Masahiro, On 4 October 2016 at 06:03, Masahiro Yamada wrote: > Commit e2f88dfd2d96 ("libfdt: Introduce new ARCH_FIXUP_FDT option") > allows us to skip memory setup of DTB, but a problem for ARM is that > spin_table_update_dt() and psci_update_dt() are skipped as

[U-Boot] [PATCH v2 6/8] arm: Move SYS_FSL_SRDS_* and SYS_HAS_SERDES to Kconfig

2016-10-04 Thread York Sun
Move these options to Kconfig and clean up existing uses. Signed-off-by: York Sun Reviewed-by: Simon Glass --- Changes in v2: None arch/arm/cpu/armv7/ls102xa/Kconfig| 11 +++ arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 16

Re: [U-Boot] [PATCH v3 08/10] binman: Automatically include a U-Boot .dtsi file

2016-10-04 Thread Masahiro Yamada
2016-10-05 9:25 GMT+09:00 Simon Glass : > For boards that need U-Boot-specific additions to the device tree, it is > a minor annoyance to have to add these each time the tree is synced with > upstream. > > Add a means to include a file (e.g. u-boot.dtsi) automatically into the

[U-Boot] [PATCH v2 8/8] armv7: ls1021a: Move DDR config options to Kconfig

2016-10-04 Thread York Sun
Move DDR3, DDR4 and related config options to Kconfig and clean up existing uses. Signed-off-by: York Sun --- Changes in v2: No patch arch/arm/cpu/armv7/ls102xa/Kconfig | 47 arch/arm/include/asm/arch-ls102xa/config.h | 10 --

[U-Boot] [PATCH][v3] board: ls1012afrdm: overwrite CONFIG_EXTRA_ENV_SETTINGS

2016-10-04 Thread Pratiyush Mohan Srivastava
LS1012AFRDM has 512MB of DDR. So update Kernel load address as 0x9600 instead of default 0xa000. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Pratiyush Mohan Srivastava --- Changes for v3: - Rebased v2 patch to master

[U-Boot] STM32F7 Discovery hangs on master

2016-10-04 Thread Nicolae Rosia
Hello, I just tested v2016.11-rc1 on STM32F7 Discovery and it hangs: (gdb) c Continuing. ^C Program received signal SIGTRAP, Trace/breakpoint trap. 0x08000d56 in dram_init () at board/st/stm32f746-disco/stm32f746-disco.c:211 211 FMC_BUSY_WAIT(); (gdb) bt #0 0x08000d56 in dram_init () at

Re: [U-Boot] [PATCH] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-04 Thread Masahiro Yamada
Hi Simon, 2016-10-05 0:37 GMT+09:00 Simon Glass : >> diff --git a/common/image-fdt.c b/common/image-fdt.c >> index 3d23608..91970d4 100644 >> --- a/common/image-fdt.c >> +++ b/common/image-fdt.c >> @@ -458,6 +458,11 @@ __weak int ft_verify_fdt(void *fdt) >> return 1;

  1   2   >