nb4: fix support, add support for SVC and CLIP BTN
authorFlorian Fainelli <florian@openwrt.org>
Mon, 13 Aug 2012 09:55:04 +0000 (09:55 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 13 Aug 2012 09:55:04 +0000 (09:55 +0000)
Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com>
SVN-Revision: 33156

25 files changed:
target/linux/brcm63xx/patches-3.3/501-board-NB4.patch
target/linux/brcm63xx/patches-3.3/502-board-96338W2_E7T.patch
target/linux/brcm63xx/patches-3.3/503-board-CPVA642.patch
target/linux/brcm63xx/patches-3.3/504-board_dsl_274xb_rev_c.patch
target/linux/brcm63xx/patches-3.3/505-board_spw500v.patch
target/linux/brcm63xx/patches-3.3/506-board_gw6200_gw6000.patch
target/linux/brcm63xx/patches-3.3/507-board-MAGIC.patch
target/linux/brcm63xx/patches-3.3/508-board_hw553.patch
target/linux/brcm63xx/patches-3.3/509-board_rta1320_16m.patch
target/linux/brcm63xx/patches-3.3/510-board_spw303v.patch
target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch
target/linux/brcm63xx/patches-3.3/512-board_BTV2110.patch
target/linux/brcm63xx/patches-3.3/514-board_ct536_ct5621.patch
target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch
target/linux/brcm63xx/patches-3.3/519_board_CPVA502plus.patch
target/linux/brcm63xx/patches-3.3/520-bcm63xx-add-support-for-96368MVWG-board.patch
target/linux/brcm63xx/patches-3.3/521-bcm63xx-add-support-for-96368MVNgr-board.patch
target/linux/brcm63xx/patches-3.3/522-MIPS-BCM63XX-add-96328avng-reference-board.patch
target/linux/brcm63xx/patches-3.3/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch
target/linux/brcm63xx/patches-3.3/524-board_dsl_274xb_rev_f.patch
target/linux/brcm63xx/patches-3.3/525-board_96348w3.patch
target/linux/brcm63xx/patches-3.3/526-board_CT6373-1.patch
target/linux/brcm63xx/patches-3.3/527-board_dva-g3810bn-tl-1.patch
target/linux/brcm63xx/patches-3.3/528-board_nb6.patch
target/linux/brcm63xx/patches-3.3/801-ssb_export_fallback_sprom.patch

index beb8f33b696bc3d168a0adf2c159968c1b1873f5..2f96f4b1e3b16c6a23f1197d713ab7ec92bff16b 100644 (file)
@@ -22,7 +22,7 @@
  static struct board_info board;
  
  /*
-@@ -666,6 +674,496 @@ static struct board_info __initdata boar
+@@ -666,6 +674,586 @@ static struct board_info __initdata boar
  
        .has_ohci0                      = 1,
  };
 +                      .gpio           = 34,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_RESTART,
++                      .active_low     = 1,
 +                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +              {
 +                      .gpio           = 37,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_WPS_BUTTON,
++                      .active_low     = 1,
++                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
++              },
++              {
++                      .desc           = "service",
++                      .gpio           = 27,
++                      .type           = EV_KEY,
++                      .code           = BTN_0,
++                      .active_low     = 1,
++                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
++              },
++              {
++                      .desc           = "clip",
++                      .gpio           = 31,
++                      .type           = EV_KEY,
++                      .code           = BTN_1,
++                      .active_low     = 1,
 +                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +      },
 +                      .gpio           = 34,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_RESTART,
++                      .active_low     = 1,
 +                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +              {
 +                      .gpio           = 37,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_WPS_BUTTON,
++                      .active_low     = 1,
++                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
++              },
++              {
++                      .desc           = "service",
++                      .gpio           = 27,
++                      .type           = EV_KEY,
++                      .code           = BTN_0,
++                      .active_low     = 1,
++                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
++              },
++              {
++                      .desc           = "clip",
++                      .gpio           = 31,
++                      .type           = EV_KEY,
++                      .code           = BTN_1,
++                      .active_low     = 1,
 +                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +      },
 +                      .gpio           = 34,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_RESTART,
++                      .active_low     = 1,
 +                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +              {
 +                      .gpio           = 37,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_WPS_BUTTON,
++                      .active_low     = 1,
++                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
++              },
++              {
++                      .desc           = "service",
++                      .gpio           = 27,
++                      .type           = EV_KEY,
++                      .code           = BTN_0,
++                      .active_low     = 1,
++                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
++              },
++              {
++                      .desc           = "clip",
++                      .gpio           = 31,
++                      .type           = EV_KEY,
++                      .code           = BTN_1,
++                      .active_low     = 1,
 +                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +      },
 +                      .gpio           = 34,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_RESTART,
++                      .active_low     = 1,
 +                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +              {
 +                      .gpio           = 37,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_WPS_BUTTON,
++                      .active_low     = 1,
++                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
++              },
++              {
++                      .desc           = "service",
++                      .gpio           = 27,
++                      .type           = EV_KEY,
++                      .code           = BTN_0,
++                      .active_low     = 1,
++                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
++              },
++              {
++                      .desc           = "clip",
++                      .gpio           = 31,
++                      .type           = EV_KEY,
++                      .code           = BTN_1,
++                      .active_low     = 1,
 +                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +      },
 +                      .gpio           = 34,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_RESTART,
++                      .active_low     = 1,
 +                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +              {
 +                      .gpio           = 37,
 +                      .type           = EV_KEY,
 +                      .code           = KEY_WPS_BUTTON,
++                      .active_low     = 1,
++                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
++              },
++              {
++                      .desc           = "service",
++                      .gpio           = 27,
++                      .type           = EV_KEY,
++                      .code           = BTN_0,
++                      .active_low     = 1,
++                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
++              },
++              {
++                      .desc           = "clip",
++                      .gpio           = 31,
++                      .type           = EV_KEY,
++                      .code           = BTN_1,
++                      .active_low     = 1,
 +                      .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
 +              },
 +      },
  #endif
  
  /*
-@@ -696,9 +1194,31 @@ static const struct board_info __initdat
+@@ -696,6 +1284,11 @@ static const struct board_info __initdat
        &board_96358vw2,
        &board_AGPFS0,
        &board_DWVS0,
  #endif
  };
  
-+static void __init nb4_nvram_fixup(void)
-+{
-+      u8 *boot_addr, *p;
-+      u32 val;
-+      char *board_name = (char *)bcm63xx_nvram_get_name();
-+
+@@ -750,6 +1343,16 @@ static void __init boardid_fixup(u8 *boo
+       struct bcm_tag *tag = (struct bcm_tag *)(boot_addr + CFE_OFFSET_64K);
+       char *board_name = (char *)bcm63xx_nvram_get_name();
 +      if (BCMCPU_IS_6358() && (!strcmp(board_name, "96358VW"))) {
-+              val = bcm_mpi_readl(MPI_CSBASE_REG(0));
-+              val &= MPI_CSBASE_BASE_MASK;
-+              boot_addr = (u8 *)KSEG1ADDR(val);
++              u8 *p = boot_addr + NB4_PID_OFFSET;
++
 +              /* Extract nb4 PID */
-+              p = boot_addr + NB4_PID_OFFSET;
-+              if (!memcmp(p, "NB4-", 4))
++              if (!memcmp(p, "NB4-", 4)) {
 +                      memcpy(board_name, p, sizeof("NB4-XXX-rX"));
++                      return;
++              }
 +      }
