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

2013-06-26 Thread Simon Glass
Hi Masahiro, On Wed, Jun 26, 2013 at 9:08 PM, Masahiro Yamada wrote: > 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 this erorr is cau

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

2013-06-26 Thread Albert ARIBAUD
Hi Leo, On Thu, 20 Jun 2013 15:46:47 +0200, "SARTRE Leo" wrote: > Changes in v2: > -micrel.c : drop two unneeded changes in comments. > -cgtqmx6eval.c: #ifdef CONFIG_FEC_MXC now covers the whole > function board_eth_in

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

2013-06-26 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 D

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

2013-06-26 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-punne

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

2013-06-26 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 b8b

Re: [U-Boot] [PATCH 4/4] EXYNOS: Move files from board/samsung to arch/arm.

2013-06-26 Thread Rajeshwari Birje
Hi Minkyu Kang, I will have to rebase this patch on the latest u-boot-samsung tree, before which please do let me know your comments on the same. Regards, Rajeshwari Shinde On Wed, May 15, 2013 at 6:47 PM, Simon Glass wrote: > Hi Rajeswari, > > On Sun, May 12, 2013 at 8:40 PM, Rajeshwari Birje

Re: [U-Boot] u-boot can boot Linux in zImage format while not in uImage format

2013-06-26 Thread Bo Shen
Hi Wolfgang Denk, On 06/27/2013 01:39 PM, Wolfgang Denk wrote: Dear Bo Shen, In message <51cbb1c0.2090...@atmel.com> you wrote: ## Booting kernel from Legacy Image at 2200 ... Image Name: Linux-3.10.0-rc7+ Image Type: ARM Linux Kernel Image (uncompressed) Data Size:

Re: [U-Boot] u-boot can boot Linux in zImage format while not in uImage format

2013-06-26 Thread Wolfgang Denk
Dear Bo Shen, In message <51cbb1c0.2090...@atmel.com> you wrote: > > ## Booting kernel from Legacy Image at 2200 ... > Image Name: Linux-3.10.0-rc7+ > Image Type: ARM Linux Kernel Image (uncompressed) > Data Size:1514568 Bytes = 1.4 MiB Are you sure this is a working Linu

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

2013-06-26 Thread Jain Priyanka-B32167
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. Regards Priyanka > -Original Message- > From: Prabhakar Lad [mailto:prabhakar.cse...@gmail.com] > Sent: Tuesday, June 25, 2013 5:15 PM > To: Jain Priya

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

2013-06-26 Thread Masahiro Yamada
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 this erorr is caused by commit 19c402a. I searched and installed the necessary package and I could reso

Re: [U-Boot] [PATCH] sf:stmicro: Add support for N25Q512A

2013-06-26 Thread Jain Priyanka-B32167
Thanks for pointing. Any idea? When it will be merged in u-boot tree. Regards Priyanka > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: Tuesday, June 25, 2013 7:11 PM > To: Jain Priyanka-B32167 > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] sf:

Re: [U-Boot] u-boot can boot Linux in zImage format while not in uImage format

2013-06-26 Thread Bo Shen
Hi Fabio, On 06/27/2013 11:19 AM, Fabio Estevam wrote: On Wed, Jun 26, 2013 at 11:47 PM, Bo Shen wrote: Hi All, I am meeting a strange issue. The u-boot can boot device tree supported Linux in zImage format and can not boot in uImage format. The detail information as following: 1. set t

Re: [U-Boot] u-boot can boot Linux in zImage format while not in uImage format

2013-06-26 Thread Fabio Estevam
On Wed, Jun 26, 2013 at 11:47 PM, Bo Shen wrote: > Hi All, > I am meeting a strange issue. The u-boot can boot device tree supported > Linux in zImage format and can not boot in uImage format. The detail > information as following: > > 1. set the bootargs > 2. tftp 0x2100 dtb, and tftp 0

[U-Boot] u-boot can boot Linux in zImage format while not in uImage format

2013-06-26 Thread Bo Shen
Hi All, I am meeting a strange issue. The u-boot can boot device tree supported Linux in zImage format and can not boot in uImage format. The detail information as following: 1. set the bootargs 2. tftp 0x2100 dtb, and tftp 0x2200 uImage, then bootm 0x2200 - 0x2100, it c

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

