aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Roese2013-02-06 19:48:30 -0600
committerTom Rini2013-03-11 16:00:28 -0500
commit7c9e89bd1f62ccd76eee8ad4c36185057576dd95 (patch)
tree41548e50ff2dddc30913c00200ba8ef41dd6d0c5 /doc
parentefd7c11404e59874d4da86d04cab4acacf77d793 (diff)
downloadu-boot-7c9e89bd1f62ccd76eee8ad4c36185057576dd95.tar.gz
u-boot-7c9e89bd1f62ccd76eee8ad4c36185057576dd95.tar.xz
u-boot-7c9e89bd1f62ccd76eee8ad4c36185057576dd95.zip
ppc: Remove PCIPPC2 and PCIPPC6 boards
These boards seem to be unmaintained for quite some time. So lets remove support for them completely. This also cleans up some common drivers/files. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Guillaume Alexandre <guillaume.alexandre@gespac.ch> Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.scrapyard2
-rw-r--r--doc/driver-model/UDM-pci.txt4
-rw-r--r--doc/driver-model/UDM-watchdog.txt5
3 files changed, 2 insertions, 9 deletions
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 2b868e6515..7d73ea02df 100644
--- a/doc/README.scrapyard
+++ b/doc/README.scrapyard
@@ -89,3 +89,5 @@ MVS1 powerpc MPC823 306620b 2008-08-26 Andre Schwarz <andre.schwarz@matrix-vis
89adsvix ARM PXA27x 7610db1 2008-07-30 Adrian Filipi <adrian.filipi@eurotech.com> 89adsvix ARM PXA27x 7610db1 2008-07-30 Adrian Filipi <adrian.filipi@eurotech.com>
90R5200 ColdFire 48ead7a 2008-03-31 Zachary P. Landau <zachary.landau@labxtechnologies.com> 90R5200 ColdFire 48ead7a 2008-03-31 Zachary P. Landau <zachary.landau@labxtechnologies.com>
91CPCI440 powerpc 440GP b568fd2 2007-12-27 Matthias Fuchs <matthias.fuchs@esd-electronics.com> 91CPCI440 powerpc 440GP b568fd2 2007-12-27 Matthias Fuchs <matthias.fuchs@esd-electronics.com>
92PCIPPC2 powerpc MPC740/MPC750 - - Wolfgang Denk <wd@denx.de>
93PCIPPC6 powerpc MPC740/MPC750 - - Wolfgang Denk <wd@denx.de>
diff --git a/doc/driver-model/UDM-pci.txt b/doc/driver-model/UDM-pci.txt
index b65e9ea73e..c2cf2d5a62 100644
--- a/doc/driver-model/UDM-pci.txt
+++ b/doc/driver-model/UDM-pci.txt
@@ -240,10 +240,6 @@ III) Analysis of in-tree drivers
240 ---------------- 240 ----------------
241 Standard driver, uses indirect functions. 241 Standard driver, uses indirect functions.
242 242
243 8) pcippc2/cpc710_pci.c
244 -----------------------
245 Standard driver, uses indirect functions, has two busses.
246
247 9) Marvell/db64360/pci.c 243 9) Marvell/db64360/pci.c
248 ------------------------ 244 ------------------------
249 Standard driver, uses dword for read/write ops, has two busses. 245 Standard driver, uses dword for read/write ops, has two busses.
diff --git a/doc/driver-model/UDM-watchdog.txt b/doc/driver-model/UDM-watchdog.txt
index 271bd26335..7db328639f 100644
--- a/doc/driver-model/UDM-watchdog.txt
+++ b/doc/driver-model/UDM-watchdog.txt
@@ -292,11 +292,6 @@ III) Analysis of in-tree drivers
292 Only function proxy call. Code cleanup needed. 292 Only function proxy call. Code cleanup needed.
293 293
294 294
295 45) board/pcippc2/pcippc2.c
296 ---------------------------
297 The driver is standard HW watchdog. Simple conversion is possible.
298
299
300 46) board/pcs440ep/pcs440ep.c 295 46) board/pcs440ep/pcs440ep.c
301 ----------------------------- 296 -----------------------------
302 The driver is standard HW watchdog. Simple conversion is possible. 297 The driver is standard HW watchdog. Simple conversion is possible.