Message ID | 20170810163253.26759-1-victor.chong@linaro.org |
---|---|
State | New |
Headers | show |
Ping? On Fri, Aug 11, 2017 at 1:32 AM, Victor Chong <victor.chong@linaro.org> wrote: > Signed-off-by: Victor Chong <victor.chong@linaro.org> > --- > platforms.config | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/platforms.config b/platforms.config > index 6fc8f1f..6d3abff 100644 > --- a/platforms.config > +++ b/platforms.config > @@ -220,6 +220,11 @@ ARCH=AARCH64 > UEFI_BIN=BL33_AP_UEFI.fd > UEFI_IMAGE_DIR=HiKey960 > BUILD_ATF=yes > +ATF_SPD=opteed > +TOS_BIN=tee-pager.bin > +TOS_PLATFORM=hikey > +TOS_PLATFORM_FLAVOR=hikey960 > +BUILD_TOS=yes > SCP_BIN=OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Binary/lpm3.img > # Uncomment this to use UART5 as the EDK2 console for v1 hardware > #BUILDFLAGS=-DSERIAL_BASE=0xFDF05000 > -- > 2.13.0 >
Err, sorry. No issues from my end. Pushed. On Fri, Aug 18, 2017 at 12:29:50AM +0900, Victor Chong wrote: > Ping? > > On Fri, Aug 11, 2017 at 1:32 AM, Victor Chong <victor.chong@linaro.org> wrote: > > Signed-off-by: Victor Chong <victor.chong@linaro.org> > > --- > > platforms.config | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/platforms.config b/platforms.config > > index 6fc8f1f..6d3abff 100644 > > --- a/platforms.config > > +++ b/platforms.config > > @@ -220,6 +220,11 @@ ARCH=AARCH64 > > UEFI_BIN=BL33_AP_UEFI.fd > > UEFI_IMAGE_DIR=HiKey960 > > BUILD_ATF=yes > > +ATF_SPD=opteed > > +TOS_BIN=tee-pager.bin > > +TOS_PLATFORM=hikey > > +TOS_PLATFORM_FLAVOR=hikey960 > > +BUILD_TOS=yes > > SCP_BIN=OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Binary/lpm3.img > > # Uncomment this to use UART5 as the EDK2 console for v1 hardware > > #BUILDFLAGS=-DSERIAL_BASE=0xFDF05000 > > -- > > 2.13.0 > >
Np. Thanks! On Fri, Aug 18, 2017 at 12:47 AM, Leif Lindholm <leif.lindholm@linaro.org> wrote: > Err, sorry. > No issues from my end. > > Pushed. > > On Fri, Aug 18, 2017 at 12:29:50AM +0900, Victor Chong wrote: >> Ping? >> >> On Fri, Aug 11, 2017 at 1:32 AM, Victor Chong <victor.chong@linaro.org> wrote: >> > Signed-off-by: Victor Chong <victor.chong@linaro.org> >> > --- >> > platforms.config | 5 +++++ >> > 1 file changed, 5 insertions(+) >> > >> > diff --git a/platforms.config b/platforms.config >> > index 6fc8f1f..6d3abff 100644 >> > --- a/platforms.config >> > +++ b/platforms.config >> > @@ -220,6 +220,11 @@ ARCH=AARCH64 >> > UEFI_BIN=BL33_AP_UEFI.fd >> > UEFI_IMAGE_DIR=HiKey960 >> > BUILD_ATF=yes >> > +ATF_SPD=opteed >> > +TOS_BIN=tee-pager.bin >> > +TOS_PLATFORM=hikey >> > +TOS_PLATFORM_FLAVOR=hikey960 >> > +BUILD_TOS=yes >> > SCP_BIN=OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Binary/lpm3.img >> > # Uncomment this to use UART5 as the EDK2 console for v1 hardware >> > #BUILDFLAGS=-DSERIAL_BASE=0xFDF05000 >> > -- >> > 2.13.0 >> >
diff --git a/platforms.config b/platforms.config index 6fc8f1f..6d3abff 100644 --- a/platforms.config +++ b/platforms.config @@ -220,6 +220,11 @@ ARCH=AARCH64 UEFI_BIN=BL33_AP_UEFI.fd UEFI_IMAGE_DIR=HiKey960 BUILD_ATF=yes +ATF_SPD=opteed +TOS_BIN=tee-pager.bin +TOS_PLATFORM=hikey +TOS_PLATFORM_FLAVOR=hikey960 +BUILD_TOS=yes SCP_BIN=OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Binary/lpm3.img # Uncomment this to use UART5 as the EDK2 console for v1 hardware #BUILDFLAGS=-DSERIAL_BASE=0xFDF05000
Signed-off-by: Victor Chong <victor.chong@linaro.org> --- platforms.config | 5 +++++ 1 file changed, 5 insertions(+)