* [dunfell/master PATCH V5] trusted-firmware-a: Update SRCREV for AM64X support [not found] <Changes since V3:> @ 2020-12-16 0:49 ` praneeth 2020-12-16 1:56 ` Denys Dmytriyenko 0 siblings, 1 reply; 2+ messages in thread From: praneeth @ 2020-12-16 0:49 UTC (permalink / raw) To: Praneeth Bajjuri, Dan Murphy Cc: Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon, denis From: Praneeth Bajjuri <praneeth@ti.com> Update SRCREV to pick latest that includes AM64X support commit 65dd16b4e ("ti: k3: Introduce lite device board support") adds support of AM64X platform in ti-atf branch. This patch updates the SRCREV and also updates the BOARD to "lite" to build for the mentioned platform. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Suggested-by: Denys Dmytriyenko <denis@denix.org> Suggested-by: Dan Murphy <dmurphy@ti.com> --- Changes since V4: - Added Suggested-by of Dan and Denys for moving TFA_board definition to am64xx.inc correctly. Changes since V3: - moved TFA_BOARD definition to am64xx.inc Changes since V2: - Update commit message adding more details on new platform Changes since V1: - Update TFA_BOARD target name for AM64 as "lite" conf/machine/include/am64xx.inc | 1 + recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc index 79a403a9..de0ac634 100644 --- a/conf/machine/include/am64xx.inc +++ b/conf/machine/include/am64xx.inc @@ -12,6 +12,7 @@ KERNEL_DEVICETREE = " \ #IMAGE_BOOT_FILES += "sysfw-am64x-evm.itb" +TFA_BOARD = "lite" OPTEEMACHINE = "k3-am65x" OPTEEOUTPUTMACHINE = "k3" diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend index 4942bf46..4852c560 100644 --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend @@ -2,7 +2,7 @@ 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 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1" +SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123" COMPATIBLE_MACHINE_k3 = "k3" TFA_BUILD_TARGET_k3 = "all" TFA_INSTALL_TARGET_k3 = "bl31" -- 2.17.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [dunfell/master PATCH V5] trusted-firmware-a: Update SRCREV for AM64X support 2020-12-16 0:49 ` [dunfell/master PATCH V5] trusted-firmware-a: Update SRCREV for AM64X support praneeth @ 2020-12-16 1:56 ` Denys Dmytriyenko 0 siblings, 0 replies; 2+ messages in thread From: Denys Dmytriyenko @ 2020-12-16 1:56 UTC (permalink / raw) To: praneeth; +Cc: Dan Murphy, Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon On Tue, Dec 15, 2020 at 06:49:08PM -0600, praneeth@ti.com wrote: > From: Praneeth Bajjuri <praneeth@ti.com> > > Update SRCREV to pick latest that includes AM64X support > > commit 65dd16b4e ("ti: k3: Introduce lite device board support") > adds support of AM64X platform in ti-atf branch. > > This patch updates the SRCREV and also updates the BOARD to "lite" to > build for the mentioned platform. > > Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> > Suggested-by: Denys Dmytriyenko <denis@denix.org> > Suggested-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Denys Dmytriyenko <denis@denix.org> > --- > Changes since V4: > - Added Suggested-by of Dan and Denys for moving TFA_board definition to > am64xx.inc correctly. > > Changes since V3: > - moved TFA_BOARD definition to am64xx.inc > > Changes since V2: > - Update commit message adding more details on new platform > > Changes since V1: > - Update TFA_BOARD target name for AM64 as "lite" > > conf/machine/include/am64xx.inc | 1 + > recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc > index 79a403a9..de0ac634 100644 > --- a/conf/machine/include/am64xx.inc > +++ b/conf/machine/include/am64xx.inc > @@ -12,6 +12,7 @@ KERNEL_DEVICETREE = " \ > > #IMAGE_BOOT_FILES += "sysfw-am64x-evm.itb" > > +TFA_BOARD = "lite" > OPTEEMACHINE = "k3-am65x" > OPTEEOUTPUTMACHINE = "k3" > > diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend > index 4942bf46..4852c560 100644 > --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend > +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend > @@ -2,7 +2,7 @@ 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 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1" > +SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123" > COMPATIBLE_MACHINE_k3 = "k3" > TFA_BUILD_TARGET_k3 = "all" > TFA_INSTALL_TARGET_k3 = "bl31" > -- > 2.17.1 > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-16 1:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Changes since V3:>
2020-12-16 0:49 ` [dunfell/master PATCH V5] trusted-firmware-a: Update SRCREV for AM64X support praneeth
2020-12-16 1:56 ` 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.