Re: [U-Boot] [PATCH] i.MX28: Enable SD DMA only if DCache enabled

2012-04-05 Thread Marek Vasut
Dear Fabio Estevam, > On Wed, Apr 4, 2012 at 9:48 PM, Marek Vasut wrote: > >> Someone may want to enable cache, but still uses MMC driver in PIO mode. > > > > You don't, it's slow as crap then. > > Well, this is how we have been using the MMC driver for the last 4 months. With DCache disabled

Re: [U-Boot] [PATCH] usb: use noinline define

2012-04-05 Thread Marek Vasut
Dear Mike Frysinger, > Building usb for Blackfin boards fails as we get linux/compiler.h > included which expands the "noinline" inside of the attribute and > we get attribute(attribute(noinline)). > > Explicitly use the helper define to avoid this. Ain't compiler.h broken then? Btw. is this a f

[U-Boot] [PATCH] i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC

2012-04-05 Thread Marek Vasut
This SD DMA function of i.MX28 is still apparently too experimental to be enabled by default in 2012.04 release. Enable this feature only if the user plans to tinker with DCache or explicitly enables it. Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Wolfgang Denk Cc: Detlev Zundel Cc: Fabio

Re: [U-Boot] [PATCH 3/7] LCD: add data structure for EXYNOS display driver

2012-04-05 Thread Anatolij Gustschin
Hi, On Thu, 05 Apr 2012 15:29:24 +0900 Donghwa Lee wrote: > Add vidinfo data structure for EXYNOS display driver > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > Signed-off-by: Inki Dae > --- > include/lcd.h | 64 > +

Re: [U-Boot] [PATCH] i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC

2012-04-05 Thread Stefano Babic
On 05/04/2012 12:24, Marek Vasut wrote: > This SD DMA function of i.MX28 is still apparently too experimental to be > enabled by default in 2012.04 release. Enable this feature only if the user > plans to tinker with DCache or explicitly enables it. > > Signed-off-by: Marek Vasut > Cc: Stefano Ba

Re: [U-Boot] [PATCH] i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC

2012-04-05 Thread Marek Vasut
Dear Stefano Babic, > On 05/04/2012 12:24, Marek Vasut wrote: > > This SD DMA function of i.MX28 is still apparently too experimental to be > > enabled by default in 2012.04 release. Enable this feature only if the > > user plans to tinker with DCache or explicitly enables it. > > > > Signed-off-

Re: [U-Boot] [PATCH 4/7] EXYNOS: support EXYNOS framebuffer and FIMD display drivers.

2012-04-05 Thread Anatolij Gustschin
Hi, Thank you for reworking this patch. It is mostly okay now and I can compile the drivers, :-). Only two minor issues, please see comments below. On Thu, 05 Apr 2012 15:29:27 +0900 Donghwa Lee wrote: > This patch support EXYNOS FB and FIMD display drivers. > > Signed-off-by: Donghwa Lee > S

Re: [U-Boot] [PATCH] i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC

2012-04-05 Thread Stefano Babic
On 05/04/2012 14:17, Marek Vasut wrote: > > What do you mean? DMA is used for NAND ever since, I just recently tried > enabling it also for MMC. Sorry, I have not read accurately - we have two different CONFIG_ >> Anyway, I am not saying we should introduce a new switch, but maybe we >> should

Re: [U-Boot] [PATCH] tools/env: check flash length before probing

2012-04-05 Thread Bishop, Mark
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Mike Frysinger > Sent: Thursday, April 05, 2012 1:29 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH] tools/env: check flash length before probing > > If we attempt to

[U-Boot] [PATCH V3] i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC

2012-04-05 Thread Marek Vasut
This SD DMA function of i.MX28 is still apparently too experimental to be enabled by default in 2012.04 release. Enable this feature only if the user plans to tinker with DCache or explicitly enables it. Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Wolfgang Denk Cc: Detlev Zundel Cc: Fabio

Re: [U-Boot] [PATCH 1/7] EXYNOS: definitions of system resgister and power management registers.

