[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] Xen on ARM DT based boot protocol



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

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.