Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # Copyright 2017 Advanced Micro Devices, Inc.
0003 #
0004 # Permission is hereby granted, free of charge, to any person obtaining a
0005 # copy of this software and associated documentation files (the "Software"),
0006 # to deal in the Software without restriction, including without limitation
0007 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
0008 # and/or sell copies of the Software, and to permit persons to whom the
0009 # Software is furnished to do so, subject to the following conditions:
0010 #
0011 # The above copyright notice and this permission notice shall be included in
0012 # all copies or substantial portions of the Software.
0013 #
0014 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0015 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0016 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
0017 # THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
0018 # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
0019 # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
0020 # OTHER DEALINGS IN THE SOFTWARE.
0021 #
0022 #
0023 # Makefile for the 'bios' sub-component of DAL.
0024 # It provides the parsing and executing controls for atom bios image.
0025 
0026 BIOS = bios_parser.o bios_parser_interface.o  bios_parser_helper.o command_table.o command_table_helper.o bios_parser_common.o
0027 
0028 BIOS += command_table2.o command_table_helper2.o bios_parser2.o
0029 
0030 AMD_DAL_BIOS = $(addprefix $(AMDDALPATH)/dc/bios/,$(BIOS))
0031 
0032 AMD_DISPLAY_FILES += $(AMD_DAL_BIOS)
0033 
0034 ###############################################################################
0035 # DCE 6x
0036 ###############################################################################
0037 # All DCE6.x are derived from DCE6.0, so 6.0 MUST be defined if ANY of
0038 # DCE6.x is compiled.
0039 ifdef CONFIG_DRM_AMD_DC_SI
0040 AMD_DISPLAY_FILES += $(AMDDALPATH)/dc/bios/dce60/command_table_helper_dce60.o
0041 endif
0042 
0043 ###############################################################################
0044 # DCE 8x
0045 ###############################################################################
0046 # All DCE8.x are derived from DCE8.0, so 8.0 MUST be defined if ANY of
0047 # DCE8.x is compiled.
0048 AMD_DISPLAY_FILES += $(AMDDALPATH)/dc/bios/dce80/command_table_helper_dce80.o
0049 
0050 ###############################################################################
0051 # DCE 11x
0052 ###############################################################################
0053 AMD_DISPLAY_FILES += $(AMDDALPATH)/dc/bios/dce110/command_table_helper_dce110.o
0054 
0055 AMD_DISPLAY_FILES += $(AMDDALPATH)/dc/bios/dce112/command_table_helper_dce112.o
0056 
0057 AMD_DISPLAY_FILES += $(AMDDALPATH)/dc/bios/dce112/command_table_helper2_dce112.o