[linux-yocto] [PATCH 1/3] features: Add the drm-bochs feature

Bruce Ashfield bruce.ashfield at gmail.com
Wed Feb 27 06:19:50 PST 2019


On Wed, Feb 27, 2019 at 9:18 AM Bruce Ashfield <bruce.ashfield at gmail.com> wrote:
>
> Hi Allistair,
>
> Which kernel versions were you using for these ? I was thinking 4.19
> and master, and have put them there. Let me know if you'd like to see
> them on other versinos as well.
>

I take that back, they didn't apply cleanly to 4.19, so they are only
on master.

Let me know if you do want them on other versions.

Bruce

> Bruce
>
>
> On Mon, Feb 25, 2019 at 4:42 PM Alistair Francis
> <Alistair.Francis at wdc.com> wrote:
> >
> > Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
> > ---
> >  features/drm-bochs/drm-bochs.cfg | 44 ++++++++++++++++++++++++++++++++
> >  features/drm-bochs/drm-bochs.scc |  1 +
> >  2 files changed, 45 insertions(+)
> >  create mode 100644 features/drm-bochs/drm-bochs.cfg
> >  create mode 100644 features/drm-bochs/drm-bochs.scc
> >
> > diff --git a/features/drm-bochs/drm-bochs.cfg b/features/drm-bochs/drm-bochs.cfg
> > new file mode 100644
> > index 00000000..4ff07bb3
> > --- /dev/null
> > +++ b/features/drm-bochs/drm-bochs.cfg
> > @@ -0,0 +1,44 @@
> > +CONFIG_DMA_SHARED_BUFFER=y
> > +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
> > +CONFIG_MOUSE_PS2_SMBUS=y
> > +CONFIG_VT_HW_CONSOLE_BINDING=y
> > +
> > +CONFIG_I2C=y
> > +CONFIG_I2C_BOARDINFO=y
> > +CONFIG_I2C_COMPAT=y
> > +CONFIG_I2C_HELPER_AUTO=y
> > +CONFIG_I2C_ALGOBIT=y
> > +
> > +CONFIG_DRM=y
> > +CONFIG_DRM_KMS_HELPER=y
> > +CONFIG_DRM_KMS_FB_HELPER=y
> > +CONFIG_DRM_FBDEV_EMULATION=y
> > +CONFIG_DRM_FBDEV_OVERALLOC=100
> > +CONFIG_DRM_TTM=y
> > +CONFIG_DRM_BOCHS=y
> > +CONFIG_DRM_PANEL=y
> > +
> > +CONFIG_DRM_BRIDGE=y
> > +CONFIG_DRM_PANEL_BRIDGE=y
> > +CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
> > +CONFIG_FB_CMDLINE=y
> > +CONFIG_FB_NOTIFY=y
> > +CONFIG_FB=y
> > +CONFIG_FB_CFB_FILLRECT=y
> > +CONFIG_FB_CFB_COPYAREA=y
> > +CONFIG_FB_CFB_IMAGEBLIT=y
> > +CONFIG_FB_SYS_FILLRECT=y
> > +CONFIG_FB_SYS_COPYAREA=y
> > +CONFIG_FB_SYS_IMAGEBLIT=y
> > +CONFIG_FB_SYS_FOPS=y
> > +CONFIG_FB_DEFERRED_IO=y
> > +
> > +CONFIG_FB_SIMPLE=y
> > +CONFIG_HDMI=y
> > +CONFIG_FRAMEBUFFER_CONSOLE=y
> > +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
> > +
> > +CONFIG_SYNC_FILE=y
> > +CONFIG_FONT_SUPPORT=y
> > +CONFIG_FONT_8x8=y
> > +CONFIG_FONT_8x16=y
> > diff --git a/features/drm-bochs/drm-bochs.scc b/features/drm-bochs/drm-bochs.scc
> > new file mode 100644
> > index 00000000..6cc01ab0
> > --- /dev/null
> > +++ b/features/drm-bochs/drm-bochs.scc
> > @@ -0,0 +1 @@
> > +kconf hardware drm-bochs.cfg
> > \ No newline at end of file
> > --
> > 2.20.1
> >
> > --
> > _______________________________________________
> > linux-yocto mailing list
> > linux-yocto at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/linux-yocto
>
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


More information about the linux-yocto mailing list