1
0
Fork 0
remarkable-uboot/board/congatec/cgtqmx6eval
Georges Savoundararadj 2e07c249a6 kconfig: arm: introduce symbol for ARM CPUs
This commit introduces a Kconfig symbol for each ARM CPU:
CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136,
CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100.
Also, it adds the CPU feature Kconfig symbol HAS_VBAR which is selected
for CPU_ARM1176 and CPU_V7.

For each target, the corresponding CPU is selected and the definition of
SYS_CPU in the corresponding Kconfig file is removed.

Also, it removes redundant "string" type in some Kconfig files.

Signed-off-by: Georges Savoundararadj <savoundg@gmail.com>
Acked-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-10-29 09:02:09 -04:00
..
Kconfig kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
MAINTAINERS MAINTAINERS: comment out invalid maintainers 2014-09-24 18:30:28 -04:00
Makefile board: arm: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
README ARM: Congatec: README update 2013-08-31 17:39:41 +02:00
cgtqmx6eval.c i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents 2013-11-13 10:19:50 +01:00
imximage.cfg imx: ddr: Move mx6q_4x_mt41j128.cfg to mx6sabresd board 2014-09-22 16:09:56 +02:00

README

U-Boot for the Congatec Conga-QEVAl Evaluation Carrier board with
qmx6 quad module.

This file contains information for the port of U-Boot to the Congatec
Conga-QEVAl Evaluation Carrier board with qmx6 quad module.

1. Boot source, boot from SD card
---------------------------------

By default, the Congatec board can boot only from the SPI-NOR.
But, with the u-boot version provided with the board you can write boot
registers to force the board to reboot and boot from the SD slot. If
"bmode" command is not available from your pre-installed u-boot, these
instruction will produce the same effect:

conga-QMX6 U-Boot > mw.l 0x20d8040 0x3850
conga-QMX6 U-Boot > mw.l 0x020d8044 0x10000000
conga-QMX6 U-Boot > reset
resetting ...

The the board will reboot and, if you have written your SD correctly
the board will use u-boot that live into the SD

To copy the resulting u-boot.imx to the SD card:

 dd if=u-boot.imx of=/dev/xxx bs=512 seek=2

Note: Replace xxx with the device representing the SD card in your system.