Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
5fc56b90
Commit
5fc56b90
authored
Jan 30, 2009
by
Peter Tyser
Committed by
Wolfgang Denk
Feb 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add feature-removal-schedule.txt
Signed-off-by:
Peter Tyser
<
ptyser@xes-inc.com
>
parent
255d28e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
doc/feature-removal-schedule.txt
doc/feature-removal-schedule.txt
+37
-0
No files found.
doc/feature-removal-schedule.txt
0 → 100644
View file @
5fc56b90
The following is a list of files and features that are going to be
removed from the U-Boot source tree. Every entry should contain what
exactly is going away, when it will be gone, why it is being removed,
and who is going to be doing the work. When the feature is removed
from U-Boot, its corresponding entry should also be removed from this
file.
---------------------------
What: "autoscr" command
When: August 2009
Why: "autosrc" is an ugly and completely non-standard name. The "autoscr"
command is deprecated and will be replaced the "source" command as
used by other shells such as bash. Both commands will be supported
for a transition period of 6 months after which "autoscr" will be
removed.
Who: Peter Tyser <ptyser@xes-inc.com>
---------------------------
What: Individual I2C commands
When: April 2009
Why: Per the U-Boot README, individual I2C commands such as "imd", "imm",
"imw", etc are deprecated. The single "i2c" command which is
currently enabled via CONFIG_I2C_CMD_TREE contains the same
functionality as the individual I2C commands. The individual
I2C commands should be removed as well as any references to
CONFIG_I2C_CMD_TREE.
Who: Peter Tyser <ptyser@xes-inc.com>
---------------------------
What: Legacy NAND code
When: April 2009
Why: Legacy NAND code is deprecated. Similar functionality exists in
more recent NAND code ported from the Linux kernel.
Who: Scott Wood <scottwood@freescale.com>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment