forked from dgibson/dtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch makes a bunch of updates to the TODO files for dtc and libfdt, some of them rather overdue. Signed-off-by: David Gibson <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
- Bugfixes: | ||
* Proper handling of boot cpu information | ||
- Error handling / reporting | ||
* Better categorization of errors into severity levels | ||
* Don't stop checking for later errors because of earlier ones | ||
whenever possible | ||
- Generate mem reserve map | ||
* linux,reserve-map property | ||
* generating reserve entry for device tree itself | ||
* generating reserve entries from tce, rtas etc. properties | ||
|
||
|
||
- Testsuite | ||
- Actually number releases, all that kind of jazz | ||
- Expression support | ||
- Macro system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
- Find node by linux,phandle property | ||
- Tree traversal functions | ||
- Graft function | ||
- Merge into dtc | ||
- Make fdt_open_into() re-arrange properly | ||
- Complete libfdt.h documenting comments |