Hi, Raymond,
I found five BoardConfig.mk. I pasted 4 of them as I think the one with imx53 is not related.
I found only /sabresd_6dq/BoardConfig.mk is associated with my build with device/fsl/imx6/sabresd/SabreSDBoardConfigComm.mk
and I denoted it below.
But only the file /sabreauto_6q/BoardConfig.mk has the wpa settings that I am working on.
Please see below. Thanks.
scott@ubuntu:~/myandroid/device/fsl$ find . -name BoardConfig.mk -print
./imx53_smd/BoardConfig.mk
./sabresd_6dq/BoardConfig.mk
./arm2_6dq/BoardConfig.mk
./arm2_6sl/BoardConfig.mk
./sabreauto_6q/BoardConfig.mk
-------------------------------------------------------------------------------
scott@ubuntu:~/myandroid/device/fsl/sabresd_6dq$ cat BoardConfig.mk
#
# Product-specific compile-time definitions.
#
include device/fsl/imx6/soc/imx6dq.mk
include device/fsl/imx6/sabresd/SabreSDBoardConfigComm.mk ( <-- Scott: looks like this is associated with my build now)
include device/fsl-proprietary/gpu-viv/fsl-gpu.mk
BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init video=mxcfb0 video=mxcfb1:off video=mxcfb2:off fbmem=10M fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0
ifeq ($(TARGET_USERIMAGES_USE_UBIFS),true)
#UBI boot command line.
BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init video=mxcfb0 video=mxcfb1:off video=mxcfb2:off fbmem=10M fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0 mtdparts=gpmi-nand:20m(bootloader),20m(bootimg),20m(recovery),-(root) gpmi_debug_init ubi.mtd=3
endif
TARGET_BOOTLOADER_CONFIG := 6q:mx6q_sabresd_android_config 6dl:mx6dl_sabresd_android_config
-----------------------------------------------------------------------------
scott@ubuntu:~/myandroid/device/fsl/sabreauto_6q$ cat BoardConfig.mk
#
# Product-specific compile-time definitions.
#
include device/fsl/imx6/BoardConfigCommon.mk
TARGET_BOOTLOADER_BOARD_NAME := SABREAUTO
BOARD_SOC_CLASS := IMX6
BOARD_SOC_TYPE := IMX6Q
PRODUCT_MODEL := SABREAUTO-MX6Q
USE_OPENGL_RENDERER := true
TARGET_CPU_SMP := true
WIFI_DRIVER_MODULE_NAME := "ar6000"
HOSTAPD_VERSION := VER_0_8_ATHEROS
WPA_SUPPLICANT_VERSION := VER_0_8_ATHEROS
BOARD_WLAN_ATHEROS_SDK := system/wlan/atheros/AR6kSDK.build_3.1_RC.563
BOARD_WPA_SUPPLICANT_DRIVER := AR6000
BOARD_WLAN_CHIP_AR6102 := true
BOARD_WLAN_CHIP_AR6003 := true
BOARD_WPA_SUPPLICANT_DRIVER := WEXT
# Select Wake on wireless mode for AR6003 suspend/resume policy
BOARD_WLAN_PM_SUSPEND := 2
BOARD_HAVE_VPU := true
HAVE_FSL_IMX_GPU2D := true
HAVE_FSL_IMX_GPU3D := true
HAVE_FSL_IMX_IPU := true
BOARD_MODEM_VENDOR := AMAZON
BOARD_HAVE_HARDWARE_GPS := true
USE_ATHR_GPS_HARDWARE := true
USE_QEMU_GPS_HARDWARE := false
#for accelerator sensor, need to define sensor type here
#BOARD_HAS_SENSOR := true
#SENSOR_MMA8451 := true
# for recovery service
TARGET_SELECT_KEY := 28
TARGET_USERIMAGES_USE_EXT4 := true
# atheros 3k BT
BOARD_USE_AR3K_BLUETOOTH := true
--------------------------------------------------------------------
scott@ubuntu:~/myandroid/device/fsl/arm2_6dq$ cat BoardConfig.mk
#
# Product-specific compile-time definitions.
#
include device/fsl/imx6/soc/imx6dq.mk
include device/fsl/imx6/arm2/BoardConfigArm2.mk
include device/fsl-proprietary/gpu-viv/fsl-gpu.mk
BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init androidboot.console=ttymxc0
TARGET_BOOTLOADER_CONFIG := 6q:mx6q_arm2_android_config 6dl:mx6dl_arm2_config
---------------------------------------------------------------------------------
scott@ubuntu:~/myandroid/device/fsl/arm2_6sl$ cat BoardConfig.mk
#
# Product-specific compile-time definitions.
#
include device/fsl/imx6/soc/imx6sl.mk
include device/fsl/imx6/arm2/BoardConfigArm2.mk
include device/fsl-proprietary/gpu-viv/fsl-gpu.mk
USE_CAMERA_STUB := true
BOARD_HAVE_IMX_CAMERA := false
PRODUCT_MODEL := ARM2-MX6SL
BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init androidboot.console=ttymxc0
TARGET_BOOTLOADER_CONFIG := mx6sl:mx6sl_arm2_android_config