-
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.
Test configs for UP and SMP are also included. (cherry picked from commit c99371e) Original-Signed-off-by: Nicolas Pitre <npitre@baylibre.com> GitOrigin-RevId: c99371e Cr-Build-Id: 8736917283475341809 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8736917283475341809 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: If3b58a067f11a9a4d233f73bfe5de0dcb79eb6d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5856313 Commit-Queue: Keith Short <keithshort@chromium.org> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Reviewed-by: Keith Short <keithshort@chromium.org>
- Loading branch information
Nicolas Pitre
authored and
Chromeos LUCI
committed
Sep 13, 2024
1 parent
cbcf796
commit fa7b306
Showing
5 changed files
with
20 additions
and
1 deletion.
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
6 changes: 6 additions & 0 deletions
6
tests/kernel/mem_protect/demand_paging/boards/qemu_cortex_a53.conf
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Copyright (c) 2024 BayLibre SAS | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_BACKING_STORE_RAM=y | ||
CONFIG_BACKING_STORE_RAM_PAGES=24 | ||
CONFIG_SRAM_SIZE=400 |
7 changes: 7 additions & 0 deletions
7
tests/kernel/mem_protect/demand_paging/boards/qemu_cortex_a53_smp.conf
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Copyright (c) 2024 BayLibre SAS | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_BACKING_STORE_RAM=y | ||
CONFIG_BACKING_STORE_RAM_PAGES=24 | ||
CONFIG_SRAM_SIZE=450 | ||
CONFIG_DEMAND_PAGING_ALLOW_IRQ=y |
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