| 1234567891011121314151617181920212223242526272829 |
- ##############################################################################
- #
- # Copyright (c) 2005 - 2021 by Vivante Corp. All rights reserved.
- #
- # The material in this file is confidential and contains trade secrets
- # of Vivante Corporation. This is proprietary information owned by
- # Vivante Corporation. No part of this work may be disclosed,
- # reproduced, copied, transmitted, or used in any way for any purpose,
- # without the express written permission of Vivante Corporation.
- #
- ##############################################################################
- ARCH_TYPE ?= arm
- SDK_DIR ?= $(AQROOT)/build/sdk
- VIVANTE_ENABLE_3D ?= 1
- VIVANTE_ENABLE_2D ?= 1
- VIVANTE_ENABLE_VG ?= 1
- VIVANTE_ENABLE_DRM ?= 1
- NO_DMA_COHERENT ?= 0
- USE_PLATFORM_DRIVER ?= 1
- ENABLE_GPU_CLOCK_BY_DRIVER ?= 1
- CACHE_FUNCTION_UNIMPLEMENTED ?= 0
- USE_BANK_ALIGNMENT ?= 0
- BANK_BIT_START ?= 0
- BANK_BIT_END ?= 0
- BANK_CHANNEL_BIT ?= 0
- SECURITY ?= 0
- SOC_PLATFORM ?= default
|