* [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug
@ 2018-07-04 7:49 Ming Huang
2018-07-04 7:49 ` [PATCH edk2-non-osi v1 1/1] Hisilicon/D0x: " Ming Huang
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Ming Huang @ 2018-07-04 7:49 UTC (permalink / raw)
To: leif.lindholm, linaro-uefi, edk2-devel, graeme.gregory
Cc: ard.biesheuvel, guoheyi, wanghuiqiang, huangming23, zhangjinsong2,
huangdaode, john.garry, Ming Huang
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH edk2-non-osi v1 1/1] Hisilicon/D0x: Fix invoke SetMemorySpaceAttributes error bug
2018-07-04 7:49 [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug Ming Huang
@ 2018-07-04 7:49 ` Ming Huang
2018-07-13 7:33 ` [PATCH edk2-non-osi v1 0/1] " Ard Biesheuvel
2018-07-25 11:13 ` Ard Biesheuvel
2 siblings, 0 replies; 6+ messages in thread
From: Ming Huang @ 2018-07-04 7:49 UTC (permalink / raw)
To: leif.lindholm, linaro-uefi, edk2-devel, graeme.gregory
Cc: ard.biesheuvel, guoheyi, wanghuiqiang, huangming23, zhangjinsong2,
huangdaode, john.garry, Ming Huang
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug
2018-07-04 7:49 [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug Ming Huang
2018-07-04 7:49 ` [PATCH edk2-non-osi v1 1/1] Hisilicon/D0x: " Ming Huang
@ 2018-07-13 7:33 ` Ard Biesheuvel
2018-07-13 8:24 ` Ming
2018-07-25 11:13 ` Ard Biesheuvel
2 siblings, 1 reply; 6+ messages in thread
From: Ard Biesheuvel @ 2018-07-13 7:33 UTC (permalink / raw)
To: Ming Huang
Cc: Leif Lindholm, linaro-uefi, edk2-devel@lists.01.org,
Graeme Gregory, guoheyi, wanghuiqiang, huangming, Jason Zhang,
huangdaode, John Garry
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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug
2018-07-13 7:33 ` [PATCH edk2-non-osi v1 0/1] " Ard Biesheuvel
@ 2018-07-13 8:24 ` Ming
0 siblings, 0 replies; 6+ messages in thread
From: Ming @ 2018-07-13 8:24 UTC (permalink / raw)
To: Ard Biesheuvel
Cc: Leif Lindholm, linaro-uefi, edk2-devel@lists.01.org,
Graeme Gregory, guoheyi, wanghuiqiang, huangming, Jason Zhang,
huangdaode, John Garry
在 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
>>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug
2018-07-04 7:49 [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug Ming Huang
2018-07-04 7:49 ` [PATCH edk2-non-osi v1 1/1] Hisilicon/D0x: " Ming Huang
2018-07-13 7:33 ` [PATCH edk2-non-osi v1 0/1] " Ard Biesheuvel
@ 2018-07-25 11:13 ` Ard Biesheuvel
2018-08-15 14:17 ` Leif Lindholm
2 siblings, 1 reply; 6+ messages in thread
From: Ard Biesheuvel @ 2018-07-25 11:13 UTC (permalink / raw)
To: Ming Huang
Cc: Leif Lindholm, linaro-uefi, edk2-devel@lists.01.org,
Graeme Gregory, guoheyi, wanghuiqiang, huangming, Jason Zhang,
huangdaode, John Garry
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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug
2018-07-25 11:13 ` Ard Biesheuvel
@ 2018-08-15 14:17 ` Leif Lindholm
0 siblings, 0 replies; 6+ messages in thread
From: Leif Lindholm @ 2018-08-15 14:17 UTC (permalink / raw)
To: Ard Biesheuvel
Cc: Ming Huang, linaro-uefi, edk2-devel@lists.01.org, Graeme Gregory,
guoheyi, wanghuiqiang, huangming, Jason Zhang, huangdaode,
John Garry
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
> >
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-08-15 14:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-04 7:49 [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug Ming Huang
2018-07-04 7:49 ` [PATCH edk2-non-osi v1 1/1] Hisilicon/D0x: " Ming Huang
2018-07-13 7:33 ` [PATCH edk2-non-osi v1 0/1] " Ard Biesheuvel
2018-07-13 8:24 ` Ming
2018-07-25 11:13 ` Ard Biesheuvel
2018-08-15 14:17 ` Leif Lindholm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox