1# 2# Copyright (C) 2011 The Android Open-Source Project 3# 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15# 16 17# These two variables are set first, so they can be overridden 18# by BoardConfigVendor.mk 19BOARD_USES_GENERIC_AUDIO := false 20USE_CAMERA_STUB := true 21 22# Default values, possibly overridden by BoardConfigVendor.mk 23TARGET_BOARD_INFO_FILE := device/ti/panda/board-info.txt 24BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/ti/panda/bluetooth 25 26# Use the non-open-source parts, if they're present 27-include vendor/ti/panda/BoardConfigVendor.mk 28 29TARGET_CPU_ABI := armeabi-v7a 30TARGET_CPU_ABI2 := armeabi 31TARGET_CPU_SMP := true 32TARGET_ARCH:= arm 33TARGET_ARCH_VARIANT := armv7-a-neon 34ARCH_ARM_HAVE_TLS_REGISTER := true 35 36BOARD_HAVE_BLUETOOTH := true 37TARGET_NO_BOOTLOADER := true 38 39BOARD_KERNEL_BASE := 0x80000000 40#BOARD_KERNEL_CMDLINE := 41 42TARGET_NO_RADIOIMAGE := true 43TARGET_BOARD_PLATFORM := omap4 44TARGET_BOOTLOADER_BOARD_NAME := panda 45 46# Recovery 47TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888" 48TARGET_RECOVERY_UI_LIB := librecovery_ui_panda 49# device-specific extensions to the updater binary 50TARGET_RELEASETOOLS_EXTENSIONS := device/ti/panda 51 52BOARD_EGL_CFG := device/ti/panda/egl.cfg 53 54#BOARD_USES_HGL := true 55#BOARD_USES_OVERLAY := true 56USE_OPENGL_RENDERER := true 57BOARD_USES_PANDA_GRAPHICS := true 58 59TARGET_USERIMAGES_USE_EXT4 := true 60BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456 61#BOARD_SYSTEMIMAGE_PARTITION_SIZE := 16777216 62BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912 63BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 64BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 65BOARD_FLASH_BLOCK_SIZE := 4096 66 67BOARD_WPA_SUPPLICANT_DRIVER := NL80211 68WPA_SUPPLICANT_VERSION := VER_0_8_X 69BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_wl12xx 70BOARD_WLAN_DEVICE := wl12xx_mac80211 71 72#TARGET_PROVIDES_INIT_RC := true 73#TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true 74 75