-
Notifications
You must be signed in to change notification settings - Fork 196
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
Use libfdt in the C emulator #2
Comments
This issue is 2 1/2 years old. IS it still valid? |
I think this still falls into the nice-to-have category, but nobody every got around to implementing it. |
OK - but does this mean the issue should remain open, or be closed? I'm not sure of the etiquette here. |
Do we have a place where we put wishes and the like? |
The arch-test repo uses the label dropdown on the right side of the issue
page.
It is populated in that repo with:
bug. Something isn't working
duplicate This issue or pull request already exists
enhancement. New feature or request
fixed-in-RISCOF. (shorthand for: will be fixed in next major revision)
good first issue. Good for newcomers
help wanted. Extra attention is needed
invalid This doesn't seem right, or maybe not-a-bug
question Further information is requested
wontfix
I'm not asking for all of these, but bug, duplicate, enhancement,
not-a-bug, is a good start.
…On Sat, Oct 2, 2021 at 12:06 PM Martin Berger ***@***.***> wrote:
IF we could tag it with "wishlist",
Do we have a place where we put wishes and the like?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHPXVJXTF32GA7FI4MFRRTTUE5J5FANCNFSM4GRUIP2Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Good idea. This is supported by Github anyway., |
Currently, the FDTs for OS boots with the C emulator need to be manually checked for consistency against the constants defined in the C platform. It would be better for these values to be derived directly from the FDT, using libfdt from the device-tree-compiler package. This would add a dependency to the C emulator, but libfdt is a simple dependency to satisfy on Linux systems.
The text was updated successfully, but these errors were encountered: