From 6ac957c5982770d63db32db53cd90315995211d0 Mon Sep 17 00:00:00 2001 From: pbiel Date: Tue, 21 Feb 2023 08:15:34 +0100 Subject: [PATCH] Revert "Enable mainline ATF for 64 bit CPUs" This reverts commit 68e4972f6fa1361b3d750cbee2f3e251db3d8071. --- recipes-bsp/atf/atf-sunxi_git.bb | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/atf/atf-sunxi_git.bb b/recipes-bsp/atf/atf-sunxi_git.bb index e2606b6..b5bd16c 100644 --- a/recipes-bsp/atf/atf-sunxi_git.bb +++ b/recipes-bsp/atf/atf-sunxi_git.bb @@ -1,14 +1,21 @@ DESCRIPTION = "ARM Trusted Firmware Allwinner" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde" +LIC_FILES_CHKSUM = "file://license.md;md5=829bdeb34c1d9044f393d5a16c068371" +LIC_FILES_CHKSUM:sun50i-h616 = "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde" -SRC_URI = "git://github.com/ARM-software/arm-trusted-firmware;nobranch=1;protocol=https" -SRCREV = "f04dfbb297f03d7f8d7f7c00ce8712e1a10295cf" +SRC_URI = " \ +git://github.com/apritzel/arm-trusted-firmware;nobranch=1;protocol=https \ +file://0001-Use-same-type-as-in-declaration.patch \ +" +SRCREV = "aa75c8da415158a94b82a430b2b40000778e851f" + +SRC_URI:sun50i-h616 = "git://github.com/ARM-software/arm-trusted-firmware;nobranch=1;protocol=https" +SRCREV:sun50i-h616 = "f04dfbb297f03d7f8d7f7c00ce8712e1a10295cf" S = "${WORKDIR}/git" B = "${WORKDIR}/build" -COMPATIBLE_MACHINE = "sunxi64" +COMPATIBLE_MACHINE = "(sun50i|sun50i-h616)" PLATFORM:sun50i = "sun50iw1p1" PLATFORM:sun50i-h616 = "sun50i_h616"