diff for duplicates of <20170831104110.GD15031@leverpostej> diff --git a/a/1.txt b/N1/1.txt index e83c329..7e5e34f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,14 +1,14 @@ On Thu, Aug 31, 2017 at 07:03:11AM +0900, Stafford Horne wrote: -> From: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> +> From: Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org> > > Simple enough to be compatible with simulation environments, > such as verilated systems, QEMU and other targets supporting OpenRISC > SMP. This also supports our base FPGA SoC's if the cpu frequency is > upped to 50Mhz. > -> Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> -> [shorne at gmail.com: Added defconfig] -> Signed-off-by: Stafford Horne <shorne@gmail.com> +> Signed-off-by: Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org> +> [shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org: Added defconfig] +> Signed-off-by: Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > arch/openrisc/boot/dts/simple_smp.dts | 58 ++++++++++++++++++++++++++ > arch/openrisc/configs/simple_smp_defconfig | 66 ++++++++++++++++++++++++++++++ @@ -36,7 +36,7 @@ On Thu, Aug 31, 2017 at 07:03:11AM +0900, Stafford Horne wrote: Any reason this isn't using stdout-path? > + -> + memory at 0 { +> + memory@0 { > + device_type = "memory"; > + reg = <0x00000000 0x02000000>; > + }; @@ -44,12 +44,12 @@ Any reason this isn't using stdout-path? > + cpus { > + #address-cells = <1>; > + #size-cells = <0>; -> + cpu at 0 { +> + cpu@0 { > + compatible = "opencores,or1200-rtlsvn481"; > + reg = <0>; > + clock-frequency = <20000000>; > + }; -> + cpu at 1 { +> + cpu@1 { > + compatible = "opencores,or1200-rtlsvn481"; > + reg = <1>; > + clock-frequency = <20000000>; @@ -68,3 +68,7 @@ This needs a vendor prefix. Thanks, Mark. +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index e5f31dd..9248d16 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,30 @@ "ref\0cover.1504129273.git.shorne@gmail.com\0" "ref\037f0d48de4690694c18be3d32483dafee0730859.1504129273.git.shorne@gmail.com\0" - "From\0Mark Rutland <mark.rutland@arm.com>\0" - "Subject\0[OpenRISC] [PATCH 10/13] openrisc: add simple_smp dts and defconfig for simulators\0" + "ref\037f0d48de4690694c18be3d32483dafee0730859.1504129273.git.shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0" + "Subject\0Re: [PATCH 10/13] openrisc: add simple_smp dts and defconfig for simulators\0" "Date\0Thu, 31 Aug 2017 11:41:10 +0100\0" - "To\0openrisc@lists.librecores.org\0" + "To\0Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" + Openrisc <openrisc-cunTk1MwBs9a3B2Vnqf2dGD2FQJk+8+b@public.gmane.org> + Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Jonas Bonn <jonas-A9uVI2HLR7kOP4wsBPIw7w@public.gmane.org> + Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Thu, Aug 31, 2017 at 07:03:11AM +0900, Stafford Horne wrote:\n" - "> From: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n" + "> From: Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org>\n" "> \n" "> Simple enough to be compatible with simulation environments,\n" "> such as verilated systems, QEMU and other targets supporting OpenRISC\n" "> SMP. This also supports our base FPGA SoC's if the cpu frequency is\n" "> upped to 50Mhz.\n" "> \n" - "> Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n" - "> [shorne at gmail.com: Added defconfig]\n" - "> Signed-off-by: Stafford Horne <shorne@gmail.com>\n" + "> Signed-off-by: Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org>\n" + "> [shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org: Added defconfig]\n" + "> Signed-off-by: Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> ---\n" "> arch/openrisc/boot/dts/simple_smp.dts | 58 ++++++++++++++++++++++++++\n" "> arch/openrisc/configs/simple_smp_defconfig | 66 ++++++++++++++++++++++++++++++\n" @@ -44,7 +52,7 @@ "Any reason this isn't using stdout-path?\n" "\n" "> +\n" - "> +\tmemory at 0 {\n" + "> +\tmemory@0 {\n" "> +\t\tdevice_type = \"memory\";\n" "> +\t\treg = <0x00000000 0x02000000>;\n" "> +\t};\n" @@ -52,12 +60,12 @@ "> +\tcpus {\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" - "> +\t\tcpu at 0 {\n" + "> +\t\tcpu@0 {\n" "> +\t\t\tcompatible = \"opencores,or1200-rtlsvn481\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t\tclock-frequency = <20000000>;\n" "> +\t\t};\n" - "> +\t\tcpu at 1 {\n" + "> +\t\tcpu@1 {\n" "> +\t\t\tcompatible = \"opencores,or1200-rtlsvn481\";\n" "> +\t\t\treg = <1>;\n" "> +\t\t\tclock-frequency = <20000000>;\n" @@ -75,6 +83,10 @@ "This needs a vendor prefix.\n" "\n" "Thanks,\n" - Mark. + "Mark.\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -971e95a0d99f0e95a3c5876886f2c00e0b5b09284076efafbf6c8ac896bfc023 +5956f789b7499cbec7c1b9f1f5dbdceaacfb565a8e9431bad349d4b03743a596
diff --git a/a/1.txt b/N2/1.txt index e83c329..a53e690 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -7,7 +7,7 @@ On Thu, Aug 31, 2017 at 07:03:11AM +0900, Stafford Horne wrote: > upped to 50Mhz. > > Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> -> [shorne at gmail.com: Added defconfig] +> [shorne@gmail.com: Added defconfig] > Signed-off-by: Stafford Horne <shorne@gmail.com> > --- > arch/openrisc/boot/dts/simple_smp.dts | 58 ++++++++++++++++++++++++++ @@ -36,7 +36,7 @@ On Thu, Aug 31, 2017 at 07:03:11AM +0900, Stafford Horne wrote: Any reason this isn't using stdout-path? > + -> + memory at 0 { +> + memory@0 { > + device_type = "memory"; > + reg = <0x00000000 0x02000000>; > + }; @@ -44,12 +44,12 @@ Any reason this isn't using stdout-path? > + cpus { > + #address-cells = <1>; > + #size-cells = <0>; -> + cpu at 0 { +> + cpu@0 { > + compatible = "opencores,or1200-rtlsvn481"; > + reg = <0>; > + clock-frequency = <20000000>; > + }; -> + cpu at 1 { +> + cpu@1 { > + compatible = "opencores,or1200-rtlsvn481"; > + reg = <1>; > + clock-frequency = <20000000>; diff --git a/a/content_digest b/N2/content_digest index e5f31dd..5ccafa1 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,16 @@ "ref\0cover.1504129273.git.shorne@gmail.com\0" "ref\037f0d48de4690694c18be3d32483dafee0730859.1504129273.git.shorne@gmail.com\0" "From\0Mark Rutland <mark.rutland@arm.com>\0" - "Subject\0[OpenRISC] [PATCH 10/13] openrisc: add simple_smp dts and defconfig for simulators\0" + "Subject\0Re: [PATCH 10/13] openrisc: add simple_smp dts and defconfig for simulators\0" "Date\0Thu, 31 Aug 2017 11:41:10 +0100\0" - "To\0openrisc@lists.librecores.org\0" + "To\0Stafford Horne <shorne@gmail.com>\0" + "Cc\0LKML <linux-kernel@vger.kernel.org>" + Openrisc <openrisc@lists.librecores.org> + Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> + Rob Herring <robh+dt@kernel.org> + Jonas Bonn <jonas@southpole.se> + Krzysztof Kozlowski <krzk@kernel.org> + " devicetree@vger.kernel.org\0" "\00:1\0" "b\0" "On Thu, Aug 31, 2017 at 07:03:11AM +0900, Stafford Horne wrote:\n" @@ -15,7 +22,7 @@ "> upped to 50Mhz.\n" "> \n" "> Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n" - "> [shorne at gmail.com: Added defconfig]\n" + "> [shorne@gmail.com: Added defconfig]\n" "> Signed-off-by: Stafford Horne <shorne@gmail.com>\n" "> ---\n" "> arch/openrisc/boot/dts/simple_smp.dts | 58 ++++++++++++++++++++++++++\n" @@ -44,7 +51,7 @@ "Any reason this isn't using stdout-path?\n" "\n" "> +\n" - "> +\tmemory at 0 {\n" + "> +\tmemory@0 {\n" "> +\t\tdevice_type = \"memory\";\n" "> +\t\treg = <0x00000000 0x02000000>;\n" "> +\t};\n" @@ -52,12 +59,12 @@ "> +\tcpus {\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" - "> +\t\tcpu at 0 {\n" + "> +\t\tcpu@0 {\n" "> +\t\t\tcompatible = \"opencores,or1200-rtlsvn481\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t\tclock-frequency = <20000000>;\n" "> +\t\t};\n" - "> +\t\tcpu at 1 {\n" + "> +\t\tcpu@1 {\n" "> +\t\t\tcompatible = \"opencores,or1200-rtlsvn481\";\n" "> +\t\t\treg = <1>;\n" "> +\t\t\tclock-frequency = <20000000>;\n" @@ -77,4 +84,4 @@ "Thanks,\n" Mark. -971e95a0d99f0e95a3c5876886f2c00e0b5b09284076efafbf6c8ac896bfc023 +eeb1b74df029c58bea2c37f3d508e37bdcfe3335beec739ccce21d5af4fb05f0
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.