u-boot-timesys: Add branch for quartz machine

This branch adds some commits with board support for the quartz platform, that
include:

* Add NAND support
* Add Ethernet support
* Fix DDR3 settings for 1.1 silicon
* New machine definitions (e.g. quartz, quartz_nand)

This version has been tested on the quartz platform.

Change-Id: I63d73d7cfb15f4fe1044220a27d75858728cf617
Signed-off-by: Anthony Felice <tony.felice@timesys.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Anthony Felice 2014-03-19 11:28:22 -04:00 committed by Otavio Salvador
parent a526b71027
commit d451e83fb7

View File

@ -13,6 +13,9 @@ SRCBRANCH = "2011.12-pcl052"
SRC_URI = "git://github.com/Timesys/u-boot-timesys.git;protocol=git;branch=${SRCBRANCH}"
SRCREV = "dca5026484c69628be9b9618e5795c635cefe110"
SRCBRANCH_quartz = "2011.12-quartz"
SRCREV_quartz = "2dc3859b8274b45fb6336d9713b4b07e42dfb4cb"
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"