[edk2] [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug

Ming Huang posted 1 patch 5 years, 9 months ago
Only 0 patches received!
Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex | Bin 2 -> 36 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
[edk2] [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug
Posted by Ming Huang 5 years, 9 months ago
Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git
branch: edk2-non-osi-20180627-v1

Ming Huang (1):
  Hisilicon/D0x: Fix invoke SetMemorySpaceAttributes error bug

 Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex | Bin 2 -> 36 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

-- 
2.17.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug
Posted by Ard Biesheuvel 5 years, 9 months ago
On 4 July 2018 at 09:49, Ming Huang <ming.huang@linaro.org> wrote:
> Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git
> branch: edk2-non-osi-20180627-v1
>

Can this be pulled independently from the v3 of the other series?

> Ming Huang (1):
>   Hisilicon/D0x: Fix invoke SetMemorySpaceAttributes error bug
>
>  Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex | Bin 2 -> 36 bytes
>  1 file changed, 0 insertions(+), 0 deletions(-)
>
> --
> 2.17.0
>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug
Posted by Ming 5 years, 9 months ago

在 13/07/2018 15:33, Ard Biesheuvel 写道:
> On 4 July 2018 at 09:49, Ming Huang <ming.huang@linaro.org> wrote:
>> Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git
>> branch: edk2-non-osi-20180627-v1
>>
> 
> Can this be pulled independently from the v3 of the other series?
> 

Yes, it can.

>> Ming Huang (1):
>>   Hisilicon/D0x: Fix invoke SetMemorySpaceAttributes error bug
>>
>>  Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex | Bin 2 -> 36 bytes
>>  1 file changed, 0 insertions(+), 0 deletions(-)
>>
>> --
>> 2.17.0
>>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug
Posted by Ard Biesheuvel 5 years, 9 months ago
On 4 July 2018 at 09:49, Ming Huang <ming.huang@linaro.org> wrote:
> Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git
> branch: edk2-non-osi-20180627-v1
>
> Ming Huang (1):
>   Hisilicon/D0x: Fix invoke SetMemorySpaceAttributes error bug
>

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Pushed to edk2-non-osi as 2c4d662506bd..a34ea15dbf31

>  Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex | Bin 2 -> 36 bytes
>  1 file changed, 0 insertions(+), 0 deletions(-)
>
> --
> 2.17.0
>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug
Posted by Leif Lindholm 5 years, 8 months ago
On Wed, Jul 25, 2018 at 01:13:20PM +0200, Ard Biesheuvel wrote:
> On 4 July 2018 at 09:49, Ming Huang <ming.huang@linaro.org> wrote:
> > Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git
> > branch: edk2-non-osi-20180627-v1
> >
> > Ming Huang (1):
> >   Hisilicon/D0x: Fix invoke SetMemorySpaceAttributes error bug
> >
> 
> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> 
> Pushed to edk2-non-osi as 2c4d662506bd..a34ea15dbf31

*scratches head*
This push appears to not have taken place.

Anyway,
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Pushed as 5bce5602..3ce657b0.

/
    Leif

> >  Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex | Bin 2 -> 36 bytes
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >
> > --
> > 2.17.0
> >
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
[edk2] [PATCH edk2-non-osi v1 1/1] Hisilicon/D0x: Fix invoke SetMemorySpaceAttributes error bug
Posted by Ming Huang 5 years, 9 months ago
The edk2 commit bacfd6e let CpuDxe running latter.
CpuDxe is needed by gDS->SetMemorySpaceAttributes, and
gDS->SetMemorySpaceAttributes is invoked by some drivers.

This issue can solve by adding Depex on gEfiCpuArchProtocolGuid
to SFCDriver.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ming Huang <ming.huang@linaro.org>
---
 Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex | Bin 2 -> 36 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex b/Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex
index 2a47cc2..e5c4b16 100644
Binary files a/Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex and b/Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex differ
-- 
2.17.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel