diff for duplicates of <20210813062435.GA24497@taoren-ubuntu-R90MNF91> diff --git a/a/1.txt b/N1/1.txt index ad123d9..b1f3c53 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ Cheers, Tao -On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt at gmail.com wrote: +On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt@gmail.com wrote: > From: Tao Ren <rentao.bupt@gmail.com> > > Update firmware flash "data0" partition size from 4MB to 8MB for larger @@ -30,7 +30,7 @@ On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt at gmail.com wrote: > - * FIT image: 59.5 MB. > + * FIT image: 55.5 MB. > */ -> fit at 80000 { +> fit@80000 { > - reg = <0x80000 0x3b80000>; > + reg = <0x80000 0x3780000>; > label = "fit"; @@ -41,7 +41,7 @@ On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt at gmail.com wrote: > + * "data0" partition (8MB) is reserved for persistent > * data store. > */ -> data0 at 3800000 { +> data0@3800000 { > - reg = <0x3c00000 0x400000>; > + reg = <0x3800000 0x800000>; > label = "data0"; diff --git a/a/content_digest b/N1/content_digest index 34211ec..8176d9d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,16 @@ "ref\020210720002704.7390-1-rentao.bupt@gmail.com\0" "From\0Tao Ren <rentao.bupt@gmail.com>\0" - "Subject\0[PATCH] ARM: dts: aspeed: minipack: Update flash partition table\0" + "Subject\0Re: [PATCH] ARM: dts: aspeed: minipack: Update flash partition table\0" "Date\0Thu, 12 Aug 2021 23:24:35 -0700\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Rob Herring <robh+dt@kernel.org>" + Joel Stanley <joel@jms.id.au> + Andrew Jeffery <andrew@aj.id.au> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-aspeed@lists.ozlabs.org + linux-kernel@vger.kernel.org + openbmc@lists.ozlabs.org + " taoren@fb.com\0" "\00:1\0" "b\0" "Hi Joel,\n" @@ -15,7 +23,7 @@ "\n" "Tao\n" "\n" - "On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt at gmail.com wrote:\n" + "On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt@gmail.com wrote:\n" "> From: Tao Ren <rentao.bupt@gmail.com>\n" "> \n" "> Update firmware flash \"data0\" partition size from 4MB to 8MB for larger\n" @@ -37,7 +45,7 @@ "> -\t\t * FIT image: 59.5 MB.\n" "> +\t\t * FIT image: 55.5 MB.\n" "> \t\t */\n" - "> \t\tfit at 80000 {\n" + "> \t\tfit@80000 {\n" "> -\t\t\treg = <0x80000 0x3b80000>;\n" "> +\t\t\treg = <0x80000 0x3780000>;\n" "> \t\t\tlabel = \"fit\";\n" @@ -48,7 +56,7 @@ "> +\t\t * \"data0\" partition (8MB) is reserved for persistent\n" "> \t\t * data store.\n" "> \t\t */\n" - "> \t\tdata0 at 3800000 {\n" + "> \t\tdata0@3800000 {\n" "> -\t\t\treg = <0x3c00000 0x400000>;\n" "> +\t\t\treg = <0x3800000 0x800000>;\n" "> \t\t\tlabel = \"data0\";\n" @@ -58,4 +66,4 @@ "> 2.17.1\n" > -e9ada71372b1573931012d0c03005311012fcb17e05c110d7b0e452b96abec4f +6687c9d3109e43a4131ed65fd49c04b3f3c51cc71676cb2d6d258869add5fc23
diff --git a/a/1.txt b/N2/1.txt index ad123d9..47aa4e0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -8,7 +8,7 @@ Cheers, Tao -On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt at gmail.com wrote: +On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt@gmail.com wrote: > From: Tao Ren <rentao.bupt@gmail.com> > > Update firmware flash "data0" partition size from 4MB to 8MB for larger @@ -30,7 +30,7 @@ On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt at gmail.com wrote: > - * FIT image: 59.5 MB. > + * FIT image: 55.5 MB. > */ -> fit at 80000 { +> fit@80000 { > - reg = <0x80000 0x3b80000>; > + reg = <0x80000 0x3780000>; > label = "fit"; @@ -41,7 +41,7 @@ On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt at gmail.com wrote: > + * "data0" partition (8MB) is reserved for persistent > * data store. > */ -> data0 at 3800000 { +> data0@3800000 { > - reg = <0x3c00000 0x400000>; > + reg = <0x3800000 0x800000>; > label = "data0"; @@ -49,4 +49,9 @@ On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt at gmail.com wrote: > > -- > 2.17.1 -> +> + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N2/content_digest index 34211ec..95bbbc2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,16 @@ "ref\020210720002704.7390-1-rentao.bupt@gmail.com\0" "From\0Tao Ren <rentao.bupt@gmail.com>\0" - "Subject\0[PATCH] ARM: dts: aspeed: minipack: Update flash partition table\0" + "Subject\0Re: [PATCH] ARM: dts: aspeed: minipack: Update flash partition table\0" "Date\0Thu, 12 Aug 2021 23:24:35 -0700\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Rob Herring <robh+dt@kernel.org>" + Joel Stanley <joel@jms.id.au> + Andrew Jeffery <andrew@aj.id.au> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-aspeed@lists.ozlabs.org + linux-kernel@vger.kernel.org + openbmc@lists.ozlabs.org + " taoren@fb.com\0" "\00:1\0" "b\0" "Hi Joel,\n" @@ -15,7 +23,7 @@ "\n" "Tao\n" "\n" - "On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt at gmail.com wrote:\n" + "On Mon, Jul 19, 2021 at 05:27:04PM -0700, rentao.bupt@gmail.com wrote:\n" "> From: Tao Ren <rentao.bupt@gmail.com>\n" "> \n" "> Update firmware flash \"data0\" partition size from 4MB to 8MB for larger\n" @@ -37,7 +45,7 @@ "> -\t\t * FIT image: 59.5 MB.\n" "> +\t\t * FIT image: 55.5 MB.\n" "> \t\t */\n" - "> \t\tfit at 80000 {\n" + "> \t\tfit@80000 {\n" "> -\t\t\treg = <0x80000 0x3b80000>;\n" "> +\t\t\treg = <0x80000 0x3780000>;\n" "> \t\t\tlabel = \"fit\";\n" @@ -48,7 +56,7 @@ "> +\t\t * \"data0\" partition (8MB) is reserved for persistent\n" "> \t\t * data store.\n" "> \t\t */\n" - "> \t\tdata0 at 3800000 {\n" + "> \t\tdata0@3800000 {\n" "> -\t\t\treg = <0x3c00000 0x400000>;\n" "> +\t\t\treg = <0x3800000 0x800000>;\n" "> \t\t\tlabel = \"data0\";\n" @@ -56,6 +64,11 @@ "> \n" "> -- \n" "> 2.17.1\n" - > + "> \n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -e9ada71372b1573931012d0c03005311012fcb17e05c110d7b0e452b96abec4f +abe6ebf07898b798c9338eb629d904bf586e6ce7a5a075f68fecb8bb05b0a1bc
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.