* Re: [meta-ti] [master][PATCH 00/22] Sync up with Dunfell [not found] <16B383101A550137.21702@lists.yoctoproject.org> @ 2021-11-04 17:55 ` Denys Dmytriyenko 2021-11-05 2:25 ` Yogesh Siraswar 0 siblings, 1 reply; 3+ messages in thread From: Denys Dmytriyenko @ 2021-11-04 17:55 UTC (permalink / raw) To: meta-ti Ping On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko <denys@konsulko.com> > > Keep master up to date with latest changes in Dunfell, adjust to the new > override syntax. > > Denys Dmytriyenko (1): > powervr-drivers: teach modules_install to respect "usrmerge" distro > feature > > Hari Nagalla (2): > ipc: ti-rpmsg-char: Update library to 0.3.1 > ti-rtos-firmware: Update M4F binary for AM64x SoCs > > Nick Saulnier (1): > pru-icss_git.bb: add AM64x, update to PSSP v6.0.0 > > Sinthu Raja (1): > conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE > > Tom Rini (2): > conf/machine: k3: Enable grub-efi by default in wic images > conf: Add extlinux.conf support on some 32bit platforms > > Vignesh Raghavedra (1): > prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for > AM65x SR2.0 > > Yogesh Siraswar (14): > linux-ti-staging: Update SRCREV to 5.10.65 > linux-ti-staging-rt: Update SRCREV to 5.10.65 > conf: omap-a15: fix the dtb file path for extlinux boot > conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10 > conf: am57xx-evm: ReIntroduce existent dtb* for 5.10 > ti-linux-fw: Support common inc for all firmware > ti-linux-fw: AUTOREV support for ti-linux-fw > ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmware > linux-ti-staging: Bump linux version to latest > linux-ti-staging-rt: Bump linux rt version to latest > ti-linux-fw: Bump to 08.01.00.001 release > u-boot-ti-staging: Bump to 08.01.00.001 release > linux-ti-staging-rt: Bump to 08.01.00.001 release > linux-ti-staging: Bump to 08.01.00.001 release > > conf/machine/am57xx-evm.conf | 6 +- > conf/machine/dra7xx-evm.conf | 8 +++ > conf/machine/include/k3.inc | 6 +- > conf/machine/include/omap-a15.inc | 13 ++++- > conf/machine/include/ti33x.inc | 11 +++- > conf/machine/include/ti43x.inc | 11 +++- > conf/machine/j7-evm.conf | 2 +- > recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 ++-- > recipes-bsp/goodix-fw/goodix-fw_git.bb | 11 ++-- > recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 12 +--- > recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 12 +--- > .../ti-img-rogue-driver_1.13.5776728.bb | 2 +- > .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 4 +- > recipes-bsp/pru/pru-icss_git.bb | 64 +++++++++++++++++++++- > recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | 11 +--- > recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb | 11 +--- > recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb | 10 +--- > recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 10 +--- > recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 +--- > recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 34 ++++++++++++ > recipes-bsp/prusw-fw/prusw-fw_3.2.9.bb | 10 +--- > recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb | 11 ++-- > recipes-bsp/serdes-fw/serdes-fw_git.bb | 10 ++-- > recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 43 +++++++++++++++ > recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb | 2 +- > recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 32 ----------- > recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 7 ++- > recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 +- > recipes-kernel/linux/kernel-rdepends.inc | 2 +- > recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 +- > recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 +- > recipes-ti/ipc/ti-rpmsg-char.inc | 6 +- > recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 8 ++- > wic/sdimage-2part-efi.wks | 7 +++ > 34 files changed, 258 insertions(+), 151 deletions(-) > create mode 100644 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb > create mode 100644 recipes-bsp/ti-linux-fw/ti-linux-fw.inc > delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw.inc > create mode 100644 wic/sdimage-2part-efi.wks > > -- > 2.7.4 > ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-ti] [master][PATCH 00/22] Sync up with Dunfell 2021-11-04 17:55 ` [meta-ti] [master][PATCH 00/22] Sync up with Dunfell Denys Dmytriyenko @ 2021-11-05 2:25 ` Yogesh Siraswar 2021-11-05 19:02 ` Denys Dmytriyenko 0 siblings, 1 reply; 3+ messages in thread From: Yogesh Siraswar @ 2021-11-05 2:25 UTC (permalink / raw) To: Denys Dmytriyenko, meta-ti On 11/4/2021 12:55 PM, Denys Dmytriyenko wrote: > Ping Denys, I did try to apply the series. But there were errors. Didn't get chance to look. Will get back tomorrow. > > On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote: >> From: Denys Dmytriyenko <denys@konsulko.com> >> >> Keep master up to date with latest changes in Dunfell, adjust to the new >> override syntax. >> >> Denys Dmytriyenko (1): >> powervr-drivers: teach modules_install to respect "usrmerge" distro >> feature >> >> Hari Nagalla (2): >> ipc: ti-rpmsg-char: Update library to 0.3.1 >> ti-rtos-firmware: Update M4F binary for AM64x SoCs >> >> Nick Saulnier (1): >> pru-icss_git.bb: add AM64x, update to PSSP v6.0.0 >> >> Sinthu Raja (1): >> conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE >> >> Tom Rini (2): >> conf/machine: k3: Enable grub-efi by default in wic images >> conf: Add extlinux.conf support on some 32bit platforms >> >> Vignesh Raghavedra (1): >> prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for >> AM65x SR2.0 >> >> Yogesh Siraswar (14): >> linux-ti-staging: Update SRCREV to 5.10.65 >> linux-ti-staging-rt: Update SRCREV to 5.10.65 >> conf: omap-a15: fix the dtb file path for extlinux boot >> conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10 >> conf: am57xx-evm: ReIntroduce existent dtb* for 5.10 >> ti-linux-fw: Support common inc for all firmware >> ti-linux-fw: AUTOREV support for ti-linux-fw >> ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmware >> linux-ti-staging: Bump linux version to latest >> linux-ti-staging-rt: Bump linux rt version to latest >> ti-linux-fw: Bump to 08.01.00.001 release >> u-boot-ti-staging: Bump to 08.01.00.001 release >> linux-ti-staging-rt: Bump to 08.01.00.001 release >> linux-ti-staging: Bump to 08.01.00.001 release >> >> conf/machine/am57xx-evm.conf | 6 +- >> conf/machine/dra7xx-evm.conf | 8 +++ >> conf/machine/include/k3.inc | 6 +- >> conf/machine/include/omap-a15.inc | 13 ++++- >> conf/machine/include/ti33x.inc | 11 +++- >> conf/machine/include/ti43x.inc | 11 +++- >> conf/machine/j7-evm.conf | 2 +- >> recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 ++-- >> recipes-bsp/goodix-fw/goodix-fw_git.bb | 11 ++-- >> recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 12 +--- >> recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 12 +--- >> .../ti-img-rogue-driver_1.13.5776728.bb | 2 +- >> .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 4 +- >> recipes-bsp/pru/pru-icss_git.bb | 64 +++++++++++++++++++++- >> recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | 11 +--- >> recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb | 11 +--- >> recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb | 10 +--- >> recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 10 +--- >> recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 +--- >> recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 34 ++++++++++++ >> recipes-bsp/prusw-fw/prusw-fw_3.2.9.bb | 10 +--- >> recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb | 11 ++-- >> recipes-bsp/serdes-fw/serdes-fw_git.bb | 10 ++-- >> recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 43 +++++++++++++++ >> recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb | 2 +- >> recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 32 ----------- >> recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 7 ++- >> recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 +- >> recipes-kernel/linux/kernel-rdepends.inc | 2 +- >> recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 +- >> recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 +- >> recipes-ti/ipc/ti-rpmsg-char.inc | 6 +- >> recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 8 ++- >> wic/sdimage-2part-efi.wks | 7 +++ >> 34 files changed, 258 insertions(+), 151 deletions(-) >> create mode 100644 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb >> create mode 100644 recipes-bsp/ti-linux-fw/ti-linux-fw.inc >> delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw.inc >> create mode 100644 wic/sdimage-2part-efi.wks >> >> -- >> 2.7.4 >> >> >> >> >> ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-ti] [master][PATCH 00/22] Sync up with Dunfell 2021-11-05 2:25 ` Yogesh Siraswar @ 2021-11-05 19:02 ` Denys Dmytriyenko 0 siblings, 0 replies; 3+ messages in thread From: Denys Dmytriyenko @ 2021-11-05 19:02 UTC (permalink / raw) To: Siraswar, Yogesh; +Cc: meta-ti On Thu, Nov 04, 2021 at 09:25:20PM -0500, Siraswar, Yogesh wrote: > On 11/4/2021 12:55 PM, Denys Dmytriyenko wrote: > >Ping > > Denys, I did try to apply the series. But there were errors. > Didn't get chance to look. Will get back tomorrow. Yogesh, Can you please share the error details so I can see what's wrong and fix it? Thanks! > >On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote: > >>From: Denys Dmytriyenko <denys@konsulko.com> > >> > >>Keep master up to date with latest changes in Dunfell, adjust to the new > >>override syntax. > >> > >>Denys Dmytriyenko (1): > >> powervr-drivers: teach modules_install to respect "usrmerge" distro > >> feature > >> > >>Hari Nagalla (2): > >> ipc: ti-rpmsg-char: Update library to 0.3.1 > >> ti-rtos-firmware: Update M4F binary for AM64x SoCs > >> > >>Nick Saulnier (1): > >> pru-icss_git.bb: add AM64x, update to PSSP v6.0.0 > >> > >>Sinthu Raja (1): > >> conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE > >> > >>Tom Rini (2): > >> conf/machine: k3: Enable grub-efi by default in wic images > >> conf: Add extlinux.conf support on some 32bit platforms > >> > >>Vignesh Raghavedra (1): > >> prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for > >> AM65x SR2.0 > >> > >>Yogesh Siraswar (14): > >> linux-ti-staging: Update SRCREV to 5.10.65 > >> linux-ti-staging-rt: Update SRCREV to 5.10.65 > >> conf: omap-a15: fix the dtb file path for extlinux boot > >> conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10 > >> conf: am57xx-evm: ReIntroduce existent dtb* for 5.10 > >> ti-linux-fw: Support common inc for all firmware > >> ti-linux-fw: AUTOREV support for ti-linux-fw > >> ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmware > >> linux-ti-staging: Bump linux version to latest > >> linux-ti-staging-rt: Bump linux rt version to latest > >> ti-linux-fw: Bump to 08.01.00.001 release > >> u-boot-ti-staging: Bump to 08.01.00.001 release > >> linux-ti-staging-rt: Bump to 08.01.00.001 release > >> linux-ti-staging: Bump to 08.01.00.001 release > >> > >> conf/machine/am57xx-evm.conf | 6 +- > >> conf/machine/dra7xx-evm.conf | 8 +++ > >> conf/machine/include/k3.inc | 6 +- > >> conf/machine/include/omap-a15.inc | 13 ++++- > >> conf/machine/include/ti33x.inc | 11 +++- > >> conf/machine/include/ti43x.inc | 11 +++- > >> conf/machine/j7-evm.conf | 2 +- > >> recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 ++-- > >> recipes-bsp/goodix-fw/goodix-fw_git.bb | 11 ++-- > >> recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 12 +--- > >> recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 12 +--- > >> .../ti-img-rogue-driver_1.13.5776728.bb | 2 +- > >> .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 4 +- > >> recipes-bsp/pru/pru-icss_git.bb | 64 +++++++++++++++++++++- > >> recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | 11 +--- > >> recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb | 11 +--- > >> recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb | 10 +--- > >> recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 10 +--- > >> recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 +--- > >> recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 34 ++++++++++++ > >> recipes-bsp/prusw-fw/prusw-fw_3.2.9.bb | 10 +--- > >> recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb | 11 ++-- > >> recipes-bsp/serdes-fw/serdes-fw_git.bb | 10 ++-- > >> recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 43 +++++++++++++++ > >> recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb | 2 +- > >> recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 32 ----------- > >> recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 7 ++- > >> recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 +- > >> recipes-kernel/linux/kernel-rdepends.inc | 2 +- > >> recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 +- > >> recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 +- > >> recipes-ti/ipc/ti-rpmsg-char.inc | 6 +- > >> recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 8 ++- > >> wic/sdimage-2part-efi.wks | 7 +++ > >> 34 files changed, 258 insertions(+), 151 deletions(-) > >> create mode 100644 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb > >> create mode 100644 recipes-bsp/ti-linux-fw/ti-linux-fw.inc > >> delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw.inc > >> create mode 100644 wic/sdimage-2part-efi.wks > >> > >>-- > >>2.7.4 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-05 19:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <16B383101A550137.21702@lists.yoctoproject.org>
2021-11-04 17:55 ` [meta-ti] [master][PATCH 00/22] Sync up with Dunfell Denys Dmytriyenko
2021-11-05 2:25 ` Yogesh Siraswar
2021-11-05 19:02 ` 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.