John,
I originally was working on a git clone of the repo master branch from
June 5th. https://github.com/nixcore/lede-fork1 Rather than do a git
pull request I just generated the patch for the mailing list. I've
applied the same patch (via git apply) to the current HEAD of source.git
repo and while there appear to be some whitespace warnings the patch
applies correctly from the .patch file. Maybe the formatting got messed
up in the submit.
Drew
On 06/10/2016 02:38 AM, John Crispin wrote:
On 09/06/2016 23:36, Drew from NixCore wrote:
I have no problem with a common dtsi, can I get these changes in first
and then do the dtsi as I continue work?
Drew
On 06/09/2016 03:12 PM, Karl Palsson wrote:
If the 8 and 16 meg files only differ in their memory, should
they perhaps just have a common .dtsi file for them both? instead
of duplicating the entire dts? I've snipped the only differences
between them below...
Sincerely,
Karl P
Drew from NixCore <d...@nixcores.com> wrote:
Added NixCore X1 ramips target http://nixcores.com. This builds
8M and 16M images. V3 updates the dts to support LEDE updated
format
Hi Drew,
i just wanted to fix the dtsi stuff myself however the patch is
whitespace broken and does not apply. i went on to manually fix the
whitespace breakage to find that you did not generate this patch against
our latest source.git and that it wont apply.
which tree at what rev did you use to generate the patch ?
John
Signed-off-by: Drew Gaylo <drew at nixcores.com>
diff --git
diff --git a/target/linux/ramips/dts/NIXCOREX1-16M.dts
b/target/linux/ramips/dts/NIXCOREX1-16M.dts new file mode
100644 index 0000000..1e1a205
--- /dev/null
+++ b/target/linux/ramips/dts/NIXCOREX1-16M.dts
snip
+ partition@50000 {
+ label = "firmware";
+ reg = <0x50000 0xfb0000>;
+ };
+ };
+};
+
diff --git a/target/linux/ramips/dts/NIXCOREX1-8M.dts
b/target/linux/ramips/dts/NIXCOREX1-8M.dts new file mode 100644
index 0000000..c514860
--- /dev/null
+++ b/target/linux/ramips/dts/NIXCOREX1-8M.dts
snip
+ partition@50000 {
+ label = "firmware";
+ reg = <0x50000 0x7b0000>;
+ };
+ };
+};
+
_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev