• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help MSM76267_surf related WHAT it is?

cool.gautam

Android Enthusiast
Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

#
# config.mk
#
# Product-specific compile-time definitions.
#

ifeq ($(QC_PROP),true)
BOARD_USES_QCOM_HARDWARE := true
BOARD_USES_ADRENO_200 := true
HAVE_ADRENO200_SOURCE := true
HAVE_ADRENO200_SC_SOURCE := true
HAVE_ADRENO200_FIRMWARE := true

ifneq ($(BUILD_TINY_ANDROID), true)
BOARD_GPS_LIBRARIES := libloc
BOARD_CAMERA_LIBRARIES := libcamera
BOARD_HAVE_BLUETOOTH := true
BOARD_HAS_QCOM_WLAN := true
BOARD_WPA_SUPPLICANT_DRIVER := WEXT
WPA_SUPPLICANT_VERSION := VER_0_6_X
WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/libra.ko"
WIFI_DRIVER_MODULE_NAME := "libra"
endif # !BUILD_TINY_ANDROID

else
BOARD_USES_GENERIC_AUDIO := true
USE_CAMERA_STUB := true

endif # QC_PROP

TARGET_HAVE_TSLIB := true

TARGET_NO_BOOTLOADER := false
TARGET_NO_KERNEL := false
TARGET_NO_RADIOIMAGE := true

TARGET_GLOBAL_CFLAGS += -mfpu=vfp -mfloat-abi=softfp
TARGET_GLOBAL_CPPFLAGS += -mfpu=vfp -mfloat-abi=softfp
TARGET_CPU_ABI := armeabi
TARGET_ARCH_VARIANT := armv5te-vfp
TARGET_BOARD_PLATFORM := msm7k
TARGET_BOOTLOADER_BOARD_NAME := 7x27
QCOM_TARGET_PRODUCT := msm7627_surf

BOARD_KERNEL_BASE := 0x00200000
BOARD_NAND_PAGE_SIZE := 2048

TARGET_USERIMAGES_USE_EXT2 := false

BOARD_KERNEL_CMDLINE := mem=212M console=ttyDCC0 androidboot.hardware=qcom
BOARD_EGL_CFG := device/qcom/$(TARGET_PRODUCT)/egl.cfg

BOARD_NO_SPEAKER := true # msm7627_surf doesn't have speaker

BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00500000


BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x00500000
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x05F00000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x02000000
BOARD_FLASH_BLOCK_SIZE := $(BOARD_NAND_PAGE_SIZE) * 64

WHAT IS THIS GUYS? KERNEL SOURCE WHAT?
 
Nope man its not the kernel source.
kernel source usually have 1000-1500 lines.
I think its something related to motherboard of a70.
is it msm7227 or 7267 dunno wat it is but surely it is not kernel source.
 
HEy WTF! how msm 7627 came in between........... ITS the CDMA version of msm 7227
 
We will need this when we compile a kernel you just opened up configuration of kernel nothing' else and kerenl is 150mb or more and not just 1000lines
 
from this one it shows where wifi module is in

WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/libra.ko"
WIFI_DRIVER_MODULE_NAME := "libra"

it is same as our device. cross checked with a cmw back up right now.

so it should be related boardconfig of our device. (sorry it is arm5 config Sam pointed out).

Thanks man I never knew what was the actual wifi driver module path for a70 until now.
 
Read it correctly it is a armv5 it is not a configuration of a70 it looks like HTC hero cdma or g2 ...
 
Read it correctly it is a armv5 it is not a configuration of a70 it looks like HTC hero cdma or g2 ...

in my excitement I missed the boat.

sure I can see it clearly.

a70 going on 7627 has been somewhat a drawback. direct porting is out of question as most of the other devices are using 7227. 7627 is used mostly by CDMA sets in US.

seems Micromax deliberately chose this board to curtail further dev.
 
in my excitement I missed the boat.

sure I can see it clearly.

a70 going on 7627 has been somewhat a drawback. direct porting is out of question as most of the other devices are using 7227. 7627 is used mostly by CDMA sets in US.

seems Micromax deliberately chose this board to curtail further dev.
hey but how it can be coz im using aircel sim which is gsm !
 
Back
Top Bottom