Home | History | Annotate | Download | only in panda
      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 := true
     20 USE_CAMERA_STUB := true
     21 
     22 # Use the non-open-source parts, if they're present
     23 -include vendor/ti/panda/BoardConfigVendor.mk
     24 
     25 TARGET_CPU_ABI := armeabi-v7a
     26 TARGET_CPU_ABI2 := armeabi
     27 TARGET_CPU_SMP := true
     28 TARGET_ARCH_VARIANT := armv7-a-neon
     29 ARCH_ARM_HAVE_TLS_REGISTER := true
     30 
     31 BOARD_HAVE_BLUETOOTH := false
     32 TARGET_NO_BOOTLOADER := true
     33 TARGET_NO_RECOVERY := true
     34 
     35 BOARD_KERNEL_BASE := 0x80000000
     36 BOARD_KERNEL_CMDLINE := console=ttyO2,115200n8 mem=1024M androidboot.console=ttyO2 vram=20M omapfb.vram=0:16M
     37 
     38 TARGET_NO_RADIOIMAGE := true
     39 TARGET_BOARD_PLATFORM := omap4
     40 TARGET_BOOTLOADER_BOARD_NAME := panda 
     41 
     42 BOARD_EGL_CFG := device/ti/panda/egl.cfg
     43 
     44 #BOARD_USES_HGL := true
     45 #BOARD_USES_OVERLAY := true
     46 USE_OPENGL_RENDERER := true
     47 
     48 TARGET_USERIMAGES_USE_EXT4 := true
     49 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
     50 #BOARD_SYSTEMIMAGE_PARTITION_SIZE := 16777216
     51 BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912
     52 BOARD_FLASH_BLOCK_SIZE := 4096
     53 
     54 #TARGET_PROVIDES_INIT_RC := true
     55 #TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
     56 
     57