[U-Boot] [PPC 74xx_7xx] Please pull u-boot-74xx-7xx.git

2013-06-27 Thread Wolfgang Denk
Dear Tom, The following changes since commit ca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6: Merge branch 'master' of git://git.denx.de/u-boot-net (2013-06-24 22:27:44 -0400) are available in the git repository at: git://git.denx.de/u-boot-74xx-7xx.git master for you to fetch changes up to

Re: [U-Boot] [PATCH 1/2] PPC 74xx_7xx: Fix build warnings for ELPPC board

2013-06-27 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1371198044-3456-1-git-send-email...@denx.de you wrote: Fix: misc.c: In function 'misc_init_r': misc.c:210:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] misc.c:211:3: warning: dereferencing type-punned

Re: [U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-06-27 Thread Wolfgang Denk
Dear Kim, ping!! In message 1371198068-3581-1-git-send-email...@denx.de I wrote: Fix: mpc8323erdb.c: In function 'mac_read_from_eeprom': mpc8323erdb.c:198:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Signed-off-by: Wolfgang Denk

Re: [U-Boot] [PATCH v2 0/3] Add ethernet support for Congatec qmx6qeval

2013-06-27 Thread Albert ARIBAUD
Hi Leo, On Thu, 20 Jun 2013 15:46:47 +0200, SARTRE Leo lsar...@adeneo-embedded.com wrote: Changes in v2: -micrel.c : drop two unneeded changes in comments. -cgtqmx6eval.c: #ifdef CONFIG_FEC_MXC now covers the whole

Re: [U-Boot] [PATCH v3 03/12] image: Add RSA support for image signing

2013-06-27 Thread Simon Glass
Hi Masahiro, On Wed, Jun 26, 2013 at 9:08 PM, Masahiro Yamada yamad...@jp.panasonic.comwrote: Hello, Simon. When compiling the master branch, I got an error while a tools/mkimage build. u-boot/lib/rsa/rsa-sign.c:26:25: fatal error: openssl/rsa.h: No such file or directory I think

Re: [U-Boot] [PATCH] arm: omap5_uevm: Correct the console sys prompt for 5432

2013-06-27 Thread Albert ARIBAUD
Hi Tom, On Mon, 24 Jun 2013 16:30:54 -0400, Tom Rini tr...@ti.com wrote: On Sat, Jun 22, 2013 at 11:33:11AM +0200, Albert ARIBAUD wrote: Hi Tom, On Tue, 11 Jun 2013 11:53:42 -0400, Tom Rini tr...@ti.com wrote: On Thu, Jun 06, 2013 at 04:30:38PM -0500, Dan Murphy wrote:

[U-Boot] [PATCH] usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1

2013-06-27 Thread Pierre Aubert
This trivial patch adds the definition of the vid/pid for the Ver C1 of the USB Ethernet adapter D-Link DUB-E100. Signed-off-by: Pierre Aubert p.aub...@staubli.com CC: Marek Vasut ma...@denx.de --- drivers/usb/eth/asix.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere

2013-06-27 Thread Albert ARIBAUD
Hi Simon, On Mon, 24 Jun 2013 17:52:03 -0700, Simon Glass s...@chromium.org wrote: Hi Albert, On Sun, Jun 23, 2013 at 12:29 AM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Simon, On Mon, 17 Jun 2013 07:44:52 -0700, Simon Glass s...@chromium.org wrote: Note that a

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Stefano Babic
Hi Otavio, hi Alison, On 26/06/2013 19:12, Otavio Salvador wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- both patches are slight changes - if I get an ACK by Alison as board maintainer, I could still push them before my PR for the release. Thanks, Stefano --

[U-Boot] [PATCH v1 1/1] patman: README documentation nits

2013-06-27 Thread Gerhard Sittig
the -t flag appears to have a different meaning now, refer to the --test option for the builtin unit test, and adjust a directory location (it's 'tools/patman' instead of 'tools/scripts/patman') Signed-off-by: Gerhard Sittig g...@denx.de --- tools/patman/README |6 +++--- 1 file changed, 3

Re: [U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere

2013-06-27 Thread Simon Glass
Hi Albert, On Thu, Jun 27, 2013 at 12:04 AM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Simon, On Mon, 24 Jun 2013 17:52:03 -0700, Simon Glass s...@chromium.org wrote: Hi Albert, On Sun, Jun 23, 2013 at 12:29 AM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Simon,

Re: [U-Boot] [PATCH v1 1/1] patman: README documentation nits

2013-06-27 Thread Simon Glass
On Thu, Jun 27, 2013 at 12:12 AM, Gerhard Sittig g...@denx.de wrote: the -t flag appears to have a different meaning now, refer to the --test option for the builtin unit test, and adjust a directory location (it's 'tools/patman' instead of 'tools/scripts/patman') Signed-off-by: Gerhard

Re: [U-Boot] [PATCH v3 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Wang Huan-B18965
Hi, Otavio, -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wang Huan-B18965 Sent: Thursday, June 27, 2013 10:36 AM To: Otavio Salvador; U-Boot Mailing List Cc: Estevam Fabio-R49496 Subject: Re: [U-Boot] [PATCH v3 1/2]

Re: [U-Boot] [PATCH 1/2] board/bsc9132qds: Add DSP side tlb and laws

2013-06-27 Thread Albert ARIBAUD
Hi Jain, On Thu, 27 Jun 2013 03:59:16 +, Jain Priyanka-B32167 b32...@freescale.com wrote: Email-id is no longer valid as person has left the company. Git send-email was throwing error as it could not send message to that mail. (please do not top-post) Without an e-mail address, I

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Wang Huan-B18965
Hi, stefano, I am ok with the default environment changes. But the sys text base should not be changed, otherwise the u-boot could not work. The reason I have explained in the other email. Best Regards, Alison Wang -Original Message- From: Stefano Babic [mailto:sba...@denx.de]

[U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Heiko Schocher
while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: GADGET DRIVER: usb_dnl_dfu data abort MAYBE you should read doc/README.arm-unaligned-accesses pc : [8ff71db8] lr : [8ff75aec] sp : 8ef40d18 ip :

Re: [U-Boot] [PATCH 1/2] board/bsc9132qds: Add DSP side tlb and laws

2013-06-27 Thread Prabhakar Lad
On Thu, Jun 27, 2013 at 1:21 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Jain, On Thu, 27 Jun 2013 03:59:16 +, Jain Priyanka-B32167 b32...@freescale.com wrote: Email-id is no longer valid as person has left the company. Git send-email was throwing error as it could not send

Re: [U-Boot] [PATCH v5 1/3] arm: spl: Fix SPL booting for OMAP3

2013-06-27 Thread Albert ARIBAUD
Hi Stefan, On Tue, 25 Jun 2013 09:14:12 +0200, Stefan Roese s...@denx.de wrote: Fix a problem with a re-assignment of r8 in the SPL version. This patch now moves the call to s_init() to a later stage, right before calling board_init_f(). And makes sure that r8 is correctly initialized

[U-Boot] PHY support for marvell 88E1111 chip

2013-06-27 Thread Sadashiva Reddy
Hi, I found a comment on blackvme board file saying that The ax88180 driver had to be patched to work around a bug in Marvell 88E B2 silicon. I am using uboot 2013.01 version. I am working on the custom board using the Marvell 88E phy connected to PPC440Gx processor and I am using

[U-Boot] [PATCH] p1020rdb-pd: platform support

2013-06-27 Thread Haijun . Zhang
From: Haijun.Zhang haijun.zh...@freescale.com Signed-off-by: Jerry Huang chang-ming.hu...@freescale.com Signed-off-by: Haijun Zhang haijun.zh...@freescale.com CC: Scott Wood scottw...@freescale.com CC: Sun Yusong-R58495 york...@freescale.com --- board/freescale/p1_p2_rdb_pc/ddr.c | 2 +-

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Stefano Babic
Hi Alison, On 27/06/2013 10:00, Wang Huan-B18965 wrote: Hi, stefano, I am ok with the default environment changes. But the sys text base should not be changed, otherwise the u-boot could not work. The reason I have explained in the other email. Of course, and I will not apply the

Re: [U-Boot] [PATCH] p1020rdb-pd: platform support

2013-06-27 Thread Zhang Haijun-B42677
Hi, Scott Sorry to reply to so late. Pls see my reply below. Regards Thanks Haijun. -Original Message- From: Wood Scott-B07421 Sent: Wednesday, May 22, 2013 6:24 AM To: Zhang Haijun-B42677 Cc: Fleming Andy-AFLEMING; u-boot@lists.denx.de; Huang Changming-R66093; Zhang

Re: [U-Boot] [PATCH] SMDK5250: Remove reduntant code

2013-06-27 Thread Rajeshwari Birje
Hi Minkyu, Please do let me know your coments on the same. If no comments can we get this patch merged. On Tue, Jun 25, 2013 at 7:25 PM, Simon Glass s...@chromium.org wrote: On Tue, Jun 25, 2013 at 6:47 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: enum boot_mode is defined twice

Re: [U-Boot] [PATCH] OpenRD: relocate environment to 640kB

2013-06-27 Thread Albert ARIBAUD
Hi Sascha, On Tue, 25 Jun 2013 11:42:53 +0200, Sascha Silbe t-ub...@infra-silbe.de wrote: Hello Albert, hello Tom, Albert ARIBAUD albert.u.b...@aribaud.net writes: [Move environment to account for increase in U-Boot size] This patch is for 2013.10, not 2013.07, but I prefer raising the

[U-Boot] [PATCH v3 2/2] config: Tegra: Improve TFTP booting performance

2013-06-27 Thread Jim Lin
Add CONFIG_USBKB_TESTC_PERIOD configuration if CONFIG_USB_KEYBOARD is defined in platform configuration file. Signed-off-by: Jim Lin ji...@nvidia.com --- Changes in v2: - None Changes in v3: - Add CONFIG_USBKB_TESTC_PERIOD in include/configs/tegra-common-post.h

[U-Boot] [PATCH v3 1/2] console: usbkbd: Improve TFTP booting performance

2013-06-27 Thread Jim Lin
TFTP booting is observed a little bit slow, especially when a USB keyboard is installed. The fix is to move polling to every second if we sense that other task like TFTP boot is running. Signed-off-by: Jim Lin ji...@nvidia.com --- Changes in v2: 1. Change configuration name from

Re: [U-Boot] [PATCH v3 1/2] Optimized nand_read_buf for kirkwood

2013-06-27 Thread Albert ARIBAUD
Hi Phil, On Wed, 26 Jun 2013 20:25:25 +0200, Phil Sutter phil.sut...@viprinet.com wrote: The basic idea is taken from the linux-kernel, but further optimized. First align the buffer to 8 bytes, then use ldrd/strd to read and store in 8 byte quantities, then do the final bytes. Tested

Re: [U-Boot] [PATCH] mmc: fsl_esdhc: Fix hang after 'save' command

2013-06-27 Thread Zhang Haijun-B42677
Hi, Fleming and Fabio Sorry to reply to you so late. As our manual described. In the eSDHC, the data buffer can hold up to 128 words (32-bit). The watermark levels for both write and read can be configured for CPU polling mode. The watermark level can be from 1 word to the maximum of 128

Re: [U-Boot] [PATCH 1/2] board/bsc9132qds: Add DSP side tlb and laws

2013-06-27 Thread Albert ARIBAUD
Hi Prabhakar, On Thu, 27 Jun 2013 13:36:16 +0530, Prabhakar Lad prabhakar.cse...@gmail.com wrote: On Thu, Jun 27, 2013 at 1:21 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Jain, On Thu, 27 Jun 2013 03:59:16 +, Jain Priyanka-B32167 b32...@freescale.com wrote: Email-id

[U-Boot] [PATCH] fs/ext4: caculate log2blksz from blksz, other its value = 0

2013-06-27 Thread Lan Yixun (dlan)
From: Lan Yixun (dlan) dennis.y...@gmail.com err: lt703a # ext4ls nand 3:0 Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** bug may introduced by commit: commit 50ce4c07df1c98aabf4630b35152ed95a87242f7 Author: Egbert Eich e...@suse.com Date: Wed May 1 01:13:19 2013 +

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Albert ARIBAUD
Hi Heiko, On Thu, 27 Jun 2013 10:04:57 +0200, Heiko Schocher h...@denx.de wrote: while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: GADGET DRIVER: usb_dnl_dfu data abort MAYBE you should read

Re: [U-Boot] [PATCH] fs/ext4: caculate log2blksz from blksz, other its value = 0

2013-06-27 Thread Albert ARIBAUD
Hi Lan, On Thu, 27 Jun 2013 17:42:31 +0800, Lan Yixun (dlan) dennis.y...@gmail.com wrote: From: Lan Yixun (dlan) dennis.y...@gmail.com err: lt703a # ext4ls nand 3:0 Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** bug may introduced by commit: commit

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Stefan Roese
Hi Albert, On 06/27/2013 12:11 PM, Albert ARIBAUD wrote: while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: GADGET DRIVER: usb_dnl_dfu data abort MAYBE you should read doc/README.arm-unaligned-accesses pc

[U-Boot] [PATCH] common: remove unaligned access error in bootmenu_getoption()

2013-06-27 Thread Lan Yixun (dlan)
From: Lan Yixun (dlan) dennis.y...@gmail.com Some ARM compilers may emit code that makes unaligned accesses when faced with constructs such as: char name[12] = bootmenu_; same fix as commit: 064d55f8bc8d7d205ed0be6abb6717e92eeb7cad =

Re: [U-Boot] U-Boot build issue

2013-06-27 Thread Marek Vasut
Dear Wolfgang Denk, [...] OUT-OF-TREE BUILD: powerpc___a3m071 eldk5.2 Configuring for a3m071 board... make[1]: *** [/opt/work/jenkins/jobs/U-Boot___u- boot_master/workspace/workspace/compiler/eldk5.2/device/powerpc___a3m071/UBOOT_BUILD/spl/arch/powerpc/cpu/mpc5xxx/libmpc5xxx.o] Error 2 make:

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Marek Vasut
Dear Stefan Roese, Hi Albert, On 06/27/2013 12:11 PM, Albert ARIBAUD wrote: while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: GADGET DRIVER: usb_dnl_dfu data abort MAYBE you should read

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Marek Vasut
Dear Heiko Schocher, while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: Applied, thanks btw you can send this stuff to my @denx address, it's much more convenient for me. Best regards, Marek Vasut

Re: [U-Boot] [PATCH] usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1

2013-06-27 Thread Marek Vasut
Dear Pierre Aubert, This trivial patch adds the definition of the vid/pid for the Ver C1 of the USB Ethernet adapter D-Link DUB-E100. Signed-off-by: Pierre Aubert p.aub...@staubli.com CC: Marek Vasut ma...@denx.de --- drivers/usb/eth/asix.c |1 + 1 files changed, 1 insertions(+),

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Albert ARIBAUD
Hi Marek, On Thu, 27 Jun 2013 13:26:39 +0200, Marek Vasut ma...@denx.de wrote: Dear Heiko Schocher, while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: Applied, thanks Now we have console log output in

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Albert ARIBAUD
Hi Stefan, On Thu, 27 Jun 2013 12:26:24 +0200, Stefan Roese s...@denx.de wrote: Hi Albert, On 06/27/2013 12:11 PM, Albert ARIBAUD wrote: while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: GADGET DRIVER:

Re: [U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import

2013-06-27 Thread Tom Rini
On Thu, Jun 27, 2013 at 02:35:34AM +, Zhang Ying-B40530 wrote: -Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini [snip] Building for am335x_evm and am335x_evm_usbspl should tell you if it is, or is not. Whacking network support into SPL required

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 5:58 AM, Stefano Babic sba...@denx.de wrote: On 27/06/2013 10:00, Wang Huan-B18965 wrote: Hi, stefano, I am ok with the default environment changes. But the sys text base should not be changed, otherwise the u-boot could not work. The reason I have explained in

Re: [U-Boot] [PATCH v3 03/12] image: Add RSA support for image signing

2013-06-27 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2013 02:44 AM, Simon Glass wrote: Hi Masahiro, On Wed, Jun 26, 2013 at 9:08 PM, Masahiro Yamada yamad...@jp.panasonic.com mailto:yamad...@jp.panasonic.com wrote: Hello, Simon. When compiling the master branch, I got an error

Re: [U-Boot] U-Boot build issue

2013-06-27 Thread Tom Rini
On Thu, Jun 27, 2013 at 01:21:04PM +0200, Marek Vasut wrote: Dear Wolfgang Denk, [...] OUT-OF-TREE BUILD: powerpc___a3m071 eldk5.2 Configuring for a3m071 board... make[1]: *** [/opt/work/jenkins/jobs/U-Boot___u-

Re: [U-Boot] U-Boot build issue

2013-06-27 Thread Marek Vasut
Dear Tom Rini, On Thu, Jun 27, 2013 at 01:21:04PM +0200, Marek Vasut wrote: Dear Wolfgang Denk, [...] OUT-OF-TREE BUILD: powerpc___a3m071 eldk5.2 Configuring for a3m071 board... make[1]: *** [/opt/work/jenkins/jobs/U-Boot___u-

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Marek Vasut
Hello Albert, Hi Marek, On Thu, 27 Jun 2013 13:26:39 +0200, Marek Vasut ma...@denx.de wrote: Dear Heiko Schocher, while playing with dfu, I tapped in an unaligned access when doing on the host side a lsusb -d [vendornr]: -v I get on the board: Applied, thanks Now we have

Re: [U-Boot] [PATCH v2 15/21] Refactor the bootm command to reduce code duplication

2013-06-27 Thread Stefan Roese
Hi Simon, On 06/11/2013 08:14 PM, Simon Glass wrote: At present the bootm code is mostly duplicated for the plain 'bootm' command and its sub-command variant. This makes the code harder to maintain and means that changes must be made to several places. Introduce do_bootm_states() which

[U-Boot] [PATCH1/1] socfpga: Separating the configuration file for Virtual Target and real hardware Cyclone V development kit

2013-06-27 Thread Chin Liang See
socfpga: Separating the configuration file for Virtual Target and real hardware Cyclone V development kit Signed-off-by: Chin Liang See cl...@altera.com --- include/configs/socfpga_cyclone5.h | 28 +--- 1 files changed, 21 insertions(+), 7 deletions(-) diff --git

[U-Boot] [PATCH 1/1] socfpga: Adding System Manager driver which will configure the pin mux for real hardware Cyclone V

2013-06-27 Thread Chin Liang See
socfpga: Adding System Manager driver which will configure the pin mux for real hardware Cyclone V development kit (not Virtual Platform) Signed-off-by: Chin Liang See cl...@altera.com --- arch/arm/cpu/armv7/socfpga/Makefile|2 +- arch/arm/cpu/armv7/socfpga/spl.c

[U-Boot] [PATCH 1/1] socfpga: Consolidating reset code into reset_manager.c. Also separating reset configuration for virtual target and real hardware Cyclone V development kit

2013-06-27 Thread Chin Liang See
socfpga: Consolidating reset code into reset_manager.c. Also separating reset configuration for virtual target and real hardware Cyclone V development kit Signed-off-by: Chin Liang See cl...@altera.com --- arch/arm/cpu/armv7/socfpga/Makefile |2 +-

Re: [U-Boot] [PATCH v2 15/21] Refactor the bootm command to reduce code duplication

2013-06-27 Thread Tom Rini
On Thu, Jun 27, 2013 at 03:40:36PM +0200, Stefan Roese wrote: Hi Simon, On 06/11/2013 08:14 PM, Simon Glass wrote: At present the bootm code is mostly duplicated for the plain 'bootm' command and its sub-command variant. This makes the code harder to maintain and means that changes must

[U-Boot] Build error of u-boot mater branch

2013-06-27 Thread Bo Shen
Hi All, When build u-boot master branch, I meet the following of error. ---8--- lib/rsa/rsa-sign.c:26:25: fatal error: openssl/rsa.h: No such file or directory ---8--- The master git commit id I build is: 1b9591c2375d59be333c98c760e06605007e20c3 (ColdFire: Update the arch_global_date changes

Re: [U-Boot] Build error of u-boot mater branch

2013-06-27 Thread Enric Balletbo Serra
Hi Bo, 2013/6/27 Bo Shen voice.s...@gmail.com: Hi All, When build u-boot master branch, I meet the following of error. ---8--- lib/rsa/rsa-sign.c:26:25: fatal error: openssl/rsa.h: No such file or directory ---8--- The master git commit id I build is:

Re: [U-Boot] Build error of u-boot mater branch

2013-06-27 Thread Bo Shen
Hi Enric, 于 6/27/2013 10:55 PM, Enric Balletbo Serra 写道: Hi Bo, 2013/6/27 Bo Shen voice.s...@gmail.com: Hi All, When build u-boot master branch, I meet the following of error. ---8--- lib/rsa/rsa-sign.c:26:25: fatal error: openssl/rsa.h: No such file or directory ---8--- The master git

Re: [U-Boot] [PATCH v2 15/21] Refactor the bootm command to reduce code duplication

2013-06-27 Thread Simon Glass
Hi Stefann, On Thu, Jun 27, 2013 at 6:40 AM, Stefan Roese s...@denx.de wrote: Hi Simon, On 06/11/2013 08:14 PM, Simon Glass wrote: At present the bootm code is mostly duplicated for the plain 'bootm' command and its sub-command variant. This makes the code harder to maintain and means

Re: [U-Boot] [PATCH v3 03/12] image: Add RSA support for image signing

2013-06-27 Thread Simon Glass
Hi Tom, On Thu, Jun 27, 2013 at 5:50 AM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2013 02:44 AM, Simon Glass wrote: Hi Masahiro, On Wed, Jun 26, 2013 at 9:08 PM, Masahiro Yamada yamad...@jp.panasonic.com mailto:yamad...@jp.panasonic.com

Re: [U-Boot] [PATCH v3 03/12] image: Add RSA support for image signing

2013-06-27 Thread Tom Rini
On Thu, Jun 27, 2013 at 08:45:34AM -0700, Simon Glass wrote: Hi Tom, On Thu, Jun 27, 2013 at 5:50 AM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2013 02:44 AM, Simon Glass wrote: Hi Masahiro, On Wed, Jun 26, 2013 at 9:08 PM, Masahiro

[U-Boot] U-boot2013:07-Recompile with -fPIC error for mips64 board

2013-06-27 Thread krishna dwivedi
Hi All, I am cross-compiling u-boot2013-07 for mips64 board.These steps i have followed: 1)I have exported envionment variables CC,LD,AS,CCAS,AR and LD_LIBRARY_PATH. 2)export CROSS_COMPILE=mips64-unknown-elf- 3)make tools 4)make board_config 5)make all Linking error:relocation R_X86_64_32

Re: [U-Boot] [PATCH] usb: fix unaligned access in device_qual()

2013-06-27 Thread Albert ARIBAUD
Hi Marek, On Thu, 27 Jun 2013 15:23:33 +0200, Marek Vasut ma...@denx.de wrote: Hello Albert, Hi Marek, On Thu, 27 Jun 2013 13:26:39 +0200, Marek Vasut ma...@denx.de wrote: Dear Heiko Schocher, while playing with dfu, I tapped in an unaligned access when doing on the host

Re: [U-Boot] [PATCH v3 03/12] image: Add RSA support for image signing

2013-06-27 Thread Simon Glass
Hi Tom, On Thu, Jun 27, 2013 at 8:48 AM, Tom Rini tr...@ti.com wrote: On Thu, Jun 27, 2013 at 08:45:34AM -0700, Simon Glass wrote: Hi Tom, On Thu, Jun 27, 2013 at 5:50 AM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2013 02:44 AM,

Re: [U-Boot] [Patch v2 06/11] powerpc/T4240EMU: Add T4240EMU target

2013-06-27 Thread York Sun
On 06/26/2013 03:03 PM, Wolfgang Denk wrote: Dear York Sun, In message 1372263479-10588-1-git-send-email-york...@freescale.com you wrote: Add emulator support for T4240. Emulator has limited peripherals and interfaces. Difference between emulator and T4240QDS includes: ECC for DDR is

Re: [U-Boot] [Patch v2 06/11] powerpc/T4240EMU: Add T4240EMU target

2013-06-27 Thread Scott Wood
On 06/27/2013 12:30:25 PM, York Sun wrote: On 06/26/2013 03:03 PM, Wolfgang Denk wrote: --- a/MAINTAINERS +++ b/MAINTAINERS @@ -538,6 +538,10 @@ Detlev Zundel d...@denx.de inka4x0 MPC5200 +York Sun york...@freescale.com + + T4240EMUT4240 + Can you please

Re: [U-Boot] [Patch v2 06/11] powerpc/T4240EMU: Add T4240EMU target

2013-06-27 Thread York Sun
On 06/27/2013 10:35 AM, Scott Wood wrote: On 06/27/2013 12:30:25 PM, York Sun wrote: On 06/26/2013 03:03 PM, Wolfgang Denk wrote: --- a/MAINTAINERS +++ b/MAINTAINERS @@ -538,6 +538,10 @@ Detlev Zundel d...@denx.de inka4x0MPC5200 +York Sun york...@freescale.com +

[U-Boot] [PATCH] mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE

2013-06-27 Thread Simon Glass
At present mkimage is set up to always build with image signing support. This means that the SSL libraries (e.g. libssl-dev) are always required. Adjust things so that mkimage can be built with and without image signing, controlled by the presence of CONFIG_FIT_SIGNATURE in the board config file.

Re: [U-Boot] U-boot2013:07-Recompile with -fPIC error for mips64 board

2013-06-27 Thread Wolfgang Denk
Dear krishna dwivedi, In message CAKAK--mG07ZxHFzhw=qtVONpfrQS61Q=Ai_mYrLLYg+XmFj=d...@mail.gmail.com you wrote: --===1781805000== Content-Type: multipart/alternative; boundary=047d7bd6c6425eb96b04e02592ae --047d7bd6c6425eb96b04e02592ae Content-Type: text/plain;

Re: [U-Boot] [Patch v2 06/11] powerpc/T4240EMU: Add T4240EMU target

2013-06-27 Thread Wolfgang Denk
Dear York Sun, In message 51cc76b1.6030...@freescale.com you wrote: So what exactly are the changes compared to V1? Added entry to MAINTAINERS Fixed checkpatch warning - WARNING: quoted string split across lines - WARNING: Avoid unnecessary line continuations And why do you not

Re: [U-Boot] [Patch v2 06/11] powerpc/T4240EMU: Add T4240EMU target

2013-06-27 Thread York Sun
On 06/27/2013 10:51 AM, Wolfgang Denk wrote: Dear York Sun, In message 51cc76b1.6030...@freescale.com you wrote: So what exactly are the changes compared to V1? Added entry to MAINTAINERS Fixed checkpatch warning - WARNING: quoted string split across lines - WARNING: Avoid unnecessary

Re: [U-Boot] [PATCH v3 1/2] console: usbkbd: Improve TFTP booting performance

2013-06-27 Thread Stephen Warren
On 06/27/2013 03:45 AM, Jim Lin wrote: TFTP booting is observed a little bit slow, especially when a USB keyboard is installed. The fix is to move polling to every second if we sense that other task like TFTP boot is running. diff --git a/common/usb_kbd.c b/common/usb_kbd.c +#ifdef

Re: [U-Boot] [PATCH 1/2] board/bsc9132qds: Add DSP side tlb and laws

2013-06-27 Thread Scott Wood
On 06/26/2013 10:59:16 PM, Jain Priyanka-B32167 wrote: Email-id is no longer valid as person has left the company. Git send-email was throwing error as it could not send message to that mail. You can use --suppress-cc=sob to tell git send-email to not automatically CC people with sign-off

Re: [U-Boot] [PATCH 1/2] board/bsc9132qds: Add DSP side tlb and laws

2013-06-27 Thread Scott Wood
On 06/27/2013 05:05:55 AM, Albert ARIBAUD wrote: Hi Prabhakar, On Thu, 27 Jun 2013 13:36:16 +0530, Prabhakar Lad prabhakar.cse...@gmail.com wrote: On Thu, Jun 27, 2013 at 1:21 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Jain, On Thu, 27 Jun 2013 03:59:16 +, Jain

Re: [U-Boot] [PATCH] mmc: fsl_esdhc: Fix hang after 'save' command

2013-06-27 Thread Andy Fleming
On Thu, Jun 27, 2013 at 4:50 AM, Zhang Haijun-B42677 b42...@freescale.comwrote: Hi, Fleming and Fabio Sorry to reply to you so late. As our manual described. In the eSDHC, the data buffer can hold up to 128 words (32-bit). The watermark levels for both write and read can be configured

Re: [U-Boot] [PATCH v2 15/21] Refactor the bootm command to reduce code duplication

2013-06-27 Thread Simon Glass
Hi Stefan, On Thu, Jun 27, 2013 at 6:40 AM, Stefan Roese s...@denx.de wrote: Hi Simon, On 06/11/2013 08:14 PM, Simon Glass wrote: At present the bootm code is mostly duplicated for the plain 'bootm' command and its sub-command variant. This makes the code harder to maintain and means

Re: [U-Boot] [PATCH v2 15/21] Refactor the bootm command to reduce code duplication

2013-06-27 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2013 03:51 PM, Simon Glass wrote: Hi Stefan, On Thu, Jun 27, 2013 at 6:40 AM, Stefan Roese s...@denx.de mailto:s...@denx.de wrote: Hi Simon, On 06/11/2013 08:14 PM, Simon Glass wrote: At present the bootm code is mostly

Re: [U-Boot] [PATCH] p1020rdb-pd: platform support

2013-06-27 Thread Scott Wood
On 06/27/2013 03:58:57 AM, Zhang Haijun-B42677 wrote: Hi, Scott Sorry to reply to so late. Pls see my reply below. Regards Thanks Haijun. -Original Message- From: Wood Scott-B07421 Sent: Wednesday, May 22, 2013 6:24 AM To: Zhang Haijun-B42677 Cc: Fleming Andy-AFLEMING;

Re: [U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import

2013-06-27 Thread Scott Wood
On 06/27/2013 07:17:48 AM, Tom Rini wrote: On Thu, Jun 27, 2013 at 02:35:34AM +, Zhang Ying-B40530 wrote: -Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini [snip] Building for am335x_evm and am335x_evm_usbspl should tell you if it is, or is

Re: [U-Boot] [PATCH] mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE

2013-06-27 Thread Albert ARIBAUD
Hi Simon, On Thu, 27 Jun 2013 10:43:18 -0700, Simon Glass s...@chromium.org wrote: If CONFIG_FIT_SIGNATURE is not enabled, then mkimage will report a warning that signing is not supported. Not sure I understand this scenario. Can you develop? Amicalement, -- Albert.

Re: [U-Boot] [PATCH] usb:composite:fix Provide function data when addressing device with only one interface

2013-06-27 Thread Tormod Volden
Lukasz Majewski writes: This commit fixes problems with some non-standard requests send with device address instead of interface address (bmRequestType.Receipent field). This happens with dfu-util (debian version: 0.5), which address non standard requests (like w_value=0x21 and

Re: [U-Boot] [PATCH] mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE

2013-06-27 Thread Tom Rini
On Thu, Jun 27, 2013 at 10:55:19PM +0200, Albert ARIBAUD wrote: Hi Simon, On Thu, 27 Jun 2013 10:43:18 -0700, Simon Glass s...@chromium.org wrote: If CONFIG_FIT_SIGNATURE is not enabled, then mkimage will report a warning that signing is not supported. Not sure I understand this

Re: [U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import

2013-06-27 Thread Tom Rini
On Thu, Jun 27, 2013 at 03:16:34PM -0500, Scott Wood wrote: On 06/27/2013 07:17:48 AM, Tom Rini wrote: On Thu, Jun 27, 2013 at 02:35:34AM +, Zhang Ying-B40530 wrote: -Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini [snip] Building for

Re: [U-Boot] [PATCH 01/10 v5] powerpc/mpc85xx: support application without resetvec segment in the linker script

2013-06-27 Thread Tom Rini
On Fri, Jun 21, 2013 at 07:36:09AM +0200, Wolfgang Denk wrote: Dear ying.zh...@freescale.com, In message 1371715468-21120-1-git-send-email-ying.zh...@freescale.com you wrote: --- a/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds +++ b/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds @@ -1,8 +1,5 @@

Re: [U-Boot] [PATCH 04/10 v5] Makefile: move the common makefile line to public area

2013-06-27 Thread Tom Rini
On Thu, Jun 20, 2013 at 04:04:22PM +0800, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com Move the common makefile line shared by the SPL and non-SPL to the public area, so that we can avoid excessive SPL symbols. Some of them will be used by the SPL later. This

Re: [U-Boot] [PATCH 03/10 v5] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL

2013-06-27 Thread Tom Rini
On Thu, Jun 20, 2013 at 04:04:21PM +0800, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com There will need the environment in SPL for reasons other than network support (in particular, hwconfig contains info for how to set up DDR). Add a new symbol

Re: [U-Boot] [PATCH 01/10 v5] powerpc/mpc85xx: support application without resetvec segment in the linker script

2013-06-27 Thread Andy Fleming
On Thu, Jun 27, 2013 at 5:01 PM, Tom Rini tr...@ti.com wrote: On Fri, Jun 21, 2013 at 07:36:09AM +0200, Wolfgang Denk wrote: Dear ying.zh...@freescale.com, In message 1371715468-21120-1-git-send-email-ying.zh...@freescale.com you wrote: --- a/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds

Re: [U-Boot] [PATCH 03/10 v5] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL

2013-06-27 Thread Andy Fleming
This patch was On Thu, Jun 27, 2013 at 5:03 PM, Tom Rini tr...@ti.com wrote: On Thu, Jun 20, 2013 at 04:04:21PM +0800, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com There will need the environment in SPL for reasons other than network support (in particular,

Re: [U-Boot] [PATCH] mmc: fsl_esdhc: Fix hang after 'save' command

2013-06-27 Thread Fabio Estevam
On Thu, Jun 27, 2013 at 6:50 AM, Zhang Haijun-B42677 b42...@freescale.com wrote: Fabio, Did you boot up from sdcard? If so save command will write to SD card. In this case write command will be failed. I'm not familiar with mx6 system. I don't know if there are some difference in Watermark

Re: [U-Boot] [PATCH] SMDK5250: Remove reduntant code

2013-06-27 Thread Minkyu Kang
On 25/06/13 22:47, Rajeshwari Shinde wrote: enum boot_mode is defined twice once in spl.h and also in spl_boot.c, hence removing the same from spl_boot.c and including the header file. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/include/asm/arch-exynos/spl.h |

Re: [U-Boot] [PATCH v2 1/7] ARM: prepare armv7.h to be included from assembly source

2013-06-27 Thread Masahiro Yamada
Hello Andre, diff --git a/arch/arm/include/asm/armv7.h b/arch/arm/include/asm/armv7.h index a73630b..20caa7c 100644 --- a/arch/arm/include/asm/armv7.h +++ b/arch/arm/include/asm/armv7.h @@ -23,7 +23,6 @@ */ #ifndef ARMV7_H #define ARMV7_H -#include linux/types.h /* Cortex-A9

Re: [U-Boot] [PATCH] fs/ext4: caculate log2blksz from blksz, other its value = 0

2013-06-27 Thread Dennis Lan (dlan)
Hi Albert, Eich On Thu, Jun 27, 2013 at 6:17 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Lan, On Thu, 27 Jun 2013 17:42:31 +0800, Lan Yixun (dlan) dennis.y...@gmail.com wrote: From: Lan Yixun (dlan) dennis.y...@gmail.com err: lt703a # ext4ls nand 3:0 Failed to mount ext2

Re: [U-Boot] [PATCH] p1020rdb-pd: platform support

2013-06-27 Thread Zhang Haijun-B42677
Regards Haijun. -Original Message- From: Wood Scott-B07421 Sent: Friday, June 28, 2013 4:10 AM To: Zhang Haijun-B42677 Cc: Wood Scott-B07421; Fleming Andy-AFLEMING; u-boot@lists.denx.de; Huang Changming-R66093; sun york-R58495 Subject: Re: [U-Boot] [PATCH] p1020rdb-pd: platform

[U-Boot] [PATCH v4 2/2] vf610twr: Remove SoC name from U-Boot prompt

2013-06-27 Thread Otavio Salvador
We've been dropping SoC name from U-Boot prompt as it increase complexity for automatic testing and makes line longer for no good reason. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v4: None Changes in v3: None Changes in v2: None include/configs/vf610twr.h | 2 +- 1

[U-Boot] [PATCH v4 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Otavio Salvador
This adds a default environment which should be able to support both 3.0.15 from Timesys and upcoming 3.11. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v4: - revert sys text address change (Alison) - add mem=128M to bootargs/netargs (Andy) Changes in v3: - add dt boot

Re: [U-Boot] [PATCH] mmc: fsl_esdhc: Fix hang after 'save' command

2013-06-27 Thread Fabio Estevam
On Thu, Jun 27, 2013 at 11:00 PM, Zhang Haijun-B42677 b42...@freescale.com wrote: My board use DMA to transfer data by default. So we don't use CONFIG_SYS_FSL_ESDHC_USE_PIO by default. Also my board works fine with PIO mode(with my patch). What about your board? Using PIO? We use DMA on

Re: [U-Boot] [PATCH v4 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Fabio Estevam
On Thu, Jun 27, 2013 at 10:59 PM, Otavio Salvador ota...@ossystems.com.br wrote: This adds a default environment which should be able to support both 3.0.15 from Timesys and upcoming 3.11. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v4: - revert sys text address

Re: [U-Boot] [PATCH v4 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 11:03 PM, Fabio Estevam feste...@gmail.com wrote: On Thu, Jun 27, 2013 at 10:59 PM, Otavio Salvador ota...@ossystems.com.br wrote: This adds a default environment which should be able to support both 3.0.15 from Timesys and upcoming 3.11. Signed-off-by: Otavio

Re: [U-Boot] [PATCH] mmc: fsl_esdhc: Fix hang after 'save' command

2013-06-27 Thread Fabio Estevam
On Thu, Jun 27, 2013 at 11:06 PM, Zhang Haijun-B42677 b42...@freescale.com wrote: How about the read write command and erase command in your uboot with my patch? I mean this: mmcinfo mmc read addr blk# cnt mmc write addr blk# cnt mmc erase blk# cnt mmc rescan mmc part - lists available

Re: [U-Boot] [PATCH] p1020rdb-pd: platform support

2013-06-27 Thread Scott Wood
On 06/27/2013 08:55:26 PM, Zhang Haijun-B42677 wrote: -Original Message- From: Wood Scott-B07421 Sent: Friday, June 28, 2013 4:10 AM To: Zhang Haijun-B42677 Cc: Wood Scott-B07421; Fleming Andy-AFLEMING; u-boot@lists.denx.de; Huang Changming-R66093; sun york-R58495 Subject: Re:

Re: [U-Boot] [PATCH v2 15/21] Refactor the bootm command to reduce code duplication

2013-06-27 Thread Simon Glass
Hi Stefan, I can create something with or without compression and I cannot see the failure. Tom is seeing it though. I will see if I can get another board to try. If you have any ideas please let me know. scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage

Re: [U-Boot] [PATCH v4 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Fabio Estevam
On Thu, Jun 27, 2013 at 11:12 PM, Otavio Salvador ota...@ossystems.com.br wrote: Just curious: why do we need to pass mem=128M? Board fails to boot otherwise ... Andy did try it so he can explain it with more detail. Hmm...Is DDR being incorrectly configured then? We need to understand why

Re: [U-Boot] [PATCH] p1020rdb-pd: platform support

2013-06-27 Thread Zhang Haijun-B42677
Regards Haijun. -Original Message- From: Zhang Haijun-B42677 Sent: Friday, June 28, 2013 9:55 AM To: Wood Scott-B07421 Cc: Fleming Andy-AFLEMING; u-boot@lists.denx.de; Huang Changming-R66093; sun york-R58495 Subject: RE: [U-Boot] [PATCH] p1020rdb-pd: platform support

Re: [U-Boot] [PATCH v2 2/7] ARM: add secure monitor handler to switch to non-secure state

2013-06-27 Thread Masahiro Yamada
Hi, Andre +_secure_vectors: + .word 0 /* reset */ + .word 0 /* undef */ + adr pc, _secure_monitor + .word 0 + .word 0 + .word 0 + .word 0 + .word 0 + .word 0 /* pad */ I think _monitor_vectors seems more precise name than _secure_vectors. For

  1   2   >