|
Re: [dunfell][RFC 0/6] HS SDK on GP EVM support
Was hoping this (for AM64x only) could be ready for merge in the next week or so..
Does sound interesting, I'm game for re-working this series for
master/kirkstone as needed too.
Is this new
Was hoping this (for AM64x only) could be ready for merge in the next week or so..
Does sound interesting, I'm game for re-working this series for
master/kirkstone as needed too.
Is this new
|
By
Andrew Davis
·
#14873
·
|
|
Re: [dunfell][RFC 2/6] ti-sci-fw: Use new SOC_TYPE and SYSFW_DIR to simplify recipe
Oops, completely forgot that git does that sometimes, will fix for v2.
Thanks,
Andrew
Oops, completely forgot that git does that sometimes, will fix for v2.
Thanks,
Andrew
|
By
Andrew Davis
·
#14872
·
|
|
[PATCH dunfell 3/3] conf: am43: avoid missing dtb files when ARAGO_BRAND=mainline
For ARAGO_BRAND=mainline with the am43xx machines, avoid the inclusion
of device tree files that do not exist upstream.
Signed-off-by: Drew Fustini <dfustini@...>
---
For ARAGO_BRAND=mainline with the am43xx machines, avoid the inclusion
of device tree files that do not exist upstream.
Signed-off-by: Drew Fustini <dfustini@...>
---
|
By
Drew Fustini
·
#14871
·
|
|
[PATCH dunfell 2/3] conf: dra7xx-evm: avoid missing dtb files when ARAGO_BRAND=mainline
For ARAGO_BRAND=mainline with the dra7xx-evm MACHINE, avoid the
inclusion of device tree files that do not exist upstream.
Signed-off-by: Drew Fustini <dfustini@...>
---
For ARAGO_BRAND=mainline with the dra7xx-evm MACHINE, avoid the
inclusion of device tree files that do not exist upstream.
Signed-off-by: Drew Fustini <dfustini@...>
---
|
By
Drew Fustini
·
#14870
·
|
|
[PATCH dunfell 1/3] conf: am57xx-evm: avoid missing dtb files when ARAGO_BRAND=mainline
For ARAGO_BRAND=mainline with the am57xx-evm MACHINE, avoid the
inclusion of device tree files that do not exist upstream.
Signed-off-by: Drew Fustini <dfustini@...>
---
For ARAGO_BRAND=mainline with the am57xx-evm MACHINE, avoid the
inclusion of device tree files that do not exist upstream.
Signed-off-by: Drew Fustini <dfustini@...>
---
|
By
Drew Fustini
·
#14869
·
|
|
[PATCH dunfell 0/3] fix ARAGO_BRAND=mainline builds
Builds for ARAGO_BRAND=mainline are failing for the following machines:
- dra7xx-evm
- am57xx-evm
- am437x-evm
This is beause the above machine configurations include files in their
Builds for ARAGO_BRAND=mainline are failing for the following machines:
- dra7xx-evm
- am57xx-evm
- am437x-evm
This is beause the above machine configurations include files in their
|
By
Drew Fustini
·
#14868
·
|
|
Re: [dunfell][RFC 0/6] HS SDK on GP EVM support
So, quick question - does this set have any chance to get merged this year
into dunfell before kirkstone becomes the current base?
Reason being is that I've been mulling over a much better and
So, quick question - does this set have any chance to get merged this year
into dunfell before kirkstone becomes the current base?
Reason being is that I've been mulling over a much better and
|
By
Denys Dmytriyenko
·
#14867
·
|
|
Re: [dunfell][RFC 2/6] ti-sci-fw: Use new SOC_TYPE and SYSFW_DIR to simplify recipe
Please lower the similarity threshold so the change shows as a diff and not
just remove/add. Thanks!
Please lower the similarity threshold so the change shows as a diff and not
just remove/add. Thanks!
|
By
Denys Dmytriyenko
·
#14866
·
|
|
[dunfell][RFC 5/6] machine: am64xx-k3r5: The output of u-boot is not used
The file tiboot3.bin produced by u-boot is not the final used
output, it should not be installed or deployed. The file with
the same name from ti-sci-fw is used. Correct this.
Signed-off-by: Andrew
The file tiboot3.bin produced by u-boot is not the final used
output, it should not be installed or deployed. The file with
the same name from ti-sci-fw is used. Correct this.
Signed-off-by: Andrew
|
By
Andrew Davis
·
#14865
·
|
|
[dunfell][RFC 6/6] ti-sci-fw: Deploy GP version of tiboot3.bin with HS SDK
This allows users of the HS SDK to run on GP EVMs. This file
can be used instead of the HS default.
Signed-off-by: Andrew Davis <afd@...>
---
conf/machine/am64xx-hs-evm.conf | 2 ++
This allows users of the HS SDK to run on GP EVMs. This file
can be used instead of the HS default.
Signed-off-by: Andrew Davis <afd@...>
---
conf/machine/am64xx-hs-evm.conf | 2 ++
|
By
Andrew Davis
·
#14864
·
|
|
[dunfell][RFC 3/6] ti-sci-fw: Deploy all SYSFW firmware types
This allows us to rebuild and re-sign the SYSFW image if needed from
the deploy directory for any SoC type.
Signed-off-by: Andrew Davis <afd@...>
---
recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 28
This allows us to rebuild and re-sign the SYSFW image if needed from
the deploy directory for any SoC type.
Signed-off-by: Andrew Davis <afd@...>
---
recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 28
|
By
Andrew Davis
·
#14863
·
|
|
[dunfell][RFC 2/6] ti-sci-fw: Use new SOC_TYPE and SYSFW_DIR to simplify recipe
The k3-image-gen now has two new helper flags SOC_TYPE and SYSFW_DIR
that we can use to simplify this recipe. With these we do not need to do
anything different here for HS builds, the SOC_TYPE
The k3-image-gen now has two new helper flags SOC_TYPE and SYSFW_DIR
that we can use to simplify this recipe. With these we do not need to do
anything different here for HS builds, the SOC_TYPE
|
By
Andrew Davis
·
#14862
·
|
|
[dunfell][RFC 1/6] conf: machine: Make multi-certificate image the default
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@...>
---
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@...>
---
|
By
Andrew Davis
·
#14861
·
|
|
[dunfell][RFC 4/6] ti-sci-fw: Use SYSFW_TIBOOT3 to point to the SYSFW image
Currently we reuse UBOOT_* names which usually are the same we
want to give to the name of the SYSFW binary. This isn't always
correct, we should use a SYSFW specific variable in case the
UBOOT names
Currently we reuse UBOOT_* names which usually are the same we
want to give to the name of the SYSFW binary. This isn't always
correct, we should use a SYSFW specific variable in case the
UBOOT names
|
By
Andrew Davis
·
#14860
·
|
|
[dunfell][RFC 0/6] HS SDK on GP EVM support
Hello all,
Still some changes pending in the k3-image-gen and u-boot projects
but wanted to get some comments on this early. Plan is to remove
the GP SDK. Have the HS SDK work on GP SoCs with minimal
Hello all,
Still some changes pending in the k3-image-gen and u-boot projects
but wanted to get some comments on this early. Plan is to remove
the GP SDK. Have the HS SDK work on GP SoCs with minimal
|
By
Andrew Davis
·
#14859
·
|
|
[master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI
The following commits in ti-linux-5.10.y kernel has introduced a new dtb.
commit: 9b05b2a89ff ("arm64: dts: ti: Add overlay for GESI to enable main CPSW2G in J721S2")
This patch on j721s2 conf is to
The following commits in ti-linux-5.10.y kernel has introduced a new dtb.
commit: 9b05b2a89ff ("arm64: dts: ti: Add overlay for GESI to enable main CPSW2G in J721S2")
This patch on j721s2 conf is to
|
By
Ryan Eatmon
·
#14858
·
|
|
[dunfell][PATCH v2 0/3] Update to 08.04.00.003
Update u-boot, linux and linux rt to 08.04.00.003 tag
v2: Rebased
Ryan Eatmon (3):
u-boot-ti-staging: Bump to 08.04.00.003 release
linux-ti-staging: Bump to 08.04.00.003 release
Update u-boot, linux and linux rt to 08.04.00.003 tag
v2: Rebased
Ryan Eatmon (3):
u-boot-ti-staging: Bump to 08.04.00.003 release
linux-ti-staging: Bump to 08.04.00.003 release
|
By
Ryan Eatmon
·
#14857
·
|
|
[dunfell][PATCH v2 1/3] u-boot-ti-staging: Bump to 08.04.00.003 release
Updated the u-boot version for 08.04.00.003
Signed-off-by: Ryan Eatmon <reatmon@...>
---
v2: Rebased
recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
1 file changed, 2 insertions(+), 2
Updated the u-boot version for 08.04.00.003
Signed-off-by: Ryan Eatmon <reatmon@...>
---
v2: Rebased
recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
1 file changed, 2 insertions(+), 2
|
By
Ryan Eatmon
·
#14856
·
|
|
[dunfell][PATCH v2 3/3] linux-ti-staging-rt: Bump to 08.04.00.003 release
Updated the linux rt version for 08.04.00.003
Signed-off-by: Ryan Eatmon <reatmon@...>
---
v2: Rebased
recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
1 file changed, 1 insertion(+), 1
Updated the linux rt version for 08.04.00.003
Signed-off-by: Ryan Eatmon <reatmon@...>
---
v2: Rebased
recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Ryan Eatmon
·
#14855
·
|
|
[dunfell][PATCH v2 2/3] linux-ti-staging: Bump to 08.04.00.003 release
Updated the linux version for 08.04.00.003
Signed-off-by: Ryan Eatmon <reatmon@...>
---
v2: Rebased
recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
1 file changed, 1 insertion(+), 1
Updated the linux version for 08.04.00.003
Signed-off-by: Ryan Eatmon <reatmon@...>
---
v2: Rebased
recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Ryan Eatmon
·
#14854
·
|