Skip to content

Commit 77a2259

Browse files
authored
Merge pull request #433 from J0SH1X/nabu-202511
Nabu 202511
2 parents d3a8879 + a826992 commit 77a2259

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
2.77 KB
Binary file not shown.

Silicon/Qualcomm/sm8150/Library/MsPlatformDevicesLib/MsPlatformDevicesLib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PlatformUpdateAcpiTables(VOID)
4343
UINT16 SDFE = 0;
4444
UINT16 SIDM = 0;
4545
UINT32 SUFS = 0xFFFFFFFF;
46-
UINT32 PUS3 = 0x0;
46+
UINT32 PUS3 = 0x1;
4747
UINT32 SUS3 = 0xFFFFFFFF;
4848
UINT32 *pSIDT = (UINT32 *)0x784130;
4949
UINT32 SIDT = (*pSIDT & 0xFF00000) >> 20;

configs/devices/nabu.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ VENDOR_NAME="Xiaomi"
33
PLATFORM_NAME="nabu"
44

55
# mkbootimg config
6-
BOOTIMG_OS_PATCH_LEVEL="2022-10"
7-
BOOTIMG_OS_VERSION=11.0.0
8-
BOOTIMG_HEADER_VERSION=1
6+
BOOTIMG_OS_PATCH_LEVEL="2025-11"
7+
BOOTIMG_OS_VERSION=16.0.0
8+
BOOTIMG_HEADER_VERSION=3

0 commit comments

Comments
 (0)