Re: [U-Boot] Patch to support dns-320 (variation of dns-325)

2014-06-16 Thread Prafulla Wadaskar
-Original Message- From: Bastien ROUCARIES [mailto:roucaries.bast...@gmail.com] Sent: 15 June 2014 23:08 To: Albert ARIBAUD Cc: u-boot@lists.denx.de; Jamie Lentin; Stefan Herbrechtsmeier; Prafulla Wadaskar Subject: Re: Patch to support dns-320 (variation of dns-325) Ping ?

Re: [U-Boot] [PATCH 4/6] mmc: fsl_esdhc: Add support to force VSELECT set

2014-06-16 Thread Igor Grinberg
Hi Otavio, On 06/16/14 05:24, Otavio Salvador wrote: On Sun, Jun 15, 2014 at 11:03 PM, Marek Vasut ma...@denx.de wrote: On Monday, June 16, 2014 at 03:39:08 AM, Otavio Salvador wrote: On Sun, Jun 15, 2014 at 10:27 PM, Marek Vasut ma...@denx.de wrote: On Monday, June 16, 2014 at 03:22:22 AM,

Re: [U-Boot] [PATCH 1/6] usb: ehci: mx6: Add support for i.MX6SL

2014-06-16 Thread Igor Grinberg
Hi Otavio, On 06/16/14 03:46, Otavio Salvador wrote: The i.MX6SL has a different base address for the controller. This patch adapts the driver to support the different base address for this case. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/usb/host/ehci-mx6.c |

[U-Boot] [PATCH v6 0/2] mpc8313: ids8313 board updates

2014-06-16 Thread Heiko Schocher
- add CONFIG_SYS_GENERIC_BOARD to the ids8313 board, therefore fdtdec_get_int() is moved out of lib/fdtdec.c as lib/fdtdec.c is only compiled if CONFIG_OF_CONTROL is defined, but defining this for the ids8313 board leads in conjunction with CONFIG_SYS_GENERIC_BOARD in booting error: No

[U-Boot] [PATCH v6 2/2] mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 board

2014-06-16 Thread Heiko Schocher
- add CONFIG_SYS_GENERIC_BOARD - remove CONFIG_OF_CONTROL to boot again Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Kim Phillips kim.phill...@freescale.com Cc: Simon Glass s...@chromium.org --- - changes for v2: - added acked-by from Kim - changes for v3: none - changes for v4:

[U-Boot] [PATCH v6 1/2] lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c

2014-06-16 Thread Heiko Schocher
move fdtdec_get_int() out of lib/fdtdec.c into lib/fdtdec_common.c as this function is also used, if CONFIG_OF_CONTROL is not used. Poped up on the ids8313 board using signed FIT images, and activating CONFIG_SYS_GENERIC_BOARD. Without this patch it shows on boot: No valid FDT found - please

[U-Boot] [PATCH] env_fat: use get_device_and_partition() during env save and load

2014-06-16 Thread Josh Wu
Use get_device_and_partition() is better since: 1. It will call the device initialize function internally. So we can remove the mmc intialization code to save many lines. 2. It is used by fatls/fatload/fatwrite. So saveenv load env should use it too. 3. It can parse the D:P, D, D:, D:auto string

Re: [U-Boot] [PATCH 1/6] configs: iocom: Fix typo on CMD_FPGA command

2014-06-16 Thread Dirk Eibach
Argh. Just noticed this. Fix typo in CMD_FPGA command enabling. Signed-off-by: Michal Simek michal.si...@xilinx.com CONFIG_CMD_FPGAD is *NOT* a typo, it is about enbaling our own FPGA command common/cmd_fpgad.c So NAK for this one. As it already got pulled to rc we have to find a solution.

[U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1

2014-06-16 Thread Masahiro Yamada
make %_config all was supported for the first time in U-Boot: commit 53bca5ab kbuild: support simultaneous board configuration and make all Surprisingly it had not been working in Linux Kernel for a long time. So I sent back the patch to the Linux Kbuild community and it was accepted with a

[U-Boot] [PATCH 3/5] cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1)

2014-06-16 Thread Masahiro Yamada
Import the following trivial commits from Linux v3.16-rc1: bb66fc6 kbuild: trivial - use tabs for code indent where possible 7eb6e34 kbuild: trivial - remove trailing empty lines 3fbb43d kbuild: trivial - fix comment block indent 38385f8 kbuild: trivial - remove trailing spaces

[U-Boot] [PATCH 1/5] kbuild: move extra gcc checks to scripts/Makefile.extrawarn

2014-06-16 Thread Masahiro Yamada
This commit was imported from Linux Kernel: commit a86fe353 written by me. W=... provides extra gcc checks. Having such code in scripts/Makefile.build results in the same flags being added to KBUILD_CFLAGS multiple times becuase scripts/Makefile.build is invoked every time Kbuild descends into

[U-Boot] [PATCH 4/5] kbuild: Use relative path when possible

2014-06-16 Thread Masahiro Yamada
Import 3 useful commits by Michal Marek mma...@suse.cz from Linux 3.16-rc1. commit 9da0763bdd82572be243fcf5161734f11568960f kbuild: Use relative path when building in a subdir of the source tree commit 890676c65d699db3ad82e70cf8fb449031af kbuild: Use relative path when building in

[U-Boot] [PATCH 5/5] scripts: objdiff: sync with Linux 3.16-rc1

2014-06-16 Thread Masahiro Yamada
Import scripts/objdiff improvements from Linux v3.16-rc1, which consists of 7 commits written by me. commit 7fa0e6db3cedc9b70d68a4170f1352e2b1aa0f90 scripts: objdiff: support directories for the augument of record command commit 8ac28bee76eec006aac5ba5c418878a607d53a9b scripts: objdiff:

[U-Boot] [PATCH 0/5] Kbuild: sync with Linux 3.16-rc1

2014-06-16 Thread Masahiro Yamada
The merge window for Linux 3.16 is closed and Linux 3.16-rc1 is out now. During the merge window, various Kbuild-related updates were merged into the upstream. This series imports them to U-Boot. Masahiro Yamada (5): kbuild: move extra gcc checks to scripts/Makefile.extrawarn kbuild:

[U-Boot] [Patch 4/7] TQMa6: add SPI NOR boot support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de This patch adds support for booting from SPI NOR flash and having the environment also in SPI NOR. Also all environment settings to allow update of bootloader and kernel are added. Signed-off-by: Markus Niebel markus.nie...@tq-group.com ---

[U-Boot] [Patch 2/7] TQMa6: mba6: add RGMII enet

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de Add RGMII ethernet using micrel KSZ9031 phy to mba6 mainboard for TQMa6x module. The phy needs special configurateions for the pad skew registers to adjust for the signal routing. Also support for standard ethernet commands and uppdate via tftp is

[U-Boot] [Patch 0/7] Add support for TQMa6 modules

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com This series add support for the TQMa6 boards from TQ Systems. The first Patch adds basic support for the modiules and the starterkit baseboard while the other patches add additional features Markus Niebel (7): Add TQ Systems TQMa6 board support

[U-Boot] [Patch 1/7] Add TQ Systems TQMa6 board support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de This patch adds the changes to boards.cfg and the board directory under board/tqc. TQMa6 is a family of modules based on Freescale i.MX6. It consists of TQMa6Q (i.MX6 Quad), TQMa6D (i.MX6 Dual) featuring eMMC, and 1 GiB DDR3 TQMa6S (i.MX6 Solo) featuring

[U-Boot] [Patch 6/7] TQMa6: add I2C support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de This patch adds support for the I2C busses and devices on the TQMa6 modules and MBa6 baseboards. Support for the PMIC will be added later on. Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- board/tqc/tqma6/tqma6.c | 27

[U-Boot] [Patch 7/7] TQMa6: add pmic support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de Support for the PMIC on the TQMa6 modules is added. Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- include/configs/tqma6.h |5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index

