Skip to content

Commit 9a1a800

Browse files
committed
remove exceed dara in 8850's csrt table
1 parent 47027bf commit 9a1a800

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ target_include_directories(acpi_extractor PRIVATE
3434
${CMAKE_SOURCE_DIR}/include
3535
)
3636

37+
# Build iort_reader tool
38+
add_executable(iort_reader src/iort_reader.c lib/utils.c)
39+
target_include_directories(iort_reader PRIVATE
40+
${CMAKE_SOURCE_DIR}/include
41+
)
42+
3743
# Automatically scan src/dummy/ for ACPI table source files
3844
# Each .c file corresponds to a table type (e.g., csrt.c -> csrt table type)
3945
file(GLOB DUMMY_SOURCE_FILES "${CMAKE_SOURCE_DIR}/src/dummy/*.c")

include/vendor/qcom/sm8850/csrt.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ CSRT_START{
3636
CSRT_RESOURCE_TIMER_SUBTYPE_TIMER, // subtype
3737
1, // uid
3838
0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC1, 0x17, 0x00, 0x00, 0x00, 0x00,
39-
0xFD, 0x7F, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x1A, 0xC8, 0x00, 0x00,
40-
0x51, 0x43, 0x4F, 0x4D, 0x00, 0x00, 0x00, 0x00,
41-
39+
0xFD, 0x7F, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00
4240
),
4341

4442
/* Misc Resource Group */

0 commit comments

Comments
 (0)