summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb28
1 files changed, 0 insertions, 28 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb b/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb
deleted file mode 100644
index 1f529ae707..0000000000
--- a/c/src/lib/libbsp/powerpc/gen83xx/README.mpc8313erdb
+++ /dev/null
@@ -1,28 +0,0 @@
-SPI:
-
-In master mode SCS (SPI_D) cannot be used as GPIO[31]. Unfortunately this pin
-is connected to the SD Card slot. See also [1] SPI 5.
-
-TSEC:
-
-The interrupt vector values are switched at the IPIC. See also [1] IPIC 1.
-
-REFERENCES:
-
-[1] MPC8313ECE Rev. 3, 3/2008: "MPC8313E PowerQUICCâ„¢ II Pro Integrated Host
- Processor Device Errata"
-
-Example U-Boot Sequence
-=======================
-setenv ethact TSEC1
-setenv ipaddr 192.168.96.106
-setenv serverip 192.168.96.31
-tftp 1000000 ticker.img
-bootm
-
-Making a U-Boot Image
-=====================
-powerpc-rtems4.9-objcopy -O binary ticker.exe ticker.bin
-gzip -9 ticker.bin
-mkimage -A ppc -O rtems -T kernel -C gzip -a 100 -e 10000 -n "RTEMS
-Test" -d ticker.bin.gz ticker.img