[U-Boot] [Patch 5/7] TQMa6: MBa6: add usb support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de add support for USB and USB storage on the USB ports on the MBA6 baseboard for TQMa6 moduels Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- board/tqc/tqma6/tqma6_mba6.c |7 +++ include/configs/tqma6.h | 11 +++ 2 files

[U-Boot] [Patch 3/7] TQMa6: add SPI support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de This patch adds the support for SPI, the serial flash on TQMa6x and the two additional CS on MBa6 Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- board/tqc/tqma6/tqma6.c | 27 +++ board/tqc/tqma6/tqma6_mba6.c |

Re: [U-Boot] [PATCH 4/6] mmc: fsl_esdhc: Add support to force VSELECT set

2014-06-16 Thread Otavio Salvador
On Mon, Jun 16, 2014 at 4:03 AM, Igor Grinberg grinb...@compulab.co.il wrote: Hi Otavio, On 06/16/14 05:24, Otavio Salvador wrote: On Sun, Jun 15, 2014 at 11:03 PM, Marek Vasut ma...@denx.de wrote: On Monday, June 16, 2014 at 03:39:08 AM, Otavio Salvador wrote: On Sun, Jun 15, 2014 at 10:27

Re: [U-Boot] [PATCH 1/6] usb: ehci: mx6: Add support for i.MX6SL

2014-06-16 Thread Otavio Salvador
On Mon, Jun 16, 2014 at 4:05 AM, Igor Grinberg grinb...@compulab.co.il wrote: Hi Otavio, On 06/16/14 03:46, Otavio Salvador wrote: The i.MX6SL has a different base address for the controller. This patch adapts the driver to support the different base address for this case. Signed-off-by:

Re: [U-Boot] [PATCH 5/6] Print ramdisk load address if it is in use

2014-06-16 Thread Otavio Salvador
On Mon, Jun 16, 2014 at 1:38 AM, Wolfgang Denk w...@denx.de wrote: Dear Otavio Salvador, In message 1402879613-21362-5-git-send-email-ota...@ossystems.com.br you wrote: When debugging initramfs failures it is quite useful to known where it is being loaded from. Agreed. + +

Re: [U-Boot] [Patch 1/7] Add TQ Systems TQMa6 board support

2014-06-16 Thread Wolfgang Denk
Dear Markus Niebel, In message 1402915858-1335-2-git-send-email-list-09_u-b...@tqsc.de you wrote: This patch adds the changes to boards.cfg and the board directory under board/tqc. ... +#define CONFIG_EXTRA_ENV_SETTINGS \ ... +

Re: [U-Boot] [PATCH 1/4] dfu:cmd: get the default command arguments from environment

2014-06-16 Thread Przemyslaw Marczak
Hello, On 06/13/2014 06:35 PM, Stephen Warren wrote: On 06/13/2014 02:28 AM, Przemyslaw Marczak wrote: Dear Stephen, On 06/12/2014 06:39 PM, Stephen Warren wrote: On 06/12/2014 08:25 AM, Przemyslaw Marczak wrote: This change adds support to store the default DFU cmd line arguments in the

Re: [U-Boot] [PATCH 1/6] usb: ehci: mx6: Add support for i.MX6SL

2014-06-16 Thread Nikolay Dimitrov
Hi Igor, My personal opinion is that unless you intend to run the binary on multiple IMX6 variants, there's no need to do expensive checks in runtime, when you can do the same at compile-time. For me it's the same as choosing puts() vs printf() - you know at compile time whether you need to

[U-Boot] [PATCH] Fix bug in io64 target (introduced by commit aba27ac)

2014-06-16 Thread Vasili Galka
From comparison of current logic and the logic that was prior to commit aba27ac, we see that first parameter of FPGA_GET_REG() shall be the FPGA index and not channel number. The re-factoring in commit aba27ac accidentally changed that. Signed-off-by: Vasili Galka vvv...@gmail.com Cc: Dirk Eibach

[U-Boot] [RFC PATCH] Fix bug in T4240QDS code. Don't access nonexistent registers

