Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minnowboard doesn't build tests/kernel/xip/ #14099

Closed
galak opened this issue Mar 6, 2019 · 1 comment
Closed

Minnowboard doesn't build tests/kernel/xip/ #14099

galak opened this issue Mar 6, 2019 · 1 comment
Labels
area: X86 x86 Architecture (32-bit) bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Milestone

Comments

@galak
Copy link
Collaborator

galak commented Mar 6, 2019

./scripts/sanitycheck -p minnowboard -T tests/kernel/xip/ fails to build

We get the following error:

Memory region 2 (10a000:9b4000) overlaps memory region 0 (401000:80400000)
@galak galak added bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug labels Mar 6, 2019
@galak galak added this to the v1.14.0 milestone Mar 6, 2019
@galak galak added the area: X86 x86 Architecture (32-bit) label Mar 6, 2019
@andrewboie
Copy link
Contributor

this test shouldn't be enabled for minnowboard, it is not an execute in place system, the entire kernel is put in RAM by the bootloader

@andrewboie andrewboie assigned ghost and unassigned andrewboie Mar 6, 2019
@nashif nashif added priority: low Low impact/importance bug and removed priority: medium Medium impact/importance bug labels Mar 7, 2019
@nashif nashif changed the title Minnoboard doesn't build tests/kernel/xip/ Minnowboard doesn't build tests/kernel/xip/ Mar 7, 2019
nashif pushed a commit that referenced this issue Mar 8, 2019
Minnowboard should not run the XIP test as it doesn't execute-in-place.
Updated the test specification to exclude Minnowboard.

Fixes #14099.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: X86 x86 Architecture (32-bit) bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

3 participants