diff for duplicates of <5226F2B3.10606@linaro.org> diff --git a/a/1.txt b/N1/1.txt index a915259..eacb5bd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -91,13 +91,13 @@ DTB, actually in a pretty generic way. >> /chosen { >> #size-cells = <0x1>; >> #address-cells = <0x1>; ->> module at 0 { +>> module@0 { >> compatible = "xen,linux-zimage", "xen,multiboot-module", >> "boot,module"; >> reg = <0x80000000 0x003dcff8>; >> bootargs = "console=hvc0 earlyprintk ro root=/dev/sda1 nosmp"; >> }; ->> module at 1 { +>> module@1 { >> compatible = "xen,linux-initrd", "xen,multiboot-module", >> "boot,module"; >> reg = <0x08000000 0x00123456>; @@ -116,10 +116,10 @@ don't have an un-flattened tree available. Generating is also part of libfdt, in fact this whole subtree above has been generated on the command line of a stock Calxeda U-Boot: -dom0kernel=fdt addr ${fdt_addr}; fdt resize; fdt mknod /chosen module at 0; -fdt set /chosen/module at 0 compatible "xen,linux-zimage" -"xen,multiboot-module" "boot,module"; fdt set /chosen/module at 0 reg -<${dom0_addr_r} 0x${filesize}>; fdt set /chosen/module at 0 bootargs +dom0kernel=fdt addr ${fdt_addr}; fdt resize; fdt mknod /chosen module@0; +fdt set /chosen/module@0 compatible "xen,linux-zimage" +"xen,multiboot-module" "boot,module"; fdt set /chosen/module@0 reg +<${dom0_addr_r} 0x${filesize}>; fdt set /chosen/module@0 bootargs "console=hvc0 earlyprintk ro root=/dev/sda1 nosmp" With this you load the Dom0 kernel (via TFTP or ext2load) and do "run diff --git a/a/content_digest b/N1/content_digest index 145f590..228e68e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,16 @@ "ref\052260608.2030202@linaro.org\0" "ref\0CAL_JsqK9PjpScRO8561PhcyKkxhuL4pgMTCh2-UG_ubybJTcCw@mail.gmail.com\0" - "From\0andre.przywara@linaro.org (Andre Przywara)\0" - "Subject\0[PROPOSAL] ARM/FDT: passing multiple binaries to a kernel\0" + "ref\0CAL_JsqK9PjpScRO8561PhcyKkxhuL4pgMTCh2-UG_ubybJTcCw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" + "From\0Andre Przywara <andre.przywara-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PROPOSAL] ARM/FDT: passing multiple binaries to a kernel\0" "Date\0Wed, 04 Sep 2013 10:43:31 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" + boot-architecture-cunTk1MwBs8s++Sfvej+rw@public.gmane.org + Ian Campbell <Ian.Campbell-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org> + Julien Grall <julien.grall-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + xen-devel-GuqFBffKawuEi8DpZVb4nw@public.gmane.org <xen-devel-GuqFBffKawuEi8DpZVb4nw@public.gmane.org> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0" "\00:1\0" "b\0" "On 09/04/2013 12:00 AM, Rob Herring wrote:\n" @@ -99,13 +106,13 @@ ">> /chosen {\n" ">> #size-cells = <0x1>;\n" ">> #address-cells = <0x1>;\n" - ">> module at 0 {\n" + ">> module@0 {\n" ">> compatible = \"xen,linux-zimage\", \"xen,multiboot-module\",\n" ">> \"boot,module\";\n" ">> reg = <0x80000000 0x003dcff8>;\n" ">> bootargs = \"console=hvc0 earlyprintk ro root=/dev/sda1 nosmp\";\n" ">> };\n" - ">> module at 1 {\n" + ">> module@1 {\n" ">> compatible = \"xen,linux-initrd\", \"xen,multiboot-module\",\n" ">> \"boot,module\";\n" ">> reg = <0x08000000 0x00123456>;\n" @@ -124,10 +131,10 @@ "\n" "Generating is also part of libfdt, in fact this whole subtree above has \n" "been generated on the command line of a stock Calxeda U-Boot:\n" - "dom0kernel=fdt addr ${fdt_addr}; fdt resize; fdt mknod /chosen module at 0; \n" - "fdt set /chosen/module at 0 compatible \"xen,linux-zimage\" \n" - "\"xen,multiboot-module\" \"boot,module\"; fdt set /chosen/module at 0 reg \n" - "<${dom0_addr_r} 0x${filesize}>; fdt set /chosen/module at 0 bootargs \n" + "dom0kernel=fdt addr ${fdt_addr}; fdt resize; fdt mknod /chosen module@0; \n" + "fdt set /chosen/module@0 compatible \"xen,linux-zimage\" \n" + "\"xen,multiboot-module\" \"boot,module\"; fdt set /chosen/module@0 reg \n" + "<${dom0_addr_r} 0x${filesize}>; fdt set /chosen/module@0 bootargs \n" "\"console=hvc0 earlyprintk ro root=/dev/sda1 nosmp\"\n" "\n" "With this you load the Dom0 kernel (via TFTP or ext2load) and do \"run \n" @@ -154,4 +161,4 @@ "Regards,\n" Andre. -784e7e6104ce46c53030b0291e6b2f16ed0a22b09b0d42d7a189ec9677228ab8 +771cf6eafcfa5fa3e7c7a857f1d3660095c2e90382aa985cde567a597a0a05fb
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.