aboutsummaryrefslogtreecommitdiff
path: root/bl2/ext
diff options
context:
space:
mode:
authorTamas Ban <tamas.ban@arm.com>2020-11-12 09:47:05 +0000
committerAnton Komlev <Anton.Komlev@arm.com>2020-11-17 10:23:46 +0000
commitc5b2f2bd9c8d00f410de7c0d8fafab85814bf9ec (patch)
tree56bc0f13919acca61687c659be4ae220e53fec05 /bl2/ext
parentd065159179bf049d8f555fd51be64d882b53fd78 (diff)
downloadtrusted-firmware-m-c5b2f2bd9c8d00f410de7c0d8fafab85814bf9ec.tar.gz
Boot: Update MCUboot url
MCUboot URL was changed from https://github.com/JuulLabs-OSS/mcuboot to https://github.com/mcu-tools/mcuboot Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: If5e3d103ed420258046b7cf1071d36bf5e883476
Diffstat (limited to 'bl2/ext')
-rw-r--r--bl2/ext/mcuboot/flash_map_extended.c2
-rw-r--r--bl2/ext/mcuboot/flash_map_legacy.c2
-rw-r--r--bl2/ext/mcuboot/include/flash_map/flash_map.h2
-rw-r--r--bl2/ext/mcuboot/include/flash_map_backend/flash_map_backend.h2
-rw-r--r--bl2/ext/mcuboot/include/hal/hal_flash.h2
-rw-r--r--bl2/ext/mcuboot/include/mcuboot-mbedtls-cfg.h2
-rw-r--r--bl2/ext/mcuboot/include/mcuboot_config/mcuboot_config.h.in2
-rw-r--r--bl2/ext/mcuboot/include/os/os_malloc.h2
-rw-r--r--bl2/ext/mcuboot/include/sysflash/sysflash.h2
-rw-r--r--bl2/ext/mcuboot/include/target.h2
-rw-r--r--bl2/ext/mcuboot/keys.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/bl2/ext/mcuboot/flash_map_extended.c b/bl2/ext/mcuboot/flash_map_extended.c
index f84d698603..cf7d3f52a3 100644
--- a/bl2/ext/mcuboot/flash_map_extended.c
+++ b/bl2/ext/mcuboot/flash_map_extended.c
@@ -8,7 +8,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
*/
diff --git a/bl2/ext/mcuboot/flash_map_legacy.c b/bl2/ext/mcuboot/flash_map_legacy.c
index b0e6f691a2..caf5a6b8ab 100644
--- a/bl2/ext/mcuboot/flash_map_legacy.c
+++ b/bl2/ext/mcuboot/flash_map_legacy.c
@@ -19,7 +19,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
* Modifications are Copyright (c) 2019 Arm Limited.
*/
diff --git a/bl2/ext/mcuboot/include/flash_map/flash_map.h b/bl2/ext/mcuboot/include/flash_map/flash_map.h
index f94d613dbf..d858ef458d 100644
--- a/bl2/ext/mcuboot/include/flash_map/flash_map.h
+++ b/bl2/ext/mcuboot/include/flash_map/flash_map.h
@@ -19,7 +19,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
* Modifications are Copyright (c) 2018-2020 Arm Limited.
*/
diff --git a/bl2/ext/mcuboot/include/flash_map_backend/flash_map_backend.h b/bl2/ext/mcuboot/include/flash_map_backend/flash_map_backend.h
index 09d69eaeb5..cd68c746b2 100644
--- a/bl2/ext/mcuboot/include/flash_map_backend/flash_map_backend.h
+++ b/bl2/ext/mcuboot/include/flash_map_backend/flash_map_backend.h
@@ -8,7 +8,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
*/
diff --git a/bl2/ext/mcuboot/include/hal/hal_flash.h b/bl2/ext/mcuboot/include/hal/hal_flash.h
index dd3d206cd4..4fbd158401 100644
--- a/bl2/ext/mcuboot/include/hal/hal_flash.h
+++ b/bl2/ext/mcuboot/include/hal/hal_flash.h
@@ -19,7 +19,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: 50d24a57516f558dac72bef634723b60c5cfb46b
*
* This file is only here for compatibility and build purposes, and was emptied
diff --git a/bl2/ext/mcuboot/include/mcuboot-mbedtls-cfg.h b/bl2/ext/mcuboot/include/mcuboot-mbedtls-cfg.h
index 010a4f8d18..244a34b75c 100644
--- a/bl2/ext/mcuboot/include/mcuboot-mbedtls-cfg.h
+++ b/bl2/ext/mcuboot/include/mcuboot-mbedtls-cfg.h
@@ -23,7 +23,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
*/
diff --git a/bl2/ext/mcuboot/include/mcuboot_config/mcuboot_config.h.in b/bl2/ext/mcuboot/include/mcuboot_config/mcuboot_config.h.in
index 3a5ccf1944..82973163e5 100644
--- a/bl2/ext/mcuboot/include/mcuboot_config/mcuboot_config.h.in
+++ b/bl2/ext/mcuboot/include/mcuboot_config/mcuboot_config.h.in
@@ -7,7 +7,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
*/
diff --git a/bl2/ext/mcuboot/include/os/os_malloc.h b/bl2/ext/mcuboot/include/os/os_malloc.h
index 2338ce170b..e3d49e1e8b 100644
--- a/bl2/ext/mcuboot/include/os/os_malloc.h
+++ b/bl2/ext/mcuboot/include/os/os_malloc.h
@@ -19,7 +19,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
* Modifications are Copyright (c) 2020 Arm Limited.
*/
diff --git a/bl2/ext/mcuboot/include/sysflash/sysflash.h b/bl2/ext/mcuboot/include/sysflash/sysflash.h
index 9ade3a3808..33f92902c4 100644
--- a/bl2/ext/mcuboot/include/sysflash/sysflash.h
+++ b/bl2/ext/mcuboot/include/sysflash/sysflash.h
@@ -2,7 +2,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
* Modifications are Copyright (c) 2020 Arm Limited.
*/
diff --git a/bl2/ext/mcuboot/include/target.h b/bl2/ext/mcuboot/include/target.h
index 3ac0429953..d4350b0325 100644
--- a/bl2/ext/mcuboot/include/target.h
+++ b/bl2/ext/mcuboot/include/target.h
@@ -7,7 +7,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
*/
diff --git a/bl2/ext/mcuboot/keys.c b/bl2/ext/mcuboot/keys.c
index ed7665b3af..53be70aa01 100644
--- a/bl2/ext/mcuboot/keys.c
+++ b/bl2/ext/mcuboot/keys.c
@@ -19,7 +19,7 @@
/*
* Original code taken from mcuboot project at:
- * https://github.com/JuulLabs-OSS/mcuboot
+ * https://github.com/mcu-tools/mcuboot
* Git SHA of the original version: ac55554059147fff718015be9f4bd3108123f50a
* Modifications are Copyright (c) 2019-2020 Arm Limited.
*/