diff options
author | John Klug <john.klug@multitech.com> | 2019-04-16 18:44:44 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-04-16 18:44:44 -0500 |
commit | d1e77abae719ced8ce3528e254c80ff4e7351b1b (patch) | |
tree | 6c676b09795ed4bbb1e2ac7b03a9c79115cda638 /recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb | |
parent | 032de37a6827b8006a93fb8e648a28757d5c7c9f (diff) | |
download | meta-multitech-d1e77abae719ced8ce3528e254c80ff4e7351b1b.tar.gz meta-multitech-d1e77abae719ced8ce3528e254c80ff4e7351b1b.tar.bz2 meta-multitech-d1e77abae719ced8ce3528e254c80ff4e7351b1b.zip |
Move bootstrap to ONFI compatible 3.8.12
Diffstat (limited to 'recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb')
-rw-r--r-- | recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb deleted file mode 100644 index 04ff0db..0000000 --- a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb +++ /dev/null @@ -1,34 +0,0 @@ -require at91bootstrap_3.5.inc - -PR = "r5" - -LICENSE = "custom-freely-distributable" -LIC_FILES_CHKSUM = "file://main.c;beginline=6;endline=26;md5=6fca71334c9e8b7d033296123c91437f" - -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://at91bootstrap-3.5.3-disable-rtc-interrupts.patch" - -S = "${WORKDIR}/git" - -SRC_URI_append_mtcdt = " file://at91bootstrap-3.5.3-mtcdt.patch " -SRC_URI_append_mtcap = " file://at91bootstrap-3.5.3-mtcdt.patch " -SRC_URI_append_mtr = " file://at91bootstrap-3.5.3-mtr.patch" -SRC_URI_append_mtrv1 = " file://at91bootstrap-3.5.3-mtr.patch \ - file://at91bootstrap-3.5.3-mtrv1-DDRlowDriveStrength.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 -do_pad_4bit_pmecc() { - cp -f ${WORKDIR}/at91sam9x5_4bit_pmecc_header.bin ${DEPLOY_DIR_IMAGE}/at91bootstrap_pmecc_padded.bin - cat ${DEPLOY_DIR_IMAGE}/at91bootstrap.bin >> ${DEPLOY_DIR_IMAGE}/at91bootstrap_pmecc_padded.bin -} - -do_install_append() { - do_pad_4bit_pmecc -} - |