Re: Fail to boot qemu xlnx-zcu102 due to lot of drivers not probing

2021-01-22 Thread Edgar E. Iglesias
On Fri, Jan 22, 2021 at 10:52:18AM +0100, Michal Simek wrote: > Hi, > > On 1/22/21 10:24 AM, Corentin Labbe wrote: > > Hello > > > > With at least qemu 5.1.0 (and later), the xlnx-zcu102 machine boot lead to > > a panic due to missing console. > > qemu-system-aarch64 -kernel Image -nographic -ma

Re: [PATCH 1/3] dt: xilinx: zynqmp: Add bindings for PM firmware

2017-08-11 Thread Edgar E. Iglesias
On Fri, Aug 11, 2017 at 02:58:03PM +0200, Michal Simek wrote: > Hi Rob, +Edgar, > > On 10.8.2017 21:10, Rob Herring wrote: > > On Fri, Aug 04, 2017 at 03:45:30PM +0200, Michal Simek wrote: > >> From: Soren Brinkmann > >> > >> Document the DT bindings for the Zynq UltraScale+ PM Firmware. > >> > >

Re: Status of 'cris' architecture support in Linux kernel

2014-09-15 Thread Edgar E. Iglesias
Hi all, On Mon, Sep 15, 2014 at 12:55:14PM -0700, Guenter Roeck wrote: > On Mon, Sep 15, 2014 at 04:52:03PM +0200, Jesper Nilsson wrote: > > Hi Guenter, > > > > Sorry for not answering earlier, like some have said in > > the thread followups, I have been on parental leave for quite some time. > >

Re: [Qemu-devel] Commit 34b9c07a3 (microblaze: Disable stack protection from bootloader) causing qemu crash

2014-02-07 Thread Edgar E. Iglesias
ves the problem. > > Is this a qemu bug, a bug in the code, or a bug in my configuration ? > Any idea what I can do about it ? Hi Guenter, Seems to be a typo in the kernel, the following should fix it. Cheers, Edgar ---8<--- From: "Edgar E. Iglesias" Date: Sat, 8 Feb

Re: [PATCH] Use ELF_CORE_EFLAGS for kcore ELF header flags.

2008-02-14 Thread Edgar E. Iglesias
On Wed, Feb 13, 2008 at 08:36:36PM -0500, Yoshinori Sato wrote: > At Tue, 12 Feb 2008 14:34:23 +0100, > Edgar E. Iglesias wrote: > > > > ELF_CORE_EFLAGS is already used by the binfmt_elf coredumper to set correct > > arch specific ELF header flags on coredumps. Use it fo

Re: [PATCH] Use ELF_CORE_EFLAGS for kcore ELF header flags.

2008-02-14 Thread Edgar E. Iglesias
On Wed, Feb 13, 2008 at 04:40:45PM -0800, Andrew Morton wrote: > On Tue, 12 Feb 2008 14:34:23 +0100 > "Edgar E. Iglesias" <[EMAIL PROTECTED]> wrote: > > > ELF_CORE_EFLAGS is already used by the binfmt_elf coredumper to set correct > > arch specific ELF header

[PATCH] Use ELF_CORE_EFLAGS for kcore ELF header flags.

2008-02-12 Thread Edgar E. Iglesias
ELF_CORE_EFLAGS is already used by the binfmt_elf coredumper to set correct arch specific ELF header flags on coredumps. Use it for kcore aswell. This corrects kcore files for the CRIS arch and I beleive it corrects ordinary coredumps for the H8/300. Signed-off-by: Edgar E. Iglesias <[EM