[OpenWrt-Devel] [PATCH] target/ramips: NixCore X1 Board Support

2015-10-15 Thread Andrew Gaylo

from: Andrew Gaylo 

This submission is for support of the NixCore X1 board at
http://nixcores.com.  This board uses the RT5350 Ralink processor
already supported by a number of boards in the OpenWRT repository.

Signed-off-by: Andrew Gaylo 
---
diff -uprN 
openwrt_vanilla/target/linux/ramips/base-files/etc/board.d/02_network 
openwrt_submit/target/linux/ramips/base-files/etc/board.d/02_network
--- 
openwrt_vanilla/target/linux/ramips/base-files/etc/board.d/02_network	2015-10-13 
11:10:15.784957130 -0600
+++ 
openwrt_submit/target/linux/ramips/base-files/etc/board.d/02_network	2015-10-15 
08:35:48.341341581 -0600

@@ -217,7 +217,7 @@ ramips_setup_interfaces()
ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
ucidef_add_switch_vlan "switch0" "2" "0t 5"
;;
-
+nixcorex1 |\
vocore)
ucidef_set_interface_lan "eth0.1"
ucidef_add_switch "switch0" "1" "1"
diff -uprN openwrt_vanilla/target/linux/ramips/base-files/lib/ramips.sh 
openwrt_submit/target/linux/ramips/base-files/lib/ramips.sh
--- 
openwrt_vanilla/target/linux/ramips/base-files/lib/ramips.sh	2015-10-13 
11:10:15.784957130 -0600
+++ 
openwrt_submit/target/linux/ramips/base-files/lib/ramips.sh	2015-10-15 
08:36:21.021340613 -0600

@@ -232,6 +232,9 @@ ramips_board_detect() {
*"Nexx WT3020")
name="wt3020"
;;
+*"NixcoreX1")
+   name="nixcorex1"
+   ;;
*"NW718")
name="nw718"
;;
diff -uprN 
openwrt_vanilla/target/linux/ramips/base-files/lib/upgrade/platform.sh 
openwrt_submit/target/linux/ramips/base-files/lib/upgrade/platform.sh
--- 
openwrt_vanilla/target/linux/ramips/base-files/lib/upgrade/platform.sh	2015-10-13 
11:10:15.784957130 -0600
+++ 
openwrt_submit/target/linux/ramips/base-files/lib/upgrade/platform.sh	2015-10-15 
08:37:00.029339459 -0600

@@ -72,6 +72,7 @@ platform_check_image() {
mr-102n | \
mzk-w300nh2 | \
nbg-419n | \
+nixcorex1 | \
nw718 | \
omni-emb | \
omni-emb-hpm | \
diff -uprN openwrt_vanilla/target/linux/ramips/image/Makefile 
openwrt_submit/target/linux/ramips/image/Makefile
--- openwrt_vanilla/target/linux/ramips/image/Makefile	2015-10-13 
11:10:15.788957130 -0600
+++ openwrt_submit/target/linux/ramips/image/Makefile	2015-10-15 
08:37:25.885338693 -0600

@@ -569,6 +569,8 @@ Image/Build/Profile/MZKW300NH2=$(call Bu

 Image/Build/Profile/NCS601W=$(call 
BuildFirmware/Default8M/$(1),$(1),ncs601W,NCS601W)


+Image/Build/Profile/NIXCORE-X1=$(call 
BuildFirmware/Default8M/$(1),$(1),nixcorex1,NIXCORE-X1)

+
 nw718_mtd_size=3801088
 Image/Build/Profile/NW718=$(call 
BuildFirmware/CustomFlashFactory/$(1),$(1),nw718m,NW718,$(nw718_mtd_size),ARA1B4NCRNW718;1,factory)


@@ -741,6 +743,7 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/MZKW300NH2,$(1))
$(call Image/Build/Profile/NBG-419N,$(1))
$(call Image/Build/Profile/NCS601W,$(1))
+   $(call Image/Build/Profile/NIXCORE-X1,$(1))
$(call Image/Build/Profile/NW718,$(1))
$(call Image/Build/Profile/OMNI-EMB,$(1))
$(call Image/Build/Profile/OMNI-PLUG,$(1))
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] target/ramips: NixCore X1 Board Support

2015-10-15 Thread John Crispin


On 15/10/2015 17:49, Andrew Gaylo wrote:
> from: Andrew Gaylo 
> 
> This submission is for support of the NixCore X1 board at
> http://nixcores.com.  This board uses the RT5350 Ralink processor
> already supported by a number of boards in the OpenWRT repository.
> 
> Signed-off-by: Andrew Gaylo 



i think the dts file is missing



> ---
> diff -uprN
> openwrt_vanilla/target/linux/ramips/base-files/etc/board.d/02_network
> openwrt_submit/target/linux/ramips/base-files/etc/board.d/02_network
> ---
> openwrt_vanilla/target/linux/ramips/base-files/etc/board.d/02_network   
> 2015-10-13 11:10:15.784957130 -0600
> +++
> openwrt_submit/target/linux/ramips/base-files/etc/board.d/02_network   
> 2015-10-15 08:35:48.341341581 -0600
> @@ -217,7 +217,7 @@ ramips_setup_interfaces()
>  ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
>  ucidef_add_switch_vlan "switch0" "2" "0t 5"
>  ;;
> -
> +nixcorex1 |\
>  vocore)
>  ucidef_set_interface_lan "eth0.1"
>  ucidef_add_switch "switch0" "1" "1"
> diff -uprN openwrt_vanilla/target/linux/ramips/base-files/lib/ramips.sh
> openwrt_submit/target/linux/ramips/base-files/lib/ramips.sh
> --- openwrt_vanilla/target/linux/ramips/base-files/lib/ramips.sh   
> 2015-10-13 11:10:15.784957130 -0600
> +++ openwrt_submit/target/linux/ramips/base-files/lib/ramips.sh   
> 2015-10-15 08:36:21.021340613 -0600
> @@ -232,6 +232,9 @@ ramips_board_detect() {
>  *"Nexx WT3020")
>  name="wt3020"
>  ;;
> +*"NixcoreX1")
> +name="nixcorex1"
> +;;
>  *"NW718")
>  name="nw718"
>  ;;
> diff -uprN
> openwrt_vanilla/target/linux/ramips/base-files/lib/upgrade/platform.sh
> openwrt_submit/target/linux/ramips/base-files/lib/upgrade/platform.sh
> ---
> openwrt_vanilla/target/linux/ramips/base-files/lib/upgrade/platform.sh
> 2015-10-13
> 11:10:15.784957130 -0600
> +++
> openwrt_submit/target/linux/ramips/base-files/lib/upgrade/platform.sh   
> 2015-10-15 08:37:00.029339459 -0600
> @@ -72,6 +72,7 @@ platform_check_image() {
>  mr-102n | \
>  mzk-w300nh2 | \
>  nbg-419n | \
> +nixcorex1 | \
>  nw718 | \
>  omni-emb | \
>  omni-emb-hpm | \
> diff -uprN openwrt_vanilla/target/linux/ramips/image/Makefile
> openwrt_submit/target/linux/ramips/image/Makefile
> --- openwrt_vanilla/target/linux/ramips/image/Makefile2015-10-13
> 11:10:15.788957130 -0600
> +++ openwrt_submit/target/linux/ramips/image/Makefile2015-10-15
> 08:37:25.885338693 -0600
> @@ -569,6 +569,8 @@ Image/Build/Profile/MZKW300NH2=$(call Bu
> 
>  Image/Build/Profile/NCS601W=$(call
> BuildFirmware/Default8M/$(1),$(1),ncs601W,NCS601W)
> 
> +Image/Build/Profile/NIXCORE-X1=$(call
> BuildFirmware/Default8M/$(1),$(1),nixcorex1,NIXCORE-X1)
> +
>  nw718_mtd_size=3801088
>  Image/Build/Profile/NW718=$(call
> BuildFirmware/CustomFlashFactory/$(1),$(1),nw718m,NW718,$(nw718_mtd_size),ARA1B4NCRNW718;1,factory)
> 
> 
> @@ -741,6 +743,7 @@ define Image/Build/Profile/Default
>  $(call Image/Build/Profile/MZKW300NH2,$(1))
>  $(call Image/Build/Profile/NBG-419N,$(1))
>  $(call Image/Build/Profile/NCS601W,$(1))
> +$(call Image/Build/Profile/NIXCORE-X1,$(1))
>  $(call Image/Build/Profile/NW718,$(1))
>  $(call Image/Build/Profile/OMNI-EMB,$(1))
>  $(call Image/Build/Profile/OMNI-PLUG,$(1))
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] target/ramips: NixCore X1 Board Support

2015-10-15 Thread Andrew Gaylo
The DTS and the MK files were in an earlier patch.  My first submission 
to OpenWRT, still getting the hang of the process.


https://lists.openwrt.org/pipermail/openwrt-devel/2015-October/036563.html

Drew

On 2015-10-15 09:53, John Crispin wrote:

On 15/10/2015 17:49, Andrew Gaylo wrote:

from: Andrew Gaylo 

This submission is for support of the NixCore X1 board at
http://nixcores.com.  This board uses the RT5350 Ralink processor
already supported by a number of boards in the OpenWRT repository.

Signed-off-by: Andrew Gaylo 




i think the dts file is missing




---
diff -uprN

openwrt_vanilla/target/linux/ramips/base-files/etc/board.d/02_network
openwrt_submit/target/linux/ramips/base-files/etc/board.d/02_network
---

openwrt_vanilla/target/linux/ramips/base-files/etc/board.d/02_network
2015-10-13 11:10:15.784957130 -0600
+++
openwrt_submit/target/linux/ramips/base-files/etc/board.d/02_network
2015-10-15 08:35:48.341341581 -0600
@@ -217,7 +217,7 @@ ramips_setup_interfaces()
 ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
 ucidef_add_switch_vlan "switch0" "2" "0t 5"
 ;;
-
+nixcorex1 |\
 vocore)
 ucidef_set_interface_lan "eth0.1"
 ucidef_add_switch "switch0" "1" "1"
