};
chosen {
- bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
+ /* earlyprintk=serial,ttySAC2,115200*/
+ /*bootargs = "earlyprintk=serial,ttySAC2,115200 console=ttySAC2,115200n8 debug";*/
+ /*bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";*/
+ /* sync_console dom0_mem=256M console=none|dbgp*/
+ bootargs = "dom0_mem=256M sync_console console=dbgp";
+ /* earlyprintk=xenboot console=ttyS2,115200*/
+ /* earlyprintk=serial,ttySAC2,115200 */
+ /* earlyprintk=xenboot console=hvc0,115200n8 */
+ xen,dom0-bootargs = "console=hvc0,115200n8 debug root=/dev/mmcblk1 rw rootwait init=/bin/bash "; /*root=/dev/mmcblk0p4 */
+ modules {
+ module@0 {
+ compatible = "xen,linux-zimage", "xen,multiboot-module";
+ reg = <0x40007000 0x400000>;
+ };
+ };
+ };
+
+ hypervisor {
+ compatible = "xen,xen-4.2", "xen,xen";
+ reg = <0xb0000000 0x20000>;
+ interrupts = <1 15 0xf08>;
};
i2c@12C60000 {