Skip to content

Commit

Permalink
module/mhu3: Include module in module path
Browse files Browse the repository at this point in the history
neoverse-rd/rdfremont is also updated

Signed-off-by: Alex Dobrescu <[email protected]>
Change-Id: Ifdc53fb165c8a362f76759fa72c8ac26687e8c5a
  • Loading branch information
aledob01 committed Jan 30, 2024
1 parent 19d984c commit ca047b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions module/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ list(APPEND SCP_MODULE_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/i2c")
list(APPEND SCP_MODULE_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/isys_rom")
list(APPEND SCP_MODULE_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/mhu")
list(APPEND SCP_MODULE_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/mhu2")
list(APPEND SCP_MODULE_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/mhu3")
list(APPEND SCP_MODULE_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/mock_clock")
list(APPEND SCP_MODULE_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/mock_ppu")
list(APPEND SCP_MODULE_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/mock_psu")
Expand Down
3 changes: 1 addition & 2 deletions product/neoverse-rd/rdfremont/lcp_ramfw/Firmware.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Arm SCP/MCP Software
# Copyright (c) 2023, Arm Limited and Contributors. All rights reserved.
# Copyright (c) 2023-2024, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
Expand Down Expand Up @@ -29,7 +29,6 @@ set(SCP_ENABLE_OUTBAND_MSG_SUPPORT_INIT TRUE)

list(PREPEND SCP_MODULE_PATHS
"${CMAKE_CURRENT_LIST_DIR}/../module/mod_lcp_platform")
list(PREPEND SCP_MODULE_PATHS "${CMAKE_SOURCE_DIR}/module/mhu3")

# The order of the modules in the following list is the order in which the
# modules are initialized, bound, started during the pre-runtime phase.
Expand Down
3 changes: 1 addition & 2 deletions product/neoverse-rd/rdfremont/scp_ramfw/Firmware.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ set(SCP_ENABLE_OUTBAND_MSG_SUPPORT TRUE)
set(SCP_ENABLE_ATU_MANAGE TRUE)

list(PREPEND SCP_MODULE_PATHS
"${CMAKE_CURRENT_LIST_DIR}/../module/scp_platform"
"${CMAKE_SOURCE_DIR}/module/mhu3")
"${CMAKE_CURRENT_LIST_DIR}/../module/scp_platform")

# The order of the modules in the following list is the order in which the
# modules are initialized, bound, started during the pre-runtime phase.
Expand Down

0 comments on commit ca047b7

Please sign in to comment.