Author: jogo
Date: 2014-10-02 14:26:07 +0200 (Thu, 02 Oct 2014)
New Revision: 42738

Added:
   trunk/target/linux/brcm63xx/dts/bcm96368MVWG.dts
Modified:
   trunk/target/linux/brcm63xx/image/Makefile
   
trunk/target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch
   
trunk/target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch
   
trunk/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch
   trunk/target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch
   trunk/target/linux/brcm63xx/patches-3.14/525-board_96348w3.patch
   trunk/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch
   trunk/target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch
   trunk/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch
   trunk/target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch
   trunk/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch
   trunk/target/linux/brcm63xx/patches-3.14/531-board_AR-5387un.patch
   trunk/target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch
   trunk/target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch
   trunk/target/linux/brcm63xx/patches-3.14/534-board_hw556.patch
   trunk/target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch
   trunk/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch
   trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch
   trunk/target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch
   trunk/target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch
   trunk/target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch
   trunk/target/linux/brcm63xx/patches-3.14/558-board_AR1004G.patch
   trunk/target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch
   trunk/target/linux/brcm63xx/patches-3.14/560-board_963268gu_p300.patch
   trunk/target/linux/brcm63xx/patches-3.14/561-board_WAP-5813n.patch
   trunk/target/linux/brcm63xx/patches-3.14/562-board_VR-3025u.patch
   trunk/target/linux/brcm63xx/patches-3.14/563-board_VR-3025un.patch
   trunk/target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch
   trunk/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch
   trunk/target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch
   trunk/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch
   trunk/target/linux/brcm63xx/profiles/01-generic.mk
Log:
brcm63xx: Add DT support for 96368MVWG

Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>

Added: trunk/target/linux/brcm63xx/dts/bcm96368MVWG.dts
===================================================================
--- trunk/target/linux/brcm63xx/dts/bcm96368MVWG.dts                            
(rev 0)
+++ trunk/target/linux/brcm63xx/dts/bcm96368MVWG.dts    2014-10-02 12:26:07 UTC 
(rev 42738)
@@ -0,0 +1,8 @@
+/dts-v1/;
+
+/include/ "bcm6368.dtsi"
+
+/ {
+       model = "Broadcom BCM96368MVWG reference board";
+       compatible = "brcm,bcm96368mvwg", "brcm,bcm6368";
+};

Modified: trunk/target/linux/brcm63xx/image/Makefile
===================================================================
--- trunk/target/linux/brcm63xx/image/Makefile  2014-10-02 12:25:57 UTC (rev 
42737)
+++ trunk/target/linux/brcm63xx/image/Makefile  2014-10-02 12:26:07 UTC (rev 
42738)
@@ -233,8 +233,6 @@
 
 define Image/Build
        dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k 
conv=sync
-       # Various routers
-       $(call Image/Build/CFE,$(1),96368MVWG,6368,96368MVWG-generic)
 
        # BT Voyager V210_BTR
        $(call Image/Build/CFE,$(1),V210_BB,6348,BTV210_BTR,,--layoutver 5)
@@ -351,6 +349,8 @@
 $(eval $(call CfeImageDTB,96358VW2,bcm96358VW2,96358VW2,6358,96358VW2-generic))
 # Generic 96368MVNgr
 $(eval $(call 
CfeImageDTB,96368MVNgr,bcm96368MVNgr,96368MVNgr,6368,96368MVNgr-generic))
+# Generic 96368MVWG
+$(eval $(call 
CfeImageDTB,96368MVWG,bcm96368MVWG,96368MVWG,6368,96368MVWG-generic))
 
 # ADB P.DG A4001N
 $(eval $(call CfeImageDTB,A4001N,a4001n,96328dg2x2,6328,A4001N,,--pad 8))

Modified: 
trunk/target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch
===================================================================
--- 
trunk/target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch
  2014-10-02 12:25:57 UTC (rev 42737)
+++ 
trunk/target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch
  2014-10-02 12:26:07 UTC (rev 42738)
