summaryrefslogtreecommitdiff
path: root/arch/arm/configs
AgeCommit message (Collapse)Author
2013-07-19Revert "nitrogen6x: add OSS audio"Eric Nelson
This reverts commit 58532a1ba7dcc32a6663b439c3224cb5eb110ec3.
2013-07-18boundary defconfigs: add Device Mapper for use with Debian installerEric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-07-13nitrogen6x: add OSS audioEric Nelson
2013-07-07Add AR1010 serial touch screen, enable it in s_defconfigEric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-07-06s_defconfig: add userspace SPI device supportEric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-07-05preliminary support for Boundary Devices S boardEric Nelson
2013-06-09add h_defconfigTroy Kisky
2013-06-09k_defconfig: add GPIO_XR17V35X, change many to modulesTroy Kisky
2013-06-05defconfigs: Add CONFIG_NETFILTER as requested by Yocto folksEric Nelson
See https://lists.yoctoproject.org/pipermail/meta-freescale/2013-June/003051.html Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-06-04nit6xlite_defconfig: Nit6xLite board supports Broadcom Bluetooth, not TiWiEric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-06-04nitrogen6x_*defconfig: clean up unsupported driversEric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-06-03nit6xlite_defconfig: move broadcom firmware to /lib/firmware, add G_SERIALEric Nelson
2013-06-03bcmdhd: place firmware in the normal place (/lib/firmware)Eric Nelson
2013-06-03nitrogen6x_defconfig: include SQUASHFS, not JFFS2/UBIFSEric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-06-02k_defconfig: add customer-specific kernel configuration for Nitrogen6XEric Nelson
2013-06-02Add Boundary Devices i.MX6 Nitrogen6x Lite board.Eric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-06-02mx6_oc: initial addition of board filesEric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-06-02i.MX6: Add Nitrogen6X board and configsEric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-06-02Support BT656 and BT1120 output for iMX6 ipuv3.Qiang.li
modified: arch/arm/configs/imx6_defconfig modified: arch/arm/mach-mx6/board-mx6q_sabresd.c modified: arch/arm/mach-mx6/devices-imx6q.h modified: arch/arm/plat-mxc/include/mach/ipu-v3.h modified: drivers/media/video/mxc/output/mxc_vout.c modified: drivers/mxc/ipu3/ipu_common.c modified: drivers/mxc/ipu3/ipu_device.c modified: drivers/mxc/ipu3/ipu_disp.c modified: drivers/mxc/ipu3/ipu_prv.h modified: drivers/mxc/ipu3/ipu_regs.h modified: drivers/video/mxc/Kconfig modified: drivers/video/mxc/Makefile new file: drivers/video/mxc/mxc_bt656if.c modified: drivers/video/mxc/mxc_ipuv3_fb.c modified: include/linux/ipu.h modified: include/linux/mxcfb.h Conflicts: drivers/video/mxc/mxc_ipuv3_fb.c include/linux/mxcfb.h
2013-06-02fix execute permissionsTroy Kisky
2013-04-12ENGR00257847-1 MX6Q/DL-Fix Ethernet performance issue when WAIT mode is activeRanjani Vaidyanathan
All of the interrupts from the ENET block are not routed to the GPC block. Hence ENET interrupts are not able to wake up the SOC when the system is in WAIT mode. And the ENET interrupt gets serviced only when another interrupt causes the SOC to exit WAIT mode. This impacts the ENET performance. To fix the issue two options: 1. Route the ENET interrupt to a GPIO. Need to enable the CONFIG_MX6_ENET_IRQ_TO_GPIO in the config. This patch provides support for routing the ENET interrupt to GPIO_1_6. Routing to this GPIO requires no HW board mods. If the GPIO_1_6 is being used for some other peripheral, this patch can be followed to route the ENET interrupt to any other GPIO though a HW mode maybe required. 2. If the GPIO mechanism cannot be used and is not enabled by the above mentioned config, the patch will disable entry to WAIT mode until ENET clock is active. When the ENET clock is disabled, WAIT mode will be automatically enetered. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
2013-04-07ENGR00257658 Revert "ENGR00256893-1 MX6Q/DL-Fix Ethernet performance issueJason Liu
This reverts commit 067c8dcfa79a169d86809272569fe734c4222c79. i.mx6dl/dq sabreauto/sabresd board will boot up failed randomly with this patch-set, thus revert it. [Jason] Signed-off-by: Jason Liu <r64343@freescale.com>
2013-04-03ENGR00256315-1 Revert "ENGR00244769-2 [NOR FLASH]-Improve WEIM NOR speed"Huang Shijie
This reverts commit 58209e14383520d58b1bf74e0e9f98f7d05b80c6. After apply these two patches, we can not pass the stress test. So revert these two patches. Signed-off-by: Huang Shijie <b32955@freescale.com>
2013-04-02ENGR00256893-1 MX6Q/DL-Fix Ethernet performance issue when WAIT mode is activeRanjani Vaidyanathan
All of the interrupts from the ENET block are not routed to the GPC block. Hence ENET interrupts are not able to wake up the SOC when the system is in WAIT mode. And the ENET interrupt gets serviced only when another interrupt causes the SOC to exit WAIT mode. This impacts the ENET performance. To fix the issue two options: 1. Route the ENET interrupt to a GPIO. Need to enable the CONFIG_MX6_ENET_IRQ_TO_GPIO in the config. This patch provides support for routing the ENET interrupt to GPIO_1_6. Routing to this GPIO requires no HW board mods. If the GPIO_1_6 is being used for some other peripheral, this patch can be followed to route the ENET interrupt to any other GPIO though a HW mode maybe required. 2. If the GPIO mechanism cannot be used and is not enabled by the above mentioned config, the patch will disable entry to WAIT mode until ENET clock is active. When the ENET clock is disabled, WAIT mode will be automatically enetered. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
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>
2013-02-14ENGR00244769-2 [NOR FLASH]-Improve WEIM NOR speedOliver Brown
Increase the NOR flash read speed. Added weimnor driver to use cached (and page mode) reads. Signed-off-by: Oliver Brown <oliver.brown@freescale.com>
2013-01-05ENGR00238281 MX6SL_EVK: Add rfkill interface to bluetoothLionel Xu
MX6SL EVK board uses Silex SX-SDMAN board for bluetooth. Add rfkill interface to control SX-SDMAN reset. The reset signal is required before using bluetooth. Signed-off-by: Lionel Xu <R63889@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-11-14ENGR00233051-01 Mx6 USB: configure change for OTG modulizationmake shi
- Add USB_FSL_ARC_OTG configuration to imx6_defconfig and imx6s_defconfig, the default configuration is selected as "y" - add related USB_FSL_ARC_OTG configuration to Makefile - add related USB_FSL_ARC_OTG configuration to Kconfig Signed-off-by: make shi <b15407@freescale.com>
2012-11-13ENGR00232945-4: CAAM: enable SNVS configTerry Lv
Enable SNVS config. Signed-off-by: Terry Lv <r65388@freescale.com>
2012-10-29ENGR00230538-10: imx6: CAAM: enable secure memory and sm test in defconfigTerry Lv
Enable secure memory and sm test in defconfig. Signed-off-by: Terry Lv <r65388@freescale.com>
2012-10-29ENGR00231321-1 mx6: remove wm8958 in imx6_defconfigGary Zhang
not set wm8958 codec as builtin in imx6_defconfig Signed-off-by: Gary Zhang <b13634@freescale.com>
2012-10-23ENGR00227873-2 mx6sl: enable pxp v4l2 option in defconfigRobby Cai
Enable CONFIG_VIDEO_MXC_PXP_V4L2 option. Signed-off-by: Robby Cai <R63905@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-09-29ENGR00225981-8 csi/imx6sl: add the platform-related settingRobby Cai
- add platform data for csi driver - change the regulator name to reflect the voltage really used - select OSC as csi parent clock to get 24MHz - add an boot option to use csi feature while filter out the EPDC/SPDC, since there are pin conflicts with xPDC. - both ov5640 and ov5642 are verified okay, ov5640 is used by default. - remove IPU from update_defconfig Signed-off-by: Robby Cai <R63905@freescale.com>
2012-09-29ENGR00225981-5 imx6sl: update the defconfigRobby Cai
- remove IPU define - add csi camera define Signed-off-by: Robby Cai <R63905@freescale.com>
2012-09-29ENGR00225960-01 Sii902x HDMI: added SII902x Config variableSandor Yu
-Add CONFIG_FB_MXC_SII902x_ELCDIF variable to mx6s config files. -Default enable CONFIG_FB_MXC_ELCDIF_FB, CONFIG_FB_MXC_SEIKO_WVGA_SYNC_PANEL and CONFIG_FB_MXC_SII902x_ELCDIF. Signed-off-by: Sandor Yu <R01008@freescale.com>
2012-09-14ENGR00224338 mx6:gpu:Make gpu as buildin driver by defaultLoren Huang
Make gpu as build-in driver to simplify gpu test and usage. Signed-off-by: Loren Huang <b02279@freescale.com>
2012-09-12ENGR00223964: CAAM: enable ahash feature in configTerry Lv
Enable ahash feature in mx6q config. Signed-off-by: Terry Lv <r65388@freescale.com>
2012-09-12ENGR00223679-1 mx6sl_evk: Add pin config for MAX8903Rong Dian
Configure PINMUX for max8903 driver on mx6sl_evk board. Signed-off-by: Rong Dian <b38775@freescale.com>
2012-08-30ENGR00222005 mfgtool can't work on mx6sl evk boardTony LIU
- add imx6s_updater_defconfig to generate mx6sl firmware - add CONFIG_MACH_MX6SL_EVK=y - remove SMP for mx6sl - add CONFIG_MX6_INTER_LDO_BYPASS=y Signed-off-by: Tony LIU <junjie.liu@freescale.com>
2012-08-23ENGR00221131: imx6sl arm2/evk: add mma8450q accelerometer supportRobby Cai
mma8450q on E-INK DC3 boards, with i2c address 0x1c on I2C1. Signed-off-by: Robby Cai <R63905@freescale.com>
2012-08-15ENGR00220161: imx6sl: Add EVK board SupportRobby Cai
- Copied the board file from ARM2, and consolidated the pinmux setting. - Added a new pmic file for EVK. - Added a new mach type. - Added board_is_mx6sl_evk() API for late use if needed. - Updated the defconfig Signed-off-by: Robby Cai <R63905@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-08-10ENGR00220038-1 build config: update default build configYuxi Sun
update default build config, build back ground overlay driver based on ipu device driver instead of the former prp_view finder driver. Signed-off-by: Yuxi Sun <b36102@freescale.com>
2012-07-26ENGR00215520-01 Mx6:USB host: USB Host1 modulizationmake shi
- Add USB_EHCI_ARC_H1 configuration to imx6_defconfig and imx6s_defconfig, the default configuration is selected as "y" - add related USB_EHCI_ARC_H1 configuration to Makefile - add related USB_EHCI_ARC_H1 configuration to Kconfig Signed-off-by: make shi <b15407@freescale.com>
2012-07-25ENGR00218067 mx6sl LDO_BYPASS: enable LDO BYPASS in mx6sl by defaultRobin Gong
To validate LDO bypass function fully, enable CONFIG_MX6_INTER_LDO_BYPASS on u-boot and kernel, only for mx6sl. Signed-off-by: Robin Gong <b38343@freescale.com>
2012-07-25ENGR00217128 MX6: support for binding and unbinding console driverWayne Zou
Enable CONFIG_VT_HW_CONSOLE_BINDING to support for binding and unbinding console driver Signed-off-by: Wayne Zou <b36644@freescale.com>
2012-07-25ENGR00217306-2: Add DCP/RNGB arch supportTerry Lv
This patch will add arch support of DCP/RNGB. Signed-off-by: Terry Lv <r65388@freescale.com>