aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/musca.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2021-02-05 17:14:56 +0000
committerPeter Maydell <peter.maydell@linaro.org>2021-02-11 11:50:14 +0000
commit932a8d1f11ccfbf196ee6fb4a5ccdf274b14a78c (patch)
tree5b118327f5568db0bca0e69e02ac4cada4b0302c /hw/arm/musca.c
parent5385320c2b3183f2e18dbc55c23ecba9272500c2 (diff)
downloadqemu-932a8d1f11ccfbf196ee6fb4a5ccdf274b14a78c.zip
qemu-932a8d1f11ccfbf196ee6fb4a5ccdf274b14a78c.tar.gz
qemu-932a8d1f11ccfbf196ee6fb4a5ccdf274b14a78c.tar.bz2
arm: Update infocenter.arm.com URLs
Update infocenter.arm.com URLs for various pieces of Arm documentation to the new developer.arm.com equivalents. (There is a redirection in place from the old URLs, but we might as well update our comments in case the redirect ever disappears in future.) This patch covers all the URLs which are not MPS2/SSE-200/IoTKit related (those are dealt with in a different patch). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20210205171456.19939-1-peter.maydell@linaro.org
Diffstat (limited to 'hw/arm/musca.c')
-rw-r--r--hw/arm/musca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/arm/musca.c b/hw/arm/musca.c
index 945643c..7a83f7d 100644
--- a/hw/arm/musca.c
+++ b/hw/arm/musca.c
@@ -15,8 +15,8 @@
* https://developer.arm.com/products/system-design/development-boards/iot-test-chips-and-boards/musca-a-test-chip-board
* https://developer.arm.com/products/system-design/development-boards/iot-test-chips-and-boards/musca-b-test-chip-board
* We model the A and B1 variants of this board, as described in the TRMs:
- * http://infocenter.arm.com/help/topic/com.arm.doc.101107_0000_00_en/index.html
- * http://infocenter.arm.com/help/topic/com.arm.doc.101312_0000_00_en/index.html
+ * https://developer.arm.com/documentation/101107/latest/
+ * https://developer.arm.com/documentation/101312/latest/
*/
#include "qemu/osdep.h"