[LEDE-DEV] [PATCH] [ramips] Added NixCore X1 target V3

John Crispin john at phrozen.org
Thu Jun 9 23:38:49 PDT 2016



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 <drew at 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 at 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 at 50000 {
>>> +            label = "firmware";
>>> +            reg = <0x50000 0x7b0000>;
>>> +        };
>>> +    };
>>> +};
>>> +
>>>
>>>
>>> _______________________________________________
>>> Lede-dev mailing list
>>> Lede-dev at lists.infradead.org
>>> http://lists.infradead.org/mailman/listinfo/lede-dev
> 
> 
> _______________________________________________
> Lede-dev mailing list
> Lede-dev at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev



More information about the Lede-dev mailing list