[edk2] [PATCH edk2-platforms 2/2] Platform/AMD/OverdriveBoard: Re-enable the second SATA Controller

2017-08-19 Thread Alan Ott
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.d

[edk2] [PATCH edk2-platforms 1/2] Silicon/AMD/Styx: Make PcdSataPortMode 32 bits

2017-08-19 Thread Alan Ott
Extra bits are needed to accomodate all 14 SATA ports Signed-off-by: Alan Ott Contributed-under: TianoCore Contribution Agreement 1.0 --- Silicon/AMD/Styx/AmdStyx.dec | 2 +- Silicon/AMD/Styx/Drivers/StyxSataPlatformDxe/InitController.c | 4 ++-- 2 files changed,

[edk2] [PATCH edk2-platforms 0/2] Re-enable the second SATA controller on Overdrive

2017-08-19 Thread Alan Ott
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

Re: [edk2] [PATCH] edk2-build.sh: Use CROSS_COMPILE if it's set externally

2017-08-19 Thread Leif Lindholm
On Sat, Aug 19, 2017 at 09:49:25AM -0400, Alan Ott wrote: > On 08/19/2017 06:37 AM, Leif Lindholm wrote: > > (Adding linaro-uefi, since this is not official tooling.) > > Ok, no problem. > > > On Fri, Aug 18, 2017 at 07:29:59PM -0400, Alan Ott wrote: > > > --- > > > edk2-build.sh | 8 +--- >

Re: [edk2] [PATCH] edk2-build.sh: Use CROSS_COMPILE if it's set externally

2017-08-19 Thread Alan Ott
On 08/19/2017 06:37 AM, Leif Lindholm wrote: (Adding linaro-uefi, since this is not official tooling.) Ok, no problem. On Fri, Aug 18, 2017 at 07:29:59PM -0400, Alan Ott wrote: --- edk2-build.sh | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/edk2-build.sh b/ed

Re: [edk2] [PATCH] edk2-build.sh: Use CROSS_COMPILE if it's set externally

2017-08-19 Thread Leif Lindholm
(Adding linaro-uefi, since this is not official tooling.) On Fri, Aug 18, 2017 at 07:29:59PM -0400, Alan Ott wrote: > --- > edk2-build.sh | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/edk2-build.sh b/edk2-build.sh > index 60da4df..fb0cb84 100755 > --- a/edk2-bu