| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- # ---------------------------------------------------------------------------------------
- # This file is a sample profile for mergeImage configuration. (Version5)
- # ---------------------------------------------------------------------------------------
- # NOTE:
- # 1. The mergeImage will parse filename as "mergeImage.cfg" by default.
- # If you want to select another profile for mergeImage,
- # please define extra config MERGEFEATURE="<filename>" with build-system.
- #
- # 2. The mergeImage will automatically select corresponding BootROM and AudioROM.
- # Please prepare the search folder as define in @PathName.
- # And place corresponding files according to the naming rules.
- #
- # => BootROM naming rules: must include keyword <CXM_DXM_AXXXK>
- # CXM: code-flash size.
- # DXM: data-flash size.
- # AXXXK: AudioROM size.
- # example: brv330_C4M_D2M_A320K_a12.bin
- #
- # => AudioROM naming rules: must include keyword <XXXK>
- # XXK: AudioROM size.
- # example: AudioRom_330_192K_a12.bin
- #
- # ---------------------------------------------------------------------------------------
- @BasicPacket
- # ---------------------------------------------------------------------------------------
- # Please specify the reference basic pacekt filename.
- # ---------------------------------------------------------------------------------------
- # BasicPacket=./Base/formal_EU_0807.base.packet
- @Output
- # ---------------------------------------------------------------------------------------
- # Please specify the output folder or other flags for mergeImage tools.
- # ---------------------------------------------------------------------------------------
- Folder=./Output/
- judgeDebugVersion=y
- @PathName
- # ---------------------------------------------------------------------------------------
- # Please specify the search folder for each module.
- # If no define or leave blank, then default folder will be "BootROM" and "AudioROM".
- # ---------------------------------------------------------------------------------------
- BootROM=./Formal_330/BootROM
- AudioROM=./Formal_330/AudioROM
- @FileName
- # ---------------------------------------------------------------------------------------
- # 1. Please specify the file relative path of each module.
- # If you want to keep original value for some module, please leave define blank.
- # If you want to fill default value for some module, please remove define line.
- #
- # 2. Please make sure following files exist, otherwise mergeImage will failed.
- # ---------------------------------------------------------------------------------------
- ShellROM=./FixedROM/ShellROM.bin
- 8051ROM=./Formal_330/8051ROM/P330_8051_a22.bin
- USBROM=./FixedROM/USBROM.bin
- EDID=./Formal_330/EDID.bin
- HDCPKey=./Formal_330/HDCPKey.bin
- MAC=
- CIKey=
- VolumeTable=./Formal_330/VolumeTable.bin
- MemoryMap=./Formal_330/MemMap/[12] 330memmap_SIS_EU_330(128MB)_120611.bin
- Option=./Formal_330/SIS330_A-AMP-formal_option_0503.bin
- PanelSet=./Formal_330/PanelSet/CPT215FA01_Smalllogo_SiS330_0508.ini
- ExtraPanelSet=
- VIPTable=./Formal_330/VIP_Table_330_Formal_ATSC_EU_0627v2_VIPv31[CRC_000D01CB]_SVDv08[CRC_0002C74E].lzma.bin
- GammaTable=./Formal_330/GammaNew_withTag.lzma.bin
- ColorLUTTable=./Formal_330/ColorLUT_Formal_Use_v1.1_CRC[4FF74CB0]_120606.lzma.bin
- Logo=./Formal_330/Logo/SiSLogo.bmp
- JpegROM=./FixedROM/jpegROM_a01.gz.optimal.bin
- MultiTable=dummy.bin
- MT_Flag=dummy.bin
- MT_AudioDrv=dummy.bin
- RRTTable=dummy.bin
- # ---------------------------------------------------------------------------------------
- # Please don't change the following file name & don't care whether they exist.
- # Unless you do not want to merge these blocks, then you can remove it or leave blank.
- # 1. The vmlinux & timestamp will generated by the build-system.
- # 2. The BootROM/AudioROM will selected from corresponding folder.
- # ---------------------------------------------------------------------------------------
- BootROM=BootROM.bin
- AudioROM=AudioROM.bin
- Kernel=vmlinux.dsc
- @Protected
- # ---------------------------------------------------------------------------------------
- # Please specify the protected or or not for each module.
- # If leave module's finename define blank, then this module will be forced to protected.
- # ---------------------------------------------------------------------------------------
- ShellROM=n
- 8051ROM=n
- BootROM=n
- USBROM=n
- EDID=n
- HDCPKey=y
- MAC=n
- CIKey=y
- VolumeTable=n
- MemoryMap=n
- Option=n
- PanelSet=n
- ExtraPanelSet=n
- VIPTable=n
- GammaTable=n
- ColorLUTTable=n
- Logo=n
- AudioROM=n
- JpegROM=n
- MultiTable=n
- MT_Flag=n
- MT_AudioDrv=n
- RRTTable=n
- Kernel=n
|