
Hi Simon,
2015-10-18 3:58 GMT+09:00 Simon Glass sjg@chromium.org:
Sort this by board name to make it easier to find boards.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Rebase to master
- Update the file comment to indicate the new ordering
doc/README.scrapyard | 531 +++++++++++++++++++++++++-------------------------- 1 file changed, 265 insertions(+), 266 deletions(-)
diff --git a/doc/README.scrapyard b/doc/README.scrapyard index c7b4fa3..a3482ef 100644 --- a/doc/README.scrapyard +++ b/doc/README.scrapyard @@ -7,308 +7,307 @@ be removed from the U-Boot source tree. The remainders rest in piece in the imperishable depths of the git history. This document tries to maintain a list of such former fellows, so archaeologists can check easily if there is something they might want to dig for... -The list should be sorted in reverse chronological order.
+The list should be sorted in case-insensitive alphabetical order.
Board Arch CPU Commit Removed Last known maintainer/contact
-stxgp3 powerpc mpc85xx - - Dan Malek dan@embeddedalley.com -stxssa powerpc mpc85xx - - Dan Malek dan@embeddedalley.com -cmi_mpc5xx powerpc mpc5xx - - -zeus powerpc ppc4xx - - Stefan Roese sr@denx.de -sbc405 powerpc ppc4xx - - -pcs440ep powerpc ppc4xx - - Stefan Roese sr@denx.de -p3p440 powerpc ppc4xx - - Stefan Roese sr@denx.de -csb272/csb472 powerpc ppc4xx - - Tolunay Orkun torkun@nextio.com
scripts/fill_scrapyard.py must be run before sorting.
I added these entries at the commits where the boards were removed, so scripts/fill_scrapyard.py should fill Commit and Removed fields correctly.