2012-04-05 Thread Minkyu Kang
On 5 April 2012 15:29, Donghwa Lee wrote: > This is definitions of system registers and power mananagement registers for > EXYNOS SoC. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > Signed-off-by: Inki Dae > --- >  arch/arm/cpu/armv7/exynos/Makefile        |    2 +- >  arch/ar

Re: [U-Boot] [PATCH V2 3/8] net/designware: Phy address fix

2012-04-05 Thread Joe Hershberger
Hi Amit, On Thu, Apr 5, 2012 at 12:15 AM, Amit Virdi wrote: > Hi Joe, > > > On 3/26/2012 3:39 PM, Amit VIRDI wrote: >> >> From: Vipin KUMAR >> >> The code assumes the phy address to be>  0, which is not true, the phy >> address >> can be in the range 0-31. >> >> Signed-off-by: Vipin Kumar >> Sign

Re: [U-Boot] fw_printenv can't read the uboot enviroment from NAND

2012-04-05 Thread Bishop, Mark
> -Original Message- > From: Mike Frysinger [mailto:vap...@gentoo.org] > Sent: Thursday, April 05, 2012 1:23 AM > To: u-boot@lists.denx.de > Cc: Bishop, Mark > Subject: Re: [U-Boot] fw_printenv can't read the uboot enviroment from > NAND > > might want to figure out why that block

[U-Boot] MX28EVK Hangs on DRAM

2012-04-05 Thread Chiz Chikwendu
Hi, I'm pretty new to u-boot and I am trying to use it on the mx28 platform. I have an MX28 EVK (rev A), which I'm using. I was able to build u-boot 2009 with all the patches supplied by Freescale, and to get it working. I moved on to u-boot 2011 because I wanted to use the I2C, SPI and other

Re: [U-Boot] fw_printenv can't read the uboot enviroment from NAND

2012-04-05 Thread Mike Frysinger
On Thursday 05 April 2012 11:14:47 Bishop, Mark wrote: > From: Mike Frysinger [mailto:vap...@gentoo.org] > > might want to figure out why that block is bad in your NAND. > > I have another virgin board and it is doing the same thing. i don't think you've ever mentioned what hardware exactly you'r

Re: [U-Boot] [PATCH] usb: use noinline define

2012-04-05 Thread Mike Frysinger
On Thursday 05 April 2012 06:13:21 Marek Vasut wrote: > Dear Mike Frysinger, > > Building usb for Blackfin boards fails as we get linux/compiler.h > > included which expands the "noinline" inside of the attribute and > > we get attribute(attribute(noinline)). > > > > Explicitly use the helper defi

Re: [U-Boot] [PATCH] tools/env: check flash length before probing

2012-04-05 Thread Mike Frysinger
On Thursday 05 April 2012 09:15:12 Bishop, Mark wrote: > From: Mike Frysinger > > If we attempt to probe beyond the end of flash, MEMGETBADBLOCK will > > fail > > > > (as well it should), but we end up erroring out with the distracting: > > Cannot read bad block mark: Invalid argument > > > >

Re: [U-Boot] fw_printenv can't read the uboot enviroment from NAND

2012-04-05 Thread Bishop, Mark
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of u-boot-ow...@lists.denx.de > Sent: Thursday, April 05, 2012 2:06 PM > To: Bishop, Mark > Subject: RE: [U-Boot] fw_printenv can't read the uboot enviroment from > NAND > > Messa

Re: [U-Boot] fw_printenv can't read the uboot enviroment from NAND

2012-04-05 Thread Bishop, Mark
NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP) I have the data sheet if it is required. While it isn't the exact flash on the EZ-Kit (you can't get it anymore anyway) it is as close as I good get. And yes, this is BF548. __

Re: [U-Boot] [PATCH] usb: use noinline define

2012-04-05 Thread Marek Vasut
Dear Mike Frysinger, > On Thursday 05 April 2012 06:13:21 Marek Vasut wrote: > > Dear Mike Frysinger, > > > > > Building usb for Blackfin boards fails as we get linux/compiler.h > > > included which expands the "noinline" inside of the attribute and > > > we get attribute(attribute(noinline)). >

