]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
hw/m68k/mcf5208: Add URLs for datasheets
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Aug 2024 17:34:51 +0000 (18:34 +0100)
committerThomas Huth <huth@tuxfamily.org>
Sun, 8 Sep 2024 09:35:43 +0000 (11:35 +0200)
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>
hw/m68k/mcf5208.c

index 0ad347dfa8198f6fddbc739c4fe665c899491920..b6677ad6bc3082b0d2f78a97a0c9b8b21a8f11cd 100644 (file)
@@ -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"