[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] arm: Update infocenter.arm.com URLs
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH] arm: Update infocenter.arm.com URLs |
Date: |
Fri, 5 Feb 2021 19:07:21 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 |
On 2/5/21 6:14 PM, Peter Maydell wrote:
> 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>
> ---
> include/hw/dma/pl080.h | 7 ++++---
> include/hw/misc/arm_integrator_debug.h | 2 +-
> include/hw/ssi/pl022.h | 5 +++--
> hw/arm/aspeed_ast2600.c | 2 +-
> hw/arm/musca.c | 4 ++--
> hw/misc/arm_integrator_debug.c | 2 +-
> hw/timer/arm_timer.c | 7 ++++---
> 7 files changed, 16 insertions(+), 13 deletions(-)
>
> diff --git a/include/hw/dma/pl080.h b/include/hw/dma/pl080.h
> index 1883f042701..3c9659e4381 100644
> --- a/include/hw/dma/pl080.h
> +++ b/include/hw/dma/pl080.h
> @@ -10,11 +10,12 @@
> * (at your option) any later version.
> */
>
> -/* This is a model of the Arm PrimeCell PL080/PL081 DMA controller:
> +/*
> + * This is a model of the Arm PrimeCell PL080/PL081 DMA controller:
> * The PL080 TRM is:
> - * http://infocenter.arm.com/help/topic/com.arm.doc.ddi0196g/DDI0196.pdf
> + * https://developer.arm.com/documentation/ddi0196/latest
Oh, /latest :)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>