diff options
| author | Nishanth Menon <nm@ti.com> | 2021-12-15 16:11:03 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2021-12-15 15:21:36 -0600 |
| commit | e9eba33e9e85c8e3fc81ed755e169826dcfe9b09 (patch) | |
| tree | c807a60d7b8fc038f9cfbe6827acdf911a5ca400 | |
| parent | 55bb275431134bb4533cb32f6833d7c5cdfd7eec (diff) | |
| download | meta-ti-e9eba33e9e85c8e3fc81ed755e169826dcfe9b09.tar.gz | |
Revert "ti-sci-fw: k3-image-gen: Revert SPL address change for mainline"
This reverts commit d5db41417295fe05a293f6d4d77a65ef6563f6ed.
We should'nt have to carry patches for u-boot or kernel, since the
upstream is now fixed since 5.14 kernel and u-boot 2021.10 tag onwards,
lets revert the patch to allow upstream to work with 5.15+ kernel and
2021.10 u-boot (from the already applied commit cae609388f19
"recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release").
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 11 | ||||
| -rw-r--r-- | recipes-bsp/ti-sci-fw/files/0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch | 36 |
2 files changed, 0 insertions, 47 deletions
diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index d224f353..f1607686 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | |||
| @@ -32,15 +32,4 @@ SRC_URI = " \ | |||
| 32 | git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=master;destsuffix=imggen;name=imggen \ | 32 | git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=master;destsuffix=imggen;name=imggen \ |
| 33 | " | 33 | " |
| 34 | 34 | ||
| 35 | # This is a protection in case the definition is not present in other distros. | ||
| 36 | ARAGO_BRAND ?= "" | ||
| 37 | |||
| 38 | # Mainline u_boot 2021.07 and upstream kernel v5.13 tag cannot use new SPL address | ||
| 39 | # in K3-Imagegen | ||
| 40 | SRC_URI += "\ | ||
| 41 | ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '\ | ||
| 42 | file://0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch;patchdir=../imggen \ | ||
| 43 | ', '', d)} \ | ||
| 44 | " | ||
| 45 | |||
| 46 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |
diff --git a/recipes-bsp/ti-sci-fw/files/0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch b/recipes-bsp/ti-sci-fw/files/0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch deleted file mode 100644 index 63a5796d..00000000 --- a/recipes-bsp/ti-sci-fw/files/0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | From 83d29d5e346083254e71fbe483cb14f6657b9965 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Nishanth Menon <nm@ti.com> | ||
| 3 | Date: Tue, 29 Jun 2021 12:03:29 -0500 | ||
| 4 | Subject: [PATCH] Revert "soc: am64x: Makefile: Move the SPL Load address to | ||
| 5 | 0x70000000" | ||
| 6 | |||
| 7 | This reverts commit e411dc16862b5bb2d8befb12496b03d7b01c87b2. | ||
| 8 | |||
| 9 | Mainline is NOT ready for the change yet as of u-boot 2021.07 + v5.13, | ||
| 10 | So, this patch reverts the SPL address change. | ||
| 11 | |||
| 12 | This patch needs to be dropped once mainline u-boot and kernel have | ||
| 13 | migrated over to newer releases. | ||
| 14 | |||
| 15 | Upstream-Status: Not applicable | ||
| 16 | Signed-off-by: Nishanth Menon <nm@ti.com> | ||
| 17 | --- | ||
| 18 | soc/am64x/Makefile | 2 +- | ||
| 19 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 20 | |||
| 21 | diff --git a/soc/am64x/Makefile b/soc/am64x/Makefile | ||
| 22 | index 45425428f9c6..e8747376f153 100644 | ||
| 23 | --- a/soc/am64x/Makefile | ||
| 24 | +++ b/soc/am64x/Makefile | ||
| 25 | @@ -30,7 +30,7 @@ | ||
| 26 | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| 27 | # | ||
| 28 | |||
| 29 | -SBL_LOADADDDR ?= 0x70000000 | ||
| 30 | +SBL_LOADADDDR ?= 0x70020000 | ||
| 31 | COMBINED_SYSFW_BRDCFG_LOADADDR ?= 0x70000 | ||
| 32 | LOADADDR ?= 0x44000 | ||
| 33 | SCIFS = sci | ||
| 34 | -- | ||
| 35 | 2.32.0 | ||
| 36 | |||
