From e56a2c9b5ab79fc95b680a2b24643d491dbfb8d2 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Thu, 8 Feb 2024 11:15:16 +0100 Subject: parisc: Fix Debug output on 64-bit PDC Need to F-extend the CPU_HPA to get to I/O port for Debug info. Signed-off-by: Helge Deller --- src/parisc/parisc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c index 0d9168e..8f586a5 100644 --- a/src/parisc/parisc.c +++ b/src/parisc/parisc.c @@ -3082,6 +3082,7 @@ void __VISIBLE start_parisc_firmware(void) boot_init(); DebugOutputPort = romfile_loadint("/etc/hppa/DebugOutputPort", CPU_HPA + 24); + DebugOutputPort = F_EXTEND(DebugOutputPort); i = romfile_loadint("/etc/firmware-min-version", 0); if (i && i > SEABIOS_HPPA_VERSION) { -- cgit v1.1