@@ -10,7 +10,7 @@
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1936,6 +1936,85 @@ static struct board_info __initdata boar
+@@ -1936,6 +1936,86 @@ static struct board_info __initdata boar
  #endif /* CONFIG_BCM63XX_CPU_6358 */
  
  /*
@@ -19,6 +19,7 @@
 +#ifdef CONFIG_BCM63XX_CPU_6368
 +static struct board_info __initdata board_96368mvwg = {
 +      .name                           = "96368MVWG",
++      .of_board_id                    = "brcm,bcm96368mvwg",
 +      .expected_cpu_id                = 0x6368,
 +
 +      .has_uart0                      = 1,
@@ -96,7 +97,7 @@
   * all boards
   */
  static const struct board_info __initconst *bcm963xx_boards[] = {
-@@ -1987,6 +2066,10 @@ static const struct board_info __initcon
+@@ -1987,6 +2067,10 @@ static const struct board_info __initcon
        &board_HW553,
        &board_spw303v,
  #endif

Modified: 
trunk/target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch
===================================================================
--- 
trunk/target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch
 2014-10-02 12:25:57 UTC (rev 42737)
+++ 
trunk/target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch
 2014-10-02 12:26:07 UTC (rev 42738)
@@ -9,7 +9,7 @@
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2012,6 +2012,73 @@ static struct board_info __initdata boar
+@@ -2013,6 +2013,73 @@ static struct board_info __initdata boar
        .has_ohci0 = 1,
        .has_ehci0 = 1,
  };
@@ -83,7 +83,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  
  /*
-@@ -2069,6 +2136,7 @@ static const struct board_info __initcon
+@@ -2070,6 +2137,7 @@ static const struct board_info __initcon
  
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,

Modified: 
trunk/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch
===================================================================
--- 
trunk/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch
       2014-10-02 12:25:57 UTC (rev 42737)
+++ 
trunk/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch
       2014-10-02 12:26:07 UTC (rev 42738)
@@ -87,7 +87,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  
  /*
-@@ -2122,6 +2193,7 @@ static const struct board_info __initcon
+@@ -2123,6 +2194,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,

Modified: 
trunk/target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch    
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch    
2014-10-02 12:26:07 UTC (rev 42738)
@@ -122,7 +122,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  
  /*
-@@ -2194,6 +2299,7 @@ static const struct board_info __initcon
+@@ -2195,6 +2300,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
        &board_963281TAN,

Modified: trunk/target/linux/brcm63xx/patches-3.14/525-board_96348w3.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/525-board_96348w3.patch    
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/525-board_96348w3.patch    
2014-10-02 12:26:07 UTC (rev 42738)
@@ -60,7 +60,7 @@
  static struct board_info __initdata board_96348_D4PW = {
        .name                           = "D-4P-W",
        .expected_cpu_id                = 0x6348,
-@@ -2329,6 +2382,7 @@ static const struct board_info __initcon
+@@ -2330,6 +2383,7 @@ static const struct board_info __initcon
        &board_ct536_ct5621,
        &board_96348A_122,
        &board_CPVA502plus,

Modified: trunk/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch   
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch   
2014-10-02 12:26:07 UTC (rev 42738)
@@ -139,7 +139,7 @@
  static struct board_info __initdata board_HW553 = {
        .name                           = "HW553",
        .of_board_id                                    = "huawei,hg553",
-@@ -2394,6 +2519,7 @@ static const struct board_info __initcon
+@@ -2395,6 +2520,7 @@ static const struct board_info __initcon
        &board_dsl_274xb_rev_c,
        &board_nb4_ser_r0,
        &board_nb4_fxc_r1,

Modified: 
trunk/target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch   
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch   
2014-10-02 12:26:07 UTC (rev 42738)
@@ -75,7 +75,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6358 */
  
  /*
-@@ -2522,6 +2590,7 @@ static const struct board_info __initcon
+@@ -2523,6 +2591,7 @@ static const struct board_info __initcon
        &board_ct6373_1,
        &board_HW553,
        &board_spw303v,

Modified: trunk/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch        
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch        
2014-10-02 12:26:07 UTC (rev 42738)
@@ -123,7 +123,7 @@
  /*
   * known 6368 boards
   */
-@@ -2593,6 +2695,10 @@ static const struct board_info __initcon
+@@ -2594,6 +2696,10 @@ static const struct board_info __initcon
        &board_DVAG3810BN,
  #endif
  