2013-06-26 Thread Wang Huan-B18965
> -Original Message- > From: Otavio Salvador [mailto:otavio.salva...@gmail.com] On Behalf Of > Otavio Salvador > Sent: Thursday, June 27, 2013 2:31 AM > To: U-Boot Mailing List > Cc: Otavio Salvador; Stefano Babic; Estevam Fabio-R49496; Wang Huan- > B18965; Andy Voltz > Subject: [PATCH v3

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

2013-06-26 Thread Zhang Ying-B40530
-Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini Sent: Thursday, June 27, 2013 1:35 AM To: Wood Scott-B07421 Cc: Zhang Ying-B40530; u-boot@lists.denx.de; aflem...@gmail.com; Wood Scott-B07421 Subject: Re: [U-Boot] [PATCH 06/10 v5] spl: env_common.c: mak

Re: [U-Boot] Please pull u-boot-coldfire.git

2013-06-26 Thread Tom Rini
On Thu, Jun 27, 2013 at 01:07:03AM +, Jin Zhengxiong-R64188 wrote: > The following changes since commit e31dc61e7dc89ce900426828c936208a6638cf8c: > > usb: musb: Use ARRAY_SIZE at appropriate places (2013-06-26 10:26:06 -0400) > > are available in the git repository at: > git://git.denx.d

[U-Boot] Please pull u-boot-coldfire.git

2013-06-26 Thread Jin Zhengxiong-R64188
The following changes since commit e31dc61e7dc89ce900426828c936208a6638cf8c: usb: musb: Use ARRAY_SIZE at appropriate places (2013-06-26 10:26:06 -0400) are available in the git repository at: git://git.denx.de/u-boot-coldfire.git master Jason Jin (1): ColdFire: Update the arch_global_

[U-Boot] [PATCH] Enable xmodem support

2013-06-26 Thread Angus Ainslie
This is a trivial patch that just enables xmodem downloads using the existing ymodem framework. Signed-off-by: Angus Ainslie --- common/cmd_load.c | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/common/cmd_load.c b/common/cmd_load.c index 0832e92..ed

Re: [U-Boot] [PATCH 0/3 v2] video: lcd: splash screen prepare changes

2013-06-26 Thread Robert Winkler
Hello all, I haven't heard from anyone but Igor. Does that mean it looks good? Robert On Mon, Jun 17, 2013 at 11:31 AM, Robert Winkler < robert.wink...@boundarydevices.com> wrote: > The first 2 patches are the result of discussion in these threads: > http://lists.denx.de/pipermail/u-boot/2013

Re: [U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Marek Vasut
Dear Scott Wood, > On 06/26/2013 05:42:52 PM, Marek Vasut wrote: > > Dear Scott Wood, > > > > > On 06/26/2013 02:33:53 PM, Mike Dunn wrote: > > > > Newer gcc versions warn about unused variables. This patch > > > > corrects > > > > > > a few of > > > > those warnings that popped up in a build

Re: [U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Scott Wood
On 06/26/2013 05:42:52 PM, Marek Vasut wrote: Dear Scott Wood, > On 06/26/2013 02:33:53 PM, Mike Dunn wrote: > > Newer gcc versions warn about unused variables. This patch corrects > > a few of > > those warnings that popped up in a build for the palmtreo680 board. > > > > Signed-off-by:

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

2013-06-26 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek, > > In message <201306261655.18605.marek.va...@gmail.com> you wrote: > > remember when the Jenkins was failing on random targets and the log > > always contained this message, where it stated it can't compile some > > object file due to missing dependency, whose

Re: [U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Marek Vasut
Dear Scott Wood, > On 06/26/2013 02:33:53 PM, Mike Dunn wrote: > > Newer gcc versions warn about unused variables. This patch corrects > > a few of > > those warnings that popped up in a build for the palmtreo680 board. > > > > Signed-off-by: Mike Dunn > > --- > > > > drivers/mtd/nand/docg4_s

Re: [U-Boot] [PATCH 7/7 v6] powerpc: p1022ds: support TPL on the P1022DS

2013-06-26 Thread Scott Wood
On 06/26/2013 02:18:32 AM, ying.zh...@freescale.com wrote: diff --git a/Makefile b/Makefile index 0513e4d..a3c7282 100644 --- a/Makefile +++ b/Makefile @@ -895,7 +895,7 @@ clobber:tidy @rm -f $(obj)spl/{u-boot-spl,u-boot-spl.bin,u-boot-spl.map} @rm -f $(obj)spl/u-boot-spl.lds

Re: [U-Boot] [PATCH 6/7 v6] nand: tpl : introduce the TPL based on the SPL

2013-06-26 Thread Scott Wood
On 06/26/2013 02:18:31 AM, ying.zh...@freescale.com wrote: From: Ying Zhang Due to the nand SPL on some board(e.g. P1022DS)has a size limit, it can not be more than 4K. So, the SPL cannot initialize the DDR with the SPD code. This patch introduces TPL to enable a loader stub that runs in

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

2013-06-26 Thread Wolfgang Denk
Dear Marek, In message <201306261655.18605.marek.va...@gmail.com> you wrote: > > remember when the Jenkins was failing on random targets and the log always > contained this message, where it stated it can't compile some object file due > to > missing dependency, whose path was "trimmed" ? ...

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

2013-06-26 Thread Wolfgang Denk
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 disabled due the procedure to load images >

Re: [U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Scott Wood
On 06/26/2013 02:33:53 PM, Mike Dunn wrote: Newer gcc versions warn about unused variables. This patch corrects a few of those warnings that popped up in a build for the palmtreo680 board. Signed-off-by: Mike Dunn --- drivers/mtd/nand/docg4_spl.c | 15 +++ 1 file changed, 7 ins

Re: [U-Boot] [U-Boot, 1/3] hwmon: lm63: Use ARRAY_SIZE at appropriate place

2013-06-26 Thread Tom Rini
On Sun, Jun 23, 2013 at 12:55:14AM +0800, Axel Lin wrote: > Signed-off-by: Axel Lin > > --- > drivers/hwmon/lm63.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) This, along with the rest of the series is now applied to u-boot/master, thanks! -- Tom signature.asc Description: Dig

Re: [U-Boot] [U-Boot, v3] cmd_bootm: Add command line arguments to Plan 9

2013-06-26 Thread Tom Rini
On Mon, Jun 10, 2013 at 01:00:09AM -0700, Steven Stallion wrote: > This patch introduces support for command line arguments to Plan 9. > Plan 9 generally dedicates a small region of kernel memory (known > as CONFADDR) for runtime configuration. A new environment variable > named confaddr was intr

Re: [U-Boot] serial: Use ARRAY_SIZE instead of reinventing it

2013-06-26 Thread Tom Rini
On Sun, Jun 23, 2013 at 12:46:41AM +0800, Axel Lin wrote: > Signed-off-by: Axel Lin > > --- > drivers/serial/serial.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] Fix block device accesses beyond 2TiB

2013-06-26 Thread Tom Rini
On Fri, Jun 14, 2013 at 01:07:25PM +0200, Sascha Silbe wrote: > With CONFIG_SYS_64BIT_LBA, lbaint_t gets defined as a 64-bit type, > which is required to represent block numbers for storage devices that > exceed 2TiB (the block size usually is 512B), e.g. recent hard drives. > > For some obscure

Re: [U-Boot] README: align default commands with code

2013-06-26 Thread Tom Rini
On Thu, Jun 20, 2013 at 06:14:22PM +0200, Vincent Stehl?? wrote: > Align the list of default commands mentioned in the configuration options > paragraph of the README with the actual definitions found in > include/config_cmd_default.h > > Signed-off-by: Vincent Stehl?? Applied to u-boot/master,

Re: [U-Boot] [PATCH v2 0/21] Add tracing functionality to U-Boot

2013-06-26 Thread Tom Rini
On Tue, Jun 11, 2013 at 11:14:32AM -0700, Simon Glass wrote: > This series adds a tracing feature to U-Boot which is useful for > profiling boot time and other purposes. > > The core trace library relies on standard gcc function instrumentation > and a microsecond timer which should work correctl

Re: [U-Boot] [PATCH v3 0/12] Verified boot implementation based on FIT

2013-06-26 Thread Tom Rini
On Thu, Jun 13, 2013 at 03:09:59PM -0700, Simon Glass wrote: > This series implemented a verified boot system based around FIT images > as discussed on the U-Boot mailing list, including on this thread: > > http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/147830 > > RSA is used to imple

Re: [U-Boot] [PATCH v5 0/7] Add cros-ec protocol driver and enable it in smdk5250

2013-06-26 Thread Tom Rini
On Wed, May 15, 2013 at 06:27:27PM +0800, Hung-ying Tyan wrote: > This patch series adds the drivers for the cros-ec protocol that is used to > communicate with the Chrome OS Embedded Controller (EC). The series also > enables > its use in Google Snow which is based on smdk5250. > > The last pat

Re: [U-Boot] [PATCH v2 5/5] RFC: tegra: Convert to using environment files

2013-06-26 Thread Stephen Warren
On 06/24/2013 02:46 PM, Simon Glass wrote: > This seems more intuitive that the current #define way of doing things. > The resulting code is shorter, avoids the quoting and line continuation > pain, and also improves the clumsy way that stdio variables are created: > > #ifdef CONFIG_VIDEO_TEGRA >

Re: [U-Boot] [PATCH v2 4/5] env: Allow environment files to use the C preprocessor

2013-06-26 Thread Stephen Warren
On 06/24/2013 02:46 PM, Simon Glass wrote: > In many cases environment variables need access to the U-Boot CONFIG > variables to select different options. Enable this so that the environment > scripts can be as useful as the ones currently in the board config files. The addition of += seems like a

Re: [U-Boot] [PATCH 5/6] mx28evk: Move README file inside board directory

2013-06-26 Thread Marek Vasut
Dear Otavio Salvador, > On Wed, Jun 26, 2013 at 12:43 PM, Stefano Babic wrote: > > On 03/05/2013 20:08, Fabio Estevam wrote: > >> From: Fabio Estevam > >> > >> Board specific READMEs should be located inside the respective board > >> directory. > >> > >> Signed-off-by: Fabio Estevam > >> ---

Re: [U-Boot] [PATCH v2 3/5] Allow U-Boot scripts to be placed in a .env file

2013-06-26 Thread Stephen Warren
On 06/24/2013 02:46 PM, Simon Glass wrote: > At present U-Boot environment variables, and thus scripts, are defined > by CONFIG_EXTRA_ENV_SETTINGS. It is painful to add large amounts of text > to this file and dealing with quoting and newlines is harder than it > should be. It would be better if we

Re: [U-Boot] [PATCH V2] ARM: mxs: Consolidate configuration options

2013-06-26 Thread Marek Vasut
Hi Stefano, > Hi Marek, > > On 16/06/2013 15:39, Marek Vasut wrote: > > Pull all the duplicate configuration options into configs/mxs.h > > from the board configuration files. This reduces the files greatly > > and makes them somewhat more readable. Besides, we do no longer > > have such a horrib

Re: [U-Boot] [PATCH] video: mxsfb: Break the line in videomode message

2013-06-26 Thread Marek Vasut
Dear Fabio Estevam, > Currently we have the following on boot: > > CPU: Freescale i.MX28 rev1.2 at 454 MHz > BOOT: SSP SD/MMC #0, 3V3 > DRAM: 128 MiB > MMC: MXS MMC: 0 > Video: MXSFB: 'videomode' variable not set!In:serial > > Break the line of the warning message in order to have a be

[U-Boot] U-Boot build issue

2013-06-26 Thread Marek Vasut
Hi, remember when the Jenkins was failing on random targets and the log always contained this message, where it stated it can't compile some object file due to missing dependency, whose path was "trimmed" ? See this log from my machine: marex@bfu:~/U-Boot/u-boot-imx$ bash ../compile/compile-x

[U-Boot] [PATCH] mtd/nand: docg4: fix compiler warnings

2013-06-26 Thread Mike Dunn
Newer gcc versions warn about unused variables. This patch corrects a few of those warnings that popped up in a build for the palmtreo680 board. Signed-off-by: Mike Dunn --- drivers/mtd/nand/docg4_spl.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers

[U-Boot] [PATCH] usb: pxa27x_udc: fix compiler warnings

2013-06-26 Thread Mike Dunn
Newer gcc versions warn about unused variables. This patch corrects a few of those warnings that popped up in a build for the palmtreo680 board. Signed-off-by: Mike Dunn --- drivers/usb/gadget/pxa27x_udc.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/driver

Re: [U-Boot] [PATCH 2/2] powerpc/c29xpcie: add support for C29XPCIE board

2013-06-26 Thread Scott Wood
On 06/26/2013 02:23:30 AM, Po Liu wrote: + set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, + MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G, + 0, flash_esel, BOOKE_PAGESZ_64M, 1); Don't set MAS3_SX on I/O mappings. + /* *I*G - Board CPLD */ +

[U-Boot] [PATCH] video: mxsfb: Break the line in videomode message

2013-06-26 Thread Fabio Estevam
Currently we have the following on boot: CPU: Freescale i.MX28 rev1.2 at 454 MHz BOOT: SSP SD/MMC #0, 3V3 DRAM: 128 MiB MMC: MXS MMC: 0 Video: MXSFB: 'videomode' variable not set!In:serial Break the line of the warning message in order to have a better reading format. Signed-off-by: Fa

Re: [U-Boot] [PATCH] powerpc/mpc85xx:Disable Debug TLB entry for non-minimal SPL

2013-06-26 Thread Scott Wood
On 06/25/2013 11:09:04 PM, Prabhakar Kushwaha wrote: On 06/25/2013 08:38 PM, Scott Wood wrote: On 06/25/2013 12:03:56 AM, Prabhakar Kushwaha wrote: CONFIG_SPL_BUILD creates debug TLB entry, so disable it before init_tlbs. CONFIG_SPL_INIT_MINIMAL never creates any debug TLB entry, so no nee

[U-Boot] [PATCH v3 2/2] env_nand.c: support falling back to redundant env when writing

2013-06-26 Thread Phil Sutter
Without this patch, when the currently chosen environment to be written has bad blocks, saveenv fails completely. Instead, when there is redundant environment fall back to the other copy. Environment reading needs no adjustment, as the fallback logic for incomplete writes applies to this case as we

[U-Boot] Version 3 of Kirkwood and env_nand improvements

2013-06-26 Thread Phil Sutter
Respin of the remaining two of my patch series for review. First patch is identical but removed the versioning from the title as suggested. Second patch cleaned up so checkpatch.pl does not complain anymore. Kudos to Scott for pointing out the warnings and his further comments. Greetings, Phil _

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

2013-06-26 Thread Phil Sutter
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 read.raw 0xE0 0x0 0x1 ; date'. Without this patch, NAND read of 132MB too

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

2013-06-26 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 v3: - add dt boot support - use ttyLP1 as console - change loadaddr and sys text as iMX6SL - NOTE: It needs to be boot tested as I don't have t

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

2013-06-26 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 v3: None Changes in v2: None include/configs/vf610twr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2013-06-26 Thread Tom Rini
On Wed, Jun 26, 2013 at 11:12:01AM -0500, Scott Wood wrote: > On 06/25/2013 09:29:37 PM, Zhang Ying-B40530 wrote: > > > > > >-Original Message- > >From: Wolfgang Denk [mailto:w...@denx.de] > >Sent: Friday, June 21, 2013 1:38 PM > >To: Zhang Ying-B40530 > >Cc: u-boot@lists.denx.de; Wood Scot

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

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 2:27 PM, Fabio Estevam wrote: > On Wed, Jun 26, 2013 at 2:19 PM, Otavio Salvador > wrote: > >> This is being done using Timesys kernel as reference; so I did used >> his kernel as reference. > > So it is better to fix the tty driver name in the Timesys kernel to > ttyLP th

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

2013-06-26 Thread Fabio Estevam
On Wed, Jun 26, 2013 at 2:19 PM, Otavio Salvador wrote: > This is being done using Timesys kernel as reference; so I did used > his kernel as reference. So it is better to fix the tty driver name in the Timesys kernel to ttyLP then, instead of adding a console option that is incorrect. _

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

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 2:16 PM, Fabio Estevam wrote: > On Wed, Jun 26, 2013 at 2:12 PM, Otavio Salvador > wrote: > >> + "console=ttymxc1\0" \ > > Vybrid does not use the same serial driver as i.MX. > > In the kernel the serial driver is this one: > https://git.kernel.org/cgit/linux/kernel/

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

2013-06-26 Thread Fabio Estevam
On Wed, Jun 26, 2013 at 2:12 PM, Otavio Salvador wrote: > + "console=ttymxc1\0" \ Vybrid does not use the same serial driver as i.MX. In the kernel the serial driver is this one: https://git.kernel.org/cgit/linux/kernel/git/gregkh/tty.git/tree/drivers/tty/serial/fsl_lpuart.c?h=tty-next ,

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

2013-06-26 Thread Andy Voltz
I'm going to boot test these patches on the tower. I'll follow-up after I verify with a new environment & build. On Wed, Jun 26, 2013 at 12:40:51PM -0400, Otavio Salvador wrote: > We've been dropping SoC name from U-Boot prompt as it increase > complexity for automatic testing and makes line long

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

2013-06-26 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 v2: None include/configs/vf610twr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include

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

2013-06-26 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: - fix console for ttymxc1 (Fabio) include/configs/vf610twr.h | 58 ++ 1 file changed, 58 insertions(+) diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 77fe893..a944984 100644

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

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 1:59 PM, Fabio Estevam wrote: > On Wed, Jun 26, 2013 at 1:40 PM, Otavio Salvador > wrote: >> Signed-off-by: Otavio Salvador >> --- >> include/configs/vf610twr.h | 58 >> ++ >> 1 file changed, 58 insertions(+) >> >> diff --git

Re: [U-Boot] [PATCH] MAINTAINERS: Add an entry to the mx6q wandboard variant

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 1:53 PM, Fabio Estevam wrote: > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347)

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

2013-06-26 Thread Fabio Estevam
On Wed, Jun 26, 2013 at 1:40 PM, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- > include/configs/vf610twr.h | 58 > ++ > 1 file changed, 58 insertions(+) > > diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h > index

[U-Boot] [PATCH] MAINTAINERS: Add an entry to the mx6q wandboard variant

2013-06-26 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e753e03..001b42d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -664,7 +664,7 @@ Fabio Estevam mx53smd i.MX53 mx6sabresd i.

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

2013-06-26 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- include/configs/vf610twr.h | 58 ++ 1 file changed, 58 insertions(+) diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 77fe893..bda5ddf 100644 --- a/include/configs/vf610twr.h +++ b/include/co

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

2013-06-26 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 --- include/configs/vf610twr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/vf610twr.h b

Re: [U-Boot] [PATCH v3] Add support for Wandboard Quad

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 11:14 AM, Stefano Babic wrote: > Patch does not apply cleanly because your mailer or your editor replaced > original with whitespaces. I change back again, but please take > care of this issue for the next time. Tapani, the easiest way of sending the patches is using git

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

2013-06-26 Thread Scott Wood
On 06/25/2013 09:29:37 PM, Zhang Ying-B40530 wrote: -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Friday, June 21, 2013 1:38 PM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; Wood Scott-B07421; aflem...@gmail.com; Xie Xiaobo-R63061; Zhang Ying-B40530 Subject: Re:

[U-Boot] [PATCH v2] Fix ext2/ext4 filesystem accesses beyond 2TiB

2013-06-26 Thread Frédéric Leroy
With CONFIG_SYS_64BIT_LBA, lbaint_t gets defined as a 64-bit type, which is required to represent block numbers for storage devices that exceed 2TiB (the block size usually is 512B), e.g. recent hard drives We now use lbaint_t for partition offset to reflect the lbaint_t change, and access partiti

Re: [U-Boot] [PATCH 5/6] mx28evk: Move README file inside board directory

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:08, Fabio Estevam wrote: > From: Fabio Estevam > > Board specific READMEs should be located inside the respective board > directory. > > Signed-off-by: Fabio Estevam > --- > .../freescale/mx28evk/README |0 > 1 file changed, 0 insertions(+), 0 deleti

Re: [U-Boot] [PATCH 6/6] m28evk: Move README file inside board directory

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:08, Fabio Estevam wrote: > From: Fabio Estevam > > Board specific READMEs should be located inside the respective board > directory. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH 5/6] mx28evk: Move README file inside board directory

2013-06-26 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 12:43 PM, Stefano Babic wrote: > On 03/05/2013 20:08, Fabio Estevam wrote: >> From: Fabio Estevam >> >> Board specific READMEs should be located inside the respective board >> directory. >> >> Signed-off-by: Fabio Estevam >> --- >> .../freescale/mx28evk/README

Re: [U-Boot] [PATCH 1/6] README: mx28_common: Keep the text within 80 columns

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:07, Fabio Estevam wrote: > From: Fabio Estevam > > In order to improve readability keep the text within 80 columns. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH 3/6] README: mx28_common: Fix structure of sentence

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:07, Fabio Estevam wrote: > From: Fabio Estevam > > Re-structure the sentence a bit so that it can clearer. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 4/6] README: mxs: Introduce README.mxs

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:08, Fabio Estevam wrote: > From: Fabio Estevam > > Create a README.mxs file that contains instructions on how to use U-boot for > both MX23 and MX28. > > As boot from NAND has only been tested on mx28, make it clear that it only > applies to MX28. > > While at it, do some smal

Re: [U-Boot] [PATCH 2/6] README: mx28_common: Do not hardcode the SSP port

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:07, Fabio Estevam wrote: > From: Fabio Estevam > > MX28 can boot from SSP0 or SSP1, so it is better not to hardcode the SSP port > in the instructions. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH] dfu:ext4:fix Fix ext4{read|write} command formatting