2014-06-16 Thread Vasili Galka
The code in misc_init_r() verifies actual SERDES clocks versus expected. It supposes that the number of clocks is MAX_SERDES. However, the number of pllcr0 registers is only SRDS_MAX_BANK. This clearly results in access to wrong memory. I don't have the datasheet to design a correct solution, but

[U-Boot] [PATCH] Disable FLASH_AMLV256U support for TOP860 target

2014-06-16 Thread Vasili Galka
TOP860 configuration assumes at most 128 flash sectors. Thus, the AMLV256U flash can't be supported. The existing code could result in memory corruption when writing to the flash_info-start[] array. Signed-off-by: Vasili Galka vvv...@gmail.com Cc: Wolfgang Denk w...@denx.de ---

Re: [U-Boot] [Patch 1/7] Add TQ Systems TQMa6 board support

2014-06-16 Thread Markus Niebel
Am 16.06.2014 14:41, wrote Wolfgang Denk: Dear Markus Niebel, In message 1402915858-1335-2-git-send-email-list-09_u-b...@tqsc.de you wrote: This patch adds the changes to boards.cfg and the board directory under board/tqc. ... +#define CONFIG_EXTRA_ENV_SETTINGS

Re: [U-Boot] [PATCH 1/6] usb: ehci: mx6: Add support for i.MX6SL

2014-06-16 Thread Marek Vasut
On Monday, June 16, 2014 at 04:33:09 PM, Nikolay Dimitrov wrote: Hi Igor, Please do not top-post. My personal opinion is that unless you intend to run the binary on multiple IMX6 variants, there's no need to do expensive checks in runtime, when you can do the same at compile-time. With the

[U-Boot] [Patch v2 5/7] TQMa6: MBa6: add usb support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de add support for USB and USB storage on the USB ports on the MBA6 baseboard for TQMa6 moduels Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- board/tqc/tqma6/tqma6_mba6.c |7 +++ include/configs/tqma6.h | 11 +++ 2 files

[U-Boot] [Patch v2 0/7] Add support for TQMa6 modules

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com This series add support for the TQMa6 boards from TQ Systems. The first Patch adds basic support for the modiules and the starterkit baseboard while the other patches add additional features Markus Niebel (7): Add TQ Systems TQMa6 board support

[U-Boot] [Patch v2 7/7] TQMa6: add pmic support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com Support for the PMIC on the TQMa6 modules is added. Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- - changes for v2: - add missing int power_init_board(void) to tqma6.c board/tqc/tqma6/tqma6.c | 18 ++

[U-Boot] [Patch v2 6/7] TQMa6: add I2C support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de This patch adds support for the I2C busses and devices on the TQMa6 modules and MBa6 baseboards. Support for the PMIC will be added later on. Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- board/tqc/tqma6/tqma6.c | 27

[U-Boot] [Patch v2 2/7] TQMa6: mba6: add RGMII enet

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com Add RGMII ethernet using micrel KSZ9031 phy to mba6 mainboard for TQMa6x module. The phy needs special configurateions for the pad skew registers to adjust for the signal routing. Also support for standard ethernet commands and uppdate via tftp is

[U-Boot] [Patch v2 1/7] Add TQ Systems TQMa6 board support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com This patch adds the changes to boards.cfg and the board directory under board/tqc. TQMa6 is a family of modules based on Freescale i.MX6. It consists of TQMa6Q (i.MX6 Quad), TQMa6D (i.MX6 Dual) featuring eMMC, and 1 GiB DDR3 TQMa6S (i.MX6 Solo)

[U-Boot] [Patch v2 3/7] TQMa6: add SPI support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de This patch adds the support for SPI, the serial flash on TQMa6x and the two additional CS on MBa6 Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- board/tqc/tqma6/tqma6.c | 27 +++ board/tqc/tqma6/tqma6_mba6.c |

[U-Boot] [Patch v2 4/7] TQMa6: add SPI NOR boot support

2014-06-16 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de This patch adds support for booting from SPI NOR flash and having the environment also in SPI NOR. Also all environment settings to allow update of bootloader and kernel are added. Signed-off-by: Markus Niebel markus.nie...@tq-group.com ---

Re: [U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1

2014-06-16 Thread Jeroen Hofstee
Hello Masahiro, On ma, 2014-06-16 at 18:56 +0900, Masahiro Yamada wrote: make %_config all was supported for the first time in U-Boot: commit 53bca5ab kbuild: support simultaneous board configuration and make all Surprisingly it had not been working in Linux Kernel for a long time.

[U-Boot] [PATCH] video: ipu_disp: squash clang warning

2014-06-16 Thread Jeroen Hofstee
Since rgb2ycbcr_coeff and friends are declared const, but assigned to a void pointer, clang will warn that the const is implicity casted away. Add const to indicate the pointer points to const data to get rid of these warnings. Cc: Stefano Babic sba...@denx.de Signed-off-by: Jeroen Hofstee

Re: [U-Boot] [PATCH] env_fat: use get_device_and_partition() during env save and load

2014-06-16 Thread Stephen Warren
On 06/16/2014 02:14 AM, Josh Wu wrote: Use get_device_and_partition() is better since: 1. It will call the device initialize function internally. So we can remove the mmc intialization code to save many lines. 2. It is used by fatls/fatload/fatwrite. So saveenv load env should use it too.

Re: [U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting

2014-06-16 Thread Stephen Warren
On 06/12/2014 03:46 AM, Przemyslaw Marczak wrote: This patch introduces new feature: initialization of the dfu bootloader entity from a separate environmental variable which can be set on a boot time. By default, DFU always check environmental variable: $dfu_alt_info. Changes: - DFU will

Re: [U-Boot] [PATCH] video: ipu_disp: squash clang warning

2014-06-16 Thread Troy Kisky
On 6/16/2014 12:41 PM, Jeroen Hofstee wrote: Since rgb2ycbcr_coeff and friends are declared const, but assigned to a void pointer, clang will warn that the const is implicity casted away. Add const to indicate the pointer points to const data to get rid of these warnings. Cc: Stefano Babic

Re: [U-Boot] [PATCH] video: ipu_disp: squash clang warning

2014-06-16 Thread Jeroen Hofstee
Hello Troy, On ma, 2014-06-16 at 12:52 -0700, Troy Kisky wrote: On 6/16/2014 12:41 PM, Jeroen Hofstee wrote: Since rgb2ycbcr_coeff and friends are declared const, but assigned to a void pointer, clang will warn that the const is implicity casted away. Add const to indicate the pointer

Re: [U-Boot] [PATCH] video: ipu_disp: squash clang warning

2014-06-16 Thread Jeroen Hofstee
On ma, 2014-06-16 at 12:52 -0700, Troy Kisky wrote: On 6/16/2014 12:41 PM, Jeroen Hofstee wrote: Since rgb2ycbcr_coeff and friends are declared const, but assigned to a void pointer, clang will warn that the const is implicity casted away. Add const to indicate the pointer points to const

[U-Boot] [PATCH] omap3: board: trivial: add void for no args

2014-06-16 Thread Jeroen Hofstee
Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl --- arch/arm/cpu/armv7/omap3/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c index e252e7f..667e77f 100644 --- a/arch/arm/cpu/armv7/omap3/board.c

Re: [U-Boot] [PATCH 1/7] nand_spl: remove P1023RDS_NAND support

2014-06-16 Thread Scott Wood
On Wed, 2014-06-04 at 10:26 +0900, Masahiro Yamada wrote: Commit 3d5a335c announced that all the nand_spl boards would be removed before v2014.07 release. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- board/freescale/p1023rds/p1023rds.c | 5 --

Re: [U-Boot] [PATCH] video: ipu_disp: squash clang warning

2014-06-16 Thread Troy Kisky
On 6/16/2014 1:37 PM, Jeroen Hofstee wrote: On ma, 2014-06-16 at 12:52 -0700, Troy Kisky wrote: On 6/16/2014 12:41 PM, Jeroen Hofstee wrote: Since rgb2ycbcr_coeff and friends are declared const, but assigned to a void pointer, clang will warn that the const is implicity casted away. Add const

Re: [U-Boot] [PATCH v2] mxs: fixed battery boot on imx233-olinuxino-micro

2014-06-16 Thread Marek Vasut
On Sunday, June 15, 2014 at 03:11:56 PM, Peter Schumann wrote: This patch makes it possible to boot from battery on olinuxino Boards from Olimex. We should not set DOUBLE_FETS in HW_POWER_MINPWR, it makes my system reset with in seconds while running on battery power. Also

Re: [U-Boot] [PATCH v2] mxs: fixed battery boot on imx233-olinuxino-micro

2014-06-16 Thread Marek Vasut
On Tuesday, June 17, 2014 at 12:18:55 AM, Marek Vasut wrote: On Sunday, June 15, 2014 at 03:11:56 PM, Peter Schumann wrote: This patch makes it possible to boot from battery on olinuxino Boards from Olimex. We should not set DOUBLE_FETS in HW_POWER_MINPWR, it makes my system reset with

Re: [U-Boot] [PATCH 1/6] configs: iocom: Fix typo on CMD_FPGA command

2014-06-16 Thread Michal Simek
On 06/16/2014 10:19 AM, Dirk Eibach wrote: Argh. Just noticed this. Fix typo in CMD_FPGA command enabling. Signed-off-by: Michal Simek michal.si...@xilinx.com CONFIG_CMD_FPGAD is *NOT* a typo, it is about enbaling our own FPGA command common/cmd_fpgad.c So NAK for this one. Ah sorry

[U-Boot] [PATCH] configs: iocon: Enabling CONFIG_CMD_FPGAD again

2014-06-16 Thread Michal Simek
Revert changes in iocon.h config file caused by these two commits: configs: iocom: Fix typo on CMD_FPGA command (sha1: d0db28f94034ef02c1d6737895766fb3c19de47f) and fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK (sha1: 64e809afeaf1572c3246a5bca198a77d0498fd89) CONFIG_CMD_FPGAD is own

Re: [U-Boot] [PATCH v2 0/5] Add support for AM43xx Starter Kit

2014-06-16 Thread Felipe Balbi
Hi, On Tue, Jun 10, 2014 at 03:01:17PM -0500, Felipe Balbi wrote: Hi, patches were tested on AM43xx SK on top of v2014.07-rc3 Changes since v1: - fix a bad rebase pointed to by Vaibhav. Felipe Balbi (5): board: ti: am43xx: print unsupported board name cpu: armv7: am33x:

Re: [U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1

2014-06-16 Thread Masahiro Yamada
On Mon, 16 Jun 2014 19:58:28 +0200 Jeroen Hofstee dasub...@myspectrum.nl wrote: Hello Masahiro, On ma, 2014-06-16 at 18:56 +0900, Masahiro Yamada wrote: make %_config all was supported for the first time in U-Boot: commit 53bca5ab kbuild: support simultaneous board configuration

Re: [U-Boot] [ELDK] U-Boot default CONFIG_AUTOBOOT_DELAY_STR

2014-06-16 Thread Wolfgang Denk
Dear Larry, In message 5070a944-cc27-4388-91e5-78b0792e5...@usgs.gov you wrote: A recent situation has awakened me to a a behavior of U-Boot that maybe should be changed. U-Boot related questions should better be discussed on the U-Boot (rather than the ELDK) mailing list. I'm adding the

Re: [U-Boot] [ELDK] U-Boot default CONFIG_AUTOBOOT_DELAY_STR

2014-06-16 Thread Gupta, Pekon
Hi Larry, From: Wolfgang Denk In message ba...@usgs.gov wrote: A recent situation has awakened me to a a behavior of U-Boot that maybe should be changed. U-Boot related questions should better be discussed on the U-Boot (rather than the ELDK) mailing list. I'm adding the U-Boot list on Cc.