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 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 wrote: > > > > > On Thu, Jun 06, 2013 at 04:30:38PM -0500, Dan Murphy wrote: > > > > > > > Correct th

[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 CC: Marek Vasut --- drivers/usb/eth/asix.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/eth/asix.c b/drivers/us

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 wrote: > Hi Albert, > > On Sun, Jun 23, 2013 at 12:29 AM, Albert ARIBAUD > wrote: > > > Hi Simon, > > > > On Mon, 17 Jun 2013 07:44:52 -0700, Simon Glass > > wrote: > > > > > Note that a config_drop.h file is added - this defines all t

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 > --- 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 --- tools/patman/README |6 +++--- 1 file changed, 3 insertions(+),

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 wrote: > Hi Simon, > > On Mon, 24 Jun 2013 17:52:03 -0700, Simon Glass > wrote: > > > Hi Albert, > > > > On Sun, Jun 23, 2013 at 12:29 AM, Albert ARIBAUD > > wrote: > > > > > Hi Simon, > > > > > > On Mon, 17 Jun 2013 07:44:52 -0700, Sim

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

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 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 suspect we cannot conside

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

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 wrote: > Hi Jain, > > On Thu, 27 Jun 2013 03:59:16 +, 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. > > (please do n

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

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

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

2013-06-27 Thread Haijun . Zhang
From: "Haijun.Zhang" Signed-off-by: Jerry Huang Signed-off-by: Haijun Zhang CC: Scott Wood CC: Sun Yusong-R58495 --- board/freescale/p1_p2_rdb_pc/ddr.c | 2 +- board/freescale/p1_p2_rdb_pc/tlb.c | 2 +- boards.cfg | 4 include/configs/p1_p2_rdb_pc.h | 48 +

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 Haiju

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 wrote: > On Tue, Jun 25, 2013 at 6:47 AM, Rajeshwari Shinde > wrote: > >> enum boot_mode is defined twice once in spl.h and also in >> spl_boot.c,

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 wrote: > Hello Albert, hello Tom, > > Albert ARIBAUD 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 issue > > as early as possible. > > > > I

[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 --- Changes in v2: - None Changes in v3: - Add CONFIG_USBKB_TESTC_PERIOD in include/configs/tegra-common-post.h include/configs/tegra-common-post.h |1 + 1

[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 --- Changes in v2: 1. Change configuration name from CONFIG_CTRLC_POLL_MS to CONFIG_CT

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 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 using: 'date ; nand re

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 words

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 wrote: > On Thu, Jun 27, 2013 at 1:21 PM, Albert ARIBAUD > wrote: > > Hi Jain, > > > > On Thu, 27 Jun 2013 03:59:16 +, Jain Priyanka-B32167 > > wrote: > > > >> Email-id is no longer valid as person has left the company. > >> G

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

2013-06-27 Thread Lan Yixun (dlan)
From: "Lan Yixun (dlan)" err: lt703a # ext4ls nand 3:0 Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** bug may introduced by commit: commit 50ce4c07df1c98aabf4630b35152ed95a87242f7 Author: Egbert Eich Date: Wed May 1 01:13:19 2013 + fs/ext4: Support device bloc

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

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)" wrote: > From: "Lan Yixun (dlan)" > > err: > lt703a # ext4ls nand 3:0 > Failed to mount ext2 filesystem... > ** Unrecognized filesystem type ** > > bug may introduced by commit: > > commit 50ce4c07df1c98aabf4630b35152ed95a87242f7

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

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

2013-06-27 Thread Lan Yixun (dlan)
From: "Lan Yixun (dlan)" 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 = data abort MA

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

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 > CC: Marek Vasut > --- > drivers/usb/eth/asix.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff

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

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

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 requir

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

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 > mailto:yamad...@jp.panasonic.com>> > wrote: > > Hello, Simon. > > > When compiling the master branch, I got an error while a > tools

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- > boot_master/workspace/workspace/compiler/eldk5.2/device/powerpc___a3m07

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- > > boot_master/workspace/workspace/compiler

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

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 --- include/configs/socfpga_cyclone5.h | 28 +--- 1 files changed, 21 insertions(+), 7 deletions(-) diff --git a/include/configs/soc

[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 --- arch/arm/cpu/armv7/socfpga/Makefile|2 +- arch/arm/cpu/armv7/socfpga/spl.c |6 +

[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 --- arch/arm/cpu/armv7/socfpga/Makefile |2 +- arch/arm/cpu/armv7/socfpga/misc.c

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 chang

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

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

2013-06-27 Thread Enric Balletbo Serra
Hi Bo, 2013/6/27 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 (Co

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

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 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 > > mailto:yamad...@jp.panasonic.com>> > > wrote: > > > > Hello, Sim

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

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

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 wrote: > Hello Albert, > > > Hi Marek, > > > > On Thu, 27 Jun 2013 13:26:39 +0200, Marek Vasut wrote: > > > Dear Heiko Schocher, > > > > > > > while playing with dfu, I tapped in an unaligned access > > > > when doing on the host side

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 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 wrote: > > > > > -BEGIN PGP SIGNED MESSAGE- > > > Hash: SHA1 > > > > > > On 06/27/2013 02:44 AM, Simon Gl

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

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 >> >>inka4x0 MPC5200 >> >> +York Sun >> + >> + T4240EMUT4240 >> + > > Can you please keep the li

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 >> >> >> >> inka4x0MPC5200 >> >> >> >> +York Sun >> >>

[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 you wrote: > --===1781805000== > Content-Type: multipart/alternative; boundary=047d7bd6c6425eb96b04e02592ae > > --047d7bd6c6425eb96b04e02592ae > Content-Type: text/plain; charset=ISO-8859-1 > > Hi All, > > I am cross-compiling u-boot2013-07 for mi

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

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

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 l

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 wrote: > On Thu, Jun 27, 2013 at 1:21 PM, Albert ARIBAUD > wrote: > > Hi Jain, > > > > On Thu, 27 Jun 2013 03:59:16 +, Jain Priyanka-B32167 > > wrote: > > > >> Email-id is no

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 wrote: > 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 > poll

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

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 > wrote: > > Hi Simon, > > On 06/11/2013 08:14 PM, Simon Glass wrote: >> At present the bootm code is mostly duplicated f

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; u-b

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 i

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

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

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

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

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 > > 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 patch is on to

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 > > 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 CONFIG_SPL_ENV_SUPPORT to replace

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

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 wrote: > On Thu, Jun 20, 2013 at 04:04:21PM +0800, ying.zh...@freescale.com wrote: > > > From: Ying Zhang > > > > There will need the environment in SPL for reasons other than network > > support (in particular, hwconfig contains info fo

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 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 Level Register (

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 > --- > arch/arm/include/asm/arch-exynos/spl.h |1 + > board/sam

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 > > /* Cortex-A9 revisi

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 wrote: > Hi Lan, > > On Thu, 27 Jun 2013 17:42:31 +0800, "Lan Yixun (dlan)" > wrote: > >> From: "Lan Yixun (dlan)" >> >> err: >> lt703a # ext4ls nand 3:0 >> Failed to mount ext2 filesystem... >> ** Unrecognized filesystem type ** >

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

[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 --- Changes in v4: None Changes in v3: None Changes in v2: None include/configs/vf610twr.h | 2 +- 1 file changed, 1 insertion

[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 --- Changes in v4: - revert sys text address change (Alison) - add mem=128M to bootargs/netargs (Andy) Changes in v3: - add dt boot support - use ttyLP1 as c

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 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 i.MX. ___

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 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 > --- > Changes in v4: > - revert sys text address change (Alison) > - add mem=128M to bootar

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 wrote: > On Thu, Jun 27, 2013 at 10:59 PM, Otavio Salvador > 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 >> --- >> Changes in v4: >> -

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

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: [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 devices.

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 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 this happens. Andy,

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

Re: [U-Boot] [PATCH v2 3/7] ARM: add assembly routine to switch to non-secure state

2013-06-27 Thread Masahiro Yamada
Hi, Andre > +.globl _nonsec_init > +_nonsec_init: These two lines can be written: ENTRY(_nonsec_init) > + mrc p15, 0, r0, c0, c0, 0 @ read MIDR > + bfc r0, #20, #4 @ mask out variant > + bfc r0, #0, #4 @ and revision

Re: [U-Boot] [PATCH v2 4/7] ARM: switch to non-secure state during bootm execution

2013-06-27 Thread Masahiro Yamada
Hi Andre. > --- a/arch/arm/lib/Makefile > +++ b/arch/arm/lib/Makefile > @@ -60,6 +60,8 @@ COBJS-y += reset.o > COBJS-y += cache.o > COBJS-y += cache-cp15.o > > +COBJS-$(CONFIG_ARMV7_VIRT) += virt-v7.o > + Judging from the file name virt-v7.c, you are thinkig this file is specif

Re: [U-Boot] [PATCH v2 5/7] ARM: add SMP support for non-secure switch

2013-06-27 Thread Masahiro Yamada
Hi Andre, > The actual CPU kick is done by sending an inter-processor interrupt > via the GIC to all CPU interfaces except the requesting processor. > The secondary cores will then setup their respective GIC CPU > interface. This issue might have been raised already, I think how to kick secondar

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

2013-06-27 Thread Haijun . Zhang
From: "Haijun.Zhang" Add new board p1020RDB-PD. P1020RDB-PD board was update from P1020RDB. DDR changed from DDR2 1G to DDR3 2G. NAND: 128 MiB Flash: 64 MiB Also change P1020RDB to P1020RDB-PC to distinguish from P1020RDB board. Signed-off-by: Jerry Huang Signed-off-by: Haijun Zhang CC: Scott

Re: [U-Boot] [PATCH v2 6/7] ARM: extend non-secure switch to also go into HYP mode

2013-06-27 Thread Masahiro Yamada
Hi Andre [RFC] I'd like to suggest to separate HYP-switching code from Non-secure switching. And define different macros, for example: CONFIG_ARMV7_NONSECURE : switch to nonsecure CONFIG_ARMV7_VIRT : switch to hypervisor Of cource, CONFIG_ARMV7_NONSECURE must be defined when using CONFI

  1   2   >