Re: [U-Boot] [PATCH] usb: use noinline define

2012-04-05 Thread Mike Frysinger
On Thursday 05 April 2012 15:19:11 Marek Vasut wrote: > Dear Mike Frysinger, > > > On Thursday 05 April 2012 06:13:21 Marek Vasut wrote: > > > Dear Mike Frysinger, > > > > > > > Building usb for Blackfin boards fails as we get linux/compiler.h > > > > included which expands the "noinline" inside

Re: [U-Boot] MX28EVK Hangs on DRAM

2012-04-05 Thread Fabio Estevam
Hi Chiz, On Thu, Apr 5, 2012 at 9:33 AM, Chiz Chikwendu wrote: > I'm pretty new to u-boot and I am trying to use it on the mx28 platform. > I have an MX28 EVK (rev A), which I'm using. I was able to build u-boot > 2009 with all the patches supplied by Freescale, and to get it working. This is a

Re: [U-Boot] [PATCH] usb: use noinline define

2012-04-05 Thread Marek Vasut
Dear Mike Frysinger, > On Thursday 05 April 2012 15:19:11 Marek Vasut wrote: > > Dear Mike Frysinger, > > > > > On Thursday 05 April 2012 06:13:21 Marek Vasut wrote: > > > > Dear Mike Frysinger, > > > > > > > > > Building usb for Blackfin boards fails as we get linux/compiler.h > > > > > include

[U-Boot] fw_setenv writes to bootdelay but not ethaddr

2012-04-05 Thread Bishop, Mark
root:/> fw_setenv bootdelay 3 MTD_open MTD_ioctl MTD_ioctl MTD_read MTD_close MTD_open MTD_ioctl MTD_ioctl MTD_ioctl nand_erase_nand: start = 0x0006, len = 131072 MTD_write MTD_ioctl MTD_close nand_sync: called root:/> root:/> fw_setenv ethaddr X1:X2:X3:X4:X5:X6 MTD_ope

Re: [U-Boot] [PATCH] usb: use noinline define

2012-04-05 Thread Mike Frysinger
On Thursday 05 April 2012 16:24:14 Marek Vasut wrote: > Dear Mike Frysinger, > > On Thursday 05 April 2012 15:19:11 Marek Vasut wrote: > > > Dear Mike Frysinger, > > > > On Thursday 05 April 2012 06:13:21 Marek Vasut wrote: > > > > > Dear Mike Frysinger, > > > > > > Building usb for Blackfin boards

Re: [U-Boot] fw_setenv writes to bootdelay but not ethaddr

2012-04-05 Thread Mike Frysinger
On Thursday 05 April 2012 16:32:11 Bishop, Mark wrote: > root:/> fw_setenv ethaddr X1:X2:X3:X4:X5:X6 > Can't overwrite "ethaddr" looks correct to me. you probably didn't set CONFIG_ENV_OVERWRITE. -mike signature.asc Description: This is a digitally signed message part.

Re: [U-Boot] [PATCH v3 05/23] Add AES crypto library

2012-04-05 Thread Simon Glass
Hi Yen, On Tue, Apr 3, 2012 at 11:46 AM, Yen Lin wrote: > Hi Simon, > > On Mon, 2012-04-02 at 16:18 -0700, Simon Glass wrote: >> From: Yen Lin >> >> Add support for AES using an implementation form Karl Malbrain. >> This offers small code size (around 5KB on ARM) and supports 128-bit >> AES only

Re: [U-Boot] MX28EVK Hangs on DRAM

2012-04-05 Thread Fabio Estevam
On Thu, Apr 5, 2012 at 6:07 PM, Chiz Chikwendu wrote: > Hi Fabio, > > Thanks for your response. I actually have a rev.D version of the mx28evk and > it hangs too. I am checking your log and this seems strange: PowerPrep start initialize power... Battery Voltage = 4.26V boot from battery. 5v i

