From 54643f9e4ec5399753060d3cf23ddf69307077ac Mon Sep 17 00:00:00 2001 From: zhouji Date: Fri, 23 Feb 2024 09:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91Fixed=20Boot=20header=20ju?= =?UTF-8?q?mp=20instruction=20offset=20error=EF=BC=88Jump=2064=20bytes?= =?UTF-8?q?=EF=BC=89=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- board/tinyvision/start.S | 3 ++- board/yuzukilizard/start.S | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/board/tinyvision/start.S b/board/tinyvision/start.S index 6b32a13f..22e56936 100644 --- a/board/tinyvision/start.S +++ b/board/tinyvision/start.S @@ -69,7 +69,7 @@ _start: /* Boot head information for BROM */ - .long 0xea000016 + .long 0xea00000e .byte 'e', 'G', 'O', 'N', '.', 'B', 'T', '0' .long 0x12345678 /* checksum */ .long __spl_size /* spl size */ @@ -80,6 +80,7 @@ _start: .long 0x0 /* eGON version */ .byte 0x00, 0x00, 0x00, 0x00 /* platform information - 8byte */ .byte 0x34, 0x2e, 0x30, 0x00 + .long 0, 0, 0, 0 /* reserve */ .align 5 _vector: diff --git a/board/yuzukilizard/start.S b/board/yuzukilizard/start.S index 6b32a13f..22e56936 100644 --- a/board/yuzukilizard/start.S +++ b/board/yuzukilizard/start.S @@ -69,7 +69,7 @@ _start: /* Boot head information for BROM */ - .long 0xea000016 + .long 0xea00000e .byte 'e', 'G', 'O', 'N', '.', 'B', 'T', '0' .long 0x12345678 /* checksum */ .long __spl_size /* spl size */ @@ -80,6 +80,7 @@ _start: .long 0x0 /* eGON version */ .byte 0x00, 0x00, 0x00, 0x00 /* platform information - 8byte */ .byte 0x34, 0x2e, 0x30, 0x00 + .long 0, 0, 0, 0 /* reserve */ .align 5 _vector: