From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EAE1F21D2E629 for ; Sun, 20 Aug 2017 12:31:15 -0700 (PDT) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2EA8120A95; Sun, 20 Aug 2017 15:33:46 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 20 Aug 2017 15:33:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=TjSVQH bCBebU+lubyXcbDDJ1mkehVUvCGTXcTS4YiAg=; b=RLhLORMEI1yyCTa1EOzFal 698XCgBHfufOtDZxIgI58k+dnTpdsDumKiTaWxmpe2I8Fk+gT/J/bhLZ/VdAszSD yBTg2UbSl665u36z8OgXOeh3Iuer6Xrc7lKsx4EQcShsbavt9GVpI1UMT2JTchhD wyl3OShK7TMni5UIhM7c7PknutphmfckgOPZS6nYTF7tPHkyTyOfqzMxoAe98UVv IR8QoPA14WK5hffr/fchTtdO3oF+3iDompj4jSmnNEDW5BstLFouus6ZfaknqPri FXbkPXdCXwz4pNel+XkhKMrfE6DYCTOE6IzXwMcvzjtjH3nAQqXXiQ/aCe4rHKCA == X-ME-Sender: X-Sasl-enc: pseQ1UzDnWtSZ0NzoBAAeDZ88VUliS8woc/otXjNeOzb 1503257625 Received: from localhost.localdomain (c-71-226-23-158.hsd1.fl.comcast.net [71.226.23.158]) by mail.messagingengine.com (Postfix) with ESMTPA id 9360524775; Sun, 20 Aug 2017 15:33:45 -0400 (EDT) From: Alan Ott To: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org Cc: edk2-devel@lists.01.org, linaro-uefi@lists.linaro.org, Alan Ott Date: Sun, 20 Aug 2017 15:33:32 -0400 Message-Id: <20170820193335.21471-1-alan@softiron.com> X-Mailer: git-send-email 2.9.3 Subject: [PATCH v2 edk2-platforms 0/3] Re-enable the second SATA controller on Overdrive X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2017 19:31:16 -0000 Without the PCD for the second SATA Controller being specified, the boot will hang. These patches fix it. Alan Ott (3): Silicon/AMD/Styx: Make PcdSataPortMode 32 bits Silicon/AMD/Styx: Use PcdSataPortMode properly for two controllers Platform/AMD/OverdriveBoard: Re-enable the second SATA Controller Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 10 +++------- Silicon/AMD/Styx/AmdStyx.dec | 2 +- .../AMD/Styx/Drivers/StyxSataPlatformDxe/InitController.c | 13 +++++++++---- 3 files changed, 13 insertions(+), 12 deletions(-) -- 2.9.3