[U-Boot] [PATCH v4 05/23] Add AES crypto library

2012-04-05 Thread Simon Glass
From: Yen Lin Add support for AES using an implementation from Karl Malbrain. This offers small code size (around 5KB on ARM) and supports 128-bit AES only. Signed-off-by: Yen Lin Signed-off-by: Simon Glass --- Changes in v2: - Tidy whitespace problems - Use const for sbox arrays Changes in v

[U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-05 Thread Simon Glass
From: Jimmy Zhang Set Seaboard to optimal memory settings based on the SOC in use (T20 or T25). Signed-off-by: Simon Glass --- Changes in v2: - Move EMC tables to device tree - Removed check for nominal voltage (not needed as it is done just before) Changes in v3: - Add better error reporting

[U-Boot] [PATCH v4 22/23] tegra: fdt: Add EMC data for Tegra2 Seaboard

2012-04-05 Thread Simon Glass
This adds timings for T20 and T25 Seaboards, using the bindings found here: http://patchwork.ozlabs.org/patch/132928/ We supply both full speed options for normal running, and half speed options for testing / development. Signed-off-by: Simon Glass --- Changes in v4: - Remove T20 memory timings

Re: [U-Boot] [PATCH v3 22/23] tegra: fdt: Add EMC data for Tegra2 Seaboard

2012-04-05 Thread Simon Glass
Hi, On Tue, Apr 3, 2012 at 5:47 PM, Simon Glass wrote: > Hi Olof, > > On Mon, Apr 2, 2012 at 10:22 PM, Olof Johansson wrote: >> On Mon, Apr 2, 2012 at 4:19 PM, Simon Glass wrote: >>> This adds timings for T20 and T25 Seaboards, using the bindings found here: >>> >>> http://patchwork.ozlabs.org/

[U-Boot] [PATCH] Move bootstage timer out of lib/time.c

2012-04-05 Thread Simon Glass
The standalone example does not have get_timer() defined, so we cannot rely on it being available. Move the timer function into boootstage.c to avoid this problem. This corrects a build breakage for the standalone example on some boards. Signed-off-by: Simon Glass --- common/bootstage.c | 1

Re: [U-Boot] [PATCH 5/7] EXYNOS: support EXYNOS MIPI DSI interface driver.

2012-04-05 Thread Anatolij Gustschin
Hi, Please see minor comments below. On Thu, 05 Apr 2012 15:29:29 +0900 Donghwa Lee wrote: > EXYNOS SoC platform has MIPI-DSI controller and MIPI-DSI > based LCD Panel could be used with it. This patch supports MIPI-DSI driver > based Samsung SoC chip. > > LCD panel driver based MIPI-DSI shoul

Re: [U-Boot] [PATCH 6/7] LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSI.

2012-04-05 Thread Anatolij Gustschin
Hi, This patch looks pretty good, only a few comments below. Please fix and I'll take a look and add by ACK then, so that the patch can be merged through u-boot-samsung tree. On Thu, 05 Apr 2012 15:29:32 +0900 Donghwa Lee wrote: > This patch support S6E8AX0 amoled driver based on EXYNOS MIPI DS

Re: [U-Boot] [PATCH 7/7] EXYNOS: support TRATS board display function

2012-04-05 Thread Anatolij Gustschin
Hi, On Thu, 05 Apr 2012 15:29:34 +0900 Donghwa Lee wrote: > This patch support TRATS board configuration and display function. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > Signed-off-by: Inki Dae > --- > board/samsung/trats/trats.c | 147 > ++

Re: [U-Boot] MX28EVK Hangs on DRAM

2012-04-05 Thread Fabio Estevam
On Thu, Apr 5, 2012 at 6:47 PM, Fabio Estevam wrote: > Please follow the doc/README.mx28evk and doc/README.mx28common I realize that these files are not in mainline yet. They are currently at Stefano's tree: http://git.denx.de/?p=u-boot/u-boot-imx.git;a=blob;f=doc/README.mx28_common;h=448d22116

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-05 Thread Marek Vasut
Dear Stefan Schmidt, Nice stuff, can you CC me when it comes to USB stuff, accidentally I became the new maintainer ? ;-) > --- > drivers/usb/gadget/dfu.c | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/drivers/usb/gadget/dfu.c b/drivers/usb/gadget/dfu.c

