|
[dunfell][PATCH v3 2/2] optee: Upgrade to upstream 3.17.0
Update to the latest upstream master which is 3.17. We do this to add HUK and AM64x/AM62x support. With this we need to also switch OPTEEMACHINE for AM64x/AM62x. To build against the latest OP-TEE the
Update to the latest upstream master which is 3.17. We do this to add HUK and AM64x/AM62x support. With this we need to also switch OPTEEMACHINE for AM64x/AM62x. To build against the latest OP-TEE the
|
By
Andrew Davis
·
|
|
[dunfell][PATCH v3 1/2] trusted-firmware-a: Update to latest upstream master
For TF-A we work against upstream first, our fork has only been used in the rare cases we need to ship a feature before we can get it upstream. This is not currently the case so lets switch to upstrea
For TF-A we work against upstream first, our fork has only been used in the rare cases we need to ship a feature before we can get it upstream. This is not currently the case so lets switch to upstrea
|
By
Andrew Davis
·
|
|
[dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master 5 messages
For TF-A we work against upstream first, our fork has only been used in the rare cases we need to ship a feature before we can get it upstream. This is not currently the case so lets switch to upstrea
For TF-A we work against upstream first, our fork has only been used in the rare cases we need to ship a feature before we can get it upstream. This is not currently the case so lets switch to upstrea
|
By
Andrew Davis
·
|
|
[dunfell PATCH v2 1/5] conf: machine: Add j721s2 hs platform 3 messages
Machine conf for J721S2 HS platform. Used j7200 hs as reference. Signed-off-by: Jayesh Choudhary <j-choudhary@...> --- conf/machine/j721s2-hs-evm-k3r5.conf | 13 +++++++++++++ conf/machine/j721s2-hs-ev
Machine conf for J721S2 HS platform. Used j7200 hs as reference. Signed-off-by: Jayesh Choudhary <j-choudhary@...> --- conf/machine/j721s2-hs-evm-k3r5.conf | 13 +++++++++++++ conf/machine/j721s2-hs-ev
|
By
Jayesh Choudhary
·
|
|
[dunfell PATCH v2 4/5] ti-graphics: Add j721s2-hs-evm as a compatible machine 3 messages
Add HS platform to the list of compatible machines. Signed-off-by: Jayesh Choudhary <j-choudhary@...> --- .../powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 4 +++- recipes-graphics/libgles/ti-i
Add HS platform to the list of compatible machines. Signed-off-by: Jayesh Choudhary <j-choudhary@...> --- .../powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 4 +++- recipes-graphics/libgles/ti-i
|
By
Jayesh Choudhary
·
|
|
[dunfell/master PATCH] linux-ti-mainline: Bump kernel version to v5.18 2 messages
This adds up numerous fixes for various k3 platforms, adds platform such as AM62x, J721S2. While at it, bump the ti-upstream-tools repo as this sync up gives us: - Switch over to 4k as default, config
This adds up numerous fixes for various k3 platforms, adds platform such as AM62x, J721S2. While at it, bump the ti-upstream-tools repo as this sync up gives us: - Switch over to 4k as default, config
|
By
Nishanth Menon
·
|
|
[dunfell PATCH v2 5/5] cnm-wave-fw: add compatible for j721s2-hs-evm 3 messages
Add the HS platform to the compatible list in the recipe. Signed-off-by: Jayesh Choudhary <j-choudhary@...> --- recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 3 ++- recipes-kernel/linux/kernel-rdepends.
Add the HS platform to the compatible list in the recipe. Signed-off-by: Jayesh Choudhary <j-choudhary@...> --- recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 3 ++- recipes-kernel/linux/kernel-rdepends.
|
By
Jayesh Choudhary
·
|
|
[dunfell][PATCH v2 2/2] optee: Upgrade to upstream 3.17.0
Update to the latest upstream master which is 3.17. The extra patches do not look to be needed anymore. While here switch to git checkout with https. Signed-off-by: Andrew Davis <afd@...> --- .../opte
Update to the latest upstream master which is 3.17. The extra patches do not look to be needed anymore. While here switch to git checkout with https. Signed-off-by: Andrew Davis <afd@...> --- .../opte
|
By
Andrew Davis
·
|
|
[dunfell PATCH v2 3/5] j721s2-hs: changes to support new hs platform
Changes to support new j721s2-hs platform in: 1) ti-sci-fw_git: Update firmware prefix for j721s2-hs 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image 4) optee: sign the i
Changes to support new j721s2-hs platform in: 1) ti-sci-fw_git: Update firmware prefix for j721s2-hs 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image 4) optee: sign the i
|
By
Jayesh Choudhary
·
|
|
[dunfell PATCH v2 2/5] ti-rtos-firmware: Add j721s2 hs support
Sign the DM firmware for j721s2 similar to j7200 hs. Duplicate all j721s2 entries for j721s2-hs as we cannot use same keyword for match between j721s2-evm and j721s2-hs-evm. Signed-off-by: Jayesh Chou
Sign the DM firmware for j721s2 similar to j7200 hs. Duplicate all j721s2 entries for j721s2-hs as we cannot use same keyword for match between j721s2-evm and j721s2-hs-evm. Signed-off-by: Jayesh Chou
|
By
Jayesh Choudhary
·
|
|
[dunfell PATCH v2 0/5] Add J721S2 HS platform support
This series add the yocto configuration for J721S2 HS platform. There is a dependancy of this series on u-boot j721s2-hs support on ti-linux tree which is pending internal review. Changes from v1: - a
This series add the yocto configuration for J721S2 HS platform. There is a dependancy of this series on u-boot j721s2-hs support on ti-linux tree which is pending internal review. Changes from v1: - a
|
By
Jayesh Choudhary
·
|
|
[dunfell PATCH 0/3] Add J721S2 HS platform support 2 messages
This series add the yocto configuration for J721S2 HS platform. There is a dependancy of this series on u-boot j721s2-hs support on ti-linux tree which is pending internal review. Jayesh Choudhary (3)
This series add the yocto configuration for J721S2 HS platform. There is a dependancy of this series on u-boot j721s2-hs support on ti-linux tree which is pending internal review. Jayesh Choudhary (3)
|
By
Jayesh Choudhary
·
|
|
[master PATCH V2] all: Stop using git://git.ti.com
Stop using un-encrypted git:// protocol to access TI repositories. This is inline with the same arguments as made by github in [1] This patch was generated via the following script: git grep "git://gi
Stop using un-encrypted git:// protocol to access TI repositories. This is inline with the same arguments as made by github in [1] This patch was generated via the following script: git grep "git://gi
|
By
Nishanth Menon
·
|
|
[dunfell][PATCH 1/2] conf: machine: wic: Fix HS image boot partition 4 messages
From: Manorit Chawdhry <m-chawdhry@...> IMAGE_BOOT_FILES was being overwritten in the HS recipes leading to incomplete binaries in /boot and the naming of the binaries were not correct. Fixes /boot pa
From: Manorit Chawdhry <m-chawdhry@...> IMAGE_BOOT_FILES was being overwritten in the HS recipes leading to incomplete binaries in /boot and the naming of the binaries were not correct. Fixes /boot pa
|
By
Andrew Davis
·
|
|
[dunfell][PATCH 2/2] conf: machine: Make multi-certificate image the default 2 messages
Only the first two K3 devices do not support multi-cert boot so lets make multi-cert the default and only add back sysfw.itb for these two devices. Signed-off-by: Andrew Davis <afd@...> --- conf/machi
Only the first two K3 devices do not support multi-cert boot so lets make multi-cert the default and only add back sysfw.itb for these two devices. Signed-off-by: Andrew Davis <afd@...> --- conf/machi
|
By
Andrew Davis
·
|
|
[dunfell PATCH 2/3] ti-rtos-firmware: Add j721s2 hs support 2 messages
Sign the DM firmware for j721s2 similar to j7200 hs. Duplicate all j721s2 entries for j721s2-hs as we cannot use same keyword for match between j721s2-evm and j721s2-hs-evm. Signed-off-by: Jayesh Chou
Sign the DM firmware for j721s2 similar to j7200 hs. Duplicate all j721s2 entries for j721s2-hs as we cannot use same keyword for match between j721s2-evm and j721s2-hs-evm. Signed-off-by: Jayesh Chou
|
By
Jayesh Choudhary
·
|
|
[dunfell PATCH 3/3] j721s2-hs: changes to support new hs platform
Changes to support new j721s2-hs platform in: 1) ti-sci-fw_git: Update firmware prefix for j721s2-hs 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image 4) optee: sign the i
Changes to support new j721s2-hs platform in: 1) ti-sci-fw_git: Update firmware prefix for j721s2-hs 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image 4) optee: sign the i
|
By
Jayesh Choudhary
·
|
|
[dunfell PATCH 1/3] conf: machine: Add j721s2 hs platform
Machine conf for J721S2 HS platform. Used j7200 hs as reference. Signed-off-by: Jayesh Choudhary <j-choudhary@...> --- conf/machine/j721s2-hs-evm-k3r5.conf | 13 +++++++++++++ conf/machine/j721s2-hs-ev
Machine conf for J721S2 HS platform. Used j7200 hs as reference. Signed-off-by: Jayesh Choudhary <j-choudhary@...> --- conf/machine/j721s2-hs-evm-k3r5.conf | 13 +++++++++++++ conf/machine/j721s2-hs-ev
|
By
Jayesh Choudhary
·
|
|
[PATCH] multiconfig: use diferent TMPDIR for each machine 6 messages
Bitbake manual [1] recomends to use one TMPDIR for each machine: "Minimally, each configuration file must define the machine and the temporary directory BitBake uses for the build. Suggested practice
Bitbake manual [1] recomends to use one TMPDIR for each machine: "Minimally, each configuration file must define the machine and the temporary directory BitBake uses for the build. Suggested practice
|
By
Jose Quaresma
·
|
|
[dunfell][PATCH] conf: machine: am64xx: Add missing dtbo
Add missing k3-am642-evm-icssg1-dualemac-mii.dtbo. Reported-by: Judith Mendez <jm@...> Signed-off-by: Andrew Davis <afd@...> --- conf/machine/include/am64xx.inc | 1 + 1 file changed, 1 insertion(+) di
Add missing k3-am642-evm-icssg1-dualemac-mii.dtbo. Reported-by: Judith Mendez <jm@...> Signed-off-by: Andrew Davis <afd@...> --- conf/machine/include/am64xx.inc | 1 + 1 file changed, 1 insertion(+) di
|
By
Andrew Davis
·
|