Modified: trunk/target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch   
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch   
2014-10-02 12:26:07 UTC (rev 42738)
@@ -58,7 +58,7 @@
  static struct board_info __initdata board_rta1025w_16 = {
        .name                           = "RTA1025W_16",
        .of_board_id                    = "dynalink,rta1025w",
-@@ -2666,6 +2717,7 @@ static const struct board_info __initcon
+@@ -2667,6 +2718,7 @@ static const struct board_info __initcon
        &board_96348gw_10,
        &board_96348gw_11,
        &board_FAST2404,

Modified: trunk/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch    
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch    
2014-10-02 12:26:07 UTC (rev 42738)
@@ -135,7 +135,7 @@
  static struct board_info __initdata board_dsl_274xb_f1 = {
        .name                           = "AW4339U",
        .expected_cpu_id                = 0x6328,
-@@ -2698,6 +2826,7 @@ static const struct board_info __initcon
+@@ -2699,6 +2827,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
        &board_963281TAN,

Modified: trunk/target/linux/brcm63xx/patches-3.14/531-board_AR-5387un.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/531-board_AR-5387un.patch  
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/531-board_AR-5387un.patch  
2014-10-02 12:26:07 UTC (rev 42738)
@@ -117,7 +117,7 @@
  static struct board_info __initdata board_963281TAN = {
        .name                           = "963281TAN",
        .of_board_id                    = "brcm,bcm963281TAN",
-@@ -2825,6 +2935,7 @@ static const struct board_info __initcon
+@@ -2826,6 +2936,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,

Modified: trunk/target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch   
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/532-board_AR-5381u.patch   
2014-10-02 12:26:07 UTC (rev 42738)
@@ -93,7 +93,7 @@
  static struct sprom_fixup __initdata ar5387un_fixups[] = {
        { .offset = 2, .value = 0x05bb },
        { .offset = 65, .value = 0x1204 },
-@@ -2935,6 +3021,7 @@ static const struct board_info __initcon
+@@ -2936,6 +3022,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,

Modified: trunk/target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch   
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch   
2014-10-02 12:26:07 UTC (rev 42738)
@@ -56,7 +56,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6345 */
  
  /*
-@@ -3035,6 +3084,7 @@ static const struct board_info __initcon
+@@ -3036,6 +3085,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6345
        &board_96345gw2,

Modified: trunk/target/linux/brcm63xx/patches-3.14/534-board_hw556.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/534-board_hw556.patch      
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/534-board_hw556.patch      
2014-10-02 12:26:07 UTC (rev 42738)
@@ -414,7 +414,7 @@
   /* T-Home Speedport W 303V Typ B */
  static struct board_info __initdata board_spw303v = {
        .name                   = "96358-502V",
-@@ -3120,6 +3520,9 @@ static const struct board_info __initcon
+@@ -3121,6 +3521,9 @@ static const struct board_info __initcon
        &board_nb4_fxc_r1,
        &board_ct6373_1,
        &board_HW553,

Modified: trunk/target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch    
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch    
2014-10-02 12:26:07 UTC (rev 42738)
@@ -61,7 +61,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6345 */
  
  /*
-@@ -3485,6 +3539,7 @@ static const struct board_info __initcon
+@@ -3486,6 +3540,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6345
        &board_96345gw2,
        &board_rta770bw,

Modified: trunk/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch   
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch   
2014-10-02 12:26:07 UTC (rev 42738)
@@ -135,7 +135,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  
  /*
-@@ -3529,6 +3645,7 @@ static const struct board_info __initcon
+@@ -3530,6 +3646,7 @@ static const struct board_info __initcon
        &board_963281TAN,
        &board_A4001N1,
        &board_dsl_274xb_f1,

Modified: trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch  
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch  
2014-10-02 12:26:07 UTC (rev 42738)
@@ -103,7 +103,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6362 */
  
  /*
-@@ -3701,6 +3791,7 @@ static const struct board_info __initcon
+@@ -3702,6 +3792,7 @@ static const struct board_info __initcon
  
  #ifdef CONFIG_BCM63XX_CPU_6362
        &board_nb6,

Modified: trunk/target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch   
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch   
2014-10-02 12:26:07 UTC (rev 42738)
@@ -94,7 +94,7 @@
   * known 6328 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_6328
-@@ -3959,6 +4046,9 @@ static const struct board_info __initcon
+@@ -3960,6 +4047,9 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_3368
        &board_cvg834g,
  #endif

Modified: trunk/target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch      
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch      
2014-10-02 12:26:07 UTC (rev 42738)
@@ -95,7 +95,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  
  /*
-@@ -4048,6 +4136,7 @@ static const struct board_info __initcon
+@@ -4049,6 +4137,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6318
        &board_96318ref,

Modified: trunk/target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch       
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch       
2014-10-02 12:26:07 UTC (rev 42738)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4128,6 +4128,75 @@ static struct board_info __initdata boar
+@@ -4129,6 +4129,75 @@ static struct board_info __initdata boar
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  
  /*
@@ -76,7 +76,7 @@
   * all boards
   */
  static const struct board_info __initconst *bcm963xx_boards[] = {
-@@ -4208,6 +4277,9 @@ static const struct board_info __initcon
+@@ -4209,6 +4278,9 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
  #endif

Modified: trunk/target/linux/brcm63xx/patches-3.14/558-board_AR1004G.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/558-board_AR1004G.patch    
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/558-board_AR1004G.patch    
2014-10-02 12:26:07 UTC (rev 42738)
@@ -61,7 +61,7 @@
  
  /* BT Voyager 2110 */
  static struct board_info __initdata board_V2110 = {
-@@ -4248,6 +4294,7 @@ static const struct board_info __initcon
+@@ -4249,6 +4295,7 @@ static const struct board_info __initcon
        &board_96348A_122,
        &board_CPVA502plus,
        &board_96348W3,

Modified: trunk/target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch   
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch   
2014-10-02 12:26:07 UTC (rev 42738)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4240,6 +4240,108 @@ static struct board_info __initdata boar
+@@ -4241,6 +4241,108 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -109,7 +109,7 @@
  #endif /* CONFIG_BCM63XX_CPU_63268 */
  
  /*
-@@ -4326,6 +4428,7 @@ static const struct board_info __initcon
+@@ -4327,6 +4429,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268
        &board_963269bhr,

Modified: trunk/target/linux/brcm63xx/patches-3.14/560-board_963268gu_p300.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/560-board_963268gu_p300.patch      
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/560-board_963268gu_p300.patch      
2014-10-02 12:26:07 UTC (rev 42738)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4177,6 +4177,131 @@ static struct board_info __initdata boar
+@@ -4178,6 +4178,131 @@ static struct board_info __initdata boar
   * known 63268/63269 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_63268
@@ -132,7 +132,7 @@
  static struct board_info __initdata board_963269bhr = {
        .name                           = "963269BHR",
        .expected_cpu_id                = 0x63268,
-@@ -4427,6 +4552,7 @@ static const struct board_info __initcon
+@@ -4428,6 +4553,7 @@ static const struct board_info __initcon
        &board_96368mvngr,
  #endif
  #ifdef CONFIG_BCM63XX_CPU_63268

Modified: trunk/target/linux/brcm63xx/patches-3.14/561-board_WAP-5813n.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/561-board_WAP-5813n.patch  
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/561-board_WAP-5813n.patch  
2014-10-02 12:26:07 UTC (rev 42738)
@@ -8,7 +8,7 @@
  #include <linux/platform_device.h>
  #include <linux/spi/spi.h>
  #include <linux/spi/spi_gpio.h>
-@@ -4171,6 +4172,118 @@ static struct board_info __initdata boar
+@@ -4172,6 +4173,118 @@ static struct board_info __initdata boar
        .has_ohci0 = 1,
        .has_ehci0 = 1,
  };
@@ -127,7 +127,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6368 */
  
  /*
-@@ -4550,6 +4663,7 @@ static const struct board_info __initcon
+@@ -4551,6 +4664,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,

Modified: trunk/target/linux/brcm63xx/patches-3.14/562-board_VR-3025u.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/562-board_VR-3025u.patch   
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/562-board_VR-3025u.patch   
2014-10-02 12:26:07 UTC (rev 42738)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4173,6 +4173,117 @@ static struct board_info __initdata boar
+@@ -4174,6 +4174,117 @@ static struct board_info __initdata boar
        .has_ehci0 = 1,
  };
  
@@ -118,7 +118,7 @@
  static struct b53_platform_data WAP5813n_b53_pdata = {
        .alias = "eth0",
  };
-@@ -4663,6 +4774,7 @@ static const struct board_info __initcon
+@@ -4664,6 +4775,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,

Modified: trunk/target/linux/brcm63xx/patches-3.14/563-board_VR-3025un.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/563-board_VR-3025un.patch  
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/563-board_VR-3025un.patch  
2014-10-02 12:26:07 UTC (rev 42738)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4284,6 +4284,117 @@ static struct board_info __initdata boar
+@@ -4285,6 +4285,117 @@ static struct board_info __initdata boar
        },
  };
  
@@ -118,7 +118,7 @@
  static struct b53_platform_data WAP5813n_b53_pdata = {
        .alias = "eth0",
  };
-@@ -4775,6 +4886,7 @@ static const struct board_info __initcon
+@@ -4776,6 +4887,7 @@ static const struct board_info __initcon
        &board_96368mvwg,
        &board_96368mvngr,
        &board_VR3025u,

Modified: trunk/target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch      
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/564-board_P870HW-51a_v2.patch      
2014-10-02 12:26:07 UTC (rev 42738)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -4182,6 +4182,97 @@ static struct sprom_fixup __initdata vr3
+@@ -4183,6 +4183,97 @@ static struct sprom_fixup __initdata vr3
        { .offset = 115, .value = 0xfad9 },
  };
  
@@ -98,7 +98,7 @@
  static struct board_info __initdata board_VR3025u = {
        .name                                   = "96368M-1541N",
        .of_board_id                    = "comtrend,vr-3025u",
-@@ -4885,6 +4976,7 @@ static const struct board_info __initcon
+@@ -4886,6 +4977,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,

Modified: trunk/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch      
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/565-board_hw520.patch      
2014-10-02 12:26:07 UTC (rev 42738)
@@ -58,7 +58,7 @@
  static struct board_info __initdata board_HW553 = {
        .name                           = "HW553",
        .of_board_id                                    = "huawei,hg553",
-@@ -4960,6 +5011,7 @@ static const struct board_info __initcon
+@@ -4961,6 +5012,7 @@ static const struct board_info __initcon
        &board_nb4_ser_r0,
        &board_nb4_fxc_r1,
        &board_ct6373_1,

Modified: trunk/target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch     
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/566-board_A4001N.patch     
2014-10-02 12:26:07 UTC (rev 42738)
@@ -97,7 +97,7 @@
  static struct board_info __initdata board_A4001N1 = {
        .name                                   = "963281T_TEF",
        .of_board_id                    = "adb,a4001n1",
-@@ -4962,6 +5052,7 @@ static const struct board_info __initcon
+@@ -4963,6 +5053,7 @@ static const struct board_info __initcon
        &board_AR5381u,
        &board_AR5387un,
        &board_963281TAN,

Modified: trunk/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch       
2014-10-02 12:25:57 UTC (rev 42737)
+++ trunk/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch       
2014-10-02 12:26:07 UTC (rev 42738)
@@ -142,7 +142,7 @@
  #endif /* CONFIG_BCM63XX_CPU_6318 */
  
  /*
-@@ -5046,6 +5181,7 @@ static const struct board_info __initcon
+@@ -5047,6 +5182,7 @@ static const struct board_info __initcon
  #ifdef CONFIG_BCM63XX_CPU_6318
        &board_96318ref,
        &board_96318ref_p300,

Modified: trunk/target/linux/brcm63xx/profiles/01-generic.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/01-generic.mk  2014-10-02 12:25:57 UTC 
(rev 42737)
+++ trunk/target/linux/brcm63xx/profiles/01-generic.mk  2014-10-02 12:26:07 UTC 
(rev 42738)
@@ -112,3 +112,12 @@
   Package set optimized for 96368MVNgr.
 endef
 $(eval $(call Profile,96368MVNgr))
+
+define Profile/96368MVWG
+  NAME:=Generic 96368MVWG
+  PACKAGES:=
+endef
+define Profile/96368MVWG/Description
+  Package set optimized for 96368MVWG.
+endef
+$(eval $(call Profile,96368MVWG))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to