On Thu, Oct 06, 2016 at 06:18:15PM +0000, Stiffler, Jacob wrote: > Seeing this reminds me how out of date this file has become. I'll try to > send a patch by the end of next week.
Sounds good, thanks. > But as opencl is the main consumer of CMEM, could we use that machine > feature to determine whether or not to reserve memory for CMEM? Well, I guess that's an option, as long as it stays in ProcessorSDK branding for now - CoreSDK still needs to build w/o CMEM enabled, but building OpenCL is fine, even though it won't work properly w/o CMEM... > > -----Original Message----- > > From: [email protected] [mailto:meta-arago- > > [email protected]] On Behalf Of Denys Dmytriyenko > > Sent: Thursday, October 06, 2016 1:32 PM > > To: [email protected] > > Subject: [meta-arago] [PATCH] branding-processor-sdk: enable > > RESERVE_CMEM by default > > > > From: Denys Dmytriyenko <[email protected]> > > > > Signed-off-by: Denys Dmytriyenko <[email protected]> > > --- > > meta-arago-distro/conf/distro/include/branding-processor-sdk.inc | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/meta-arago-distro/conf/distro/include/branding-processor- > > sdk.inc b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc > > index bd51f76..d97518d 100644 > > --- a/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc > > +++ b/meta-arago-distro/conf/distro/include/branding-processor-sdk.inc > > @@ -1,6 +1,7 @@ > > ARAGO_TISDK_IMAGE = "processor-sdk-linux-image" > > > > # Set CMEM reserved memory region > > +RESERVE_CMEM_omap-a15 = "1" > > CMEM_BASE_omap-a15 ?= "a0000000" > > CMEM_SIZE_omap-a15 ?= "08000000" > > > > -- > > 2.7.4 > > > > _______________________________________________ > > meta-arago mailing list > > [email protected] > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
