From 16bdc32f2f670f489bd381f358853384f6b41141 Mon Sep 17 00:00:00 2001 From: Logananth Sundararaj Date: Mon, 20 Dec 2021 21:46:09 +0530 Subject: meta-yosemitev2: fixing the build warnings. while applying the patch facing some build warnings. Tested : Tested in Yosemitev2. Signed-off-by: Logananth Sundararaj Change-Id: I1544059d205413823e148eff1a56b994ca2b05c1 --- .../u-boot-aspeed/0002-spl-host-console-handle.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed/0002-spl-host-console-handle.patch b/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed/0002-spl-host-console-handle.patch index 8f01c122c..b39659506 100644 --- a/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed/0002-spl-host-console-handle.patch +++ b/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed/0002-spl-host-console-handle.patch @@ -1,6 +1,6 @@ -From 9c5a3784a68a456cd22e63719917ed79873d0801 Mon Sep 17 00:00:00 2001 +From 99fdec9719987ce93e4582d31cb7d08c5beb51ef Mon Sep 17 00:00:00 2001 From: Logananth Sundararaj -Date: Fri, 3 Dec 2021 16:37:58 +0530 +Date: Mon, 20 Dec 2021 16:51:22 +0530 Subject: [PATCH] spl-host-console-handle This patch adds four 1S server console through debug card @@ -52,13 +52,13 @@ Signed-off-by: Logananth Sundararaj 1 file changed, 61 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-aspeed/platform_g5.S b/arch/arm/mach-aspeed/platform_g5.S -index e1c17ae4a3..798b9c4337 100644 +index f14b5acc6b..340d7b2b91 100644 --- a/arch/arm/mach-aspeed/platform_g5.S +++ b/arch/arm/mach-aspeed/platform_g5.S -@@ -315,6 +315,59 @@ TIME_TABLE_DDR4_1600: - str r1, [r0] - .endm - +@@ -315,6 +315,59 @@ orr r1, r1, #0xC + str r1, [r0] + .endm + + .macro console_slot1 + ldr r0, =0x1e780024 + ldr r1, [r0] @@ -113,7 +113,7 @@ index e1c17ae4a3..798b9c4337 100644 + + .macro console_sel - + // Disable SoL UARTs[1-4] @@ -354,28 +407,28 @@ dbg_card_pres\@: ldr r1, =0x00 -- cgit v1.2.3