On Wed, Mar 20, 2019 at 10:05 PM He Zhe <[email protected]> wrote: > > > > On 3/21/19 9:54 AM, He Zhe wrote: > > > > On 3/21/19 2:47 AM, Bruce Ashfield wrote: > >> On Wed, Mar 20, 2019 at 3:24 AM <[email protected]> wrote: > >>> From: He Zhe <[email protected]> > >>> > >>> The following upstream commits have renamed INTEL_RDT to RESCTRL. > >>> 6fe07ce35e8a ("x86/resctrl: Rename the config option INTEL_RDT to > >>> RESCTRL") > >>> e6d429313ea5 ("x86/resctrl: Avoid confusion over the new X86_RESCTRL > >>> config") > >>> > >> You forgot to mention which kernel versions this was for. Looking at > >> the commits you > >> are referencing, only 5.0 has them, so I assume you are looking at 5.0 > >> and master ? > > Yes, only for 5.0 > > and master, of course. >
This is now staged on both branches. Bruce > Zhe > > > > > Zhe > > > >> Bruce > >> > >>> Signed-off-by: He Zhe <[email protected]> > >>> --- > >>> bsp/intel-x86/intel-x86-64.cfg | 4 ++-- > >>> bsp/intel-x86/intel-x86.cfg | 4 ++-- > >>> 2 files changed, 4 insertions(+), 4 deletions(-) > >>> > >>> diff --git a/bsp/intel-x86/intel-x86-64.cfg > >>> b/bsp/intel-x86/intel-x86-64.cfg > >>> index e66b93b..cd09102 100644 > >>> --- a/bsp/intel-x86/intel-x86-64.cfg > >>> +++ b/bsp/intel-x86/intel-x86-64.cfg > >>> @@ -40,8 +40,8 @@ CONFIG_CRYPTO_DEV_QAT_C62XVF=m > >>> CONFIG_CRYPTO_DEV_QAT_DH895xCC=m > >>> CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m > >>> > >>> -# Intel Resource Director Technology support > >>> -CONFIG_INTEL_RDT=y > >>> +# x86 CPU resource control support > >>> +CONFIG_X86_CPU_RESCTRL=y > >>> > >>> # Processor type and features > >>> CONFIG_NR_CPUS=256 > >>> diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg > >>> index dff54fe..548a620 100644 > >>> --- a/bsp/intel-x86/intel-x86.cfg > >>> +++ b/bsp/intel-x86/intel-x86.cfg > >>> @@ -342,8 +342,8 @@ CONFIG_TOUCHSCREEN_ZFORCE=m > >>> CONFIG_DRM_NOUVEAU=m > >>> CONFIG_DRM_NOUVEAU_BACKLIGHT=y > >>> > >>> -# Intel RDT support > >>> -CONFIG_INTEL_RDT=y > >>> +# x86 CPU resource control support > >>> +CONFIG_X86_CPU_RESCTRL=y > >>> > >>> # Intel RAPL > >>> CONFIG_IOSF_MBI=y > >>> -- > >>> 2.7.4 > >>> > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
