]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
board: add support for WarPboard
authorArthur LAMBERT <lambertarthur22@gmail.com>
Wed, 1 Jul 2015 09:22:42 +0000 (11:22 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Jul 2015 13:03:15 +0000 (15:03 +0200)
commit2c6e667caa845e3eef116fd2085f19fdb625a6f1
treeb7bd67e6d8474d5b3677c6190c5a0bf1b51dc533
parent2e52be798276fe0c28949f4a16fce0ca20e52153
board: add support for WarPboard

This is a set of patch to add support for warpboard
(Freescale board based on imx6sl)

The patch contains :
  - defconfig for warpboard
  - linux patches from Fabio Estevam to fix device tree due to last change on
  warpboard schematics (rev 1.12) and to fix kernel imx_v6_v7 defconfig which
  use incorrect hci protocol
  - specific firmware file for warpboard bluetooth
  nvram : brcmfmac4330-sdio.txt

Origin of nvram config file for wifi :
https://github.com/Freescale/meta-fsl-arm-extra

[Thomas: misc rewording/improvements in the README file.]

Signed-off-by: Arthur LAMBERT <arthur@dreem.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/freescale/warpboard/README [new file with mode: 0644]
board/freescale/warpboard/patches/linux/0001-hciuart-h4.patch [new file with mode: 0644]
board/freescale/warpboard/patches/linux/0002-replace-uart2-by-uart5.patch [new file with mode: 0644]
board/freescale/warpboard/rootfs_overlay/lib/firmware/brcm/brcmfmac4330-sdio.txt [new file with mode: 0644]
configs/warpboard_defconfig [new file with mode: 0644]