Message ID | 20220622085907.22892-1-xueliang.zhong@arm.com |
---|---|
Headers | show |
Series | arm-bsp/n1sdp: fix boot due to TF-A 2.7 update | expand |
On Wed, 22 Jun 2022 08:59:06 +0000, xueliang.zhong@arm.com wrote: > The N1SDP board cannot boot after recent TF-A 2.7 update in meta-arm. > This is due to TF-A 2.7 not configured correctly for N1SDP board to > support trusted boot feature. > > This patch temporarily brings back TF-A 2.6 recipes for fixing the N1SDP > boot. A proper fix is in work progress to configure TF-A 2.7 correctly > to support trusted boot on N1SDP. > > [...] Applied, thanks! [1/1] arm-bsp/n1sdp: fix boot due to TF-A 2.7 update commit: ea3479c27c5e67a1c1a5680d2abb8ecd22e5777f Best regards,
From: Xueliang Zhong <xueliang.zhong@arm.com> The N1SDP board cannot boot after recent TF-A 2.7 update in meta-arm. This is due to TF-A 2.7 not configured correctly for N1SDP board to support trusted boot feature. This patch temporarily brings back TF-A 2.6 recipes for fixing the N1SDP boot. A proper fix is in work progress to configure TF-A 2.7 correctly to support trusted boot on N1SDP. Xueliang Zhong (1): arm-bsp/n1sdp: fix boot due to TF-A 2.7 update meta-arm-bsp/conf/machine/n1sdp.conf | 2 ++ .../trusted-firmware-a_2.6.bbappend | 8 ++++++++ .../trusted-firmware-a/trusted-firmware-a_2.6.bb | 12 ++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.6.bbappend create mode 100644 meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.6.bb