1. 09 8月, 2011 1 次提交
  2. 07 7月, 2011 1 次提交
  3. 19 5月, 2011 3 次提交
  4. 17 12月, 2010 4 次提交
  5. 06 7月, 2010 1 次提交
    • W
      MIPS: BCM47xx: Add NVRAM support devices · 121915c4
      Waldemar Brodkorb 提交于
      When trying to netboot a Linksys WRT54GS WLAN router, the bootup fails,
      because of following error message:
      
      ...
      [    0.424000] b44: b44.c:v2.0
      [    0.424000] b44: Invalid MAC address found in EEPROM
      [    0.432000] b44 ssb0:1: Problem fetching invariants of chip,aborting
      [    0.436000] b44: probe of ssb0:1 failed with error -22
      ...
      
      The router uses a CFE bootloader, but most of the needed environment
      variables for network card initialization, are not available from CFE
      via printenv and even though not via cfe_getenv().
      The required environment variables are saved in a special partition
      in flash memory. The attached patch implement nvram_getenv and enables
      bootup via NFS root on my router.
      
      Most of the patch is extracted from the OpenWrt subversion repository and
      stripped down and cleaned up to just fix this issue.
      
      [Ralf: sorted out header file inclusions.  Lots of unneded headers and such
      that should have been included.]
      Signed-off-by: NWaldemar Brodkorb <wbx@openadk.org>
      Reviewed-by: NPhil Sutter <phil@nwl.cc>
      To: linux-mips@linux-mips.org
      Cc: Hauke Mehrtens <hauke@hauke-m.de>
      Patchwork: http://patchwork.linux-mips.org/patch/1359/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      121915c4
  6. 27 2月, 2010 1 次提交
  7. 15 10月, 2008 1 次提交
  8. 20 2月, 2008 1 次提交
  9. 12 10月, 2007 3 次提交