source: rtems/bsps/powerpc/qoriq/README @ 762fa62

5
Last change on this file since 762fa62 was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 850 bytes
Line 
1Board support package for the Freescale QorIQ platform:
2
3  http://en.wikipedia.org/wiki/QorIQ
4
5Boards known to work P1020RDB, MVME2500, T2080RDB and T4240RDB.
6
7Boot via U-Boot and FDT support is mandatory.  Use
8
9  mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000 -n RTEMS -d app.bin.gz app.img
10
11to create a bootable image.  You must use the "linux" image type to enable the
12dynamic FDT adjustment by U-Boot.  Boot it for example via the
13
14  tftp 1000000 app.img
15  tftp c00000 p1020rdb.dtb
16  bootm 1000000 - c00000
17
18U-Boot commands.
19
20For a Topaz hypervisor guest configuration use:
21
22  rtems/configure --enable-rtemsbsp=qoriq_e6500_32 \
23    QORIQ_IS_HYPERVISOR_GUEST=1 \
24    QORIQ_UART_0_ENABLE=0 \
25    QORIQ_UART_1_ENABLE=0 \
26    QORIQ_TLB1_ENTRY_COUNT=16
27
28You may have to adjust the linker command file according to your partition
29configuration.
Note: See TracBrowser for help on using the repository browser.