summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen83xx
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-25 15:06:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-26 07:17:57 +0200
commiteb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5 (patch)
tree14177ad7a58c06a3c537d1e55dae7bc369a1a4b9 /bsps/powerpc/gen83xx
parentbsps: Remove unmaintained times files (diff)
downloadrtems-eb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5.tar.bz2
bsps: Move documentation, etc. files to bsps
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'bsps/powerpc/gen83xx')
-rw-r--r--bsps/powerpc/gen83xx/README.mpc8313erdb28
-rw-r--r--bsps/powerpc/gen83xx/README.mpc8349eamds42
2 files changed, 70 insertions, 0 deletions
diff --git a/bsps/powerpc/gen83xx/README.mpc8313erdb b/bsps/powerpc/gen83xx/README.mpc8313erdb
new file mode 100644
index 0000000000..1f529ae707
--- /dev/null
+++ b/bsps/powerpc/gen83xx/README.mpc8313erdb
@@ -0,0 +1,28 @@
+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
diff --git a/bsps/powerpc/gen83xx/README.mpc8349eamds b/bsps/powerpc/gen83xx/README.mpc8349eamds
new file mode 100644
index 0000000000..71be4b9eca
--- /dev/null
+++ b/bsps/powerpc/gen83xx/README.mpc8349eamds
@@ -0,0 +1,42 @@
+BSP NAME: gen83xx
+BOARD: Freescale MPC8349 board MPC8349EAMDS
+BUS: PCI (unused)
+CPU FAMILY: ppc
+CPU: PowerPC e300 (SW compatible to 603e)
+COPROCESSORS: N/A
+MODE: 32 bit mode
+
+DEBUG MONITOR: U-Boot
+
+PERIPHERALS
+===========
+TIMERS: PPC internal Timebase register
+ RESOLUTION: ???
+SERIAL PORTS: 2 internal PSCs
+REAL-TIME CLOCK: (not yet supported)
+DMA: none
+VIDEO: none
+SCSI: none
+NETWORKING: 2xTSEC triple speed ethernet channels
+
+DRIVER INFORMATION
+==================
+CLOCK DRIVER: PPC internal
+IOSUPP DRIVER: N/A
+SHMSUPP: N/A
+TIMER DRIVER: PPC internal
+TTY DRIVER: PPC internal
+
+STDIO
+=====
+PORT: Console port 1
+ELECTRICAL: na
+BAUD: 9600
+BITS PER CHARACTER: 8
+PARITY: N
+STOP BITS: 1
+
+Notes
+=====
+
+<tbd> \ No newline at end of file