Commit afc29684 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

updated to 2019.07

parent 046de13c
......@@ -96,9 +96,12 @@ do_compile(){
echo "Compiling..."
cd ${GITDIR_uboot}
#AUTOCONF_FILE="include/autoconf.mk"
AUTOCONF_FILE="include/config/auto.conf"
echo "Running ezynqcfg.py for the first time - u-boot length is not known yet, generating arch/arm/mach-zynq/ezynq.c"
${GITDIR_ezynq_label}/ezynqcfg.py -c include/autoconf.mk --html u-boot.html -o boot_head.bin --html-mask 0x3ff --lowlevel arch/arm/mach-zynq/ezynq.c
${GITDIR_ezynq_label}/ezynqcfg.py -c $AUTOCONF_FILE --html u-boot.html -o boot_head.bin --html-mask 0x3ff --lowlevel arch/arm/mach-zynq/ezynq.c
unset LDFLAGS
unset CFLAGS
......@@ -117,7 +120,7 @@ do_compile(){
UBOOT_FILE="u-boot.bin"
fi
${GITDIR_ezynq_label}/ezynqcfg.py -c include/autoconf.mk -o boot_head.bin --uboot $UBOOT_FILE --html u-boot.html --html-mask 0x3ff --lowlevel arch/arm/mach-zynq/ezynq.c
${GITDIR_ezynq_label}/ezynqcfg.py -c $AUTOCONF_FILE -o boot_head.bin --uboot $UBOOT_FILE --html u-boot.html --html-mask 0x3ff --lowlevel arch/arm/mach-zynq/ezynq.c
cat boot_head.bin $UBOOT_FILE > boot.bin
......
......@@ -5,7 +5,7 @@ HOMEPAGE = "https://elphel.com;https://blog.elphel.com"
SECTION = "bootloaders"
# Project Version
PV = "v2016.05"
PV = "v2019.07"
# Project Revision
PR = "r0"
......
require recipes-bsp/u-boot/u-boot.inc
DEPENDS = "bc-native dtc-native"
DEPENDS = "bc-native dtc-native bison-native"
LICENSE = "GPLv2+ & GPLv3"
LIC_FILES_CHKSUM = "file://${GITDIR_uboot}/README;md5=f0b2103a037ad81f10894cc74e3b6212 \
LIC_FILES_CHKSUM = "file://${GITDIR_uboot}/README;md5=030fd86c891b64ce88b7aa3cff0fbd44 \
file://${GITDIR_ezynq}/LICENSE;md5=891e49b3c2a8c133ffe7985e54245aff"
# working directory
......@@ -41,7 +41,8 @@ GITDIR_uboot= "${WORKDIR}/git/${GITDIR_uboot_dir}"
ELPHELGITHOST ??= "git.elphel.com"
SRC_URI_ezynq= "https://${ELPHELGITHOST}/Elphel/ezynq.git"
SRC_URI_ezynq_branch= "master"
#SRC_URI_ezynq_branch= "master"
SRC_URI_ezynq_branch= "v2019.07"
SRC_URI_uboot= "git://git.denx.de/u-boot.git"
#for u-boot-xlnx
......@@ -58,7 +59,9 @@ SRCREV_ezynq= ""
#SRCREV_uboot= "54fee227ef141214141a226efd17ae0516deaf32"
#SRCREV_uboot= "2a0536fa48db1fc5332e3cd33b846d0da0c8bc1e"
#SRCREV_uboot= "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930"
SRCREV_uboot= "aeaec0e682f45b9e0c62c522fafea353931f73ed"
#SRCREV_uboot= "aeaec0e682f45b9e0c62c522fafea353931f73ed"
SRCREV_uboot= "e5aee22e4be75e75a854ab64503fc80598bc2004"
#for u-boot-xlnx
#SRCREV_uboot= "01b1fea9b13b799a16efd743587dc861719e5212"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment