-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: x86: Add intel_ prefix to Intel Raptor Lake boards
This is following the same convention that was recently introduced to Alder Lake boards (intel_adl). Additionally, an "S" suffix is added to the boards, since what's currently supported is in fact the Raptor Lake S variant. (cherry picked from commit 2b757f1) Original-Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> GitOrigin-RevId: 2b757f1 Change-Id: Ifdbf8be2485a136acd271d5c3144a5424cdc0ecf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4776633 Commit-Queue: Al Semjonovs <asemjonovs@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Reviewed-by: Al Semjonovs <asemjonovs@google.com> Tested-by: Al Semjonovs <asemjonovs@google.com>
- Loading branch information
Johan Hedberg
authored and
Chromeos LUCI
committed
Aug 14, 2023
1 parent
a53e8fb
commit 0174c4a
Showing
13 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
boards/x86/rpl_crb/CMakeLists.txt → boards/x86/intel_rpl/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
boards/x86/rpl_crb/Kconfig.board → boards/x86/intel_rpl/Kconfig.board
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Copyright (c) 2022 Intel Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config BOARD_RPL_CRB | ||
bool "Raptor Lake CRB" | ||
config BOARD_INTEL_RPL_S_CRB | ||
bool "Raptor Lake S CRB" | ||
depends on SOC_RAPTOR_LAKE | ||
select X86_64 | ||
select HAS_COVERAGE_SUPPORT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
boards/x86/rpl_crb/rpl_crb.yaml → boards/x86/intel_rpl/intel_rpl_s_crb.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
boards/x86/rpl_crb/rpl_crb_defconfig → ...s/x86/intel_rpl/intel_rpl_s_crb_defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.