diff mbox series

[2/3] hw/m68k/mcf5208: Add URLs for datasheets

Message ID 20240830173452.2086140-3-peter.maydell@linaro.org (mailing list archive)
State New
Headers show
Series m68k: Fix a couple of Coverity nits | expand

Commit Message

Peter Maydell Aug. 30, 2024, 5:34 p.m. UTC
The datasheets for the SoC and board we model here are still
available from the NXP website; add their URLs and titles for
future reference.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 hw/m68k/mcf5208.c | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Thomas Huth Aug. 30, 2024, 10:02 p.m. UTC | #1
Am Fri, 30 Aug 2024 18:34:51 +0100
schrieb Peter Maydell <peter.maydell@linaro.org>:

> The datasheets for the SoC and board we model here are still
> available from the NXP website; add their URLs and titles for
> future reference.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  hw/m68k/mcf5208.c | 8 ++++++++
>  1 file changed, 8 insertions(+)

Reviewed-by: Thomas Huth <huth@tuxfamily.org>
diff mbox series

Patch

diff --git a/hw/m68k/mcf5208.c b/hw/m68k/mcf5208.c
index 0ad347dfa81..b6677ad6bc3 100644
--- a/hw/m68k/mcf5208.c
+++ b/hw/m68k/mcf5208.c
@@ -4,6 +4,14 @@ 
  * Copyright (c) 2007 CodeSourcery.
  *
  * This code is licensed under the GPL
+ *
+ * This file models both the MCF5208 SoC, and the
+ * MCF5208EVB evaluation board. For details see
+ *
+ * "MCF5208 Reference Manual"
+ * https://www.nxp.com/docs/en/reference-manual/MCF5208RM.pdf
+ * "M5208EVB-RevB 32-bit Microcontroller User Manual"
+ * https://www.nxp.com/docs/en/reference-manual/M5208EVBUM.pdf
  */
 
 #include "qemu/osdep.h"