Re: [U-Boot] [PATCH 1/2] ARM: introduce arch_early_init_r()

2012-04-05 Thread Marek Vasut
Dear Fabio Estevam, > Introduce arch_early_init_r() function, which can be useful for doing > early initialization after relocation has happened. > > Signed-off-by: Fabio Estevam Are we getting anywhere with this patchset please? CCing Albert Aribaud. Best regards, Marek Vasut ___

Re: [U-Boot] [PATCH 1/2] ARM: introduce arch_early_init_r()

2012-04-05 Thread Fabio Estevam
On Thu, Apr 5, 2012 at 9:30 PM, Marek Vasut wrote: > Dear Fabio Estevam, > >> Introduce arch_early_init_r() function, which can be useful for doing >> early initialization after relocation has happened. >> >> Signed-off-by: Fabio Estevam > > Are we getting anywhere with this patchset please? Loo

Re: [U-Boot] [PATCH] i.MX28: Enable SD DMA only if DCache enabled

2012-04-05 Thread Fabio Estevam
On Wed, Apr 4, 2012 at 9:48 PM, Marek Vasut wrote: > > I have some obscure card now and I'm seeing breakage (DMA transfer timeout). Can you post more details, please? How do you reproduce the timeouts and where exactly do they occur? ___ U-Boot mailing

Re: [U-Boot] [PATCH] i.MX28: Enable SD DMA only if DCache enabled

2012-04-05 Thread Marek Vasut
Dear Fabio Estevam, > On Wed, Apr 4, 2012 at 9:48 PM, Marek Vasut wrote: > > I have some obscure card now and I'm seeing breakage (DMA transfer > > timeout). > > Can you post more details, please? How do you reproduce the timeouts > and where exactly do they occur? Yes, can you remind me on apr

Re: [U-Boot] [PATCH 1/2] ARM: introduce arch_early_init_r()

2012-04-05 Thread Marek Vasut
Dear Fabio Estevam, > On Thu, Apr 5, 2012 at 9:30 PM, Marek Vasut wrote: > > Dear Fabio Estevam, > > > >> Introduce arch_early_init_r() function, which can be useful for doing > >> early initialization after relocation has happened. > >> > >> Signed-off-by: Fabio Estevam > > > > Are we gettin

[U-Boot] [PULL] u-boot-staging/marek.va...@gmail.com :: FOR u-boot/master

2012-04-05 Thread Marek Vasut
NOTE: The following was compile-tested on all ARM,MIPS,PPC,X86 u-boot targets after applying u-boot-imx/master (to fix ARM cache issues). Fail list: arm/mx31pdk FAILED FOR: debian eldk5.1 * mips/dbau1550_elFAILED FOR: debian eldk5.1 ** mips/pb1

[U-Boot] [PULL] u-boot-usb/master :: FOR u-boot/-next

2012-04-05 Thread Marek Vasut
The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2: Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash (2012-03-23 21:59:16 +0100) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 3cfdca334e86e

[U-Boot] [PULL] u-boot-staging/ma...@denx.de :: FOR u-boot/-next

2012-04-05 Thread Marek Vasut
The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5: Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200) are available in the git repository at: git://git.denx.de/u-boot-staging.git ma...@denx.de for you to fetch changes up to c98167f1df33c6273355050fc0dbbdb73aec51ea:

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-05 Thread Mike Frysinger
On Thursday 05 April 2012 20:18:16 Marek Vasut wrote: > What do you expect from me to tell you about this patch? Or do you expect > someone else to comment on this? he mentioned in the summary of the series. he's run out of time, so he's dumping his WIP state in case someone else picks it up. -m