2013-06-26 Thread Lukasz Majewski
On Wed, 26 Jun 2013 11:05:31 -0400, Tom Rini wrote: > On Wed, Jun 26, 2013 at 04:41:28PM +0200, Lukasz Majewski wrote: > > Hi Tom, > > > > > In the following commit: > > > "dfu: Support larger than memory transfers." > > > SHA1: ea2453d56b8860dbd18a3c517531ffc8dcb5c839 > > > > > > The ext4{read|

Re: [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes

2013-06-26 Thread Stefano Babic
On 06/06/2013 19:39, Robert Winkler wrote: > These are just some config changes for nitrogen6x. > > > RAW_INITRD, BOOTZ, FS_GENERIC are being used by this project > http://www.eewiki.net/display/linuxonarm/i.MX6x+SABRE+Lite > > DCACHE can finally be enabled because some related bugs have > been

Re: [U-Boot] [PATCH] dfu:ext4:fix Fix ext4{read|write} command formatting

2013-06-26 Thread Tom Rini
On Wed, Jun 26, 2013 at 04:41:28PM +0200, Lukasz Majewski wrote: > Hi Tom, > > > In the following commit: > > "dfu: Support larger than memory transfers." > > SHA1: ea2453d56b8860dbd18a3c517531ffc8dcb5c839 > > > > The ext4{read|write} command formatting has been changed. It removed > > a mandator

Re: [U-Boot] [PATCH RESEND] mx27: add i2c clock

2013-06-26 Thread Stefano Babic
On 14/06/2013 18:21, Philippe Reynes wrote: > Signed-off-by: Eric Jarrige > Signed-off-by: Philippe Reynes > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfga

Re: [U-Boot] [PATCH v2] mx27: add function enable_caches

2013-06-26 Thread Stefano Babic
On 14/06/2013 18:21, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 1652

Re: [U-Boot] [PATCH v3 2/2] imx: Add support for the SabreSD shipped with i.MX6DL

2013-06-26 Thread Stefano Babic
On 14/06/2013 17:13, Fabio Estevam wrote: > On Tue, Jun 4, 2013 at 4:00 AM, Pierre Aubert wrote: >> The SabreSD platform is available with i.MX6Q or i.MX6DL. This patch adds the >> support of the i.MX6DL. The config file and the board directory are renamed >> to remove the reference to the MX6Q. >

Re: [U-Boot] U-Boot Digest, Vol 61, Issue 36

2013-06-26 Thread Daniel Schwierzeck
2013/6/26 krishna dwivedi : > Hi All, > > Hope everyone is doing great:) > > I am trying to build U-boot:2013-04.But running into this error: > mips64-nlm-elf-ld: arch/mips/cpu/mips64/start.o: relocation (null) against > `board_init_f' can not be used when making a shared object; recompile with > -

Re: [U-Boot] [PATCH] dfu:ext4:fix Fix ext4{read|write} command formatting

2013-06-26 Thread Lukasz Majewski
Hi Tom, > In the following commit: > "dfu: Support larger than memory transfers." > SHA1: ea2453d56b8860dbd18a3c517531ffc8dcb5c839 > > The ext4{read|write} command formatting has been changed. It removed > a mandatory [sizebytes] parameter. > > It prevented from ext4 update via dfu. This commit

Re: [U-Boot] [PATCH V2] ARM: mxs: Consolidate configuration options

2013-06-26 Thread Stefano Babic
Hi Marek, On 16/06/2013 15:39, Marek Vasut wrote: > Pull all the duplicate configuration options into configs/mxs.h > from the board configuration files. This reduces the files greatly > and makes them somewhat more readable. Besides, we do no longer > have such a horrible duplication of code. >

Re: [U-Boot] [PATCH] dwc_ahsata: Allow use with dcache enabled

2013-06-26 Thread Stefano Babic
On 16/06/2013 01:09, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munic

Re: [U-Boot] [PATCH v2] spi: mxc_spi: Update pre and post divider algorithm

2013-06-26 Thread Stefano Babic
On 11/05/2013 07:25, Dirk Behme wrote: > The spi clock divisor is of the form x * (2**y), or x << y, where x is > 1 to 16, and y is 0 to 15. Note the similarity with floating point numbers. > Convert the desired divisor to the smallest number which is >= desired > divisor, > and can be represen

Re: [U-Boot] U-Boot Digest, Vol 61, Issue 36

2013-06-26 Thread Wolfgang Denk
Dear krishna dwivedi, please read the following articles. Please really, really do: http://catb.org/esr/faqs/smart-questions.html#bespecific http://www.netmeister.org/news/learn2quote.html I asked you before NOT to hi-jack existing mail threads, to chose a descriptive Subject: and NOT to quote t

[U-Boot] [PATCH v5 5/6] powerpc/ppc4xx: Consider gdsys FPGA OSD size

2013-06-26 Thread dirk . eibach
From: Dirk Eibach OSD size was constant 32x16 characters. Now the size is set as announced by the FPGA. Signed-off-by: Dirk Eibach --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None board/gdsys/common/osd.c | 34 ++ 1 file chang

Re: [U-Boot] [PATCH v5 8/8] Boards: Add support for SolidRun CuBox

2013-06-26 Thread Wolfgang Denk
Dear Sascha Silbe, In message <1372195668-25496-9-git-send-email-t-ub...@infra-silbe.de> you wrote: > With latest support for Marvell Dove SoC, add the SolidRun CuBox as > the very first board with that SoC. Not checkpatch clean: 4 x line over 80 characters; please fix. > - dropped MAINTAINERS

Re: [U-Boot] [PATCH v3] Add support for Wandboard Quad

2013-06-26 Thread Stefano Babic
Hi Tapani, On 26/06/2013 11:51, Tapani wrote: > > Add support for the Quad version of Wandboard; fix compile warning resulting > from having 2G of memory. > > Signed-off-by: Tapani Utriainen > Signed-off-by: Otavio Salvador > --- > board/wandboard/README | 5 + > board/wandboard/wand

Re: [U-Boot] [PATCH v5 6/8] block: mvsata: add dove include

2013-06-26 Thread Wolfgang Denk
Dear Sascha Silbe, In message <1372195668-25496-7-git-send-email-t-ub...@infra-silbe.de> you wrote: > Dove SoC also uses mvsata, therefore add a SoC specific include to > allow to reuse the mvsata ide driver. > > Signed-off-by: Sascha Silbe > Acked-by: Prafulla Wadaskar > --- > v4->v5: no chan

Re: [U-Boot] [PATCH v5 5/8] SPI: add Dove support to Kirkwood SPI driver

2013-06-26 Thread Wolfgang Denk
Dear Sascha Silbe, In message <1372195668-25496-6-git-send-email-t-ub...@infra-silbe.de> you wrote: > The SPI support on Dove is very similar to that on Kirkwood (and > possibly orion5x as well). Instead of duplicating the code, we tweak > the Kirkwood driver so it works for Dove, too. > > Signed

Re: [U-Boot] [PATCH v5 3/8] GPIO: add Dove support to Kirkwood GPIO driver

2013-06-26 Thread Wolfgang Denk
Dear Sascha Silbe, In message <1372195668-25496-4-git-send-email-t-ub...@infra-silbe.de> you wrote: > The GPIO support of Dove is very similar to that on Kirkwood (and > possibly orion5x as well). Instead of duplicating the code, we tweak > the Kirkwood driver so it works for Dove, too. This thro

[U-Boot] [PATCH v5 1/6] powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA

2013-06-26 Thread dirk . eibach
From: Dirk Eibach A set of accessor functions was added to be able to access not only memory mapped FPGA in a generic way. Thanks to Wolfgang Denk for getting this sorted properly. Signed-off-by: Dirk Eibach --- Changes in v5: - add board/gdsys/common/fpga.c which was forgotten in v4 Changes

[U-Boot] [PATCH v5 4/6] powerpc/ppc4xx: Support gdsys multichannel iocon hardware

2013-06-26 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- Changes in v5: None Changes in v4: - Move changes ins osd.c to proper commit - do not use common FPGA register accessors here Changes in v3: - adapt to "powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA" - squashed with powerpc/ppc4xx

[U-Boot] [PATCH v5 3/6] powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registers

2013-06-26 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- Changes in v5: None Changes in v4: None Changes in v3: - adapt to "powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA" Changes in v2: - move cmd_fpgad to common and fix whitespace issues - update email account common/Makefile|

[U-Boot] [PATCH v5 0/6] Update gdsys ppc4xx-based boards

2013-06-26 Thread dirk . eibach
From: Dirk Eibach This series depends on i2c multibus support. It was rebased on the latest multibus branch at http://git.denx.de/?p=u-boot/u-boot-i2c.git;a=shortlog;h=refs/heads/20130620_multibus_v2 Patch "powerpc/ppc4xx: Add bitbang i2c interface for gdsys boards" was dropped in favor of usi

  1   2   >