diff options
author | Alan Ott <alan@softiron.com> | 2017-08-20 15:33:35 -0400 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2017-08-21 18:14:57 +0100 |
commit | b263c30e559c04720bb7ed95dd0ee167281d0ec7 (patch) | |
tree | d7d5e46fba8b0a2f84dd8d4bed755af2d165d191 /Platform/AMD/OverdriveBoard | |
parent | 03159ba83bd6b01843bd42ffec0e3c3e6fb12429 (diff) | |
download | edk2-platforms-b263c30e559c04720bb7ed95dd0ee167281d0ec7.tar.xz |
Platform/AMD/OverdriveBoard: Re-enable the second SATA Controller
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 <alan@softiron.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Platform/AMD/OverdriveBoard')
-rw-r--r-- | Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc index f256ffb97a..2881de34a4 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
|