Peter Tyser | 5fc56b9 | 2009-01-30 16:36:40 -0600 | [diff] [blame] | 1 | The following is a list of files and features that are going to be |
| 2 | removed from the U-Boot source tree. Every entry should contain what |
| 3 | exactly is going away, when it will be gone, why it is being removed, |
Wolfgang Denk | d483a22 | 2010-09-29 11:25:55 +0200 | [diff] [blame] | 4 | and who is going to be doing the work. When the feature is removed |
Peter Tyser | 5fc56b9 | 2009-01-30 16:36:40 -0600 | [diff] [blame] | 5 | from U-Boot, its corresponding entry should also be removed from this |
| 6 | file. |
| 7 | |
| 8 | --------------------------- |
| 9 | |
Andy Fleming | 1cdabc4 | 2011-10-31 09:46:13 -0500 | [diff] [blame] | 10 | What: Users of the legacy miiphy_* code |
| 11 | When: undetermined |
| 12 | |
| 13 | Why: We now have a PHY library, which allows everyone to share PHY |
| 14 | drivers. All new drivers should use this infrastructure, and |
| 15 | all old drivers should get converted to use it. |
| 16 | |
Andy Fleming | b21f87a3 | 2014-07-25 17:39:08 -0500 | [diff] [blame] | 17 | Who: Andy Fleming <afleming@gmail.com> and driver maintainers |
Andy Fleming | 1cdabc4 | 2011-10-31 09:46:13 -0500 | [diff] [blame] | 18 | |
| 19 | --------------------------- |
| 20 | |
Wolfgang Denk | 78237df | 2009-04-02 17:31:09 +0200 | [diff] [blame] | 21 | What: GPL cleanup |
| 22 | When: August 2009 |
| 23 | Why: Over time, a couple of files have sneaked in into the U-Boot |
| 24 | source code that are either missing a valid GPL license |
| 25 | header or that carry a license that is incompatible with the |
| 26 | GPL. |
| 27 | Such files shall be removed from the U-Boot source tree. |
| 28 | See http://www.denx.de/wiki/pub/U-Boot/TaskGplCleanup/u-boot-1.1.2-files |
| 29 | for an old and probably incomplete list of such files. |
| 30 | |
| 31 | Who: Wolfgang Denk <wd@denx.de> and board maintainers |