mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
u-boot-timesys: Add version 2011.12
Add some commits over u-boot 2011.12 with board support for the pcl052 and pcm052 platforms, that include: * Add NAND boot support * Add FEC1 support * Fix DDR3 settings for pcm052 1.1 silicon * Fix SDHC issues * New machine definitions (i.e. pcl052, pcm052) and more, for a total of 25 commits. Included in these commits is also base support for the Vybrid Tower platform. Commits from the u-boot-cfi-flash fork from 2012-03-21 and earlier have also been added, starting from commit 85c344e5f98: "cfi: fix the incomplete erased status check in buffer write". This version has been tested on the pcl052 and pcm052 platforms. Signed-off-by: Anthony Felice <tony.felice@timesys.com>
This commit is contained in:
parent
1c0b216988
commit
80015d6820
21
recipes-bsp/u-boot/u-boot-timesys_2011.12.bb
Normal file
21
recipes-bsp/u-boot/u-boot-timesys_2011.12.bb
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Copyright (C) 2013-2014 Timesys Corporation
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
DESCRIPTION = "bootloader for Vybrid platforms"
|
||||
require recipes-bsp/u-boot/u-boot.inc
|
||||
|
||||
PROVIDES += "u-boot"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
||||
|
||||
SRCBRANCH = "2011.12-pcl052"
|
||||
SRC_URI = "git://github.com/Timesys/u-boot-timesys.git;protocol=git;branch=${SRCBRANCH}"
|
||||
SRCREV = "dca5026484c69628be9b9618e5795c635cefe110"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(vf60)"
|
||||
|
||||
PV = "v2011.12"
|
Loading…
Reference in New Issue
Block a user