Message ID | 1486649511-4149-5-git-send-email-haojian.zhuang@linaro.org |
---|---|
State | New |
Headers | show |
Series | enable Android Fastboot App on Hikey | expand |
On Thu, Feb 09, 2017 at 10:11:46PM +0800, Haojian Zhuang wrote: > These GUIDs are used in HiKeyUsb and HiKeyGpio driver. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> This can be squashed with 2/9, and I believe both of these could really be squashed into 7/9? / Leif > --- > Platforms/Hisilicon/HiKey/HiKey.dec | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Platforms/Hisilicon/HiKey/HiKey.dec b/Platforms/Hisilicon/HiKey/HiKey.dec > index 537138e..17c6484 100644 > --- a/Platforms/Hisilicon/HiKey/HiKey.dec > +++ b/Platforms/Hisilicon/HiKey/HiKey.dec > @@ -30,6 +30,7 @@ > > [Guids.common] > gHiKeyTokenSpaceGuid = { 0x91148425, 0xcdd2, 0x4830, { 0x8b, 0xd0, 0xc6, 0x1c, 0x6d, 0xea, 0x36, 0x21 } } > + gHiKeyVariableGuid = { 0x66b8d063, 0x1daa, 0x4c60, { 0xb9, 0xf2, 0x55, 0x0d, 0x7e, 0xe1, 0x2f, 0x38 } } > > [PcdsFixedAtBuild.common] > gHiKeyTokenSpaceGuid.PcdAndroidFastbootNvmDevicePath|L""|VOID*|0x00000001 > -- > 2.7.4 >
diff --git a/Platforms/Hisilicon/HiKey/HiKey.dec b/Platforms/Hisilicon/HiKey/HiKey.dec index 537138e..17c6484 100644 --- a/Platforms/Hisilicon/HiKey/HiKey.dec +++ b/Platforms/Hisilicon/HiKey/HiKey.dec @@ -30,6 +30,7 @@ [Guids.common] gHiKeyTokenSpaceGuid = { 0x91148425, 0xcdd2, 0x4830, { 0x8b, 0xd0, 0xc6, 0x1c, 0x6d, 0xea, 0x36, 0x21 } } + gHiKeyVariableGuid = { 0x66b8d063, 0x1daa, 0x4c60, { 0xb9, 0xf2, 0x55, 0x0d, 0x7e, 0xe1, 0x2f, 0x38 } } [PcdsFixedAtBuild.common] gHiKeyTokenSpaceGuid.PcdAndroidFastbootNvmDevicePath|L""|VOID*|0x00000001
These GUIDs are used in HiKeyUsb and HiKeyGpio driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> --- Platforms/Hisilicon/HiKey/HiKey.dec | 1 + 1 file changed, 1 insertion(+)