aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-09-01 15:23:14 +0200
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-10-21 13:19:01 +0200
commit598a40b30f13b3cde6764173449671d0d8c4d058 (patch)
tree0d8961d794e09276e81670d6a981948fa8c73cd5 /hw
parent9227cc52ccad9879575a0e5aa1f0bf991f207d2e (diff)
downloadqemu-598a40b30f13b3cde6764173449671d0d8c4d058.zip
qemu-598a40b30f13b3cde6764173449671d0d8c4d058.tar.gz
qemu-598a40b30f13b3cde6764173449671d0d8c4d058.tar.bz2
hw/sd/sdhci: Document the datasheet used
Add datasheet name in the file header. We can not add the direct download link since there is a disclaimers to agree first on the SD Association website (www.sdcard.org). Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Tested-by: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20200901140411.112150-3-f4bug@amsat.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/sd/sdhci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
index 6d4603f..ed717ab 100644
--- a/hw/sd/sdhci.c
+++ b/hw/sd/sdhci.c
@@ -1,6 +1,8 @@
/*
* SD Association Host Standard Specification v2.0 controller emulation
*
+ * Datasheet: PartA2_SD_Host_Controller_Simplified_Specification_Ver2.00.pdf
+ *
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* Mitsyanko Igor <i.mitsyanko@samsung.com>
* Peter A.G. Crosthwaite <peter.crosthwaite@petalogix.com>