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

Parse the FDT memory map #2

Open
3 of 5 tasks
benmezger opened this issue Jan 19, 2020 · 0 comments
Open
3 of 5 tasks

Parse the FDT memory map #2

benmezger opened this issue Jan 19, 2020 · 0 comments
Assignees
Labels
blocked enhancement New feature or request

Comments

@benmezger
Copy link
Owner

benmezger commented Jan 19, 2020

  • Map all FDT structure block
    • See: file:///Users/benmezger/Downloads/devicetree-specification-v0.2.pdf
  • Convert big-endian to little-endian
  • Read FDT header
  • Scan for available nodes
  • Map all available nodes
    • How should we map this so we can easily access it without having to scan everything again?
benmezger added a commit that referenced this issue Jan 19, 2020
This adds support for the following features required by #2:

- Map all FDT structure block
- Convert big-endian to little-endian
- Read FDT header
@benmezger benmezger added enhancement New feature or request in progress labels Jan 19, 2020
@benmezger benmezger assigned benmezger and unassigned benmezger Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant