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 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 wrote: On Monday, June 16, 2014 at 03:22:22 AM, Otavio Salvador wr

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 > --- > > drivers/usb/host/ehci-mx6.c | 10 -- >

[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 v

[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 Acked-by: Kim Phillips Cc: Simon Glass --- - changes for v2: - added acked-by from Kim - changes for v3: none - changes for v4: none - changes for v5: none - changes for v6: none ---

[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 appen

[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"

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 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. And there has been al

[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

[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 Signed-off-by:

[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 th

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

2014-06-16 Thread Masahiro Yamada
Import 3 useful commits by Michal Marek 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 the source tree

[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: f

[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: sync

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel 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 --- board/tqc/tqma6/README |4 ++ boards.cfg |

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel Add RGMII ethernet using micrel KSZ9031 phy to mba6 mainboard for TQMa6 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 supported. Signed-off-by: Ma

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel 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 TQMa6: mba6: add RGMII ene

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel 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 eMMC and 512 MiB DDR

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel 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 --- board/tqc/tqma6/tqma6.c | 27 +++ board/tqc/tqma6/tqma6_mba6.c | 3

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel Support for the PMIC on the TQMa6 modules is added. Signed-off-by: Markus Niebel --- include/configs/tqma6.h |5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 6c2aecf..1576656 100644 --- a/include/configs/tqm

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel add support for USB and USB storage on the USB ports on the MBA6 baseboard for TQMa6 moduels Signed-off-by: Markus Niebel --- board/tqc/tqma6/tqma6_mba6.c |7 +++ include/configs/tqma6.h | 11 +++ 2 files changed, 18 insertions(+) diff --git a/board/

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel This patch adds the support for SPI, the serial flash on TQMa6 and the two additional CS on MBa6 Signed-off-by: Markus Niebel --- board/tqc/tqma6/tqma6.c | 27 +++ board/tqc/tqma6/tqma6_mba6.c | 24 include/configs/t

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 wrote: > Hi Otavio, > > On 06/16/14 05:24, Otavio Salvador wrote: >> On Sun, Jun 15, 2014 at 11:03 PM, Marek Vasut 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 wrote: >

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 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: Otavio Salva

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 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 > \ ... > + "bau

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 env

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 pr

[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 Cc: Dirk Eibach , Stefan Roese

[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 a

[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 Cc: Wolfgang Denk --- board/emk/common/flash.c |4 +++- 1 files

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

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel add support for USB and USB storage on the USB ports on the MBA6 baseboard for TQMa6 moduels Signed-off-by: Markus Niebel --- board/tqc/tqma6/tqma6_mba6.c |7 +++ include/configs/tqma6.h | 11 +++ 2 files changed, 18 insertions(+) diff --git a/board/

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel 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 TQMa6: mba6: add RGMII ene

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel Support for the PMIC on the TQMa6 modules is added. Signed-off-by: Markus Niebel --- - changes for v2: - add missing int power_init_board(void) to tqma6.c board/tqc/tqma6/tqma6.c | 18 ++ include/configs/tqma6.h |5 + 2 files changed, 23 insertio

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel 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 --- board/tqc/tqma6/tqma6.c | 27 +++ board/tqc/tqma6/tqma6_mba6.c | 3

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel Add RGMII ethernet using micrel KSZ9031 phy to mba6 mainboard for TQMa6 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 supported. Signed-off-by: Ma

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel 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 eMMC and 512 MiB DDR

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel This patch adds the support for SPI, the serial flash on TQMa6 and the two additional CS on MBa6 Signed-off-by: Markus Niebel --- board/tqc/tqma6/tqma6.c | 27 +++ board/tqc/tqma6/tqma6_mba6.c | 24 include/configs/t

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

2014-06-16 Thread Markus Niebel
From: Markus Niebel 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 --- board/tqc/tqma6/README |4 ++ boards.cfg |

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 ti

[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 Signed-off-by: Jeroen Hofstee --- drivers/video/

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 to

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: > - D

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

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 point

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

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

2014-06-16 Thread Jeroen Hofstee
Signed-off-by: Jeroen Hofstee --- 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 +++ b/arch/arm/cpu/ar

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 > --- > > board/freescale/p1023rds/p1023rds.c | 5 -- > board/freescale/p1023rds/tlb.c

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 awa

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 mxs_powe

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 > >

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 > > 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 for that. I

[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 ow

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: a

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 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 and "make all"

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 t

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

2014-06-16 Thread Gupta, Pekon
Hi Larry, >From: Wolfgang Denk >>In message 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. >

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

2014-06-16 Thread Marek Vasut
On Monday, June 16, 2014 at 01:48:11 PM, Otavio Salvador wrote: > On Mon, Jun 16, 2014 at 4:03 AM, Igor Grinberg wrote: > > Hi Otavio, > > > > On 06/16/14 05:24, Otavio Salvador wrote: > >> On Sun, Jun 15, 2014 at 11:03 PM, Marek Vasut wrote: > >>> On Monday, June 16, 2014 at 03:39:08 AM, Otavi

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

2014-06-16 Thread Dirk Eibach
Heh. Good catch. thanks! But now I'm curious: how did you find this? Acked-by: dirk.eib...@gdsys.cc Cheers Dirk ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 5/5] Exynos: Split 5250 and 5420 memory bank configuration

2014-06-16 Thread Minkyu Kang
Dear Akshay Saraswat, On 04/06/14 01:17, Akshay Saraswat wrote: > From: Michael Pratt > > Since snow has a different memory configuration than peach, split the > configuration between the 5250 and 5420. Exynos 5420 supports runtime > memory configuration detection, and can make the determination

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

2014-06-16 Thread Igor Grinberg
Hi Nikolay, On 06/16/14 17:33, Nikolay Dimitrov wrote: > Hi Igor, > > My personal opinion is that unless you intend to run the binary on multiple > IMX6 variants, That is exactly what we do already (code is on the way) and IMO what we should aim for. > there's no > need to do expensive checks

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

2014-06-16 Thread Michael Trimarchi
Hi Marek Il 17/giu/2014 08:03 "Marek Vasut" ha scritto: > > On Monday, June 16, 2014 at 01:48:11 PM, Otavio Salvador wrote: > > On Mon, Jun 16, 2014 at 4:03 AM, Igor Grinberg > wrote: > > > Hi Otavio, > > > > > > On 06/16/14 05:24, Otavio Salvador wrote: > > >> On Sun, Jun 15, 2014 at 11:03 PM,

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

2014-06-16 Thread Karen Shaeffer
On Tue, Jun 17, 2014 at 06:42:52AM +0200, Wolfgang Denk wrote: > 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 bette

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

2014-06-16 Thread Larry Baker
On Jun 16, 2014, at 10:41 PM, Gupta, Pekon wrote: > Hi Larry, > >> From: Wolfgang Denk >>> In message 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 >> (rathe

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 14:48, Otavio Salvador wrote: > On Mon, Jun 16, 2014 at 4:03 AM, Igor Grinberg > wrote: >> Hi Otavio, >> >> On 06/16/14 05:24, Otavio Salvador wrote: >>> On Sun, Jun 15, 2014 at 11:03 PM, Marek Vasut wrote: On Monday, June 16, 2014 at 03:39:08 AM, Otavio Salvador wro