summary refs log tree commit diff stats
path: root/hw/m68k/mcf5208.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-08-30 18:34:51 +0100
committerThomas Huth <huth@tuxfamily.org>2024-09-08 11:35:43 +0200
commit175f5a5b48033579d4de5c904a9f43c0d327152e (patch)
tree2132177c426e3b3e078313febc9381da04a060c5 /hw/m68k/mcf5208.c
parentc3ade30ac1dd8f4b54928309570ab3513905e65a (diff)
downloadfocaccia-qemu-175f5a5b48033579d4de5c904a9f43c0d327152e.tar.gz
focaccia-qemu-175f5a5b48033579d4de5c904a9f43c0d327152e.zip
hw/m68k/mcf5208: Add URLs for datasheets
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>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Message-ID: <20240830173452.2086140-3-peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Diffstat (limited to 'hw/m68k/mcf5208.c')
-rw-r--r--hw/m68k/mcf5208.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/m68k/mcf5208.c b/hw/m68k/mcf5208.c
index 0ad347dfa8..b6677ad6bc 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"