Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Platform/Xiaomi/sm8150/AcpiTables/nabu/DSDT.aml
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PlatformUpdateAcpiTables(VOID)
UINT16 SDFE = 0;
UINT16 SIDM = 0;
UINT32 SUFS = 0xFFFFFFFF;
UINT32 PUS3 = 0x0;
UINT32 PUS3 = 0x1;
UINT32 SUS3 = 0xFFFFFFFF;
UINT32 *pSIDT = (UINT32 *)0x784130;
UINT32 SIDT = (*pSIDT & 0xFF00000) >> 20;
Expand Down
6 changes: 3 additions & 3 deletions configs/devices/nabu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ VENDOR_NAME="Xiaomi"
PLATFORM_NAME="nabu"

# mkbootimg config
BOOTIMG_OS_PATCH_LEVEL="2022-10"
BOOTIMG_OS_VERSION=11.0.0
BOOTIMG_HEADER_VERSION=1
BOOTIMG_OS_PATCH_LEVEL="2025-11"
BOOTIMG_OS_VERSION=16.0.0
BOOTIMG_HEADER_VERSION=3
Loading