# # Copyright (C) 2011 The Android Open-Source Project # # 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. # # This variable is set first, so it can be overridden # by BoardConfigVendor.mk USE_CAMERA_STUB := false BOARD_USES_GENERIC_AUDIO := false BOARD_USES_LIBSECRIL_STUB := true # CPU TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi TARGET_CPU_SMP := true TARGET_ARCH_VARIANT := armv7-a-neon TARGET_ARCH_VARIANT_CPU := cortex-a9 ARCH_ARM_HAVE_NEON := true ARCH_ARM_HAVE_TLS_REGISTER := true TARGET_GLOBAL_CFLAGS += -mtune=cortex-a9 -mfpu=neon -mfloat-abi=softfp TARGET_GLOBAL_CPPFLAGS += -mtune=cortex-a9 -mfpu=neon -mfloat-abi=softfp TARGET_BOARD_PLATFORM := exynos4 TARGET_BOOTLOADER_BOARD_NAME := smdk4210 TARGET_BOARD_INFO_FILE := device/samsung/galaxynote/board-info.txt EXYNOS4210_ENHANCEMENTS := true ifdef EXYNOS4210_ENHANCEMENTS COMMON_GLOBAL_CFLAGS += -DEXYNOS4210_ENHANCEMENTS COMMON_GLOBAL_CFLAGS += -DSAMSUNG_COLORFORMAT endif TARGET_NO_BOOTLOADER := true TARGET_NO_RADIOIMAGE := true TARGET_PROVIDES_INIT := true TARGET_PROVIDES_INIT_TARGET_RC := true TARGET_RECOVERY_INITRC := device/samsung/galaxynote/recovery.rc BOARD_NAND_PAGE_SIZE := 4096 -s 128 BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_BASE := 0x40000000 BOARD_KERNEL_CMDLINE := console=ttySAC2,115200 consoleblank=0 TARGET_PREBUILT_KERNEL := device/samsung/galaxynote/zImage # Filesystem TARGET_USERIMAGES_USE_EXT4 := true BOARD_BOOTIMAGE_PARTITION_SIZE := 8388608 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 893386752 BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648 BOARD_FLASH_BLOCK_SIZE := 4096 # Releasetools TARGET_RELEASETOOL_OTA_FROM_TARGET_SCRIPT := ./device/samsung/galaxynote/releasetools/galaxynote_ota_from_target_files TARGET_RELEASETOOL_IMG_FROM_TARGET_SCRIPT := ./device/samsung/galaxynote/releasetools/galaxynote_img_from_target_files # Graphics (Mali 400) BOARD_EGL_CFG := device/samsung/galaxynote/configs/egl.cfg USE_OPENGL_RENDERER := true BOARD_USES_HWCOMPOSER := true BOARD_USE_SECTVOUT := true # Audio BOARD_USE_YAMAHAPLAYER := true # OMX BOARD_USE_SAMSUNG_OMX := true # Camera ifeq ($(USE_CAMERA_STUB),false) BOARD_CAMERA_LIBRARIES := libcamera endif # RIL BOARD_MOBILEDATA_INTERFACE_NAME := "pdp0" # FM Radio #BOARD_HAVE_FM_RADIO := true #BOARD_GLOBAL_CFLAGS += -DHAVE_FM_RADIO #BOARD_FM_DEVICE := si4709 # WiFi (BCM4330) BOARD_WPA_SUPPLICANT_DRIVER := NL80211 WPA_SUPPLICANT_VERSION := VER_0_8_X BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_bcmdhd BOARD_HOSTAPD_DRIVER := NL80211 BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd BOARD_WLAN_DEVICE := bcmdhd BOARD_WLAN_DEVICE_REV := bcm4330_b1 WIFI_DRIVER_MODULE_NAME := "bcmdhd" WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/bcmdhd/parameters/firmware_path" WIFI_DRIVER_FW_PATH_STA := "/system/vendor/firmware/fw_bcmdhd.bin" WIFI_DRIVER_FW_PATH_P2P := "/system/vendor/firmware/fw_bcmdhd_p2p.bin" WIFI_DRIVER_FW_PATH_AP := "/system/vendor/firmware/fw_bcmdhd_apsta.bin" WIFI_BAND := 802_11_ABG # Bluetooth BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true # Vold BOARD_VOLD_MAX_PARTITIONS := 12 BOARD_VOLD_EMMC_SHARES_DEV_MAJOR := true BOARD_VOLD_DISC_HAS_MULTIPLE_MAJORS := true TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/devices/platform/usb_mass_storage/lun%d/file" # MTP BOARD_MTP_DEVICE := "/dev/usb_mtp_gadget" # Recovery BOARD_CUSTOM_RECOVERY_KEYMAPPING := ../../device/samsung/galaxynote/recovery/recovery_keys.c BOARD_CUSTOM_GRAPHICS := ../../../device/samsung/galaxynote/recovery/graphics.c BOARD_UMS_LUNFILE := "/sys/class/android_usb/f_mass_storage/lun0/file" BOARD_USES_MMCUTILS := true BOARD_HAS_NO_MISC_PARTITION := true BOARD_HAS_NO_SELECT_BUTTON := true # assert TARGET_OTA_ASSERT_DEVICE := galaxynote,GT-N7000 # Use the non-open-source parts, if they're present -include vendor/samsung/galaxynote/BoardConfigVendor.mk BOARD_CUSTOM_BOOTIMG_MK := device/samsung/galaxynote/shbootimg.mk