[meta-freescale] [meta-fsl-arm-extra][PATCH v2 0/5] Enable wifi support for Wandboard Dual

John Weber rjohnweber at gmail.com
Mon Mar 18 13:25:26 PDT 2013


This patchset provides fixes and wifi support for Wandboard-Dual.

  Fixes ESDHC platform data in kernel board init

  Replaces old wifi driver in drivers/staging with a backported driver from
  kernel v3.5 

  Adds a recipe to install wifi chip firmware (linux-firmware bbappend)

  Adds a recipe (wandboard-wifi-support) to provide the nvram file for 
  the chip and to create appropriate symlinks for the firmware files.

  Adds a dependency in the wandboard-dual machine conf to integrate
  the wandboard-wifi-support recipe.

Changes since v1:
  
  Removed an unneeded formatting change to the ESDHC platform data patch.
  
  Combined the remove and add patches for the wifi device driver, as 
  well as integrated the changes to the kernel recipe.
  
  Separated out the machine-specific code from the linux-firmware.bbappend
  and removed the PRINC in linux-firmware_git.bbappend in anticipation that
  we will be upstreaming this into oe-core.
  
  Created a machine-specific wifi support recipe for wandboard.
  
  Added patch numbers to the shortlog

John Weber (5):
  linux-imx (3.0.35): wandboard: fix sdhc platform data
  linux-imx (3.0.35): wandboard: replace brcm80211 driver
  linux-firmware: Add bbappend to include Broadcom wifi drivers
  wandboard-wifi-support: add nvram file and create firmware links
  wandboard-dual: Add wandboard-wifi-support to machine

 conf/machine/wandboard-dual.conf                   |    3 +
 .../files/LICENCE.broadcom_bcm43xx                 |   65 +
 .../files/wandboard-brcmfmac-nvram.txt             |   70 +
 .../wandboard-wifi-support.bb                      |   41 +
 .../linux-firmware/linux-firmware_git.bbappend     |   24 +
 ...002-wandboard-dual-fix-sdhc-platform-data.patch |   52 +
 ....0.35-Add-brcm80211-driver-backported-fro.patch |94038 +++++++++++++++
 ...mx-3.0.35-remove-brcm80211-staging-driver.patch |123141 ++++++++++++++++++++
 .../linux-imx-3.0.35/wandboard-dual/defconfig      |    6 +
 recipes-kernel/linux/linux-imx_3.0.35.bbappend     |    5 +-
 10 files changed, 217444 insertions(+), 1 deletion(-)
 create mode 100644 recipes-bsp/wandboard-wifi-support/files/LICENCE.broadcom_bcm43xx
 create mode 100644 recipes-bsp/wandboard-wifi-support/files/wandboard-brcmfmac-nvram.txt
 create mode 100644 recipes-bsp/wandboard-wifi-support/wandboard-wifi-support.bb
 create mode 100644 recipes-kernel/linux-firmware/linux-firmware_git.bbappend
 create mode 100644 recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0002-wandboard-dual-fix-sdhc-platform-data.patch
 create mode 100644 recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0003-linux-imx-3.0.35-Add-brcm80211-driver-backported-fro.patch
 create mode 100644 recipes-kernel/linux/linux-imx-3.0.35/wandboard-dual/0003-linux-imx-3.0.35-remove-brcm80211-staging-driver.patch

-- 
1.7.9.5




More information about the meta-freescale mailing list