Update to v5.19 kernel headers.
Kernel headers coming from:
Git: https://android.googlesource.com/kernel/common/
Branch: android-mainline
Tag: android-mainline-5.19
Test: Builds on coral.
Test: All bionic unit tests pass on a coral device.
Test: Able to log in to wembley system.
Change-Id: I6fa6f6edb59f2cef990a7ba96877d9f2d3974c62
diff --git a/libc/kernel/uapi/asm-x86/asm/amd_hsmp.h b/libc/kernel/uapi/asm-x86/asm/amd_hsmp.h
index ed59bb8..c026aac 100644
--- a/libc/kernel/uapi/asm-x86/asm/amd_hsmp.h
+++ b/libc/kernel/uapi/asm-x86/asm/amd_hsmp.h
@@ -40,8 +40,22 @@
HSMP_GET_CCLK_THROTTLE_LIMIT,
HSMP_GET_C0_PERCENT,
HSMP_SET_NBIO_DPM_LEVEL,
- HSMP_GET_DDR_BANDWIDTH = 0x14,
+ HSMP_GET_NBIO_DPM_LEVEL,
+ HSMP_GET_DDR_BANDWIDTH,
HSMP_GET_TEMP_MONITOR,
+ HSMP_GET_DIMM_TEMP_RANGE,
+ HSMP_GET_DIMM_POWER,
+ HSMP_GET_DIMM_THERMAL,
+ HSMP_GET_SOCKET_FREQ_LIMIT,
+ HSMP_GET_CCLK_CORE_LIMIT,
+ HSMP_GET_RAILS_SVI,
+ HSMP_GET_SOCKET_FMAX_FMIN,
+ HSMP_GET_IOLINK_BANDWITH,
+ HSMP_GET_XGMI_BANDWITH,
+ HSMP_SET_GMI3_WIDTH,
+ HSMP_SET_PCI_RATE,
+ HSMP_SET_POWER_MODE,
+ HSMP_SET_PSTATE_MAX_MIN,
HSMP_MSG_ID_MAX,
};
struct hsmp_message {
@@ -120,7 +134,7 @@
1, 0, HSMP_SET
}
, {
- 0, 0, HSMP_RSVD
+ 1, 1, HSMP_GET
}
, {
0, 1, HSMP_GET
@@ -128,6 +142,45 @@
, {
0, 1, HSMP_GET
}
+ , {
+ 1, 1, HSMP_GET
+ }
+ , {
+ 1, 1, HSMP_GET
+ }
+ , {
+ 1, 1, HSMP_GET
+ }
+ , {
+ 0, 1, HSMP_GET
+ }
+ , {
+ 1, 1, HSMP_GET
+ }
+ , {
+ 0, 1, HSMP_GET
+ }
+ , {
+ 0, 1, HSMP_GET
+ }
+ , {
+ 1, 1, HSMP_GET
+ }
+ , {
+ 1, 1, HSMP_GET
+ }
+ , {
+ 1, 0, HSMP_SET
+ }
+ , {
+ 1, 1, HSMP_SET
+ }
+ , {
+ 1, 0, HSMP_SET
+ }
+ , {
+ 1, 0, HSMP_SET
+ }
,
};
#pragma pack()