mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
u-boot-cubox-i: add u-boot fork for cubox-i machines
This fork includes MXC SPL support for the SolidRun CuBox-i and HummingBoard devices Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
This commit is contained in:
parent
88dbf62f3c
commit
35f5cc64b1
1
recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt
Normal file
1
recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot} video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32
|
27
recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb
Normal file
27
recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
require recipes-bsp/u-boot/u-boot.inc
|
||||||
|
|
||||||
|
LICENSE = "GPLv2+"
|
||||||
|
LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
|
||||||
|
|
||||||
|
PROVIDES += "u-boot"
|
||||||
|
|
||||||
|
PV = "v2013.10+git${SRCPV}"
|
||||||
|
|
||||||
|
SRCREV = "920ea0f20276614e11961924b1990b6c922c8d0e"
|
||||||
|
SRC_URI = " \
|
||||||
|
git://github.com/rabeeh/u-boot-imx6.git;branch=imx6 \
|
||||||
|
file://uEnv.txt \
|
||||||
|
"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
UENV_FILENAME ?= "uEnv-${MACHINE}.txt"
|
||||||
|
|
||||||
|
deploy_uenv () {
|
||||||
|
install ${WORKDIR}/uEnv.txt ${DEPLOYDIR}/${UENV_FILENAME}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_deploy[postfuncs] += "deploy_uenv"
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
COMPATIBLE_MACHINE = "cubox-i"
|
Loading…
Reference in New Issue
Block a user