diff options
author | Peter Maydell | 2021-02-15 12:51:38 +0100 |
---|---|---|
committer | Peter Maydell | 2021-03-08 12:54:16 +0100 |
commit | 50b52b18cdb9294ce83dd49bb60b8e55a6526ea0 (patch) | |
tree | e42ed8b542b3230027b90669d2610d8495a29953 /include/hw/arm | |
parent | docs/system/arm/mps2.rst: Document the new mps3-an524 board (diff) | |
download | qemu-50b52b18cdb9294ce83dd49bb60b8e55a6526ea0.tar.gz qemu-50b52b18cdb9294ce83dd49bb60b8e55a6526ea0.tar.xz qemu-50b52b18cdb9294ce83dd49bb60b8e55a6526ea0.zip |
hw/arm/mps2: Update old infocenter.arm.com URLs
Update old infocenter.arm.com URLs to the equivalent developer.arm.com
ones (the old URLs should redirect, but we might as well avoid the
redirection notice, and the new URLs are pleasantly shorter).
This commit covers the links to the MPS2 board TRM, the various
Application Notes, the IoTKit and SSE-200 documents.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210215115138.20465-25-peter.maydell@linaro.org
Diffstat (limited to 'include/hw/arm')
-rw-r--r-- | include/hw/arm/armsse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hw/arm/armsse.h b/include/hw/arm/armsse.h index 676cd4f36b..09284ca75c 100644 --- a/include/hw/arm/armsse.h +++ b/include/hw/arm/armsse.h @@ -14,9 +14,9 @@ * hardware, which include the IoT Kit and the SSE-050, SSE-100 and * SSE-200. Currently we model: * - the Arm IoT Kit which is documented in - * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ecm0601256/index.html + * https://developer.arm.com/documentation/ecm0601256/latest * - the SSE-200 which is documented in - * http://infocenter.arm.com/help/topic/com.arm.doc.101104_0100_00_en/corelink_sse200_subsystem_for_embedded_technical_reference_manual_101104_0100_00_en.pdf + * https://developer.arm.com/documentation/101104/latest/ * * The IoTKit contains: * a Cortex-M33 |