uefi stuff
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
From 5654030569418c46e5a46066c495d4fad852b4f8 Mon Sep 17 00:00:00 2001
|
||||
From: MattP <63603528+NumberOneGit@users.noreply.github.com>
|
||||
Date: Mon, 9 Jun 2025 22:19:24 -0400
|
||||
Subject: [PATCH 21/29] Adjust UART interrupt for D0
|
||||
|
||||
D0 uses a different interrupt for UART0
|
||||
---
|
||||
Platform/RaspberryPi/RPi5/RPi5.dsc | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Platform/RaspberryPi/RPi5/RPi5.dsc b/Platform/RaspberryPi/RPi5/RPi5.dsc
|
||||
index ff9f5010..3aab6ea8 100644
|
||||
--- a/Platform/RaspberryPi/RPi5/RPi5.dsc
|
||||
+++ b/Platform/RaspberryPi/RPi5/RPi5.dsc
|
||||
@@ -425,7 +425,7 @@
|
||||
|
||||
# UARTs
|
||||
gArmPlatformTokenSpaceGuid.PL011UartClkInHz|44000000
|
||||
- gArmPlatformTokenSpaceGuid.PL011UartInterrupt|153
|
||||
+ gArmPlatformTokenSpaceGuid.PL011UartInterrupt|152
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x107d001000
|
||||
|
||||
--
|
||||
2.51.2
|
||||
|
||||
Reference in New Issue
Block a user