[U-Boot] Getting address and size of loadable images through DT

2019-07-05 Thread Rossier Daniel
Dear all, I would like to use a FIT its description with two images (one hypervisor, one Linux kernel). I'm starting the hypervisor with bootm and I would like to retrieve the start address and size of the Linux kernel image in my hypervisor. Ideally, I would like to get that through a dynamical

[U-Boot] [PATCH] ARM: Stalling secondary CPUs when Qemu starts U-boot with more than one CPU

2019-07-04 Thread Rossier Daniel
Dear Maintainers, I would have a patch to integrate in U-boot/board/armltd/vExpress which allows Qemu/vExpress to start U-boot on multiple CPUs. The patch has been generated with tools/patman, but it still claims for warnings and errors I don't understand. This patch is related to the following

[U-Boot] [PATCH] fixing wrong termination of string

2013-07-19 Thread Rossier Daniel
Hi, I discovered a small bug in lib/vsprintf.c which leads to an "Access violation(2)" when I tried to tftp a file, in QEMU. If CONFIG_SYS_VSNPRINTF is set, the str pointer is incremented even if str reached the end of string (str == end) because of ADDCH. This leads to a wrong length of string

Re: [U-Boot] U-boot & x86 & coreboot

2013-07-19 Thread Rossier Daniel
boot/qemu/x86. Great! In a near future, I will also enable saveenv in order to preserve the environment in a flash file. Cheers Daniel > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: mercredi 17 juillet 2013 23:56 > To: R

[U-Boot] FW: U-boot & x86 & coreboot

2013-07-17 Thread Rossier Daniel
Behalf Of Simon Glass Sent: mercredi 17 juillet 2013 17:43 To: Rossier Daniel Cc: u-boot@lists.denx.de<mailto:u-boot@lists.denx.de> Subject: Re: [U-Boot] U-boot & x86 & coreboot Hi Rossier, On Wed, Jul 17, 2013 at 2:29 AM, Rossier Daniel mailto:daniel.ross...@heig-vd.ch>> wr

[U-Boot] FW: U-boot & x86 & coreboot

2013-07-17 Thread Rossier Daniel
Hi Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: mercredi 17 juillet 2013 17:43 > To: Rossier Daniel > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] U-boot & x86 & coreboot > > Hi Rossier

Re: [U-Boot] U-boot & x86 & coreboot

2013-07-17 Thread Rossier Daniel
Basically, should the coreboot-x86_config replace the use of coreboot ? Or, is coreboot still necessary? > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Rossier Daniel > Sent: mercredi 17 juillet 2013 10:29

[U-Boot] U-boot & x86 & coreboot

2013-07-17 Thread Rossier Daniel
Hi, I would like to run U-boot on x86 emulated QEMU-based environment. I found some info regarding coreboot + U-boot integration, using U-boot as payload, etc. but I was unable to start U-boot. I'm using the 32-bits i686-pc-linux-gnu toolchain and I successfully cross-compiled coreboot and star