* [dunfell/master PATCH V4] trusted-firmware-a: Update to v2.4 merge
@ 2020-12-10 23:49 Nishanth Menon
2020-12-11 0:00 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Nishanth Menon @ 2020-12-10 23:49 UTC (permalink / raw)
To: meta-ti; +Cc: praneeth, d-gerlach, s-anna, dmurphy, denis, Nishanth Menon
Update to v2.4 tag merge from upstream to keep TF-A in sync.
For major changes in trusted-firmware-a, See:
https://trustedfirmware-a.readthedocs.io/en/latest/change-log.html#version-2-4
TI specific fixups include:
- stub for shutdown (CPUs enter wfi)
- uart console is now configurable.
While at it, update to include PV_k3 as 2.4 and provide the license file
checksum.
NOTE: We use PV_k3 instead of PV since this allows meta-ti to not
affect other platforms esp in a multi-BSP configuration.
Suggested-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
---
Changes since v3:
- s/LIC_FILES_CHKSUM/LIC_FILES_CHKSUM_k3 coming right up..
Changes since v2:
- Update license file and checksum (Thanks Dan for catching my next
blunder)
Changes since v1 in v2:
- Update for PV_k3 (Thanks Denys) - I was'nt sure to pick a
"Reviewed-by" tag for your LGTM :).. so did'nt want to guess.
recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 3c1862643086..c561fe2d7e76 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -1,6 +1,8 @@
+PV_k3 = "2.4"
+LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
BRANCH_k3 = "ti-atf"
SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
-SRCREV_tfa_k3 = "52c334fc361194e3896ea3b2529c10a06e586a5f"
+SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
COMPATIBLE_MACHINE_k3 = "k3"
TFA_BUILD_TARGET_k3 = "all"
TFA_INSTALL_TARGET_k3 = "bl31"
--
2.25.1.377.g2d2118b814c1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [dunfell/master PATCH V4] trusted-firmware-a: Update to v2.4 merge
2020-12-10 23:49 [dunfell/master PATCH V4] trusted-firmware-a: Update to v2.4 merge Nishanth Menon
@ 2020-12-11 0:00 ` Denys Dmytriyenko
2020-12-11 0:04 ` Nishanth Menon
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2020-12-11 0:00 UTC (permalink / raw)
To: Nishanth Menon; +Cc: meta-ti, praneeth, d-gerlach, s-anna, dmurphy
On Thu, Dec 10, 2020 at 05:49:57PM -0600, Nishanth Menon wrote:
> Update to v2.4 tag merge from upstream to keep TF-A in sync.
>
> For major changes in trusted-firmware-a, See:
> https://trustedfirmware-a.readthedocs.io/en/latest/change-log.html#version-2-4
>
> TI specific fixups include:
> - stub for shutdown (CPUs enter wfi)
> - uart console is now configurable.
>
> While at it, update to include PV_k3 as 2.4 and provide the license file
> checksum.
>
> NOTE: We use PV_k3 instead of PV since this allows meta-ti to not
> affect other platforms esp in a multi-BSP configuration.
>
> Suggested-by: Dan Murphy <dmurphy@ti.com>
> Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Denys Dmytriyenko <denis@denix.org>
Nice-to-have would be to explain the license checksum change and whether it
affects the actual license. The checksum there is specifically to catch any
changes to the license file and prevent re-licensing to pass unnoticed...
> ---
> Changes since v3:
> - s/LIC_FILES_CHKSUM/LIC_FILES_CHKSUM_k3 coming right up..
>
> Changes since v2:
> - Update license file and checksum (Thanks Dan for catching my next
> blunder)
>
> Changes since v1 in v2:
> - Update for PV_k3 (Thanks Denys) - I was'nt sure to pick a
> "Reviewed-by" tag for your LGTM :).. so did'nt want to guess.
> recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> index 3c1862643086..c561fe2d7e76 100644
> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> @@ -1,6 +1,8 @@
> +PV_k3 = "2.4"
> +LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
> BRANCH_k3 = "ti-atf"
> SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
> -SRCREV_tfa_k3 = "52c334fc361194e3896ea3b2529c10a06e586a5f"
> +SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
> COMPATIBLE_MACHINE_k3 = "k3"
> TFA_BUILD_TARGET_k3 = "all"
> TFA_INSTALL_TARGET_k3 = "bl31"
> --
> 2.25.1.377.g2d2118b814c1
>
--
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [dunfell/master PATCH V4] trusted-firmware-a: Update to v2.4 merge
2020-12-11 0:00 ` Denys Dmytriyenko
@ 2020-12-11 0:04 ` Nishanth Menon
2020-12-11 0:15 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Nishanth Menon @ 2020-12-11 0:04 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti, praneeth, d-gerlach, s-anna, dmurphy
On 19:00-20201210, Denys Dmytriyenko wrote:
> On Thu, Dec 10, 2020 at 05:49:57PM -0600, Nishanth Menon wrote:
> > Update to v2.4 tag merge from upstream to keep TF-A in sync.
> >
> > For major changes in trusted-firmware-a, See:
> > https://trustedfirmware-a.readthedocs.io/en/latest/change-log.html#version-2-4
> >
> > TI specific fixups include:
> > - stub for shutdown (CPUs enter wfi)
> > - uart console is now configurable.
> >
> > While at it, update to include PV_k3 as 2.4 and provide the license file
> > checksum.
> >
> > NOTE: We use PV_k3 instead of PV since this allows meta-ti to not
> > affect other platforms esp in a multi-BSP configuration.
> >
> > Suggested-by: Dan Murphy <dmurphy@ti.com>
> > Signed-off-by: Nishanth Menon <nm@ti.com>
>
> Reviewed-by: Denys Dmytriyenko <denis@denix.org>
>
> Nice-to-have would be to explain the license checksum change and whether it
> affects the actual license. The checksum there is specifically to catch any
> changes to the license file and prevent re-licensing to pass unnoticed...
>
Hmm.. good idea.. but it was'nt present before.. so i could state
something as follows in the commit message:
----
While at it, update to include PV_k3 as 2.4. We use PV_k3 instead of
PV since this allows meta-ti to not affect other platforms esp in a
multi-BSP configuration.
We also add LIC_FILES_CHKSUM_k3 to make sure that we don't let any
re-licensing in the project pass through unnoticed as that has to
be carefully examined for making sure we have all the right legal
compliance.
----
If good, I can repost with your reviewed-by plucked up..
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dunfell/master PATCH V4] trusted-firmware-a: Update to v2.4 merge
2020-12-11 0:04 ` Nishanth Menon
@ 2020-12-11 0:15 ` Denys Dmytriyenko
2020-12-11 0:24 ` Nishanth Menon
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2020-12-11 0:15 UTC (permalink / raw)
To: Nishanth Menon; +Cc: meta-ti, praneeth, d-gerlach, s-anna, dmurphy
On Thu, Dec 10, 2020 at 06:04:18PM -0600, Nishanth Menon wrote:
> On 19:00-20201210, Denys Dmytriyenko wrote:
> > On Thu, Dec 10, 2020 at 05:49:57PM -0600, Nishanth Menon wrote:
> > > Update to v2.4 tag merge from upstream to keep TF-A in sync.
> > >
> > > For major changes in trusted-firmware-a, See:
> > > https://trustedfirmware-a.readthedocs.io/en/latest/change-log.html#version-2-4
> > >
> > > TI specific fixups include:
> > > - stub for shutdown (CPUs enter wfi)
> > > - uart console is now configurable.
> > >
> > > While at it, update to include PV_k3 as 2.4 and provide the license file
> > > checksum.
> > >
> > > NOTE: We use PV_k3 instead of PV since this allows meta-ti to not
> > > affect other platforms esp in a multi-BSP configuration.
> > >
> > > Suggested-by: Dan Murphy <dmurphy@ti.com>
> > > Signed-off-by: Nishanth Menon <nm@ti.com>
> >
> > Reviewed-by: Denys Dmytriyenko <denis@denix.org>
> >
> > Nice-to-have would be to explain the license checksum change and whether it
> > affects the actual license. The checksum there is specifically to catch any
> > changes to the license file and prevent re-licensing to pass unnoticed...
> >
>
> Hmm.. good idea.. but it was'nt present before.. so i could state
> something as follows in the commit message:
>
> ----
>
> While at it, update to include PV_k3 as 2.4. We use PV_k3 instead of
> PV since this allows meta-ti to not affect other platforms esp in a
> multi-BSP configuration.
>
> We also add LIC_FILES_CHKSUM_k3 to make sure that we don't let any
> re-licensing in the project pass through unnoticed as that has to
> be carefully examined for making sure we have all the right legal
> compliance.
Right, but you don't explain what actually changed to cause the checksum
update...
E.g.: "checksum changed due to upstream commit XYZ to update the year, the
license itself is the same" or "checksum changed due to addition on SPDX
header in commit XYZ, no license change"
But you need to examine it yourself. Otherwise it could be: "the license has
changed from GPLv2 to GPLv3" and also update the actual LICENSE_k3 variable.
> ----
>
> If good, I can repost with your reviewed-by plucked up..
>
> --
> Regards,
> Nishanth Menon
> Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
>
--
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dunfell/master PATCH V4] trusted-firmware-a: Update to v2.4 merge
2020-12-11 0:15 ` Denys Dmytriyenko
@ 2020-12-11 0:24 ` Nishanth Menon
0 siblings, 0 replies; 5+ messages in thread
From: Nishanth Menon @ 2020-12-11 0:24 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti, praneeth, d-gerlach, s-anna, dmurphy
On 19:15-20201210, Denys Dmytriyenko wrote:
> On Thu, Dec 10, 2020 at 06:04:18PM -0600, Nishanth Menon wrote:
> > On 19:00-20201210, Denys Dmytriyenko wrote:
> > > On Thu, Dec 10, 2020 at 05:49:57PM -0600, Nishanth Menon wrote:
> > > > Update to v2.4 tag merge from upstream to keep TF-A in sync.
> > > >
> > > > For major changes in trusted-firmware-a, See:
> > > > https://trustedfirmware-a.readthedocs.io/en/latest/change-log.html#version-2-4
> > > >
> > > > TI specific fixups include:
> > > > - stub for shutdown (CPUs enter wfi)
> > > > - uart console is now configurable.
> > > >
> > > > While at it, update to include PV_k3 as 2.4 and provide the license file
> > > > checksum.
> > > >
> > > > NOTE: We use PV_k3 instead of PV since this allows meta-ti to not
> > > > affect other platforms esp in a multi-BSP configuration.
> > > >
> > > > Suggested-by: Dan Murphy <dmurphy@ti.com>
> > > > Signed-off-by: Nishanth Menon <nm@ti.com>
> > >
> > > Reviewed-by: Denys Dmytriyenko <denis@denix.org>
> > >
> > > Nice-to-have would be to explain the license checksum change and whether it
> > > affects the actual license. The checksum there is specifically to catch any
> > > changes to the license file and prevent re-licensing to pass unnoticed...
> > >
> >
> > Hmm.. good idea.. but it was'nt present before.. so i could state
> > something as follows in the commit message:
> >
> > ----
> >
> > While at it, update to include PV_k3 as 2.4. We use PV_k3 instead of
> > PV since this allows meta-ti to not affect other platforms esp in a
> > multi-BSP configuration.
> >
> > We also add LIC_FILES_CHKSUM_k3 to make sure that we don't let any
> > re-licensing in the project pass through unnoticed as that has to
> > be carefully examined for making sure we have all the right legal
> > compliance.
>
> Right, but you don't explain what actually changed to cause the checksum
> update...
>
> E.g.: "checksum changed due to upstream commit XYZ to update the year, the
> license itself is the same" or "checksum changed due to addition on SPDX
> header in commit XYZ, no license change"
>
> But you need to examine it yourself. Otherwise it could be: "the license has
> changed from GPLv2 to GPLv3" and also update the actual LICENSE_k3 variable.
I did check..
https://github.com/ARM-software/arm-trusted-firmware/commits/master/license.rst
There is nothing changed since the original inception other
than document optimization, definitely nothing since commit
52c334fc361194e3896ea3b2529c10a06e586a5f
So, how about this reword:
----
While at it, update to include PV_k3 as 2.4. We use PV_k3 instead of
PV since this allows meta-ti to not affect other platforms esp in a
multi-BSP configuration.
We also add LIC_FILES_CHKSUM_k3 to make sure that we don't let any
re-licensing in the project pass through unnoticed as that has to
be carefully examined for making sure we have all the right legal
compliance - There has been no change compared to previous versions, but
we introduce this as a protection in case there is a change in the
future.
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-12-11 0:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-10 23:49 [dunfell/master PATCH V4] trusted-firmware-a: Update to v2.4 merge Nishanth Menon
2020-12-11 0:00 ` Denys Dmytriyenko
2020-12-11 0:04 ` Nishanth Menon
2020-12-11 0:15 ` Denys Dmytriyenko
2020-12-11 0:24 ` Nishanth Menon
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.