Re: [U-Boot] [PATCH 7/7] EXYNOS: support TRATS board display function

2012-04-05 Thread Donghwa Lee
Thank you for your comment. I will fix all this patch according to your comments and send version2. Thank you, Donghwa Lee On Fri, 06 Apr 2012 08:44, Anatolij Gustschin wrote: > Hi, > > On Thu, 05 Apr 2012 15:29:34 +0900 > Donghwa Lee wrote: > >> This patch support TRATS board configuration a

[U-Boot] [PATCH v2 0/7] EXYNOS: support display drivers

2012-04-05 Thread Donghwa Lee
This patch support EXYNOS display drivers including Framebuffer and MIPI DSI interface version 2. [PATCH v2 1/7] EXYNOS: definitions of system resgister and power management registers. [PATCH v2 2/7] EXYNOS: add LCD and MIPI DSI clock interface. [PATCH v2 3/7] LCD: add data structure for EXYNOS

[U-Boot] [PATCH v2 1/7] EXYNOS: definitions of system resgister and power management registers.

2012-04-05 Thread Donghwa Lee
This is definitions of system registers and power mananagement registers for EXYNOS SoC. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- arch/arm/cpu/armv7/exynos/Makefile|2 +- arch/arm/cpu/armv7/exynos/power.c | 54 ++

[U-Boot] [PATCH v2 2/7] EXYNOS: add LCD and MIPI DSI clock interface.

2012-04-05 Thread Donghwa Lee
To sets up lcd and mipi clock in EXYNOS display driver, added clock interface. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- arch/arm/cpu/armv7/exynos/clock.c | 184 arch/arm/include/asm/arch-exynos/clk.h |3 + 2

[U-Boot] [PATCH v2 3/7] LCD: add data structure for EXYNOS display driver

2012-04-05 Thread Donghwa Lee
Add vidinfo data structure for EXYNOS display driver Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- include/lcd.h | 64 + 1 files changed, 64 insertions(+), 0 deletions(-) diff --git a/include/lcd.h

[U-Boot] [PATCH v2 4/7] EXYNOS: support EXYNOS framebuffer and FIMD display drivers.

2012-04-05 Thread Donghwa Lee
This patch support EXYNOS FB and FIMD display drivers. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- arch/arm/include/asm/arch-exynos/fb.h | 446 + drivers/video/Makefile|1 + drivers/video/exynos_fb.c

[U-Boot] [PATCH v2 6/7] LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSI.

2012-04-05 Thread Donghwa Lee
>From f3326ff482ebebe3eea72621b354fd6e93f957a7 Mon Sep 17 00:00:00 2001 From: Donghwa Lee Date: Fri, 6 Apr 2012 14:24:01 +0900 Subject: [PATCH] PATCH v2: LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSI This patch support S6E8AX0 amoled driver based on EXYNOS MIPI DSI interface. Sign

[U-Boot] [PATCH v2 7/7] EXYNOS: support TRATS board display function

2012-04-05 Thread Donghwa Lee
This patch support TRATS board configuration and display function. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- board/samsung/trats/trats.c | 147 +++ include/configs/trats.h |8 +++ 2 files changed, 155 in

[U-Boot] [PATCH] mkenvimage: Fix compiler warning

2012-04-05 Thread Dirk Behme
From: Dirk Behme Fix the compiler warning mkenvimage.c: In function ‘main’: mkenvimage.c:218: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’ mkenvimage.c:226: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’ introduce

Re: [U-Boot] [PATCH] ARM: add u-boot.imx as target for i.MX SOCs

2012-04-05 Thread Dirk Behme
On 04.04.2012 07:54, Dirk Behme wrote: On 03.04.2012 16:32, Stefano Babic wrote: Freescale SOCs require an header to u-boot.bin The patch adds u-boot.imx to the default targets if the imx file is set (IMX_CONFIG). Signed-off-by: Stefano Babic Cc: Albert ARIBAUD CC: Loïc Minier CC: Mike Frys