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 19 BOARD_USES_GENERIC_AUDIO := false 20 USE_CAMERA_STUB := true 21 22 # Default values, possibly overridden by BoardConfigVendor.mk 23 TARGET_BOARD_INFO_FILE := device/ti/panda/board-info.txt 24 BOARD_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 29 TARGET_CPU_ABI := armeabi-v7a 30 TARGET_CPU_ABI2 := armeabi 31 TARGET_CPU_SMP := true 32 TARGET_ARCH:= arm 33 TARGET_ARCH_VARIANT := armv7-a-neon 34 TARGET_CPU_VARIANT := cortex-a9 35 36 BOARD_HAVE_BLUETOOTH := true 37 TARGET_NO_BOOTLOADER := true 38 39 BOARD_KERNEL_BASE := 0x80000000 40 #BOARD_KERNEL_CMDLINE := 41 42 TARGET_NO_RADIOIMAGE := true 43 TARGET_BOARD_PLATFORM := omap4 44 TARGET_BOOTLOADER_BOARD_NAME := panda 45 46 # Recovery 47 TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888" 48 TARGET_RECOVERY_UI_LIB := librecovery_ui_panda 49 # device-specific extensions to the updater binary 50 TARGET_RELEASETOOLS_EXTENSIONS := device/ti/panda 51 52 BOARD_EGL_CFG := device/ti/panda/egl.cfg 53 54 #BOARD_USES_HGL := true 55 #BOARD_USES_OVERLAY := true 56 USE_OPENGL_RENDERER := true 57 BOARD_USES_PANDA_GRAPHICS := true 58 59 TARGET_RECOVERY_FSTAB = device/ti/panda/fstab.omap4pandaboard 60 TARGET_USERIMAGES_USE_EXT4 := true 61 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456 62 #BOARD_SYSTEMIMAGE_PARTITION_SIZE := 16777216 63 BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912 64 BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 65 BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 66 BOARD_FLASH_BLOCK_SIZE := 4096 67 68 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 69 WPA_SUPPLICANT_VERSION := VER_0_8_X 70 BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_wl12xx 71 BOARD_WLAN_DEVICE := wl12xx_mac80211 72 73 #TARGET_PROVIDES_INIT_RC := true 74 #TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true 75 76