These patches add support for WiFi on the Raspberry Pi 3. Log: https://gist.github.com/Noltari/92f51259c9d18506192b#file-brcm2710_rpi3_wifi-log
Considerations: 1) No firmware files provided until licenses are clarified: https://github.com/raspberrypi/linux/issues/1325 For now the user has to manually download brcmfmac43430-sdio.bin and brcmfmac43430-sdio.txt files to /lib/firmware/brcm. 2) Power managment isn't properly working, so it needs to be disabled. Álvaro Fernández Rojas (2): brcm2708: update patches to latest version brcmfmac: Add Raspberry Pi 3 support package/kernel/mac80211/Makefile | 1 + .../345-brcmfmac-Disable-power-management.patch | 27 ++++ .../brcm2708/bcm2710/profiles/RaspberryPi3.mk | 1 + target/linux/brcm2708/modules.mk | 7 +- ...port-for-the-CONFIG_CMDLINE_EXTEND-option.patch | 0 ...171-BCM270X_DT-Add-pi3-disable-bt-overlay.patch | 96 ++++++++++++ ...BCM270X_DT-Add-pi3-miniuart-bt-DT-overlay.patch | 117 ++++++++++++++ ...-Pi3-DT-Add-dtparams-for-the-SD-interface.patch | 25 +++ .../0174-vchiq_arm-Tweak-the-logging-output.patch | 75 +++++++++ ...bcm2835-sdhost-Only-claim-one-DMA-channel.patch | 160 +++++++++++++++++++ ...76-bcm2835-mmc-Only-claim-one-DMA-channel.patch | 170 +++++++++++++++++++++ .../0177-config-rebuild-with-savedefconfig.patch | 28 ++++ .../0178-config-Add-module-for-mcp3422-ADC.patch | 30 ++++ ...-Pi3-DT-Add-pull-ups-on-the-UART-RX-lines.patch | 40 +++++ .../patches-4.4/1000-mfd-rpisense-disable.patch | 10 ++ .../1001-smsc95xx-disable-hw-csum.patch | 11 ++ 16 files changed, 792 insertions(+), 6 deletions(-) create mode 100644 package/kernel/mac80211/patches/345-brcmfmac-Disable-power-management.patch mode change 100755 => 100644 target/linux/brcm2708/patches-4.4/0051-fdt-Add-support-for-the-CONFIG_CMDLINE_EXTEND-option.patch create mode 100644 target/linux/brcm2708/patches-4.4/0171-BCM270X_DT-Add-pi3-disable-bt-overlay.patch create mode 100644 target/linux/brcm2708/patches-4.4/0172-BCM270X_DT-Add-pi3-miniuart-bt-DT-overlay.patch create mode 100644 target/linux/brcm2708/patches-4.4/0173-Pi3-DT-Add-dtparams-for-the-SD-interface.patch create mode 100644 target/linux/brcm2708/patches-4.4/0174-vchiq_arm-Tweak-the-logging-output.patch create mode 100644 target/linux/brcm2708/patches-4.4/0175-bcm2835-sdhost-Only-claim-one-DMA-channel.patch create mode 100644 target/linux/brcm2708/patches-4.4/0176-bcm2835-mmc-Only-claim-one-DMA-channel.patch create mode 100644 target/linux/brcm2708/patches-4.4/0177-config-rebuild-with-savedefconfig.patch create mode 100644 target/linux/brcm2708/patches-4.4/0178-config-Add-module-for-mcp3422-ADC.patch create mode 100644 target/linux/brcm2708/patches-4.4/0179-Pi3-DT-Add-pull-ups-on-the-UART-RX-lines.patch create mode 100644 target/linux/brcm2708/patches-4.4/1000-mfd-rpisense-disable.patch create mode 100644 target/linux/brcm2708/patches-4.4/1001-smsc95xx-disable-hw-csum.patch -- 1.9.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel