summaryrefslogtreecommitdiff
path: root/arch/arm/configs/imx6_updater_defconfig
AgeCommit message (Collapse)Author
2013-03-15ENGR00254442 Sabre ARD Include WEIM-NOR on imx6_updater_defconfigAlejandro Sierra
Sabre ARD include WEIM-NOR configuration update to enable higher bandwidth on this interface for mfg tool support (imx6_updater_defconfig). Signed-off-by: Alex Sierra <b18039@freescale.com>
2012-11-29ENGR00223037 fsl: Add new board HDMI dongle for imx6 Q/DL.Zhang Xiaodong
Add HDMIdongle board for imx6Q/DL under board/freescale. Signed-off-by: Zhang Xiaodong <B39117@freescale.com>
2012-11-22ENGR00234531 fix MFGTOOL issue after USB module loadable doneTony LIU
- must add a new config item to enable USB CONFIG_USB_FSL_ARC_OTG=y Signed-off-by: Tony LIU <junjie.liu@freescale.com>
2012-10-18ENGR00229725 Sabreauto: Support NAND SPINOR NOR SD on same configAlejandro Sierra
Configuration file modified to support NAND flash, SPI-NOR, WEIM NOR and SD card on the same image. Bootloader arguments will be used to choose between them. Arguments on uboot are: spi-nor weim-nor By default NAND is configured if neither spi-nor or weim-nor are used Signed-off-by: Alejandro Sierra <b18039@freescale.com>
2012-08-13ENGR00220169: imx6: Fix build break when make modulesRobby Cai
Fix the following build errors: Building modules, stage 2. MODPOST 33 modules ERROR: "prp_vf_sdc_deselect_bg" [drivers/media/video/mxc/capture/mxc_v4l2_capture.ko] undefined! ERROR: "foreground_sdc_deselect" [drivers/media/video/mxc/capture/mxc_v4l2_capture.ko] undefined! ERROR: "prp_vf_sdc_select_bg" [drivers/media/video/mxc/capture/mxc_v4l2_capture.ko] undefined! ERROR: "foreground_sdc_select" [drivers/media/video/mxc/capture/mxc_v4l2_capture.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 The break reason is the *_defconfig has not updated accordingly as Kconfig file changed which results in the modules dependency confusion. Remove the problemtic module -- CAMERA in defconfig, since imx6s has no CAMERA driver support yet and imx6q update defconfig does not need it at all. Signed-off-by: Robby Cai <R63905@freescale.com>
2012-07-20ENGR00209910 Mfg: Add support for MX6SLFrank Li
Using the same config for all mx6 chip for mfgtools Signed-off-by: Frank Li <Frank.Li@freescale.com>
2012-07-20ENGR00175826 defconfig: add mx6q_sabresd in updater defconfig.Zhang Jiejing
add mx6q_sdabresd board in updater defconfig. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
2012-07-20ENGR00174106-1 - EPDC fb: Support EPDC on MX 6DL/SDanny Nold
- Added EPDC and EPD PMIC (Maxim 17135) to MX6Q ARM2 board file - Added EPDC-related IOMUX and GPIO settings - Added EPDC clock configuration settings to clock file - Updated config files with EPDC and Maxim 17135 config entries Signed-off-by: Danny Nold <dannynold@freescale.com>
2012-07-20ENGR00173271 [mx6q] Fix build break in imx6_updater_defconfigNancy Chen
Enable PFUZE regulator. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
2012-07-20ENGR00162709 Add Support for MX6Q Sabre AutoEric Sun
Add file board-mx6q_sabreauto.c. The only real difference from board-mx6q_arm2.c is SD pin configuration is changed. Signed-off-by: Eric Sun <jian.sun@freescale.com>
2012-07-20ENGR00161755 MX6Q/MFGTOOL : disable GPU for MFGTOOLHuang Shijie
The GPU module will eat up lots of memory. So disable GPU to save same memory. Signed-off-by: Huang Shijie <b32955@freescale.com>
2012-07-20ENGR00161643-1 MX6Q-lite : add SPI-NOR support to MFGTOOLHuang Shijie
add spi-nor support to the defconfig. Signed-off-by: Huang Shijie <b32955@freescale.com>
2012-07-20ENGR00161474 [mx6q] Fix build break in imx6_updater_defconfigNancy Chen
Turn on Anatop regulator. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
2012-07-20ENGR00161005-1 MX6Q Kernel Rename sabreauto to arm2 boardAnish Trivedi
Machine layer patch. Sabreauto is an inaccurate name for the Armadillo2 board that this code is actually meant for. So, renamed "sabreauto" board file, configs, and code to "arm2". Created a new machine id for ARM2 board. Signed-off-by: Anish Trivedi <anish@freescale.com>
2012-07-20ENGR00160085 MX6Q: add updater config file for MFGTOOLHuang Shijie
add the updater config file for mfgtool. Signed-off-by: Huang Shijie <b32955@freescale.com>