From 1a54c12aa6eed28a1a4e4f50d1aeb92a31cf6f52 Mon Sep 17 00:00:00 2001 From: Rui Miguel Silva Date: Wed, 1 Feb 2023 16:17:21 +0000 Subject: [PATCH 37/42] corstone1000: adjust boot bank and kernel location Adjust in the env boot script the address of the bootbank with the new gpt layout, and also the kernel partition address. Please be aware that this is hack and needs a proper fix, since the offset of the kernel partition is not fixed, but for the propose of PoC it is enough for testing. Upstream-Status: Pending Signed-off-by: Rui Miguel Silva --- board/armltd/corstone1000/corstone1000.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/armltd/corstone1000/corstone1000.env b/board/armltd/corstone1000/corstone1000.env index b24ff07fc6..a6ee496221 100644 --- a/board/armltd/corstone1000/corstone1000.env +++ b/board/armltd/corstone1000/corstone1000.env @@ -1,8 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0+ */ usb_pgood_delay=250 -boot_bank_flag=0x08002000 -kernel_addr_bank_0=0x083EE000 +boot_bank_flag=0x08005006 +kernel_addr_bank_0=0x08280000 kernel_addr_bank_1=0x0936E000 retrieve_kernel_load_addr= if itest.l *${boot_bank_flag} == 0; then -- 2.25.1