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

Karl Palsson karlp at tweak.net.au
Thu Jun 9 14:12:29 PDT 2016


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
> 
> 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>;
> +        };
> +    };
> +};
> +
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP Digital Signature
URL: <http://lists.infradead.org/pipermail/lede-dev/attachments/20160609/3651f1b5/attachment.sig>


More information about the Lede-dev mailing list