mbox series

[0/2] Add board support for Chameleon96 Board

Message ID 20181215030152.4386-1-manivannan.sadhasivam@linaro.org (mailing list archive)
Headers show
Series Add board support for Chameleon96 Board | expand

Message

Manivannan Sadhasivam Dec. 15, 2018, 3:01 a.m. UTC
Hello,

This patchset adds board support for Chameleon96 board from Novetech
based on Intel Cyclone V SoC FPGA. This board is one of the Consumer
Edition boards of the 96Boards family and has the following key features:
    
* SoC - Intel Cyclone V SoC FPGA
* GPU - Graphics based on Intel Video Suite for FPGA
* RAM - 512MB DDR3L
* USB - 2x USB2.0 Host, 1x USB2.0 OTG
* Wireless - Wifi, BT
    
More information about this board can be found in 96Boards product
page: https://www.96boards.org/product/chameleon96/

This patchset has been tested on Chameleon96 board and the board boots
into a distro on SD card with USB ports working.

Thanks,
Mani

Manivannan Sadhasivam (2):
  dt-bindings: vendor-prefixes: Add Novtech Vendor Prefix
  ARM: dts: Add support for 96Boards Chameleon96 board

 .../devicetree/bindings/vendor-prefixes.txt   |   1 +
 arch/arm/boot/dts/Makefile                    |   1 +
 .../boot/dts/socfpga_cyclone5_chameleon96.dts | 130 ++++++++++++++++++
 3 files changed, 132 insertions(+)
 create mode 100644 arch/arm/boot/dts/socfpga_cyclone5_chameleon96.dts

Comments

Manivannan Sadhasivam Jan. 8, 2019, 6:43 a.m. UTC | #1
On Sat, Dec 15, 2018 at 08:31:50AM +0530, Manivannan Sadhasivam wrote:
> Hello,
> 
> This patchset adds board support for Chameleon96 board from Novetech
> based on Intel Cyclone V SoC FPGA. This board is one of the Consumer
> Edition boards of the 96Boards family and has the following key features:
>     
> * SoC - Intel Cyclone V SoC FPGA
> * GPU - Graphics based on Intel Video Suite for FPGA
> * RAM - 512MB DDR3L
> * USB - 2x USB2.0 Host, 1x USB2.0 OTG
> * Wireless - Wifi, BT
>     
> More information about this board can be found in 96Boards product
> page: https://www.96boards.org/product/chameleon96/
> 
> This patchset has been tested on Chameleon96 board and the board boots
> into a distro on SD card with USB ports working.
>

Hi,

Ping on this series!

Thanks,
Mani
 
> Thanks,
> Mani
> 
> Manivannan Sadhasivam (2):
>   dt-bindings: vendor-prefixes: Add Novtech Vendor Prefix
>   ARM: dts: Add support for 96Boards Chameleon96 board
> 
>  .../devicetree/bindings/vendor-prefixes.txt   |   1 +
>  arch/arm/boot/dts/Makefile                    |   1 +
>  .../boot/dts/socfpga_cyclone5_chameleon96.dts | 130 ++++++++++++++++++
>  3 files changed, 132 insertions(+)
>  create mode 100644 arch/arm/boot/dts/socfpga_cyclone5_chameleon96.dts
> 
> -- 
> 2.17.1
>
Dinh Nguyen Jan. 9, 2019, 4:09 p.m. UTC | #2
On 1/8/19 12:43 AM, Manivannan Sadhasivam wrote:
> On Sat, Dec 15, 2018 at 08:31:50AM +0530, Manivannan Sadhasivam wrote:
>> Hello,
>>
>> This patchset adds board support for Chameleon96 board from Novetech
>> based on Intel Cyclone V SoC FPGA. This board is one of the Consumer
>> Edition boards of the 96Boards family and has the following key features:
>>     
>> * SoC - Intel Cyclone V SoC FPGA
>> * GPU - Graphics based on Intel Video Suite for FPGA
>> * RAM - 512MB DDR3L
>> * USB - 2x USB2.0 Host, 1x USB2.0 OTG
>> * Wireless - Wifi, BT
>>     
>> More information about this board can be found in 96Boards product
>> page: https://www.96boards.org/product/chameleon96/
>>
>> This patchset has been tested on Chameleon96 board and the board boots
>> into a distro on SD card with USB ports working.
>>
> 
> Hi,
> 
> Ping on this series!
> 

Applied!

Thanks,
Dinh