Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. commit 527265168a920acab3d6d25baf7302c3806af990
  2. Author: Yun Cai <yun.cai@amlogic.com>
  3. Date: Tue Nov 1 18:31:19 2016 +0800
  4.  
  5. update BL31:
  6.  
  7. commit fb689084e08d27f71df209993ce7c320ace7c418
  8. Author: Yun Cai <yun.cai@amlogic.com>
  9. Date: Fri Oct 28 11:06:48 2016 +0800
  10.  
  11. PD#133604: fix gxl/gxm/txl user zone offset to 0x140
  12.  
  13. Change-Id: I79df1509f261367334dbfa4cc974cce54de99ef5
  14.  
  15. commit 23946c98bfba052dd943dbd78ba281c7c69cbeeb
  16. Author: Zongdong Jiao <zongdong.jiao@amlogic.com>
  17. Date: Fri Sep 30 13:57:30 2016 +0800
  18.  
  19. PD#132674: hdmitx: optimise hdcp workflow
  20.  
  21. When init hdcp14, don't set hdcpcfg0[5], and can
  22. avoid TV blank issue.
  23.  
  24. Change-Id: Idc09d323ef4d98ab3c37431a0a62f0f959f467c3
  25.  
  26. commit d4cee56dbf5f8d9a19c85716bb55a70176d5cded
  27. Author: Yun Cai <yun.cai@amlogic.com>
  28. Date: Sun Sep 18 10:24:41 2016 +0800
  29.  
  30. efuse: remove read/write pattern, don't use any more.
  31.  
  32. Change-Id: I14134cbf1d4008a4325bd54a0c38d050609e04e5
  33.  
  34. Change-Id: I4b67f2e381696b371b6e35c06b55dc47e944cb0e
  35.  
  36. commit fc5a4e36cdc7ef603b22d1a203850635145885f0
  37. Author: Gong Zhiwei <zhiwei.gong@amlogic>
  38. Date: Tue Nov 1 14:21:43 2016 +0800
  39.  
  40. Revert "update BL31"
  41.  
  42. This reverts commit 6347a005a0291e20ef3adbc4b73a436f456223b9.
  43.  
  44. commit 6347a005a0291e20ef3adbc4b73a436f456223b9
  45. Author: Yun Cai <yun.cai@amlogic.com>
  46. Date: Wed Sep 21 16:52:52 2016 +0800
  47.  
  48. update BL31
  49.  
  50. bl31:
  51. commit 3fb6b3e6010e5e4d5d0fc3dffb39aa61944e80c4
  52. Author: Yun Cai <yun.cai@amlogic.com>
  53. Date: Sun Sep 18 10:24:41 2016 +0800
  54.  
  55. efuse: remove read/write pattern, don't use any more.
  56.  
  57. Change-Id: I14134cbf1d4008a4325bd54a0c38d050609e04e5
  58.  
  59. Change-Id: I78689094a1ab0f3b87e709395ec73da08a1b5623
  60.  
  61. PD#132331: hdmitx: optimise hdcp workflow
  62.  
  63. commit 83ecf07054cb5e7cd4ac2ec112d9ae0220ae98aa
  64. Author: Zongdong Jiao <zongdong.jiao@amlogic.com>
  65. Date: Fri Sep 30 13:57:30 2016 +0800
  66.  
  67. PD#132674: hdmitx: optimise hdcp workflow
  68.  
  69. When init hdcp14, don't set hdcpcfg0[5], and can avoid TV blank issue.
  70.  
  71. Change-Id: Idc09d323ef4d98ab3c37431a0a62f0f959f467c3
  72.  
  73. Change-Id: I661a226fb9b752f182f5de4d382cb2251da1a168
  74.  
  75. [UBOOT][GXL/GXM/TXL]: secure boot update
  76.  
  77. 1. this commit based on following BL31
  78. commit f899f65e2b3378e44d7784c16bf6b83d95a5e874
  79. author: Haixiang Bao <haixiang.bao@amlogic.com>
  80. Date: Thu Oct 20 14:19:33 2016 +0800
  81. [BL31][GXL/GXM/TXL]: secure boot update
  82.  
  83. 2. this feature must use aml_encrypt_gxl(txl) v0.8 or later
  84. 2.1 support android header signature to prevent attack
  85. 2.2 support boot image W/WO dtb
  86. 2.3 support dtb sign & check separately
  87. 2.4 support dtb upgrade check
  88.  
  89. 3. verify pass with socket board
  90. 3.1 normal boot no side effect
  91. 3.2 secure boot with correct android HDR signature can boot up success
  92. 3.3 secure boot with wrong android HDR signature can not boot up
  93. 3.4 secure boot secure check signed dtb pass
  94. 3.5 secure boot upgrade check signed dtb pass
  95. 3.6 secure boot boot image WO dtb secure check pass
  96. 3.7 secure boot boot image WO dtb upgrade check pass
  97.  
  98. IMPORTANT:
  99. all files in this commit must be treat as one unit and any attempt
  100. to use part of this commit will cause unexpected fatal error.
  101.  
  102. Change-Id: Ia76fbf98d6fc1bbcc80d22f6a917348e6f6882c3
  103. Signed-off-by: Haixiang Bao <haixiang.bao@amlogic.com>
  104.  
  105. PD#133604: fix gxl/gxm/txl user zone offset to 0x140
  106.  
  107. BL31:
  108. commit 34b885f41d8c43a3fa100ec7099c1c894e74b48f
  109. Author: Yun Cai <yun.cai@amlogic.com>
  110. Date: Fri Oct 28 11:06:48 2016 +0800
  111.  
  112. PD#133604: fix gxl/gxm/txl user zone offset to 0x140
  113.  
  114. Change-Id: I79df1509f261367334dbfa4cc974cce54de99ef5
  115.  
  116. Change-Id: I752e3c0795ed75d14744fbcebaa7f988777f6cf6
  117.  
  118. commit aadd53ea5a365f1e258551075fbe3edda72cde00
  119. Author: Haixiang Bao <haixiang.bao@amlogic.com>
  120. Date: Tue Oct 11 09:29:44 2016 +0800
  121.  
  122. [UBOOT][GXBB]: secure boot update with BL2 to prevent attack
  123.  
  124. 1. update BL2 with following commit
  125. commit 88b04d62ac38725865c7ce127de68c9c1d6340fd
  126. Author: Haixiang Bao <haixiang.bao@amlogic.com>
  127. Date: Tue Sep 6 09:38:21 2016 +0800
  128. [BL2][GXBB]: secure boot update for attack
  129.  
  130. 2. For secure boot former version BL2 will be tricked and BL3x secure check
  131. can be bypassed, but BL3x still can not boot up.
  132.  
  133. 3. For secure boot this version BL2 will check BL3x always and can detect
  134. this kind attack in the first BL3x process.
  135.  
  136. NOTE: With this patch BL2 can detect the attack as early as possible. Without
  137. this patch uboot is still safe under above attack.
  138.  
  139. Change-Id: I3a2a748dd37ae00ac92e24ca0f7ebdaafda5475b
  140. Signed-off-by: Haixiang Bao <haixiang.bao@amlogic.com>
  141.  
  142. commit bfcb9f6eb8bf8ef777de763bc9749d77a1343ade
  143. Author: Yan Wang <yan.wang@amlogic.com>
  144. Date: Thu Sep 29 14:09:19 2016 +0800
  145.  
  146. GXM: update BL30 for system shutdown.
  147.  
  148. bl30:
  149. commit 065f772f7acdd1499dac030b8acd117258ad72ec
  150. Author: Yan Wang <yan.wang@amlogic.com>
  151. Date: Thu Sep 29 13:42:56 2016 +0800
  152.  
  153. GXM: system power down task process revert.
  154.  
  155. Change-Id: I23297d318caf42b31847b2c0e534b46e00af7dab
  156.  
  157. commit 06429246e910a540de5452854342e8776dc8a146
  158. Author: Jianxin Pan <jianxin.pan@amlogic.com>
  159. Date: Tue Sep 20 11:23:52 2016 +0800
  160.  
  161. PD#132195: GXM: update bl2.bin
  162.  
  163. commit 7459bd47e1685280fbd15f232c5712087b27325c
  164. Author: Jianxin Pan <jianxin.pan@amlogic.com>
  165. Date: Tue Sep 20 11:20:21 2016 +0800
  166. PD#132195: GXM: change cci clock from 456 to 667 M
  167. Change-Id: I199d1a32f5732f3e808b1431adcdbc8b73fb43d9
  168.  
  169. verfied in Q201
  170.  
  171. Change-Id: I4743a4cf16ed8b5c46ad03d26e21381b77192ddf
  172.  
  173. commit 62b2c96e698434148df09e44f0efe0a3be669645
  174. Author: Zongdong Jiao <zongdong.jiao@amlogic.com>
  175. Date: Tue Apr 19 16:06:41 2016 +0800
  176.  
  177. PD#132137: hdmitx: update hpll setting sequence of gxb
  178.  
  179. Change-Id: I005f897a46a42bf6dc7a4477feb1be1abb5a47bf
  180.  
  181. commit b5ca9023d032d94a77990bdfa7473e7f80134332
  182. Author: Yan Wang <yan.wang@amlogic.com>
  183. Date: Fri Sep 23 19:10:18 2016 +0800
  184.  
  185. PD#128804: GXM remove bl30 comments.
  186.  
  187. bl30:
  188. commit 831ee118b372b10f882ee5b0598f2c16ef9fbbd6
  189. Author: Yan Wang <yan.wang@amlogic.com>
  190. Date: Fri Sep 23 19:06:23 2016 +0800
  191.  
  192. PD#128804: GXM remove comments.
  193.  
  194. Change-Id: I7c013fc8045984e5a7769650fdaf393149627220
  195.  
  196. commit ad0660ba395617924e47ba83595e9589bc416ba8
  197. Author: Yan Wang <yan.wang@amlogic.com>
  198. Date: Fri Sep 23 15:50:32 2016 +0800
  199.  
  200. PD#128804: GXM autoshutdown fail temporal solution.
  201.  
  202. cluster don't power off.
  203. BL30:
  204. commit 0613e6b2704a877a63d8f9d8bc068d9e7ce4b2e0
  205. Author: Yan Wang <yan.wang@amlogic.com>
  206. Date: Fri Sep 23 15:41:57 2016 +0800
  207.  
  208. PD#128804: GXM autoshutdown fail temporal solution.
  209.  
  210. clusters don't power off.
  211.  
  212. Change-Id: Ic194d538bed19a982913747185f39974370a4c55
  213.  
  214. commit 691966ec3e7c98c74aecd6576a80b2940e62a7a0
  215. Author: Yan Wang <yan.wang@amlogic.com>
  216. Date: Wed Sep 21 20:10:46 2016 +0800
  217.  
  218. PD#132260: GXL fix system shutdown fail.
  219.  
  220. bl30:
  221. commit 4a0f98761625ecd99f99789ab285e4217a62346e
  222. Author: Yan Wang <yan.wang@amlogic.com>
  223. Date: Wed Sep 21 19:51:19 2016 +0800
  224.  
  225. PD#132260: GXL: fix system shutdown fail.
  226.  
  227. Change-Id: I46ff2a0476222985814cd1d099c4f180e010d7ab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement