blob: b5a70da2962a527216cad4abf58b971cd7b14e2d [file] [log] [blame]
Peter Tyser5fc56b92009-01-30 16:36:40 -06001The following is a list of files and features that are going to be
2removed from the U-Boot source tree. Every entry should contain what
3exactly is going away, when it will be gone, why it is being removed,
Wolfgang Denkd483a222010-09-29 11:25:55 +02004and who is going to be doing the work. When the feature is removed
Peter Tyser5fc56b92009-01-30 16:36:40 -06005from U-Boot, its corresponding entry should also be removed from this
6file.
7
8---------------------------
9
Tom Rinifc180c72013-04-19 15:09:02 -040010What: Remove unused CONFIG_SYS_MEMTEST_START/END
11When: Release v2013.10
12
13Why: As the 'mtest' command is no longer default, a number of platforms
14 have not opted to turn the command back on and thus provide unused
Robert P. J. Day62a3b7d2016-07-15 13:44:45 -040015 defines (which are likely to be propagated to new platforms from
Tom Rinifc180c72013-04-19 15:09:02 -040016 copy/paste). Remove these defines when unused.
17
18Who: Tom Rini <trini@ti.com>
19
20---------------------------
21
Andy Fleming1cdabc42011-10-31 09:46:13 -050022What: Users of the legacy miiphy_* code
23When: undetermined
24
25Why: We now have a PHY library, which allows everyone to share PHY
26 drivers. All new drivers should use this infrastructure, and
27 all old drivers should get converted to use it.
28
Andy Flemingb21f87a32014-07-25 17:39:08 -050029Who: Andy Fleming <afleming@gmail.com> and driver maintainers
Andy Fleming1cdabc42011-10-31 09:46:13 -050030
31---------------------------
32
Wolfgang Denk78237df2009-04-02 17:31:09 +020033What: GPL cleanup
34When: August 2009
35Why: Over time, a couple of files have sneaked in into the U-Boot
36 source code that are either missing a valid GPL license
37 header or that carry a license that is incompatible with the
38 GPL.
39 Such files shall be removed from the U-Boot source tree.
40 See http://www.denx.de/wiki/pub/U-Boot/TaskGplCleanup/u-boot-1.1.2-files
41 for an old and probably incomplete list of such files.
42
43Who: Wolfgang Denk <wd@denx.de> and board maintainers