-+}
-+
- /*
-  * Register a sane SPROMv2 to make the on-board
-  * bcm4318 WLAN work
-@@ -810,6 +1330,9 @@ void __init board_prom_init(void)
-               boardid_fixup(boot_addr);
-       }
-+      /* Fixup broken nb4 board name */
-+      nb4_nvram_fixup();
 +
-       board_name = bcm63xx_nvram_get_name();
-       /* find board by name */
-       for (i = 0; i < ARRAY_SIZE(bcm963xx_boards); i++) {
+       /* check if bcm_tag is at 64k offset */
+       if (strncmp(board_name, tag->boardid, BOARDID_LEN) != 0) {
+               /* else try 128k */
index a9e39987c2283e6ac05f3a6b941c8eb4a825b319..12c7ac4f120a10dd5f809d4a93c1a9f51ce0a0d8 100644 (file)
@@ -39,7 +39,7 @@
  #endif
  
  /*
-@@ -1173,6 +1205,7 @@ static const struct board_info __initdat
+@@ -1263,6 +1295,7 @@ static const struct board_info __initdat
  #ifdef CONFIG_BCM63XX_CPU_6338
        &board_96338gw,
        &board_96338w,
index 2edadfdcc1347cea9cda650b7bc48287aeff5d47..98c9375d8fe6a199dd459fe84341384237cb35c2 100644 (file)
@@ -97,7 +97,7 @@
  static struct board_info __initdata board_AGPFS0 = {
        .name                           = "AGPF-S0",
        .expected_cpu_id                = 0x6358,
-@@ -1226,6 +1316,7 @@ static const struct board_info __initdat
+@@ -1316,6 +1406,7 @@ static const struct board_info __initdat
        &board_96358vw,
        &board_96358vw2,
        &board_AGPFS0,
index 13844f69cbb51655335a65a211ec920c57a584c0..ea8ba59800cf89ebdec0628bc28c7f03d418ea77 100644 (file)
@@ -60,7 +60,7 @@
  struct spi_gpio_platform_data nb4_spi_gpio_data = {
        .sck            = NB4_SPI_GPIO_CLK,
        .mosi           = NB4_SPI_GPIO_MOSI,
-@@ -1318,6 +1371,7 @@ static const struct board_info __initdat
+@@ -1408,6 +1461,7 @@ static const struct board_info __initdat
        &board_AGPFS0,
        &board_CPVA642,
        &board_DWVS0,
index 559130b7ed5612af60c4dc1ec46f90421293ba4c..584efd1e904d03712608f382483244814f31b189 100644 (file)
@@ -68,7 +68,7 @@
  #endif
  
  /*
-@@ -1363,6 +1424,7 @@ static const struct board_info __initdat
+@@ -1453,6 +1514,7 @@ static const struct board_info __initdat
        &board_96348gw_a,
        &board_rta1025w_16,
        &board_96348_D4PW,
index c1cb917691c5a1355cae330e5ea3573efdcb57e8..78e06d842f03a6bdf471931444940ca95dc03336 100644 (file)
  static struct board_info __initdata board_FAST2404 = {
        .name                           = "F@ST2404",
        .expected_cpu_id                = 0x6348,
-@@ -1417,6 +1523,8 @@ static const struct board_info __initdat
+@@ -1507,6 +1613,8 @@ static const struct board_info __initdat
  #ifdef CONFIG_BCM63XX_CPU_6348
        &board_96348r,
        &board_96348gw,
index 5b2c2aff11a9640d11b8e3b2f2d7afd6b2c41cb6..7b96f32110956bc77212d14083a7ac3a1036afba 100644 (file)
@@ -77,7 +77,7 @@
  #endif
  
  /*
-@@ -1533,6 +1603,7 @@ static const struct board_info __initdat
+@@ -1623,6 +1693,7 @@ static const struct board_info __initdat
        &board_rta1025w_16,
        &board_96348_D4PW,
        &board_spw500v,
index 15c669be5ef8cd67c9d7a58d5a61088a0d549605..dc9a744ef4dafb9708bdb3194ff55d0f528318a4 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1576,6 +1576,80 @@ static struct board_info __initdata boar
+@@ -1666,6 +1666,80 @@ static struct board_info __initdata boar
        .spis = nb4_spi_devices,
        .num_spis = ARRAY_SIZE(nb4_spi_devices),
  };
@@ -81,7 +81,7 @@
  #endif
  
  /*
-@@ -1618,6 +1692,7 @@ static const struct board_info __initdat
+@@ -1708,6 +1782,7 @@ static const struct board_info __initdat
        &board_nb4_ser_r2,
        &board_nb4_fxc_r1,
        &board_nb4_fxc_r2,
index 8735d7d809ca7fc2b210e06f121982fa5c7a5e3f..11c0903a90ab2a9378ee969c44ebc7e09e067e94 100644 (file)
@@ -44,7 +44,7 @@
  #endif
  
  /*
-@@ -1660,6 +1697,7 @@ static const struct board_info __initdat
+@@ -1750,6 +1787,7 @@ static const struct board_info __initdat
        &board_96338gw,
        &board_96338w,
        &board_96338w2_e7t,
index 87e0ae6accd5934809a27fba687ce74ba2c59476..2ff60a4bc19f6bafb2882d65a1f19442f2f3e8b7 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1687,6 +1687,72 @@ static struct board_info __initdata boar
+@@ -1777,6 +1777,72 @@ static struct board_info __initdata boar
                },
        },
  };
@@ -73,7 +73,7 @@
  #endif
  
  /*
-@@ -1731,6 +1797,7 @@ static const struct board_info __initdat
+@@ -1821,6 +1887,7 @@ static const struct board_info __initdat
        &board_nb4_fxc_r1,
        &board_nb4_fxc_r2,
        &board_HW553,
index 7b4468ae7f857f7ae4d1f701f32c43f03f05b665..ff52497d4137fdc3e61aabdb7f923c337d5dc5cd 100644 (file)
@@ -64,7 +64,7 @@
  #endif
  
  /*
-@@ -1782,6 +1839,7 @@ static const struct board_info __initdat
+@@ -1872,6 +1929,7 @@ static const struct board_info __initdat
        &board_96348_D4PW,
        &board_spw500v,
        &board_96348sv,
@@ -72,7 +72,7 @@
  #endif
  
  #ifdef CONFIG_BCM63XX_CPU_6358
-@@ -1909,6 +1967,23 @@ void __init board_prom_init(void)
+@@ -1992,6 +2050,23 @@ void __init board_prom_init(void)
                val &= MPI_CSBASE_BASE_MASK;
        }
        boot_addr = (u8 *)KSEG1ADDR(val);
index 1cf9532afd1ced61dc95940dad0488d389fad2a5..03d9b41444cc547994e28427f11ee62d661daa20 100644 (file)
@@ -63,7 +63,7 @@
  static struct board_info __initdata board_96348gw = {
        .name                           = "96348GW",
        .expected_cpu_id                = 0x6348,
-@@ -1840,6 +1896,7 @@ static const struct board_info __initdat
+@@ -1930,6 +1986,7 @@ static const struct board_info __initdat
        &board_spw500v,
        &board_96348sv,
        &board_V2500V_BB,
index 7b7a832aca322bb4162c88317a90eadc69bdcb4e..41e37c8284fde0d0ebbd0e8886dc994e13b4b941 100644 (file)
@@ -50,7 +50,7 @@
  static struct board_info __initdata board_96348gw = {
        .name                           = "96348GW",
        .expected_cpu_id                = 0x6348,
-@@ -1897,6 +1940,7 @@ static const struct board_info __initdat
+@@ -1987,6 +2030,7 @@ static const struct board_info __initdat
        &board_96348sv,
        &board_V2500V_BB,
        &board_V2110,
index 935ecf7882352d03287a75226fd99e4840b3af4d..dbc9aeb33b4111b082b22517ddff3e352845e40e 100644 (file)
@@ -68,7 +68,7 @@
  static struct board_info __initdata board_96348gw = {
        .name                           = "96348GW",
        .expected_cpu_id                = 0x6348,
-@@ -1944,6 +2005,7 @@ static const struct board_info __initdat
+@@ -2034,6 +2095,7 @@ static const struct board_info __initdat
        &board_V2500V_BB,
        &board_V2110,
        &board_ct536_ct5621,
index 48f153008552163233190a23bf4fd687346e53e0..07adb376f899f217184e45cc6c2f870c0295eca5 100644 (file)
@@ -45,7 +45,7 @@
  #endif
  
  /*
-@@ -2007,6 +2045,7 @@ static const struct board_info __initdat
+@@ -2097,6 +2135,7 @@ static const struct board_info __initdat
        &board_V2110,
        &board_ct536_ct5621,
        &board_96348A_122,
index b2b58a19f08d1ce5d1e08918b3069f3fe8f26694..f2e5dba04da9c19da47dad14aacd7c45fac0debd 100644 (file)
@@ -10,7 +10,7 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2015,6 +2015,78 @@ static struct board_info __initdata boar
+@@ -2105,6 +2105,78 @@ static struct board_info __initdata boar
  #endif
  
  /*
@@ -89,7 +89,7 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
   * all boards
   */
  static const struct board_info __initdata *bcm963xx_boards[] = {
-@@ -2063,6 +2135,10 @@ static const struct board_info __initdat
+@@ -2153,6 +2225,10 @@ static const struct board_info __initdat
        &board_HW553,
        &board_spw303v,
  #endif
@@ -99,8 +99,8 @@ Subject: [PATCH 32/63] bcm63xx: add support for 96368MVWG board.
 +#endif
  };
  
- static void __init nb4_nvram_fixup(void)
-@@ -2244,12 +2320,25 @@ void __init board_prom_init(void)
+ /*
+@@ -2324,12 +2400,25 @@ void __init board_prom_init(void)
                bcm63xx_pci_enabled = 1;
                if (BCMCPU_IS_6348())
                        val |= GPIO_MODE_6348_G2_PCI;
index 62f70aa2debecf062c8d1e0371d4784b43ba4d50..8ddc6dbc542e0126371f96fe0329dec90d755372 100644 (file)
@@ -9,7 +9,7 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2084,6 +2084,72 @@ static struct board_info __initdata boar
+@@ -2174,6 +2174,72 @@ static struct board_info __initdata boar
        .has_ohci0 = 1,
        .has_ehci0 = 1,
  };
@@ -82,7 +82,7 @@ Subject: [PATCH 33/63] bcm63xx: add support for 96368MVNgr board.
  #endif
  
  /*
-@@ -2138,6 +2204,7 @@ static const struct board_info __initdat
+@@ -2228,6 +2294,7 @@ static const struct board_info __initdat
  
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
index f75e18891c50342aaadc1375e84f7419a097b852..59c6fe2853f045557769d1214c19429cea227346 100644 (file)
@@ -90,7 +90,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 96328avng reference board
   * known 6338 boards
   */
  #ifdef CONFIG_BCM63XX_CPU_6338
-@@ -2156,6 +2230,9 @@ static struct board_info __initdata boar
+@@ -2246,6 +2320,9 @@ static struct board_info __initdata boar
   * all boards
   */
  static const struct board_info __initdata *bcm963xx_boards[] = {
index e2970960fc2b237dc61a4ec38790c4f74c6c5300..1b5d369e8fa436e9094f6a022ac8257f1b43d243 100644 (file)
@@ -86,7 +86,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
  #endif
  
  /*
-@@ -2232,6 +2302,7 @@ static struct board_info __initdata boar
+@@ -2322,6 +2392,7 @@ static struct board_info __initdata boar
  static const struct board_info __initdata *bcm963xx_boards[] = {
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
index 99fcb0f4c7fdf30a51bb3ca6b85e1c371bd13e6e..b339d7476f2c7880999ebe32ef859f9edb04dcb9 100644 (file)
@@ -120,7 +120,7 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link
  #endif
  
  /*
-@@ -2303,6 +2406,7 @@ static const struct board_info __initdat
+@@ -2393,6 +2496,7 @@ static const struct board_info __initdat
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,
        &board_963281TAN,
index 367ec9782119e0f4a85848ba512b3f661ddbf46b..76425cd277f5c44fc1d9f68c8630946966675a56 100644 (file)
@@ -58,7 +58,7 @@
  #endif
  
  /*
-@@ -2436,6 +2487,7 @@ static const struct board_info __initdat
+@@ -2526,6 +2577,7 @@ static const struct board_info __initdat
        &board_ct536_ct5621,
        &board_96348A_122,
        &board_CPVA502plus,
index 50d8535f54320692f7e0a03ee6edb36bbf190b80..58b209ed38144f1aa47efa8a916ddb421956c521 100644 (file)
@@ -14,7 +14,7 @@
  static struct board_info board;
  
  /*
-@@ -2171,6 +2178,111 @@ static struct board_info __initdata boar
+@@ -2261,6 +2268,111 @@ static struct board_info __initdata boar
        .num_spis = ARRAY_SIZE(nb4_spi_devices),
  };
  
  static struct board_info __initdata board_HW553 = {
        .name                           = "HW553",
        .expected_cpu_id                = 0x6358,
-@@ -2502,6 +2614,7 @@ static const struct board_info __initdat
+@@ -2592,6 +2704,7 @@ static const struct board_info __initdat
        &board_nb4_ser_r2,
        &board_nb4_fxc_r1,
        &board_nb4_fxc_r2,
index 6e764e3f706cd34a5d8626adf4601ce2c67ccd77..fe47dc633d6f997ac2b6b255399c829d55c2acd6 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2422,6 +2422,71 @@ static struct board_info __initdata boar
+@@ -2512,6 +2512,71 @@ static struct board_info __initdata boar
                },
        }
  };
@@ -72,7 +72,7 @@
  #endif
  
  /*
-@@ -2617,6 +2682,7 @@ static const struct board_info __initdat
+@@ -2707,6 +2772,7 @@ static const struct board_info __initdat
        &board_ct6373_1,
        &board_HW553,
        &board_spw303v,
index f178efdc0fcc0578a915687861b74cb86ed308ed..e3f9382c098bc0f00a000cc61d411f1f91f45c08 100644 (file)
@@ -17,7 +17,7 @@
  
  #define CT6373_PID_OFFSET             0xff80
  #define CT6373_74X164_GPIO_BASE       64
-@@ -2489,6 +2492,103 @@ static struct board_info __initdata boar
+@@ -2579,6 +2582,103 @@ static struct board_info __initdata boar
  };
  #endif
  
  /*
   * known 6368 boards
   */
-@@ -2685,6 +2785,10 @@ static const struct board_info __initdat
+@@ -2775,6 +2875,10 @@ static const struct board_info __initdat
        &board_DVAG3810BN,
  #endif
  
  #ifdef CONFIG_BCM63XX_CPU_6368
        &board_96368mvwg,
        &board_96368mvngr,
-@@ -2759,6 +2863,11 @@ static void __init boardid_fixup(u8 *boo
-       struct bcm_tag *tag = (struct bcm_tag *)(boot_addr + CFE_OFFSET_64K);
-       char *board_name = (char *)bcm63xx_nvram_get_name();
+@@ -2842,6 +2946,11 @@ static void __init boardid_fixup(u8 *boo
+               }
+       }
  
 +      if (BCMCPU_IS_6362() && (!strncmp(board_name, "NB6-", sizeof("NB6-") - 1))) {
 +              board_name[sizeof("NB6") - 1] = '\0';
index ca6e5aa28930ab7c9a8f8af83b747ec65a3b2ae5..78ddd5f2181af03bc9f7fd43e6ed55cabcf84ce0 100644 (file)
@@ -8,7 +8,7 @@
  #include <linux/spi/spi.h>
  #include <linux/spi/spi_gpio.h>
  #include <linux/spi/74x164.h>
-@@ -2933,7 +2934,7 @@ static void __init nb4_nvram_fixup(void)
+@@ -3006,7 +3007,7 @@ static const struct board_info __initdat
   * bcm4318 WLAN work
   */
  #ifdef CONFIG_SSB_PCIHOST
@@ -17,7 +17,7 @@
        .revision               = 0x02,
        .board_rev              = 0x17,
        .country_code           = 0x0,
-@@ -2953,6 +2954,7 @@ static struct ssb_sprom bcm63xx_sprom =
+@@ -3026,6 +3027,7 @@ static struct ssb_sprom bcm63xx_sprom =
        .boardflags_lo          = 0x2848,
        .boardflags_hi          = 0x0000,
  };