summaryrefslogtreecommitdiff
path: root/recipes-bsp/at91bootstrap
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-05-12 18:26:28 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-09 09:09:19 -0500
commite2f2dce006439e3c7a35737b15ed7da03ba0bc2a (patch)
tree9f84c5fb98d6fea84e4c9878880298248e08a28a /recipes-bsp/at91bootstrap
parent06f304cec0ee3260ccd28bcc47d591eb1fca257d (diff)
downloadmeta-multitech-atmel-e2f2dce006439e3c7a35737b15ed7da03ba0bc2a.tar.gz
meta-multitech-atmel-e2f2dce006439e3c7a35737b15ed7da03ba0bc2a.tar.bz2
meta-multitech-atmel-e2f2dce006439e3c7a35737b15ed7da03ba0bc2a.zip
Merging morty with master (Daisy).
Diffstat (limited to 'recipes-bsp/at91bootstrap')
-rw-r--r--recipes-bsp/at91bootstrap/at91bootstrap-3.5.3/.at91bootstrap-3.5.2-onetime-slow-clock-switch.patch.swpbin0 -> 12288 bytes
-rw-r--r--recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb30
2 files changed, 0 insertions, 30 deletions
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap-3.5.3/.at91bootstrap-3.5.2-onetime-slow-clock-switch.patch.swp b/recipes-bsp/at91bootstrap/at91bootstrap-3.5.3/.at91bootstrap-3.5.2-onetime-slow-clock-switch.patch.swp
new file mode 100644
index 0000000..f31477d
--- /dev/null
+++ b/recipes-bsp/at91bootstrap/at91bootstrap-3.5.3/.at91bootstrap-3.5.2-onetime-slow-clock-switch.patch.swp
Binary files differ
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 2e5f086..0000000
--- a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-require at91bootstrap_3.5.inc
-
-PR = "r3"
-
-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 "
-
-# 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
-}
-