Re: [U-Boot] SPL Linux Boot

2012-03-16 Thread Thomas Weber
Hello, On 03/15/2012 03:01 PM, Stefano Babic wrote: > Hi, > > this should be the final version for the patchset introducing > direct Linux booting from SPL. > > Only Patch 1/14: "Add cmd_spl command" was modified. > Patches 2/13 up to 12/13 are untouched from V13. > Patch 13/13 fix a small issue by

[U-Boot] [PATCH] ARM: Fix malloc area size for versatile and integrator

2012-03-16 Thread Marek Vasut
These boards couldn't save their environment because they couldn't malloc() the whole size of the sector. Signed-off-by: Marek Vasut Cc: Linus Walleij --- include/configs/integratorcp.h |2 +- include/configs/versatile.h|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -

Re: [U-Boot] [PATCH] pmic_i2c: Return error in case of invalid pmic_i2c_tx_num

2012-03-16 Thread Marek Vasut
Dear Fabio Estevam, > Return error in case of invalid pmic_i2c_tx_num. > > Signed-off-by: Fabio Estevam Acked-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 0/27] Create generic board init for ARM, x86, PPC

2012-03-16 Thread Tom Rini
On Fri, Mar 16, 2012 at 03:19:20PM -0700, Simon Glass wrote: > Hi Tom, > > On Fri, Mar 16, 2012 at 2:53 PM, Tom Rini wrote: [snip] > > So my request for a V5 is to boot with DEBUG enabled and compare > > CONFIG_SYS_GENERIC_BOARD=y and =n and fix the ordering issues. ?I > > suspect this will be co

Re: [U-Boot] [PATCH v4 0/27] Create generic board init for ARM, x86, PPC

2012-03-16 Thread Simon Glass
Hi Tom, On Fri, Mar 16, 2012 at 2:53 PM, Tom Rini wrote: > On Fri, Mar 16, 2012 at 01:07:23PM -0700, Tom Rini wrote: >> On Fri, Mar 16, 2012 at 12:34:20PM -0700, Simon Glass wrote: >> > Hi Tom, >> > >> > On Fri, Mar 16, 2012 at 12:23 PM, Tom Rini wrote: >> > > On Wed, Mar 14, 2012 at 07:15:57PM

Re: [U-Boot] [PATCH v4 0/27] Create generic board init for ARM, x86, PPC

2012-03-16 Thread Tom Rini
On Fri, Mar 16, 2012 at 01:07:23PM -0700, Tom Rini wrote: > On Fri, Mar 16, 2012 at 12:34:20PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Fri, Mar 16, 2012 at 12:23 PM, Tom Rini wrote: > > > On Wed, Mar 14, 2012 at 07:15:57PM -0700, Simon Glass wrote: > > > > > >> This series creates a gene

[U-Boot] [PATCH V2] i.MX28: Drop __naked function from spl_mem_init

2012-03-16 Thread Marek Vasut
Instead of compiling the function and using the result as a constant, simply use the constant. NOTE: This patch works around bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52546 Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Tom Rini --- arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c | 1

[U-Boot] [PATCH] pmic_i2c: Return error in case of invalid pmic_i2c_tx_num

2012-03-16 Thread Fabio Estevam
Return error in case of invalid pmic_i2c_tx_num. Signed-off-by: Fabio Estevam --- drivers/misc/pmic_i2c.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/misc/pmic_i2c.c b/drivers/misc/pmic_i2c.c index ad55d64..ebb124d 100644 --- a/drivers/misc/pmic_i2c.c ++

Re: [U-Boot] [PATCH V2] BOOT: Add RAW ramdisk support to bootz

2012-03-16 Thread Marek Vasut
Dear Rob Herring, > On 03/16/2012 09:02 AM, Marek Vasut wrote: > > This patch allows loading RAW ramdisk via bootz command. The raw ramdisk > > is > > > > loaded only in case it's size is specified: > > bootz : > > > > For example: > > bootz 0x4200 0x4300:0x12345 0x4400 > > >

Re: [U-Boot] SPL Linux Boot

2012-03-16 Thread Tom Rini
On Fri, Mar 16, 2012 at 09:38:10PM +0100, Wolfgang Denk wrote: > Dear Tom Rini, > > In message <20120316193030.GC31661@bill-the-cat> you wrote: > > > > OK, that said, I'm OK with everything so far and you had the last round > > of "please fix/change this" comments. Are you happy with it all now?

Re: [U-Boot] [RFC] mx53loco: Add 1GHz support

2012-03-16 Thread Fabio Estevam
On Fri, Mar 16, 2012 at 5:21 PM, Fabio Estevam wrote: > I would be glad to receive some suggestion in order to get the 1GHz frequency > printed during the initial boot log. If I print the frequency inside board_late_init() then I see the correct reported CPU frequency: U-Boot 2011.12-07170-g536

Re: [U-Boot] SPL Linux Boot

2012-03-16 Thread Wolfgang Denk
Dear Tom Rini, In message <20120316193030.GC31661@bill-the-cat> you wrote: > > OK, that said, I'm OK with everything so far and you had the last round > of "please fix/change this" comments. Are you happy with it all now? We can iterate forever on improvements, or we can get it in now. Let's do

[U-Boot] [RFC] mx53loco: Add 1GHz support

2012-03-16 Thread Fabio Estevam
Add Dialog DA9053 PMIC support and bump the mx53 CPU frequency to 1GHz. Signed-off-by: Fabio Estevam --- This depends on the previous "mx5: Add clock config interface" patch I have just submitted. When doing a "clock" command I do see that the frequency has changed to 1GHz: MX53LOCO U-Boot > c

[U-Boot] [PATCH] mx5: Add clock config interface

2012-03-16 Thread Fabio Estevam
From: Jason Liu mx5: Add clock config interface Add clock config interface support, so that we can configure CPU or DDR clock in the later init Signed-off-by: Jason Liu Signed-off-by: Eric Miao --- diff --git a/arch/arm/cpu/armv7/mx5/clock.c b/arch/arm/cpu/armv7/mx5/clock.c index e92f106..c7

Re: [U-Boot] [PATCH v4 0/27] Create generic board init for ARM, x86, PPC

2012-03-16 Thread Tom Rini
On Fri, Mar 16, 2012 at 12:34:20PM -0700, Simon Glass wrote: > Hi Tom, > > On Fri, Mar 16, 2012 at 12:23 PM, Tom Rini wrote: > > On Wed, Mar 14, 2012 at 07:15:57PM -0700, Simon Glass wrote: > > > >> This series creates a generic board.c implementation which contains > >> the essential functions o

Re: [U-Boot] [PATCH v2] Makefile: Add a 'checkthumb' rule

2012-03-16 Thread Mike Frysinger
On Friday 16 March 2012 12:34:35 Tom Rini wrote: > --- a/Makefile > +++ b/Makefile > > +checkthumb: > + @if test $(call cc-version) -lt 0404; then \ > + echo -n '*** Your GCC does not produce working '; \ fwiw, `echo -n` isn't portable. `printf` is. > + echo 'binarie

Re: [U-Boot] [PATCH v4 0/27] Create generic board init for ARM, x86, PPC

2012-03-16 Thread Simon Glass
Hi Tom, On Fri, Mar 16, 2012 at 12:23 PM, Tom Rini wrote: > On Wed, Mar 14, 2012 at 07:15:57PM -0700, Simon Glass wrote: > >> This series creates a generic board.c implementation which contains >> the essential functions of the major arch/xxx/lib/board.c files. > > Let me start by saying that I a

Re: [U-Boot] SPL Linux Boot

2012-03-16 Thread Tom Rini
On Fri, Mar 16, 2012 at 08:24:55PM +0100, Wolfgang Denk wrote: > Dear Tom Rini, > > In message <20120316172653.GD4234@bill-the-cat> you wrote: > > > > > Only Patch 1/14: "Add cmd_spl command" was modified. > > > Patches 2/13 up to 12/13 are untouched from V13. > > > Patch 13/13 fix a small issue

Re: [U-Boot] SPL Linux Boot

2012-03-16 Thread Wolfgang Denk
Dear Tom Rini, In message <20120316172653.GD4234@bill-the-cat> you wrote: > > > Only Patch 1/14: "Add cmd_spl command" was modified. > > Patches 2/13 up to 12/13 are untouched from V13. > > Patch 13/13 fix a small issue by compiling the cam_enc_4xx > > board (Tom Rini) > > My first question is,

