All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] optee_os: Add Secure Device Playback memory reservation
@ 2017-08-22 18:43 Dan Murphy
  2017-08-22 19:19 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Murphy @ 2017-08-22 18:43 UTC (permalink / raw)
  To: meta-arago

Add Secure Device Playblack firewall memory reservation
and enable SDP feature in OPTEE_OS

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
index 07eb088e..f765d16a 100644
--- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
@@ -10,7 +10,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
            file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
 "
 BRANCH = "ti_optee_os"
-SRCREV = "09fe6fe9099d4479ab6e986f4af78dd9f9215862"
+SRCREV = "e82ac5b65bc789f3f0d1a3668bb5a2ffe2323f77"
 
 EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
                 CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
-- 
2.14.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] optee_os: Add Secure Device Playback memory reservation
  2017-08-22 18:43 [PATCH] optee_os: Add Secure Device Playback memory reservation Dan Murphy
@ 2017-08-22 19:19 ` Denys Dmytriyenko
  2017-08-22 19:27   ` Dan Murphy
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-08-22 19:19 UTC (permalink / raw)
  To: Dan Murphy; +Cc: meta-arago

Thanks!

On Tue, Aug 22, 2017 at 01:43:41PM -0500, Dan Murphy wrote:
> Add Secure Device Playblack firewall memory reservation

Playblack? :)


> and enable SDP feature in OPTEE_OS
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> index 07eb088e..f765d16a 100644
> --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> @@ -10,7 +10,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
>             file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
>  "
>  BRANCH = "ti_optee_os"
> -SRCREV = "09fe6fe9099d4479ab6e986f4af78dd9f9215862"
> +SRCREV = "e82ac5b65bc789f3f0d1a3668bb5a2ffe2323f77"
>  
>  EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
>                  CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
> -- 
> 2.14.0
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] optee_os: Add Secure Device Playback memory reservation
  2017-08-22 19:19 ` Denys Dmytriyenko
@ 2017-08-22 19:27   ` Dan Murphy
  2017-08-22 19:33     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Murphy @ 2017-08-22 19:27 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

Denys

On 08/22/2017 02:19 PM, Denys Dmytriyenko wrote:
> Thanks!
> 
> On Tue, Aug 22, 2017 at 01:43:41PM -0500, Dan Murphy wrote:
>> Add Secure Device Playblack firewall memory reservation
> 
> Playblack? :)
> 

Oops.  Did you want a v2 or are you going to fix it up?

Dan

> 
>> and enable SDP feature in OPTEE_OS
>>
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>> ---
>>  meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
>> index 07eb088e..f765d16a 100644
>> --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
>> +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
>> @@ -10,7 +10,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
>>             file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
>>  "
>>  BRANCH = "ti_optee_os"
>> -SRCREV = "09fe6fe9099d4479ab6e986f4af78dd9f9215862"
>> +SRCREV = "e82ac5b65bc789f3f0d1a3668bb5a2ffe2323f77"
>>  
>>  EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
>>                  CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
>> -- 
>> 2.14.0
>>


-- 
------------------
Dan Murphy


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] optee_os: Add Secure Device Playback memory reservation
  2017-08-22 19:27   ` Dan Murphy
@ 2017-08-22 19:33     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-08-22 19:33 UTC (permalink / raw)
  To: Dan Murphy; +Cc: meta-arago

On Tue, Aug 22, 2017 at 02:27:13PM -0500, Dan Murphy wrote:
> Denys
> 
> On 08/22/2017 02:19 PM, Denys Dmytriyenko wrote:
> > Thanks!
> > 
> > On Tue, Aug 22, 2017 at 01:43:41PM -0500, Dan Murphy wrote:
> >> Add Secure Device Playblack firewall memory reservation
> > 
> > Playblack? :)
> > 
> 
> Oops.  Did you want a v2 or are you going to fix it up?

I'll fix it.


> >> and enable SDP feature in OPTEE_OS
> >>
> >> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> >> ---
> >>  meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> >> index 07eb088e..f765d16a 100644
> >> --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> >> +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> >> @@ -10,7 +10,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
> >>             file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
> >>  "
> >>  BRANCH = "ti_optee_os"
> >> -SRCREV = "09fe6fe9099d4479ab6e986f4af78dd9f9215862"
> >> +SRCREV = "e82ac5b65bc789f3f0d1a3668bb5a2ffe2323f77"
> >>  
> >>  EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
> >>                  CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
> >> -- 
> >> 2.14.0
> >>
> 
> 
> -- 
> ------------------
> Dan Murphy


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-22 19:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22 18:43 [PATCH] optee_os: Add Secure Device Playback memory reservation Dan Murphy
2017-08-22 19:19 ` Denys Dmytriyenko
2017-08-22 19:27   ` Dan Murphy
2017-08-22 19:33     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.