mergeImage.cfg 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. # ---------------------------------------------------------------------------------------
  2. # This file is a sample profile for mergeImage configuration. (Version5)
  3. # ---------------------------------------------------------------------------------------
  4. # NOTE:
  5. # 1. The mergeImage will parse filename as "mergeImage.cfg" by default.
  6. # If you want to select another profile for mergeImage,
  7. # please define extra config MERGEFEATURE="<filename>" with build-system.
  8. #
  9. # 2. The mergeImage will automatically select corresponding BootROM and AudioROM.
  10. # Please prepare the search folder as define in @PathName.
  11. # And place corresponding files according to the naming rules.
  12. #
  13. # => BootROM naming rules: must include keyword <CXM_DXM_AXXXK>
  14. # CXM: code-flash size.
  15. # DXM: data-flash size.
  16. # AXXXK: AudioROM size.
  17. # example: brv330_C4M_D2M_A320K_a12.bin
  18. #
  19. # => AudioROM naming rules: must include keyword <XXXK>
  20. # XXK: AudioROM size.
  21. # example: AudioRom_330_192K_a12.bin
  22. #
  23. # ---------------------------------------------------------------------------------------
  24. @BasicPacket
  25. # ---------------------------------------------------------------------------------------
  26. # Please specify the reference basic pacekt filename.
  27. # ---------------------------------------------------------------------------------------
  28. # BasicPacket=./Base/formal_EU_0807.base.packet
  29. @Output
  30. # ---------------------------------------------------------------------------------------
  31. # Please specify the output folder or other flags for mergeImage tools.
  32. # ---------------------------------------------------------------------------------------
  33. Folder=./Output/
  34. judgeDebugVersion=y
  35. @PathName
  36. # ---------------------------------------------------------------------------------------
  37. # Please specify the search folder for each module.
  38. # If no define or leave blank, then default folder will be "BootROM" and "AudioROM".
  39. # ---------------------------------------------------------------------------------------
  40. BootROM=./Formal_330/BootROM
  41. AudioROM=./Formal_330/AudioROM
  42. @FileName
  43. # ---------------------------------------------------------------------------------------
  44. # 1. Please specify the file relative path of each module.
  45. # If you want to keep original value for some module, please leave define blank.
  46. # If you want to fill default value for some module, please remove define line.
  47. #
  48. # 2. Please make sure following files exist, otherwise mergeImage will failed.
  49. # ---------------------------------------------------------------------------------------
  50. ShellROM=./FixedROM/ShellROM.bin
  51. 8051ROM=./Formal_330/8051ROM/P330_8051_a22.bin
  52. USBROM=./FixedROM/USBROM.bin
  53. EDID=./Formal_330/EDID.bin
  54. HDCPKey=./Formal_330/HDCPKey.bin
  55. MAC=
  56. CIKey=
  57. VolumeTable=./Formal_330/VolumeTable.bin
  58. MemoryMap=./Formal_330/MemMap/[12] 330memmap_SIS_EU_330(128MB)_120611.bin
  59. Option=./Formal_330/SIS330_A-AMP-formal_option_0503.bin
  60. PanelSet=./Formal_330/PanelSet/CPT215FA01_Smalllogo_SiS330_0508.ini
  61. ExtraPanelSet=
  62. VIPTable=./Formal_330/VIP_Table_330_Formal_ATSC_EU_0627v2_VIPv31[CRC_000D01CB]_SVDv08[CRC_0002C74E].lzma.bin
  63. GammaTable=./Formal_330/GammaNew_withTag.lzma.bin
  64. ColorLUTTable=./Formal_330/ColorLUT_Formal_Use_v1.1_CRC[4FF74CB0]_120606.lzma.bin
  65. Logo=./Formal_330/Logo/SiSLogo.bmp
  66. JpegROM=./FixedROM/jpegROM_a01.gz.optimal.bin
  67. MultiTable=dummy.bin
  68. MT_Flag=dummy.bin
  69. MT_AudioDrv=dummy.bin
  70. RRTTable=dummy.bin
  71. # ---------------------------------------------------------------------------------------
  72. # Please don't change the following file name & don't care whether they exist.
  73. # Unless you do not want to merge these blocks, then you can remove it or leave blank.
  74. # 1. The vmlinux & timestamp will generated by the build-system.
  75. # 2. The BootROM/AudioROM will selected from corresponding folder.
  76. # ---------------------------------------------------------------------------------------
  77. BootROM=BootROM.bin
  78. AudioROM=AudioROM.bin
  79. Kernel=vmlinux.dsc
  80. @Protected
  81. # ---------------------------------------------------------------------------------------
  82. # Please specify the protected or or not for each module.
  83. # If leave module's finename define blank, then this module will be forced to protected.
  84. # ---------------------------------------------------------------------------------------
  85. ShellROM=n
  86. 8051ROM=n
  87. BootROM=n
  88. USBROM=n
  89. EDID=n
  90. HDCPKey=y
  91. MAC=n
  92. CIKey=y
  93. VolumeTable=n
  94. MemoryMap=n
  95. Option=n
  96. PanelSet=n
  97. ExtraPanelSet=n
  98. VIPTable=n
  99. GammaTable=n
  100. ColorLUTTable=n
  101. Logo=n
  102. AudioROM=n
  103. JpegROM=n
  104. MultiTable=n
  105. MT_Flag=n
  106. MT_AudioDrv=n
  107. RRTTable=n
  108. Kernel=n