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

Embryo should use the memory atag. #2

Open
tornewuff opened this issue Nov 6, 2012 · 0 comments
Open

Embryo should use the memory atag. #2

tornewuff opened this issue Nov 6, 2012 · 0 comments

Comments

@tornewuff
Copy link
Owner

The bootstrap assumes it's okay to allocate pages from the space after where the rom was loaded. The ARM linux boot protocol kinda guarantees that 16KB of ram is available below the beginning of the rom, which we use, but nothing else (and even this doesn't exist in xip). It should instead parse the ATAGs to find where physical ram is.

We also don't work in XIP configs or if loaded to a non-page-aligned address...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant