forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: x86: Indicate ACPI support where applicable
There are several x86 boards that support ACPI, so indicate it in their yaml files. Signed-off-by: Johan Hedberg <[email protected]>
- Loading branch information
1 parent
a77871b
commit caf299c
Showing
7 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ toolchain: | |
- zephyr | ||
ram: 2048 | ||
supported: | ||
- acpi | ||
- watchdog | ||
- pwm | ||
- gpio | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ toolchain: | |
- zephyr | ||
ram: 2048 | ||
supported: | ||
- acpi | ||
- smp | ||
- watchdog | ||
testing: | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ toolchain: | |
- llvm | ||
ram: 2048 | ||
supported: | ||
- acpi | ||
- gpio | ||
- smbus | ||
- smp | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ toolchain: | |
- zephyr | ||
ram: 2048 | ||
supported: | ||
- acpi | ||
- smp | ||
- smbus | ||
- watchdog | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ toolchain: | |
- xtools | ||
simulation: qemu | ||
supported: | ||
- acpi | ||
- can | ||
- smp | ||
- smbus | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ toolchain: | |
- zephyr | ||
ram: 256 | ||
supported: | ||
- acpi | ||
- smp | ||
testing: | ||
ignore_tags: | ||
|
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