Re: [U-Boot] [PATCH v4 0/27] Create generic board init for ARM, x86, PPC

2012-03-16 Thread Tom Rini
On Wed, Mar 14, 2012 at 07:15:57PM -0700, Simon Glass wrote: > This series creates a generic board.c implementation which contains > the essential functions of the major arch/xxx/lib/board.c files. Let me start by saying that I agree with the premise, please read any inflection/tone as that of so

Re: [U-Boot] [PATCH] arm: Don't use printf() in SPL builds

2012-03-16 Thread Sughosh Ganu
hi Simon, On Wed Mar 14, 2012 at 08:47:43PM -0700, Simon Glass wrote: > > > >   Can you please check if libcommon support is needed for the > >   cam_enc_4xx board -- your relocation patch series did not add > >   CONFIG_SPL_LIBCOMMON_SUPPORT to this board. This will affect my > >   patch to in

Re: [U-Boot] [PATCH V6] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-16 Thread Rob Herring
On 03/16/2012 02:16 AM, Wolfgang Denk wrote: > Dear Rob Herring, > > In message <4f626711.8030...@gmail.com> you wrote: >> >> Turns out there is already a filesize variable that gets set on file >> load commands. >> >> And RTFM didn't help as that one is not documented... ;) > > Are you sure? I'

Re: [U-Boot] A question about mpc85xx tlb1

2012-03-16 Thread Scott Wood
On 03/16/2012 04:40 AM, 徐阳 wrote: > Dear list, > > In u-boot-2011.12/arch/powerpc/cpu/mpc85xx/cpu_init_early.c , line 151 > > void cpu_init_early_f(void) > { > ... > invalidate_tlb(1); > > ... > } > > > The tlb1 has beening invalidated int the line 151, but I don't know when > it was validat

[U-Boot] [PATCH] sdrc.c: Fix typo in do_sdrc_init() for SPL

2012-03-16 Thread Tom Rini
We need to setup CS0 and CS1 not CS0 and CS0 again. Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/omap3/sdrc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/armv7/omap3/sdrc.c b/arch/arm/cpu/armv7/omap3/sdrc.c index 91f42c0..f6d9b97 100644 --- a/arch/arm

Re: [U-Boot] SPL Linux Boot

2012-03-16 Thread Tom Rini
On Thu, Mar 15, 2012 at 03:01:33PM +0100, Stefano Babic wrote: > Hi, > > this should be the final version for the patchset introducing > direct Linux booting from SPL. > > Only Patch 1/14: "Add cmd_spl command" was modified. > Patches 2/13 up to 12/13 are untouched from V13. > Patch 13/13 fix a

[U-Boot] Please pull u-boot-ti/next

2012-03-16 Thread Tom Rini
Hello, The following changes since commit 5c91ee919c359e89fcb3230722253dbb9b4f7e32: Ian Campbell (1): ARM: dreamplug: Enable FDT support are available in the git repository at: git://git.denx.de/u-boot-ti next Balaji T K (3): arm: omap5: correct boot device mode7 for eMMC

Re: [U-Boot] [PATCH 2/2] Makefile: Add a 'checkthumb' rule

2012-03-16 Thread Tom Rini
On Fri, Mar 16, 2012 at 12:07:23PM -0400, Mike Frysinger wrote: > On Friday 16 March 2012 11:27:48 Tom Rini wrote: > > --- a/Makefile > > +++ b/Makefile > > > > # Explicitly make _depend in subdirs containing multiple targets to > > prevent # parallel sub-makes creating .depend files simultaneous

Re: [U-Boot] [PATCH] i.MX28: Drop __naked function from spl_mem_init

2012-03-16 Thread Tom Rini
On Fri, Mar 16, 2012 at 02:04:35PM +0100, Marek Vasut wrote: > Instead of compiling the function and using the result as a constant, simply > use > the constant. Include a link to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52546 so we know why we're doing this? -- Tom

[U-Boot] [PATCH v2] Makefile: Add a 'checkthumb' rule

