All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen on ARM DT based boot protocol
@ 2013-05-23 12:39 Stefano Stabellini
  2013-05-23 12:47 ` George Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Stefano Stabellini @ 2013-05-23 12:39 UTC (permalink / raw)
  To: Ian Campbell; +Cc: george.dunlap, andre.przywara, xen-devel

Hi Ian,
Andre was pointing out to me today that the current boot protocol has a
problem:


chosen {
              bootargs = "dom0_mem=128M console=com1,vga";
              xen,dom0-bootargs = "earlyprintk=xenboot console=ttyAMA1 root=/dev/mmcblk0 debug rw init=/bin/bash";
};


because we are using bootargs for Xen arguments, the bootloader cannot
just pass the same two lines to Xen on ARM and to Linux on ARM.
It would make their life easier if we had instead:


chosen {
              xen,xen-bootarg = "dom0_mem=128M console=com1,vga";
              bootargs = "earlyprintk=xenboot console=ttyAMA1 root=/dev/mmcblk0 debug rw init=/bin/bash";
};

Are we still on time to make this change on 4.3?

- Stefano

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-24  8:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 12:39 Xen on ARM DT based boot protocol Stefano Stabellini
2013-05-23 12:47 ` George Dunlap
2013-05-23 13:22 ` Ian Campbell
2013-05-23 14:07 ` David Vrabel
2013-05-23 21:04   ` Stefano Stabellini
2013-05-23 22:27     ` Andre Przywara
2013-05-24  8:31       ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.