summaryrefslogtreecommitdiff
path: root/include/configs/mx6q_arm2_mfg.h
AgeCommit message (Collapse)Author
2012-10-25ENGR00231155 add enable_wait_mode=off for all the mx6q/dl mfg ubootTony LIU
- currently only a work around can be applied, the root cause is not identified yet The workaround is to disable wait mode, so all the mfgtool uboot need to add "enable_wait_mode=off" in the cmd line pass to kernel Signed-off-by: Tony LIU <junjie.liu@freescale.com>
2012-09-14ENGR00224272: MFG:i.mx6q/ARM2 enable CONFIG_CMD_IMXOTP to fix the build errorJason Liu
Need enable CONFIG_CMD_IMXOTP to fix the build error: arm_cortexa8/mx6/generic.c:1438: undefined reference to `imx_otp_read_one_u32' arm_cortexa8/mx6/generic.c:1439: undefined reference to `imx_otp_read_one_u32' Signed-off-by: Jason Liu <r64343@freescale.com>
2012-08-31ENGR00221503-2 imx6: add cpu serial number support.Zhang Jiejing
add cpu serial number tag, kernel will read this number and put it in /proc/cpuinfo, as 'Serial' part it can be used as a UUID source in software. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
2012-02-03ENGR00173659 MX6Q_UART Change Phyisical to Virtural Port MappingEric Sun
For ARM2 and Sabreauto, change TTY0 to TTY3 (which is physical UART4) For SabreSD, Change TTY3 to TTY0 (which is physical UART1) Signed-off-by: Eric Sun <jian.sun@freescale.com>
2011-12-28ENGR00171008 MX6Q/MFGTOOL : disable the workaround for MFGTOOLHuang Shijie
Disable the uboot workaround. It will crash the MFGTOOL. Signed-off-by: Huang Shijie <b32955@freescale.com>
2011-10-28ENGR00161004 MX6Q Uboot Rename sabreauto to arm2 boardAnish Trivedi
Sabreauto is an inaccurate name for the Armadillo2 board that this code is actually meant for. So, replaced "sabreauto" in folder names, file names, configs, and code with "arm2". Created a new machine id for ARM2 board. Signed-off-by: Anish Trivedi <anish@freescale.com>