From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f47.google.com (mail-ed1-f47.google.com [209.85.208.47]) by mx.groups.io with SMTP id smtpd.web11.6212.1618822169697253304 for ; Mon, 19 Apr 2021 01:49:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=V8HAVkFp; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.208.47, mailfrom: mw@semihalf.com) Received: by mail-ed1-f47.google.com with SMTP id j7so2751647eds.8 for ; Mon, 19 Apr 2021 01:49:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=VZy/6HgapIvmnElmUT2asG8e2nNNB3bYEeykG/2yX1A=; b=V8HAVkFp2GlQFT09xuCEzpVHucL7rIpn98G1K52uXDbudIMQaD5UunipLR7ZMASsqD GKyuCZEHhZkmywcfEBw4027XYmTPOdNZQ41vNh0brtnmACRvM3YJTpFamUsFjATErJ9y DWZ8GJvnK2D9nkzsNny/Q+4uM6KEKlpFZMSV2bFTf8NrOBUjqObqa/G454IIxbSrV1DH ThYDParqMPApLfLugpd2vFIbkhEVFxEiXmTUdB+96S1UPi9jKZ1zm4LzhSd0oo7Lsm6J ycAv1UhBnVErJmu2SEJMlzMKYbvZUK2Uqb8Y5C3gIeh/daN1e+6cweYQodV8uhudtdh5 oAaQ== 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:mime-version :content-transfer-encoding; bh=VZy/6HgapIvmnElmUT2asG8e2nNNB3bYEeykG/2yX1A=; b=nEamfZUoVPBq7KTpzsU5B5EsBkE7P2/LyVB7Adt0NYaUAmQ2FGIcclINJc5x1VoYTN oRL92aPfbhApAjdLu+d8k/dH9Os5p84N81TLEJt244UsD1KxxXp1M9Dsh8KC3ySI+FAZ CRrat/dc4UXQMfZYlRgSGd0gkZGLhP4Qt8co7UTJaqVoxmjMfOR7Mt1bK8Eu4SpBfKDU Uo+T9Euh3th21yOyI6UVAPM43Rv4KqLSl1OM9j+kZvs10f9ueFQ3mV5KdzdieyuHccNl NC15YW5NqLIF3Q85NT668+XnqHt/bcBZRtoWRQgGgJP6BTrjtK+5Ku/vB/u6TF6SVFhD edIg== X-Gm-Message-State: AOAM5337suhf5tRFle+N1J07aZzfXBqUMwfWOWYfMTuHlh7WAtSxuS28 fuUOPSKMs5g13U6iTIAIlmk52lR5pScOIA== X-Google-Smtp-Source: ABdhPJzxjdKR4uCxgB/4rEN6qrxN98rulFpByBse0f95vZY6rTZST78Tr0JhXZj/5e+Xe27jdO0aLQ== X-Received: by 2002:a05:6402:4d1:: with SMTP id n17mr23930877edw.118.1618822168248; Mon, 19 Apr 2021 01:49:28 -0700 (PDT) Return-Path: Received: from gilgamesh.semihalf.com (host-193.106.246.138.static.3s.pl. [193.106.246.138]) by smtp.gmail.com with ESMTPSA id z17sm12351102edx.36.2021.04.19.01.49.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Apr 2021 01:49:27 -0700 (PDT) From: "Marcin Wojtas" To: devel@edk2.groups.io Cc: leif@nuviainc.com, ardb+tianocore@kernel.org, mw@semihalf.com, jaz@semihalf.com, kostap@marvell.com, upstream@semihalf.com Subject: [edk2-platforms PATCH 0/6] Marvell SD/MMC updates Date: Mon, 19 Apr 2021 10:48:55 +0200 Message-Id: <20210419084901.380576-1-mw@semihalf.com> X-Mailer: git-send-email 2.29.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi, This series applies modifications to the MMC settings on the platforms based on the Marvell SoCs. Where possible, higher speeds are enabled. Moreover a DSDT description is added, which allows to make use of the SD/MMC in the OS booted with ACPI. More details can be found in the commit logs. The patchest is publicly available in the github: https://github.com/semihalf-wojtas-marcin/edk2-platforms/commits/misc-uspstream-r20210416 Best regards, Marcin Marcin Wojtas (6): Marvell/Armada80x0Db: Update CP0 MMC settings Marvell/Armada80x0Db: Introduce SD/MMC ACPI description Marvell/Armada70x0Db: Update CP0 MMC settings Marvell/Armada70x0Db: Introduce SD/MMC ACPI description Marvell/Cn913xDb: Update AP807 MMC settings Marvell/Cn913xDb: Introduce SD/MMC ACPI description Platform/Marvell/Armada70x0Db/NonDiscoverableInitLib/NonDiscoverableInitLib.h | 1 + Platform/Marvell/Cn913xDb/NonDiscoverableInitLib/NonDiscoverableInitLib.h | 1 + Platform/Marvell/Armada70x0Db/Armada70x0DbBoardDescLib/Armada70x0DbBoardDescLib.c | 2 +- Platform/Marvell/Armada70x0Db/NonDiscoverableInitLib/NonDiscoverableInitLib.c | 79 +++++++++++++++----- Platform/Marvell/Armada80x0Db/Armada80x0DbBoardDescLib/Armada80x0DbBoardDescLib.c | 2 +- Platform/Marvell/Cn913xDb/BoardDescriptionLib/Cn9130DbABoardDescLib.c | 8 +- Platform/Marvell/Cn913xDb/NonDiscoverableInitLib/NonDiscoverableInitLib.c | 23 ++++++ Silicon/Marvell/Armada7k8k/AcpiTables/Armada70x0Db/Dsdt.asl | 56 ++++++++++++++ Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0Db/Dsdt.asl | 59 +++++++++++++++ Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn913xDbA/Dsdt.asl | 59 +++++++++++++++ 10 files changed, 266 insertions(+), 24 deletions(-) -- 2.29.0