Re: [U-Boot] mkimage unable to assign sign value to fitimage

2019-07-24 Thread deepak kumar Pradhan
Hi, I saw another thread with same issue but unfortunately commented any solution on that too. [U-Boot] Unable to boot the new FIT image https://lists.denx.de/pipermail/u-boot/2014-May/180688.html Basically there are 2 issues that I am facing . 1. Compile u-boot 2018.3 with FIT_SIGNATURE and CONFIG

[U-Boot] mkimage unable to assign sign value to fitimage

2019-07-23 Thread deepak kumar Pradhan
HI , I am using marvell armada 388 clearfog pro device. I am using fitimage to upgrade my device. To make the device bootup secure I want to sign the fitimage and verify the same in u-boot. 1. However I am observing that the mkimage is unable to assign sign value to my fit image. 2. One more issue

Re: [U-Boot] mkimage: fixup CONFIG_FIT_EXTERNAL_OFFSET

2019-01-18 Thread Tom Rini
On Tue, Jan 15, 2019 at 04:34:19PM +0100, Patrick Wildt wrote: > The last parameter is expected to be the imagefile. Since -E is a > flag having the output name before -p will make mkimage ignore the > external offset option. > > Signed-off-by: Patrick Wildt Applied to u-boot/master, thanks!

[U-Boot] mkimage (kwbimage) unmapping more bytes than it maps

2018-08-28 Thread Chris Packham
Hi, Mark and I have been looking at a problem we've been experiencing on our build system. We're running a number of similarly configured makers and seemingly randomly one will fail to build one of our kirkwood based targets (specifically the SBx81LIFXCAT that was recently added) with a segfault

Re: [U-Boot] mkimage: fit_image: Use macros from image.h

2018-07-26 Thread Tom Rini
On Fri, Jul 20, 2018 at 12:31:02PM +0200, Michal Simek wrote: > There is no reason not to use macros which are already defined. > It is also much easier for grepping. > > Signed-off-by: Michal Simek > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Descripti

Re: [U-Boot] mkimage: do not fail if there is no print_header function

2018-04-11 Thread Tom Rini
On Fri, Mar 30, 2018 at 10:28:19AM +0200, Guillaume GARDET wrote: > Commit 253c60a breaks the exit value of 'mkimage -T rkimage' > and print the following error: > mkimage: Can't print header for Rockchip Boot Image support: Success > > It is not a failure to not print headers, so just display

[U-Boot] u-boot mkimage tool generates wrong-endianness header when run on big endian, resulting in unbootable image

2018-01-27 Thread Justin Hibbits
Hi, When trying to build a kernel uIimage for PowerPC, on a PoewrPC host, mkimage generates a header that appears to be in Little-endian, rather than Big-endian, resulting in an unbootable uImage. From a correct build (NetBSD's mkubootimage): : 2705 1956 ae84 7a0b 5a55 38e5 010e d6f8 '.

Re: [U-Boot] mkimage Question

2017-07-18 Thread Wolfgang Denk
Dear Jeff, In message <9CEC332718C5B346927BF91C9F4A66EAC03346@prgmbx01> you wrote: > > New to U-Boot. It came installed with the BSP on a vendor MPC board > to boot vxWorks. I have a requirement to use a checksum when > downloading the vxWorks ELF image. Our development environ is Windows > 7, us

[U-Boot] mkimage Question

2017-07-18 Thread Bittner, Jeff
From: Bittner, Jeff Sent: Thursday, July 13, 2017 10:19 AM To: 'u-boot@lists.denx.de' Subject: mkimage New to U-Boot. It came installed with the BSP on a vendor MPC board to boot vxWorks. I have a requirement to use a checksum when downloading the vxWorks ELF image. Our development environ

[U-Boot] mkimage

2017-07-13 Thread Bittner, Jeff
New to U-Boot. It came installed with the BSP on a vendor MPC board to boot vxWorks. I have a requirement to use a checksum when downloading the vxWorks ELF image. Our development environ is Windows 7, using cross-compiler for target MPC. I have the source for U-Boot and see that mkimage is

Re: [U-Boot] mkimage: fix display of image types list

2017-06-30 Thread Baruch Siach
Hi Tom, On Thu, Jun 29, 2017 at 10:00:55AM -0400, Tom Rini wrote: > On Wed, Jun 28, 2017 at 09:19:43PM +0300, Baruch Siach wrote: > > Since commit 5b9d44df2307f (mkimage: Display a better list of available > > image > > types) mkimage usage text suggest to "use -T to see a list of available > >

Re: [U-Boot] mkimage: fix display of image types list

2017-06-29 Thread Tom Rini
On Wed, Jun 28, 2017 at 09:19:43PM +0300, Baruch Siach wrote: > Since commit 5b9d44df2307f (mkimage: Display a better list of available image > types) mkimage usage text suggest to "use -T to see a list of available image > types". Unfortunately, commit 02221f29deb8 (mkimage: Convert to use getopt

Re: [U-Boot] mkimage: Add support for signing with pkcs11

2017-01-15 Thread Tom Rini
On Fri, Jan 06, 2017 at 01:14:17PM -0600, George McCollister wrote: > Add support for signing with the pkcs11 engine. This allows FIT images > to be signed with keys securely stored on a smartcard, hardware security > module, etc without exposing the keys. > > Support for other engines can be add

[U-Boot] mkimage for ls1021a-twr.dtb

2017-01-03 Thread zvivered
Hello, I'm compiling vanilla 4.1.13 for ls1021a with gcc created with crosstool-ng Upon kernel build completion I got the file: ls1021a-twr.dtb Then I ran: mkimage -A arm -O Linux -C none -T kernel -n 3.14.4 -d ls1021a-twr.dtb uImage.dtb using tftp I downloaded: uImage -> 0x8300 uRamdisk ->

Re: [U-Boot] mkimage: Allow including a ramdisk in FIT auto mode

2016-11-06 Thread Tom Rini
On Fri, Nov 04, 2016 at 02:22:15PM +0100, Tomeu Vizoso wrote: > Adds -i option that allows specifying a ramdisk file to be added to the > FIT image when we are using the automatic FIT mode (no ITS file). > > This makes adding Depthcharge support to LAVA much more convenient, as > no additional co

Re: [U-Boot] mkimage: fix missing break for -p switch

2016-07-16 Thread Tom Rini
On Mon, Jul 11, 2016 at 10:54:26PM -0700, Teddy Reed wrote: > Signed-off-by: Teddy Reed > Reported-by: Coverity (CID: 150277) > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot

[U-Boot] U-Boot mkimage does not support option -K,-k

2016-07-12 Thread leo tao
Hello Jagan, I just realize the uboot tool mkimage i have is "mkimage version 2013.10", which does not support "-K,-k" and other options. Thus the command failed to run: $ mkimage –D “${DTC_OPS}” –f rsa.its –K zynq-zed-pubkey.dtb –k mykeys –r rsa_signed.img How can I get the latest mkimage whic

Re: [U-Boot] mkimage can't read .tmp

2016-07-06 Thread Simon Glass
Hi Tom, On 30 June 2016 at 09:46, Simon Glass wrote: > > Hi Tom, > > On 27 June 2016 at 23:50, Tom Van Deun wrote: > > Hello all > > > > I have been trying to create a FIT image using mkimage using the command: > > > > mkimage -D "-I dts -O dtb -p 2000" -f name.its name.fit > > > > The output is

Re: [U-Boot] mkimage can't read .tmp

2016-06-30 Thread Simon Glass
Hi Tom, On 27 June 2016 at 23:50, Tom Van Deun wrote: > Hello all > > I have been trying to create a FIT image using mkimage using the command: > > mkimage -D "-I dts -O dtb -p 2000" -f name.its name.fit > > The output is: > > DTC: dts->dtb on file "name.its" > mkimage: Can't read name.fit.tmp:

[U-Boot] mkimage can't read .tmp

2016-06-29 Thread Tom Van Deun
Hello all I have been trying to create a FIT image using mkimage using the command: mkimage -D "-I dts -O dtb -p 2000" -f name.its name.fit The output is: DTC: dts->dtb on file "name.its" mkimage: Can't read name.fit.tmp: Invalid argument mkimage Can't add hashes to FIT blob No matter what I

[U-Boot] mkimage: spl address computation seems weird in PBL

2016-05-06 Thread Vincent
The behavior of the global variable "pbl_cmd_initaddr" seems wrong, and prevent to use some address depending on the size of the SPL. This is maybe due to some alignment constraints but I didn't find any documentation that would explain it. The variable is initialized like this: 288

Re: [U-Boot] mkimage: fix argument parsing on BSD systems

2016-05-03 Thread Michal Simek
Hi Tom, 2016-05-03 1:32 GMT+02:00 Tom Rini : > On Sun, May 01, 2016 at 03:01:27AM +0200, Andreas Bießmann wrote: > > > The getopt(3) optstring '-' is a GNU extension which is not available on > BSD > > systems like OS X. > > > > Remove this dependency by implementing argument parsing in another w

Re: [U-Boot] mkimage: fix argument parsing on BSD systems

2016-05-02 Thread Tom Rini
On Sun, May 01, 2016 at 03:01:27AM +0200, Andreas Bießmann wrote: > The getopt(3) optstring '-' is a GNU extension which is not available on BSD > systems like OS X. > > Remove this dependency by implementing argument parsing in another way. This > will also change the lately introduced '-b' swit

[U-Boot] mkimage needs fitImage

2016-04-28 Thread shr ch
Hi, For adding public keys to uboot dtb the mkimage step is mkimage -D "-I dts -O dtb -p 2000" -F -k keys -K u-boot.dtb -r fitImage It resigns fitImage and adds public key to uboot dtb but why do we need fitImage for adding public keys to uboot dtb ? can't this be two different steps ? there is

Re: [U-Boot] mkimage : Fix generating multi and script images

2015-12-06 Thread Tom Rini
On Fri, Dec 04, 2015 at 12:11:23AM +0200, Philippe De Swert wrote: > Seems 92a655c3 broke creating multi and script type images. > Since the file1:file2:file3 string does not get split up, > it fails on trying to open an non-existing file. > > mkimage -A arm -O linux -T multi -C none -d zImage:s

Re: [U-Boot] mkimage: mxs (mx23_olinuxino) build regression

2015-09-02 Thread Robert Nelson
On Wed, Sep 2, 2015 at 3:52 PM, Otavio Salvador wrote: > On Wed, Sep 2, 2015 at 4:48 PM, Robert Nelson wrote: >> I've just finished bisecting a build error for the mx23_olinuxino platform. >> >> git bisect points to: >> >> http://git.denx.de/?p=u-boot.git;a=commit;h=92a655c326b22de58dcd5371ca1a62

Re: [U-Boot] mkimage: mxs (mx23_olinuxino) build regression

2015-09-02 Thread Otavio Salvador
On Wed, Sep 2, 2015 at 4:48 PM, Robert Nelson wrote: > I've just finished bisecting a build error for the mx23_olinuxino platform. > > git bisect points to: > > http://git.denx.de/?p=u-boot.git;a=commit;h=92a655c326b22de58dcd5371ca1a62fdc57f8e04 I think it has been fixed and merged today in maste

[U-Boot] mkimage: mxs (mx23_olinuxino) build regression

2015-09-02 Thread Robert Nelson
Hi Simon, I've just finished bisecting a build error for the mx23_olinuxino platform. git bisect points to: http://git.denx.de/?p=u-boot.git;a=commit;h=92a655c326b22de58dcd5371ca1a62fdc57f8e04 to build: make ARCH=arm CROSS_COMPILE=${CC} distclean make ARCH=arm CROSS_COMPILE=${CC} mx23_olinuxin

Re: [U-Boot] mkimage and load addresses beyond 4 Gb

2014-11-04 Thread Simon Glass
Hi, On 4 November 2014 12:55, Wolfgang Denk wrote: > > Dear John, > > In message > you > wrote: > > > > At present, the load address and entry point are both "unsigned int". I'm > > porting to aarch64, and will run the SPL at 0x803100. mkimage > > truncates this to 0x3100. Are there

Re: [U-Boot] mkimage and load addresses beyond 4 Gb

2014-11-04 Thread Wolfgang Denk
Dear John, In message you wrote: > > At present, the load address and entry point are both "unsigned int". I'm > porting to aarch64, and will run the SPL at 0x803100. mkimage > truncates this to 0x3100. Are there any plans to support a load > address and entry point larger than 32 b

[U-Boot] mkimage and load addresses beyond 4 Gb

2014-11-04 Thread John Jacques
At present, the load address and entry point are both "unsigned int". I'm porting to aarch64, and will run the SPL at 0x803100. mkimage truncates this to 0x3100. Are there any plans to support a load address and entry point larger than 32 bits? ___

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread Fabio Estevam
On Wed, Oct 29, 2014 at 12:34 PM, DaveKucharczyk wrote: > Fabio Estevam-2 wrote >> This command is not correct. You missed the bs=512 part. >> >> It should be: >> >> dd if=u-boot.imx of=/dev/sdX bs=512 seek=2; sync > > Sorry, I forgot the block size in my original email. Yes, I do include > bs=512

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread Stefano Babic
Hi Dave, On 29/10/2014 14:52, DaveKucharczyk wrote: > I was able to build using V=1 and noticed the entry point, > CONFIG_SYS_TEXT_BASE, wasn't defined in include/configs/mx53_xxx.h file. We > previously had it defined in /board/freescale/mx53_xxx/config.mk. Now > everything builds without error.

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread DaveKucharczyk
Fabio Estevam-2 wrote > This command is not correct. You missed the bs=512 part. > > It should be: > > dd if=u-boot.imx of=/dev/sdX bs=512 seek=2; sync Sorry, I forgot the block size in my original email. Yes, I do include bs=512. That is not the problem. I'm going through all the README's aga

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread Fabio Estevam
On Wed, Oct 29, 2014 at 11:52 AM, DaveKucharczyk wrote: > I’ve triple checked the pads and flash header. I dd the resulting, > non-padded, u-boot.imx image to sd card by “dd if=u-boot.imx of=/dev/sdd > seek=2 && sync”, but I get no life. This command is not correct. You missed the bs=512 part.

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread DaveKucharczyk
Simon, thank you for your help. Simon Glass-3 wrote > BTW best not to have this in your sig when sending to a public mailing > list. I have no control of over my company's email signature so I switched my subscription to use gmail. Simon Glass-3 wrote > There are only 3 places in mkimage.c which

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-27 Thread Simon Glass
Hi David, On 27 October 2014 12:18, Kucharczyk, David wrote: > Hi, I am in the middle of upgrading u-boot-2009.08 to u-boot-2014.07. Our > resident u-boot expert is on vacation and I'm running into some issues. After > working through a ton of compile errors I think I'm getting close. > > Our s

[U-Boot] MKIMAGE u-boot.imx build error

2014-10-27 Thread Kucharczyk, David
Hi, I am in the middle of upgrading u-boot-2009.08 to u-boot-2014.07. Our resident u-boot expert is on vacation and I'm running into some issues. After working through a ton of compile errors I think I'm getting close. Our system is based on the Freescale iMX53. I am able to build and run on a

Re: [U-Boot] mkimage: path behavior for FIT images

2014-05-26 Thread Simon Glass
On 26 May 2014 17:26, Simon Glass wrote: [snip[ >> I just wanted to know, if it was a desired behavior. Can it be the dtc >> is invoked from "board/" and this is the cause of such behavior? > > Yes, it uses the current directly as the base. Sorry, I meant directory. - Simon

Re: [U-Boot] mkimage: path behavior for FIT images

2014-05-26 Thread Simon Glass
Hi Yegor, On 25 May 2014 23:41, Yegor Yefremov wrote: > Hi Simon, > > On Sat, May 24, 2014 at 3:58 AM, Simon Glass wrote: >> Hi Yegor, >> >> On 20 May 2014 20:59, Yegor Yefremov wrote: >>> I have following folder structure: >>> >>> board/kernel_fdt.its >>> output/images/zImage >>> >>> The kerne

Re: [U-Boot] mkimage: path behavior for FIT images

2014-05-26 Thread Yegor Yefremov
Hi Simon, On Sat, May 24, 2014 at 3:58 AM, Simon Glass wrote: > Hi Yegor, > > On 20 May 2014 20:59, Yegor Yefremov wrote: >> I have following folder structure: >> >> board/kernel_fdt.its >> output/images/zImage >> >> The kernel.its has following path for the zImage: >> >> data = /incbin/("output

Re: [U-Boot] mkimage: path behavior for FIT images

2014-05-23 Thread Simon Glass
Hi Yegor, On 20 May 2014 20:59, Yegor Yefremov wrote: > I have following folder structure: > > board/kernel_fdt.its > output/images/zImage > > The kernel.its has following path for the zImage: > > data = /incbin/("output/images/zImage"); > > When I invoke mkimage like this, it complains, that > "

[U-Boot] mkimage: path behavior for FIT images

2014-05-21 Thread Yegor Yefremov
I have following folder structure: board/kernel_fdt.its output/images/zImage The kernel.its has following path for the zImage: data = /incbin/("output/images/zImage"); When I invoke mkimage like this, it complains, that "output/images/zImage" doesn't exist: mkimage -f board/kernel_fdt.its outp

Re: [U-Boot] 答复: [U-boot] mkimage -F parameter

2013-02-03 Thread Simon Glass
tion. Regards, Simon > > Best wishes, > > -邮件原件- > 发件人: s...@google.com [mailto:s...@google.com] 代表 Simon Glass > 发送时间: 2013年2月1日 22:25 > 收件人: Tiger Liu > 抄送: u-boot@lists.denx.de > 主题: Re: [U-Boot] [U-boot] mkimage -F parameter > > Hi Tiger, > > On Thu

[U-Boot] 答复: [U-boot] mkimage -F parameter

2013-02-03 Thread TigerLiu
表 Simon Glass 发送时间: 2013年2月1日 22:25 收件人: Tiger Liu 抄送: u-boot@lists.denx.de 主题: Re: [U-Boot] [U-boot] mkimage -F parameter Hi Tiger, On Thu, Jan 31, 2013 at 3:36 AM, wrote: > Hi, experts: > > It seems mkimage has supported signing a image. This code is not yet merged, as you have d

Re: [U-Boot] [U-boot] mkimage -F parameter

2013-02-01 Thread Simon Glass
Hi Tiger, On Thu, Jan 31, 2013 at 3:36 AM, wrote: > Hi, experts: > > It seems mkimage has supported signing a image. This code is not yet merged, as you have discovered. > > So, I have a question about signed linux kernel image: > > 1. if kernel image is signed by mkimage tool. > > Could

Re: [U-Boot] [U-boot] mkimage -F parameter

2013-01-31 Thread TigerLiu
-boun...@lists.denx.de] 代表 Wolfgang Denk 发送时间: 2013年1月31日 21:55 收件人: Tiger Liu 抄送: u-boot@lists.denx.de 主题: Re: [U-Boot] [U-boot] mkimage -F parameter Dear tiger...@viatech.com.cn, In message you wrote: > > It seems mkimage has supported signing a image. Does it? The mainline code does no

Re: [U-Boot] [U-boot] mkimage -F parameter

2013-01-31 Thread Wolfgang Denk
Dear tiger...@viatech.com.cn, In message you wrote: > > It seems mkimage has supported signing a image. Does it? The mainline code does not know any '-F' option... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office

[U-Boot] [U-boot] mkimage -F parameter

2013-01-31 Thread TigerLiu
Hi, experts: It seems mkimage has supported signing a image. So, I have a question about signed linux kernel image: 1. if kernel image is signed by mkimage tool. Could uboot verify this signed linux kernel image bf jumping to its entry point function? 2. if uboot could verify the s

[U-Boot] mkimage on Cygwin

2012-09-20 Thread Yuriy Dragunov
Hi, I recently tried to get mkimage compiling on Cygwin and was successful with a fresh git clone and with 'make tools' on the command line, except that I had to modify config.mk to not include the -ansi flag for Cygwin (line 75 in my config.mk). I don't know why this line is included, since -ansi

Re: [U-Boot] mkimage -a -e ; could address1 and address2 be the same?

2011-01-19 Thread Wolfgang Denk
Dear Fabio Giovagnini, In message <201101191135.58566.fabio.giovagn...@aurion-tech.com> you wrote: > Thanks Depending on the actual system behaviour this may or may not be ok. For example, nearly all PowerArchitecture systems use address1=0 and address2=0. Best regards, Wolfgang Denk -- DENX

[U-Boot] mkimage -a -e ; could address1 and address2 be the same?

2011-01-19 Thread Fabio Giovagnini
Thanks -- Ing. Fabio Giovagnini Aurion s.r.l. P.I e C.F. 00885711200 skype: aurion.giovagnini Tel. +39.051.594.78.24 Fax. +39.051.082.14.49 Cell. +39.335.83.50.919 www.aurion-tech.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

Re: [U-Boot] mkimage and XIP vs entry point

2010-01-19 Thread Ken MacLeod
Re. XIP, we recently did some boot time optimizations and found that if we loaded the uncompressed kernel-only uImage to RAM (diskboot) with the load address in the uImage the same as the load address given to diskboot and the execute addres at +64 then we shaved off 0.15 seconds by letting the ker

Re: [U-Boot] mkimage and XIP vs entry point

2010-01-19 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201001190415.22075.vap...@gentoo.org> you wrote: > ... > > not been much used on other platforms or even more recent kernels > > than the 2.4.4 version we've been using by then (for details please > > see http://www.denx.de/wiki/view/DULG/ConfigureLinuxForXIP) > >

Re: [U-Boot] mkimage and XIP vs entry point

2010-01-19 Thread Mike Frysinger
On Tuesday 19 January 2010 03:55:15 Wolfgang Denk wrote: > Mike Frysinger wrote: > > the current mkimage requires XIP images to have their entry point set to > > the load address + 64 bytes. my question is simply, why ? why cant the > > entry point be an arbitrary location ? i cant seem to find

Re: [U-Boot] mkimage and XIP vs entry point

2010-01-19 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201001181955.55856.vap...@gentoo.org> you wrote: > > the current mkimage requires XIP images to have their entry point set to the > load address + 64 bytes. my question is simply, why ? why cant the entry > point be an arbitrary location ? i cant seem to find a

[U-Boot] mkimage and XIP vs entry point

2010-01-18 Thread Mike Frysinger
the current mkimage requires XIP images to have their entry point set to the load address + 64 bytes. my question is simply, why ? why cant the entry point be an arbitrary location ? i cant seem to find any technical reason for this restriction. the Blackfin kernel has long been using an ent

Re: [U-Boot] mkimage for ppc

2009-06-08 Thread Josh Boyer
On Mon, Jun 08, 2009 at 10:48:58AM -0500, Hollis Blanchard wrote: >Sorry, was on vacation. Copying a couple mailing lists... > >On Tue, 2009-06-02 at 12:34 +0300, Avi Kivity wrote: >> I am now doing regular build tests on various platforms (kernel only for >> now). > >That's great! Much appreciate

Re: [U-Boot] mkimage for ppc

2009-06-08 Thread Avi Kivity
Hollis Blanchard wrote: >> But ppc wants a mkimage and I don't have one to give it. Where >> can I find it? >> > > mkimage is a tool provided by u-boot > (http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary). IIRC > people have discussed the need to include a copy in the kernel sour

Re: [U-Boot] mkimage for ppc

2009-06-08 Thread Hollis Blanchard
Sorry, was on vacation. Copying a couple mailing lists... On Tue, 2009-06-02 at 12:34 +0300, Avi Kivity wrote: > I am now doing regular build tests on various platforms (kernel only for > now). That's great! Much appreciated. > But ppc wants a mkimage and I don't have one to give it. Where >

Re: [U-Boot] mkimage warning: ISO C99 requires ...

2008-12-09 Thread Wolfgang Denk
Dear Bartek, in message <[EMAIL PROTECTED]> I wrote: > > compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the > following warnigns from mkimage.[ch]: > > In file included from image.c:71: > mkimage.h:41:23: warning: ISO C does not permit named variadic macros > image.c:2422:54: wa

[U-Boot] mkimage warning: ISO C99 requires ...

2008-11-24 Thread Wolfgang Denk
Dear Bartek, compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the following warnigns from mkimage.[ch]: In file included from image.c:71: mkimage.h:41:23: warning: ISO C does not permit named variadic macros image.c:2422:54: warning: ISO C99 requires rest arguments to be used image

Re: [U-Boot] mkimage for fit in 1.3.4?

2008-08-08 Thread ksi
On Fri, 8 Aug 2008, Kumar Gala wrote: > does mkimage in the current 1.3.4-rc2 tree work for FIT w/o any > patches? If not can we fix that since dtc 1.2.0 is out? It doesn't. I was going to ask but you beat me :) It would be very nice to have it fixed before 1.3.5. === Cut === TFTP side : -

[U-Boot] mkimage for fit in 1.3.4?

2008-08-08 Thread Kumar Gala
does mkimage in the current 1.3.4-rc2 tree work for FIT w/o any patches? If not can we fix that since dtc 1.2.0 is out? - k ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot