merged. Bruce
In message: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH 1/2] Microchip-polarfire-soc: Add VFIO support on 08/01/2024 skadamba wrote: > From: "Saravanan.K.S" <[email protected]> > > Signed-off-by: Saravanan.K.S <[email protected]> > --- > Hi Bruce, > Please help to merge these patches to yocto-6.1 branch. > Thanks > Saravanan > --- > bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg > b/bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg > index 9e5c1800..c02b5e63 100644 > --- a/bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg > +++ b/bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg > @@ -105,3 +105,5 @@ CONFIG_FPGA_REGION=y > CONFIG_FPGA_MGR_MICROCHIP_AUTO_UPDATE=y > CONFIG_FPGA_MGR_MICROCHIP_SPI=y > CONFIG_SPARSEMEM_MANUAL=y > +CONFIG_VFIO=y > +CONFIG_VFIO_PCI=y > -- > 2.35.5 > In message: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH 2/2] microchip-polarfire-soc: USB gadget driver configuration on 08/01/2024 skadamba wrote: > From: "Saravanan.K.S" <[email protected]> > > USB Ethernet gadget driver configuration added to enable the MUSB driver > in dual role mode > > Signed-off-by: Rajeshkumar Ramasamy <[email protected]> > Signed-off-by: Saravanan.K.S <[email protected]> > --- > bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg > b/bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg > index c02b5e63..91073b96 100644 > --- a/bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg > +++ b/bsp/microchip-polarfire-soc/microchip-polarfire-soc.cfg > @@ -107,3 +107,12 @@ CONFIG_FPGA_MGR_MICROCHIP_SPI=y > CONFIG_SPARSEMEM_MANUAL=y > CONFIG_VFIO=y > CONFIG_VFIO_PCI=y > +CONFIG_USB_GADGET=y > +CONFIG_USB_CONFIGFS=y > +CONFIG_USB_ETH=y > +CONFIG_USB_ETH_RNDIS=y > +CONFIG_USB_MUSB_HOST=n > +CONFIG_USB_MUSB_GADGET=n > +CONFIG_USB_MUSB_DUAL_ROLE=y > +CONFIG_USB_CONFIGFS_F_FS=y > +CONFIG_USB_GADGETFS=y > -- > 2.35.5 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13468): https://lists.yoctoproject.org/g/linux-yocto/message/13468 Mute This Topic: https://lists.yoctoproject.org/mt/103630045/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
