]> xenbits.xensource.com Git - people/aperard/linux-arndale.git/commitdiff
dts: xen and dom0 bootargs, hypervisor node.
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 26 Feb 2013 16:33:52 +0000 (16:33 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Tue, 26 Feb 2013 16:46:48 +0000 (16:46 +0000)
arch/arm/boot/dts/exynos5250-arndale.dts

index 8c294cfd05ce86f769ed9a7665019a167cb242db..8a9fe75caf89f4b1d6e5bd7d17fcadc915845404 100644 (file)
        };
 
        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 {