From 7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf Mon Sep 17 00:00:00 2001 From: Mykyta Dorokhin Date: Wed, 31 Aug 2016 12:38:15 +0300 Subject: mtp: Add initial support for the new mtp machine type. Existing kernel/u-boot/at91bootstrap modified to support building against mtp machine type. --- recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb | 3 ++- recipes-bsp/u-boot/u-boot_2012.10.bb | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb index b4c7a9d..ea003c3 100644 --- a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb +++ b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb @@ -9,11 +9,12 @@ SRCREV = "v${PV}" SRC_URI = "git://github.com/linux4sam/at91bootstrap \ file://at91bootstrap-3.5.2-add-install.patch \ file://at91bootstrap-3.5.2-onetime-slow-clock-switch.patch \ - file://at91sam9x5_4bit_pmecc_header.bin " + file://at91sam9x5_4bit_pmecc_header.bin " S = "${WORKDIR}/git" SRC_URI_append_mtcdt = " file://at91bootstrap-3.5.3-mtcdt.patch " +SRC_URI_append_mtp = " file://at91bootstrap-3.5.3-mtcdt.patch " # generate a bootstrap file padded with the header needed for 4-bit PMECC # The padded file can be flashed via u-boot without any need to set the PMECC header using SAM-BA diff --git a/recipes-bsp/u-boot/u-boot_2012.10.bb b/recipes-bsp/u-boot/u-boot_2012.10.bb index 654564f..aa3576f 100644 --- a/recipes-bsp/u-boot/u-boot_2012.10.bb +++ b/recipes-bsp/u-boot/u-boot_2012.10.bb @@ -18,6 +18,7 @@ SRC_URI = "git://github.com/linux4sam/u-boot-at91.git;branch=u-boot-2012.10-at91 SRC_URI += "file://u-boot-2010.06-macb-autoneg-timeout.patch" SRC_URI_append_mtcdt = " file://u-boot-2012.10-mtcdt.patch" +SRC_URI_append_mtp = " file://u-boot-2012.10-mtcdt.patch" TARGET_LDFLAGS = "" -- cgit v1.2.3