]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ventana: Add Gateworks Ventana family support
authorTim Harvey <tharvey@gateworks.com>
Thu, 6 Mar 2014 15:46:30 +0000 (07:46 -0800)
committerStefano Babic <sbabic@denx.de>
Wed, 12 Mar 2014 09:23:03 +0000 (10:23 +0100)
commit59189a8b26793ace1b7d0eee9496875ac8713299
tree1ef0c4d4ba8a38443900ff20b22ed4bb4dc44ab7
parent1ad6364eeb4f578e423081d1748e8a3fdf1ab01d
ventana: Add Gateworks Ventana family support

Gateworks Ventana is a product family based on the i.MX6.  This
patch adds support for all boards in the Ventana family. Where
possible, data from the boards EEPROM is used to determine various
details about the board at runtime.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/Makefile [new file with mode: 0644]
board/gateworks/gw_ventana/README [new file with mode: 0644]
board/gateworks/gw_ventana/clocks.cfg [new file with mode: 0644]
board/gateworks/gw_ventana/gsc.c [new file with mode: 0644]
board/gateworks/gw_ventana/gsc.h [new file with mode: 0644]
board/gateworks/gw_ventana/gw_ventana.c [new file with mode: 0644]
board/gateworks/gw_ventana/gw_ventana.cfg [new file with mode: 0644]
board/gateworks/gw_ventana/ventana_eeprom.h [new file with mode: 0644]
boards.cfg
include/configs/gw_ventana.h [new file with mode: 0644]