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 10A7A21DFC895 for ; Sat, 19 Aug 2017 14:38:52 -0700 (PDT) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6687D20F38; Sat, 19 Aug 2017 17:41:21 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 19 Aug 2017 17:41:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=JmREatgrIPE424LRDIWF78ZQpQs7Y1wBSC6yzzKIF fU=; b=Z5fMsUnie+uDJlqihLgzCYxIP7Ts6TiijLcVdJMTUiqUQx972N7qVZHuU GpxLnBFIIf9WunFJoaaY07m4DHhxoIMjHc0HLbs4D6sS6GDGsfSl5c7v3xyhJrgo 3VFnH4RoFIqEt52gwyVMHH2WAKZG/+O0LCVXFI7cihlSD/nP30dV+KLIcNchFxMD GlzhTC8IA5oEUQ5XFzeLFMZOpVSEBy0cUxwKwai3oh1TY0zwRrjP2esJTtQeXoXY bbS/Sa92EY9Ta9aeV+G55wn7DUBvH9QvFavjqW2arWT2pMTeWQ+6v5NCWUScDLay LQsNThjiLLLsWbDwI1df6ulKJx2ew== X-ME-Sender: X-Sasl-enc: FziO396kapbGaYMeYvhU44jMyeR0hk/IfzAXJwYH4Db5 1503178881 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 D295B2492F; Sat, 19 Aug 2017 17:41:20 -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:14 -0400 Message-Id: <20170819214114.8140-3-alan@softiron.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170819214114.8140-1-alan@softiron.com> References: <20170819214114.8140-1-alan@softiron.com> Subject: [PATCH edk2-platforms 2/2] Platform/AMD/OverdriveBoard: Re-enable the second SATA Controller 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:52 -0000 The comment indicating that only the first SATA controller is operational on SoftIron-branded OverDrive 3000 boards is incorrect. Re-enable the second SATA controller. Signed-off-by: Alan Ott Contributed-under: TianoCore Contribution Agreement 1.0 --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc index f256ffb..2881de3 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -409,14 +409,10 @@ DEFINE DO_FLASHER = FALSE gArmTokenSpaceGuid.PcdGicDistributorBase|0xE1110000 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0xE112F000 - # - # AMD's B1 based Overdrive has 14 SATA ports across 2 controllers. However, - # it appears that Softiron's Overdrive 3000, which is also B1 based, does - # not have the second SATA controller enabled, and any attempts to use it - # will crash the firmware. So use the first controller only. - # + # SATA Ports gAmdStyxTokenSpaceGuid.PcdSata0PortCount|8 - gAmdStyxTokenSpaceGuid.PcdSataPortMode|0xffff + gAmdStyxTokenSpaceGuid.PcdSata1PortCount|6 + gAmdStyxTokenSpaceGuid.PcdSataPortMode|0x0fffffff # PCIe Support gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xF0000000 -- 2.9.3