2012-03-16 Thread Tom Rini
This rule confirms that if we're on ARM and we have enabled THUMB builds that we have a new enough toolchain to produce a working binary. Changes in v2: - Switch to ALL-$(CONFIG_SYS_THUMB_BUILD) in arch/arm/config.mk (Mike F) - Simplfy checkthumb test after doing the above Signed-off-by: Tom Rini

Re: [U-Boot] [PATCH] net: force PKTALIGN to ARCH_DMA_MINALIGN

2012-03-16 Thread Mike Frysinger
On Thursday 15 March 2012 23:36:34 Eric Nelson wrote: > I do see a potential problem with eth.c iff CONFIG_API is set, but I'm > unfamiliar with this API. It appears to me that this declaration > needs to be aligned, with or without the PKTALIGN change or it won't be > usable with DMA since PKTSIZE

Re: [U-Boot] [PATCH 2/2] Makefile: Add a 'checkthumb' rule

2012-03-16 Thread Mike Frysinger
On Friday 16 March 2012 11:27:48 Tom Rini wrote: > --- a/Makefile > +++ b/Makefile > > # Explicitly make _depend in subdirs containing multiple targets to > prevent # parallel sub-makes creating .depend files simultaneously. > -depend dep: $(TIMESTAMP_FILE) $(VERSION_FILE) \ > +depend dep: chec

Re: [U-Boot] [PATCH V2] BOOT: Add RAW ramdisk support to bootz

2012-03-16 Thread Rob Herring
On 03/16/2012 09:02 AM, Marek Vasut wrote: > This patch allows loading RAW ramdisk via bootz command. The raw ramdisk is > loaded only in case it's size is specified: > > bootz : > > For example: > > bootz 0x4200 0x4300:0x12345 0x4400 > > Signed-off-by: Marek Vasut > Cc: Tom

[U-Boot] [PATCH] sh: Fix building ecovec board

2012-03-16 Thread Phil Edworthy
Build error was with board/renesas/ecovec/lowlevel_init.S include/version.h: Assembler messages: include/version.h:41: Error: unknown opcode lowlevel_init.S:48: Error: unknown opcode lowlevel_init.S:51: Error: unknown opcode etc Signed-off-by: Phil Edworthy --- board/renesas/ecovec/Makefile |

[U-Boot] [PATCH 2/2] Makefile: Add a 'checkthumb' rule

2012-03-16 Thread Tom Rini
This rule confirms that if we're on ARM and we have enabled THUMB builds that we have a new enough toolchain to produce a working binary. Signed-off-by: Tom Rini --- Makefile | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 11aac21..b7

[U-Boot] [PATCH 1/2] tools, config.mk: Add gcc-version.sh, cc-version test from Linux

2012-03-16 Thread Tom Rini
Added from Linux - commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9 Signed-off-by: Tom Rini --- config.mk|6 +- tools/gcc-version.sh | 32 2 files changed, 37 insertions(+), 1 deletions(-) create mode 100755 tools/gcc-version.sh diff --git

[U-Boot] [PATCH v4] mx6: Read silicon revision from register

2012-03-16 Thread Fabio Estevam
Instead of hardcoding the mx6 silicon revision, read it in run-time. Also, besides the silicon version print the mx6 variant type: quad,dual/solo or solo-lite. Tested on a mx6qsabrelite, where it shows: CPU: Freescale i.MX6Q rev1.0 at 792 MHz Signed-off-by: Fabio Estevam --- Changes since

Re: [U-Boot] [PATCH v4 0/6] Enable Thumb build for ARM platforms

2012-03-16 Thread Tom Rini
On Fri, Mar 16, 2012 at 12:48 AM, Sricharan R wrote: > Tom, > > >> > > > Is an #error in a common omap4/5 file sufficient or does it need >> to be >> > > > sooner than that? >> > > >> > > If it can be tested there, it can probably also tested before we >> start >> > > building at all? >> > >> > I

Re: [U-Boot] execution of standalone hello_world not happening

2012-03-16 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Haneef Mohamed, > > In message <1331890796.4546.yahoomail...@web193301.mail.sg3.yahoo.com> you wrote: > > After using u-boot command "loadb" to load hello_world.bin file > > (provided by u-boot) at address 0x00208000, I used go 208000 > > > > but it is not executing.