diff -uprN 
openwrt_vanilla/target/linux/ramips/base-files/lib/ramips.sh

openwrt_submit/target/linux/ramips/base-files/lib/ramips.sh
--- openwrt_vanilla/target/linux/ramips/base-files/lib/ramips.sh
2015-10-13 11:10:15.784957130 -0600
+++ openwrt_submit/target/linux/ramips/base-files/lib/ramips.sh
2015-10-15 08:36:21.021340613 -0600
@@ -232,6 +232,9 @@ ramips_board_detect() {
 *"Nexx WT3020")
 name="wt3020"
 ;;
+*"NixcoreX1")
+name="nixcorex1"
+;;
 *"NW718")
 name="nw718"
 ;;
diff -uprN

openwrt_vanilla/target/linux/ramips/base-files/lib/upgrade/platform.sh

openwrt_submit/target/linux/ramips/base-files/lib/upgrade/platform.sh
---

openwrt_vanilla/target/linux/ramips/base-files/lib/upgrade/platform.sh 
  2015-10-13

11:10:15.784957130 -0600
+++

openwrt_submit/target/linux/ramips/base-files/lib/upgrade/platform.sh
2015-10-15 08:37:00.029339459 -0600
@@ -72,6 +72,7 @@ platform_check_image() {
 mr-102n | \
 mzk-w300nh2 | \
 nbg-419n | \
+nixcorex1 | \
 nw718 | \
 omni-emb | \
 omni-emb-hpm | \
diff -uprN openwrt_vanilla/target/linux/ramips/image/Makefile
openwrt_submit/target/linux/ramips/image/Makefile
--- openwrt_vanilla/target/linux/ramips/image/Makefile2015-10-13
11:10:15.788957130 -0600
+++ openwrt_submit/target/linux/ramips/image/Makefile2015-10-15
08:37:25.885338693 -0600
@@ -569,6 +569,8 @@ Image/Build/Profile/MZKW300NH2=$(call Bu

 Image/Build/Profile/NCS601W=$(call
BuildFirmware/Default8M/$(1),$(1),ncs601W,NCS601W)

+Image/Build/Profile/NIXCORE-X1=$(call
BuildFirmware/Default8M/$(1),$(1),nixcorex1,NIXCORE-X1)
+
 nw718_mtd_size=3801088
 Image/Build/Profile/NW718=$(call

BuildFirmware/CustomFlashFactory/$(1),$(1),nw718m,NW718,$(nw718_mtd_size),ARA1B4NCRNW718;1,factory)


@@ -741,6 +743,7 @@ define Image/Build/Profile/Default
 $(call Image/Build/Profile/MZKW300NH2,$(1))
 $(call Image/Build/Profile/NBG-419N,$(1))
 $(call Image/Build/Profile/NCS601W,$(1))
+$(call Image/Build/Profile/NIXCORE-X1,$(1))
 $(call Image/Build/Profile/NW718,$(1))
 $(call Image/Build/Profile/OMNI-EMB,$(1))
 $(call Image/Build/Profile/OMNI-PLUG,$(1))
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] target/ramips: NixCore X1 Board Support

2015-10-15 Thread John Crispin
Hi,

ok. can you send a single patch containing both of the patches you made
please.

John

On 15/10/2015 18:15, Andrew Gaylo wrote:
> The DTS and the MK files were in an earlier patch.  My first submission
> to OpenWRT, still getting the hang of the process.
> 
> https://lists.openwrt.org/pipermail/openwrt-devel/2015-October/036563.html
> 
> Drew
> 
> On 2015-10-15 09:53, John Crispin wrote:
>> On 15/10/2015 17:49, Andrew Gaylo wrote:
>>> from: Andrew Gaylo 
>>>
>>> This submission is for support of the NixCore X1 board at
>>> http://nixcores.com.  This board uses the RT5350 Ralink processor
>>> already supported by a number of boards in the OpenWRT repository.
>>>
>>> Signed-off-by: Andrew Gaylo 
>>
>>
>>
>> i think the dts file is missing
>>
>>
>>
>>> ---
>>> diff -uprN
>>>
>>> openwrt_vanilla/target/linux/ramips/base-files/etc/board.d/02_network
>>> openwrt_submit/target/linux/ramips/base-files/etc/board.d/02_network
>>> ---
>>>
>>> openwrt_vanilla/target/linux/ramips/base-files/etc/board.d/02_network
>>> 2015-10-13 11:10:15.784957130 -0600
>>> +++
>>> openwrt_submit/target/linux/ramips/base-files/etc/board.d/02_network
>>> 2015-10-15 08:35:48.341341581 -0600
>>> @@ -217,7 +217,7 @@ ramips_setup_interfaces()
>>>  ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
>>>  ucidef_add_switch_vlan "switch0" "2" "0t 5"
>>>  ;;
>>> -
>>> +nixcorex1 |\
>>>  vocore)
>>>  ucidef_set_interface_lan "eth0.1"
>>>  ucidef_add_switch "switch0" "1" "1"
>>> diff -uprN openwrt_vanilla/target/linux/ramips/base-files/lib/ramips.sh
>>> openwrt_submit/target/linux/ramips/base-files/lib/ramips.sh
>>> --- openwrt_vanilla/target/linux/ramips/base-files/lib/ramips.sh
>>> 2015-10-13 11:10:15.784957130 -0600
>>> +++ openwrt_submit/target/linux/ramips/base-files/lib/ramips.sh
>>> 2015-10-15 08:36:21.021340613 -0600
>>> @@ -232,6 +232,9 @@ ramips_board_detect() {
>>>  *"Nexx WT3020")
>>>  name="wt3020"
>>>  ;;
>>> +*"NixcoreX1")
>>> +name="nixcorex1"
>>> +;;
>>>  *"NW718")
>>>  name="nw718"
>>>  ;;
>>> diff -uprN
>>>
>>> openwrt_vanilla/target/linux/ramips/base-files/lib/upgrade/platform.sh
>>>
>>> openwrt_submit/target/linux/ramips/base-files/lib/upgrade/platform.sh
>>> ---
>>>
>>> openwrt_vanilla/target/linux/ramips/base-files/lib/upgrade/platform.sh  
>>> 2015-10-13
>>> 11:10:15.784957130 -0600
>>> +++
>>>
>>> openwrt_submit/target/linux/ramips/base-files/lib/upgrade/platform.sh
>>> 2015-10-15 08:37:00.029339459 -0600
>>> @@ -72,6 +72,7 @@ platform_check_image() {
>>>  mr-102n | \
>>>  mzk-w300nh2 | \
>>>  nbg-419n | \
>>> +nixcorex1 | \
>>>  nw718 | \
>>>  omni-emb | \
>>>  omni-emb-hpm | \
>>> diff -uprN openwrt_vanilla/target/linux/ramips/image/Makefile
>>> openwrt_submit/target/linux/ramips/image/Makefile
>>> --- openwrt_vanilla/target/linux/ramips/image/Makefile2015-10-13
>>> 11:10:15.788957130 -0600
>>> +++ openwrt_submit/target/linux/ramips/image/Makefile2015-10-15
>>> 08:37:25.885338693 -0600
>>> @@ -569,6 +569,8 @@ Image/Build/Profile/MZKW300NH2=$(call Bu
>>>
>>>  Image/Build/Profile/NCS601W=$(call
>>> BuildFirmware/Default8M/$(1),$(1),ncs601W,NCS601W)
>>>
>>> +Image/Build/Profile/NIXCORE-X1=$(call
>>> BuildFirmware/Default8M/$(1),$(1),nixcorex1,NIXCORE-X1)
>>> +
>>>  nw718_mtd_size=3801088
>>>  Image/Build/Profile/NW718=$(call
>>>
>>> BuildFirmware/CustomFlashFactory/$(1),$(1),nw718m,NW718,$(nw718_mtd_size),ARA1B4NCRNW718;1,factory)
>>>
>>>
>>>
>>> @@ -741,6 +743,7 @@ define Image/Build/Profile/Default
>>>  $(call Image/Build/Profile/MZKW300NH2,$(1))
>>>  $(call Image/Build/Profile/NBG-419N,$(1))
>>>  $(call Image/Build/Profile/NCS601W,$(1))
>>> +$(call Image/Build/Profile/NIXCORE-X1,$(1))
>>>  $(call Image/Build/Profile/NW718,$(1))
>>>  $(call Image/Build/Profile/OMNI-EMB,$(1))
>>>  $(call Image/Build/Profile/OMNI-PLUG,$(1))
>>> ___
>>> openwrt-devel mailing list
>>> openwrt-devel@lists.openwrt.org
>>> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel