From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::442; helo=mail-pf1-x442.google.com; envelope-from=haojian.zhuang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf1-x442.google.com (mail-pf1-x442.google.com [IPv6:2607:f8b0:4864:20::442]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id ED4C1210EB122 for ; Fri, 10 Aug 2018 01:49:40 -0700 (PDT) Received: by mail-pf1-x442.google.com with SMTP id k19-v6so4228390pfi.1 for ; Fri, 10 Aug 2018 01:49:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=nGhuwTEGoLl1kmdE7Z5pd8AHdG4EYv3qmZOAFq2LF/8=; b=GwC4E2oZxFPvErjlSzvcqcedtzQuxf5SDJ9G7i6T84HAH4W6h9IulN18ETcrIo7o4a GumNyHsqdPznf1WVMjbe5ozbp+ql81s3LVzhVou/vFMEYiQCacwxWI6x0TRXpdPxjBFK oMVtvP37NgtkcZCSBw2EXNWXn0TgW7l3sbNGY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=nGhuwTEGoLl1kmdE7Z5pd8AHdG4EYv3qmZOAFq2LF/8=; b=QY4kYbMl2kZ6zGdX/LBgW7z26WqdRguSh+DHkrZRKwHs7KLX2x/FeLZZYp8wIsvtAy J3CfLDH3WAAadzVEg9ieZ0TI6w4AtA3b9JkjLrU/NMUURxhZmaTJQ49JL/IpJ/rr8vqZ mD2Lh/J+g6FXKrGZaJWYyBZtH5QEs+N9PfZv9jJhmbq6/fYhT2qRGn3ZZFHFXKdNj0tz b6Fsx5/qGMw2cbWWVqxQHp1/hI/eDCzuMaR5wuy65aPXiKYekyxUOV3YJeyrWdP2YG6m 3HxBrHhqGKYwia/LmaA6jCULLt5UzWRSzB/MitoCqQvwVTtr9o+WRtIsvJv74ecf1GPF y7nA== X-Gm-Message-State: AOUpUlE2uuXXgwhG5YQ0SiUjri5o87eCzAKSUbGld79rvmQIG9l9vDeH J5UiI+PBMUVI3SqTLrF2YfWFBSD1R4w= X-Google-Smtp-Source: AA+uWPycVExlGajGEf+KMTwz0I7elJrdlRgaNH+lmS4Gdo0Jo0bv2CGGqlkNhAgDFgT1R3q0Vlp1wg== X-Received: by 2002:a63:e74e:: with SMTP id j14-v6mr5451896pgk.185.1533890980317; Fri, 10 Aug 2018 01:49:40 -0700 (PDT) Received: from localhost.localdomain ([64.64.108.24]) by smtp.gmail.com with ESMTPSA id h9-v6sm9805783pfe.187.2018.08.10.01.49.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 10 Aug 2018 01:49:39 -0700 (PDT) From: Haojian Zhuang To: edk2-devel@lists.01.org Date: Fri, 10 Aug 2018 16:49:32 +0800 Message-Id: <1533890975-13055-1-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [PATCH v1 edk-platforms 0/3] enable eMMC/SD driver on HiKey X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2018 08:49:41 -0000 Changelog: v1: * Enable eMMC/SD driver on HiKey. * Enable SD driver on HiKey960. Haojian Zhuang (3): Silicon/Hi3660: fix LDO9_VSET register definition Platform/HiKey960: enable SD controller Platform/HiKey: enable SD/MMC controller on HiKey Platform/Hisilicon/HiKey/HiKey.dsc | 17 +-- Platform/Hisilicon/HiKey960/HiKey960.dsc | 8 ++ Platform/Hisilicon/HiKey/HiKey.fdf | 15 ++- Platform/Hisilicon/HiKey960/HiKey960.fdf | 8 ++ Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.inf | 1 + Platform/Hisilicon/HiKey/HiKeyMmcDxe/HiKeyMmcDxe.inf | 45 +++++++ Platform/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.inf | 1 + Platform/Hisilicon/HiKey960/HiKey960MmcDxe/HiKey960MmcDxe.inf | 46 +++++++ Silicon/Hisilicon/Hi3660/Include/Hi3660.h | 2 +- Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.c | 26 ++++ Platform/Hisilicon/HiKey/HiKeyMmcDxe/HiKeyMmcDxe.c | 139 ++++++++++++++++++++ Platform/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c | 15 +++ Platform/Hisilicon/HiKey960/HiKey960MmcDxe/HiKey960MmcDxe.c | 125 ++++++++++++++++++ 13 files changed, 431 insertions(+), 17 deletions(-) create mode 100644 Platform/Hisilicon/HiKey/HiKeyMmcDxe/HiKeyMmcDxe.inf create mode 100644 Platform/Hisilicon/HiKey960/HiKey960MmcDxe/HiKey960MmcDxe.inf create mode 100644 Platform/Hisilicon/HiKey/HiKeyMmcDxe/HiKeyMmcDxe.c create mode 100644 Platform/Hisilicon/HiKey960/HiKey960MmcDxe/HiKey960MmcDxe.c Cc: Leif Lindholm Cc: Ard Biesheuvel -- 2.7.4