[U-Boot] [PATCH V2] BOOT: Add RAW ramdisk support to bootz

2012-03-16 Thread Marek Vasut
This patch allows loading RAW ramdisk via bootz command. The raw ramdisk is loaded only in case it's size is specified: bootz : For example: bootz 0x4200 0x4300:0x12345 0x4400 Signed-off-by: Marek Vasut Cc: Tom Warren Cc: albert.u.b...@aribaud.net Cc: aflem...@gmail.com, Cc:

[U-Boot] [PATCH] i.MX28: Drop __naked function from spl_mem_init

2012-03-16 Thread Marek Vasut
Instead of compiling the function and using the result as a constant, simply use the constant. Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Tom Rini --- arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c | 10 +++--- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/arch/arm/cpu

[U-Boot] execution of standalone hello_world not happening

2012-03-16 Thread Haneef Mohamed
Hi, After using u-boot command "loadb" to load hello_world.bin file (provided by u-boot) at address 0x00208000, I used go 208000 but it is not executing. please would you let me know what went wrong? Thanks, Haneef ___ U-Boot mailing list U-Boo

[U-Boot] execution of standalone hello_world not happening

2012-03-16 Thread Haneef Mohamed
Hi, After using u-boot command "loadb" to load hello_world.bin file (provided by u-boot) at address 0x00208000, I used go 208000 but it is not executing. please would you let me know what went wrong? Thanks, Haneef ___ U-Boot mailing list U-Boot

Re: [U-Boot] execution of standalone hello_world not happening

2012-03-16 Thread Wolfgang Denk
Dear Haneef Mohamed, In message <1331890796.4546.yahoomail...@web193301.mail.sg3.yahoo.com> you wrote: > > After using u-boot command "loadb" to load hello_world.bin file > (provided by u-boot) at address 0x00208000, I used go 208000 > > but it is not executing. please would you let me know wha

Re: [U-Boot] [PATCH] BOOT: Add RAW ramdisk support to bootz

2012-03-16 Thread Wolfgang Denk
Dear Marek Vasut, In message <201203160945.40467.ma...@denx.de> you wrote: > > > - You add code size even for systems which don't enable "bootz" > > support. > > This is a good point, do you agree to introduce CONFIG_SUPPORT_RAW_RAMDISK to > enable this feature? Fine with me - please also do

[U-Boot] POLL: DEVELOPER's MEETING

2012-03-16 Thread Wolfgang Denk
Hello, thanks for all the feedback regarding a U-Boot Developer's Meeting. As I lost track of who said what, I have set up a poll at Doodle. The link to this poll is: http://www.doodle.com/6b9n3g4mnui73yai Share this link with all those who should cast their votes. Do not forget to cast

Re: [U-Boot] DEVELOPER's MEETING

2012-03-16 Thread Wolfgang Denk
Dear Marek, In message <201203160345.30092.ma...@denx.de> you wrote: > > Count me in, I never was in geneva and I'd like to see it. Besides, your > choice > of beer never failed me ;-) OK, I'm losing track of who said what. I'll set up a formal poll... Best regards, Wolfgang Denk -- DENX

[U-Boot] A question about mpc85xx tlb1

2012-03-16 Thread 徐阳
Dear list, In u-boot-2011.12/arch/powerpc/cpu/mpc85xx/cpu_init_early.c , line 151 void cpu_init_early_f(void) { ... invalidate_tlb(1); ... } The tlb1 has beening invalidated int the line 151, but I don't know when it was validated again. It makes me feel very confused, please help me. Best

[U-Boot] [PATCH] README: supported boards are in boards.cfg, not Makefile

2012-03-16 Thread Michael Jones
Signed-off-by: Michael Jones --- README |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index 8964672..a6a91be 100644 --- a/README +++ b/README @@ -3421,7 +3421,7 @@ is done by typing: make NAME_config where "NAME_config" is the name of

Re: [U-Boot] [PATCH v8] usb: align buffers at cacheline

