Skip to content

boards: x86/minnowboard: specify CONFIG_X86_MMU_PAGE_POOL_PAGES #25114

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

Merged

Conversation

dcpleung
Copy link
Member

@dcpleung dcpleung commented May 7, 2020

Given that the Minnowboard has relatively large memory, the default
number of pages allocated for page tables are not enough, and
resulting in asserting in the page table initialization code.
So change the number of pages needed according to the optimal
number by the MMU code.

Fixes #24353

Signed-off-by: Daniel Leung daniel.leung@intel.com

@dcpleung dcpleung requested review from andrewboie and nashif as code owners May 7, 2020 23:51
@dcpleung dcpleung requested a review from jenmwms May 7, 2020 23:51
@dcpleung dcpleung force-pushed the minnowboard_mmu_pages branch from 94c0fff to db63ce9 Compare May 8, 2020 00:12
Given that the Minnowboard has relatively large memory, the default
number of pages allocated for page tables are not enough, and
resulting in asserting in the page table initialization code.
So change the number of pages to a large number to accomodate
various applications.

Fixes zephyrproject-rtos#24353

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
Copy link
Collaborator

@jenmwms jenmwms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@andrewboie andrewboie merged commit eb10b87 into zephyrproject-rtos:master May 8, 2020
@dcpleung dcpleung deleted the minnowboard_mmu_pages branch May 8, 2020 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

minnowboard hangs during boot of samples/hello_world
4 participants