From: Philippe Mathieu-Daudé Date: Tue, 1 Sep 2020 13:23:14 +0000 (+0200) Subject: hw/sd/sdhci: Document the datasheet used X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=598a40b30f13b3cde6764173449671d0d8c4d058;p=qemu.git 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é Reviewed-by: Richard Henderson Tested-by: Alexander Bulekov Message-Id: <20200901140411.112150-3-f4bug@amsat.org> --- diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c index 6d4603f5b1..ed717ab549 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 * Peter A.G. Crosthwaite