2012-03-16 Thread Marek Vasut
Dear Puneet Saxena, I hope you found the rebased patch I attached useful. > Hi Marek, > I need to remove the changes in ehci_hcd.c as per Mike's comment and > adapt my patch for git://git.denx.de/u-boot-usb.git master branch. > So will be sending next patch with the above changes, shortly. Let m

Re: [U-Boot] [PATCH] BOOT: Add RAW ramdisk support to bootz

2012-03-16 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <1331857196-29512-1-git-send-email-ma...@denx.de> you wrote: > > This patch allows loading RAW ramdisk via bootz command. The raw ramdisk > > is > > > > loaded only in case it's size is specified: > > bootz : > > > > For example: > >

Re: [U-Boot] [PATCH v4 0/6] Enable Thumb build for ARM platforms

2012-03-16 Thread Sricharan R
Tom, > > > > Is an #error in a common omap4/5 file sufficient or does it need > to be > > > > sooner than that? > > > > > > If it can be tested there, it can probably also tested before we > start > > > building at all? > > > > I suspect no just because the kernel does this in > > > > I take it

Re: [U-Boot] [PATCH v3] kirkwood: add support for Cloud Engines Pogoplug E02

2012-03-16 Thread Wolfgang Denk
Dear "David C. Purdy", In message you wrote: > This patch adds support for Cloud Engines Pogoplug E02. > > Information regarding the CE Pogoplug E02 board can be found at: > http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray > > Signed-off-by: David Purdy > Cc: prafu...@marvell.com >

Re: [U-Boot] [PATCH v8] usb: align buffers at cacheline

2012-03-16 Thread puneets
Hi Marek, I need to remove the changes in ehci_hcd.c as per Mike's comment and adapt my patch for git://git.denx.de/u-boot-usb.git master branch. So will be sending next patch with the above changes, shortly. With this resultant patch we see warnings for few start address warnings(related to e

Re: [U-Boot] [PATCH] add new board nas62x0

2012-03-16 Thread Wolfgang Denk
Dear Luka Perkov, In message <20120315235958.GA16846@w500.iskon.local> you wrote: > > Add support for new boards RaidSonic ICY BOX NAS6210 and NAS6220 boards. BTW: Please use git-format-patch to create the patches, or at least make sure we get a statistics which files were changed / added. Fo

Re: [U-Boot] [PATCH] BOOT: Add RAW ramdisk support to bootz

2012-03-16 Thread Wolfgang Denk
Dear Marek Vasut, In message <1331857196-29512-1-git-send-email-ma...@denx.de> you wrote: > This patch allows loading RAW ramdisk via bootz command. The raw ramdisk is > loaded only in case it's size is specified: > > bootz : > > For example: > > bootz 0x4200 0x4300:0x12345 0x4400

Re: [U-Boot] [PATCH v4 0/6] Enable Thumb build for ARM platforms

2012-03-16 Thread Wolfgang Denk
Dear Tom Rini, In message <20120315222118.GC6855@bill-the-cat> you wrote: > > > > If it can be tested there, it can probably also tested before we start > > > building at all? > > > > I suspect no just because the kernel does this in > > > > I take it back, we can do that if we bring in the arc

Re: [U-Boot] [PATCH V6] BOOT: Add "bootz" command to boot Linux zImage on ARM

2012-03-16 Thread Wolfgang Denk
Dear Rob Herring, In message <4f626711.8030...@gmail.com> you wrote: > > Turns out there is already a filesize variable that gets set on file > load commands. > > And RTFM didn't help as that one is not documented... ;) Are you sure? I'm pretty sure I can see it in the section of the manual tha

Re: [U-Boot] [PATCH] add new board nas62x0

2012-03-16 Thread Wolfgang Denk
Dear Luka Perkov, In message <20120315235958.GA16846@w500.iskon.local> you wrote: > > Add support for new boards RaidSonic ICY BOX NAS6210 and NAS6220 boards. Checkpatch reports a number of issues: WARNING: please, no space before tabs ERROR: trailing whitespace WARNING: please, no spaces at the

Re: [U-Boot] [PATCH] add new board nas62x0

2012-03-16 Thread Wolfgang Denk
Dear DrEagle, In message <4f62ddef.8000...@doukki.net> you wrote: > > may be it can be also imported in debian-uboot package ? Please do not top post / full quote. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: