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 4B81821DF9692 for ; Sat, 19 Aug 2017 14:38:51 -0700 (PDT) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 570DD20EBD; Sat, 19 Aug 2017 17:41:20 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 19 Aug 2017 17:41:20 -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=pqruJe WtPeqrANXo7Hi2MSOnzIPB6Ups88ZtbV2RFpE=; b=SQVYJlbMQsAxUpxS8kkfLb GSDe9JxIsDozCJtRXD6bVo2IW5P1XDqme21Inu9JGswKTrTewCQkWRVER9YlIP8H +Hc/CN13gUEd/NQ8dD7E9GLdajqc0T4ZimFjPJQ4WhowRbj1OnIYTwG/vDVzBUDw Lv/fh/uBx8A6wnPB9SLuYsmqJGarHPS+kqLqJmpS7dKkpNWVRYKpLsApjYNUOZ1A +YQWK8NXXlstAvtpAGd/qmzWnRt6QUastoCytWW2HAc+JO44D4oDMq1JzRcnpmud 050IRt3047NOWaBQv4sg6CJcgkB2CIgdVb7AUSwkHn/3F/BM5e6Dr2YbjWFNdfLQ == X-ME-Sender: X-Sasl-enc: tTi5lE+bfWNP/wI4T00qWzD7Hh33j/7HRDPHcBI3A9gg 1503178880 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 B85622423F; Sat, 19 Aug 2017 17:41:19 -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: Sat, 19 Aug 2017 17:41:12 -0400 Message-Id: <20170819214114.8140-1-alan@softiron.com> X-Mailer: git-send-email 2.9.3 Subject: [PATCH edk2-platforms 0/2] 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: Sat, 19 Aug 2017 21:38:51 -0000 Without the PCD for the second SATA Controller being specified, the boot will hang. These patches fix it. Alan Ott (2): Silicon/AMD/Styx: Make PcdSataPortMode 32 bits Platform/AMD/OverdriveBoard: Re-enable the second SATA Controller Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 10 +++------- Silicon/AMD/Styx/AmdStyx.dec | 2 +- Silicon/AMD/Styx/Drivers/StyxSataPlatformDxe/InitController.c | 4 ++-- 3 files changed, 6 insertions(+), 10 deletions(-) -- 2.9.3