Advertisement
Guest User

Untitled

a guest
Feb 1st, 2020
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. wx06_src_1st\wx06\bootloader\uboot\version
  2.  
  3. version=1.1.48
  4.  
  5. History:
  6. 1.1.48
  7. RTC: Add external_rtc_is_ok to select between external and internal RTC.
  8. 1.1.47
  9. Support JSFCBB3YH3FBG-425AI.
  10. 1.1.46
  11. if active partiton is occured CRC error, boot inactive partition
  12. 1.1.45
  13. Add NAND ID log.
  14. 1.1.44
  15. MTD: In no CMNNV, set default image size from MTD partition.
  16. 1.1.43
  17. ETH: No disable CLKOUT of RTL8211F(WNC big jitter of RGMII clock issue)
  18. 1.1.42
  19. T32: Patch for 160M roofs image download fail issue.
  20. 1.1.41
  21. fixed offset of partition in secure boot
  22. 1.1.40
  23. fixed offset of env
  24. 1.1.39
  25. CONFIG_MTDPARTS_EXPANDED is default.
  26. 1.1.38
  27. NAND: Add ESMT man(0xc8)/dev(0x61)-id.
  28. 1.1.37
  29. BugFix: Fix ethernet driver for AR8035
  30. Disable CONFIG_MTDPARTS_EXPANDED
  31. 1.1.36
  32. Enable CONFIG_MTDPARTS_EXPANDED by default.
  33. 1.1.35
  34. SECURE: don't verify tk if tk partition is invalid
  35. NAND: enable to support oob 256bytes
  36. 1.1.34
  37. NAND: Support NAND JSFCBx3YH3BBx(Spare size: 128Bytes)
  38. 1.1.33
  39. Add print the partition size on T32 nand flash
  40. 1.1.32
  41. MTD: added CONFIG_MTDPARTS_LEGACY, CONFIG_MTDPARTS_EXPANDED
  42. The default size of uboot partition is increased from 0.5MB to 1.5MB.
  43. So if you want to use legacy partition size, then enable CONFIG_MTDPARTS_LEGACY.
  44. If CONFIG_MTDPARTS_EXPANDED is enabled, the size of rootfs partition becomes 60MB.
  45. 1.1.31
  46. Patch for "dramt" command not working issue.
  47. 1.1.30
  48. UART: Add UART baudrate 460800 & 921600 to baudrate_table.
  49. 1.1.29
  50. NAND: Fix a bug that a normal correctable error is incorrectly judged as an uncorrectable error.
  51. 1.1.28
  52. 7243A: add to select image partition
  53. 1.1.27
  54. Support GDM7243I. (FPGA tested, Zephyr is not supported yet)
  55. 1.1.26
  56. 7243A: add the magic and the size in front of the binary
  57. 1.1.25
  58. 7243A: Add USB30_VPH (VDD330) load switch on/off function.
  59. 1.1.24
  60. Patch for power down USB(7243A) not working issue.
  61. 1.1.23
  62. "run sblsave" commands for GDM7243V.
  63. 1.1.22
  64. Power down USB(7243A)
  65. 1.1.21
  66. fixed to write tk image on the right address on the first writing by command
  67. 1.1.20
  68. Set pull-down GPD1[0] for GDM7243A.
  69. 1.1.19
  70. fixed to search bbt by reading oob on starting
  71. 1.1.18
  72. fixed env offset, mtd partition size
  73. 1.1.17
  74. support NAND block 256KB concurrently with 128KB
  75. 1.1.16
  76. Check whether NAND block size is 256KB.
  77. 1.1.15
  78. Change default DRAM size from 64M to 256M.
  79. 1.1.14
  80. Support 256Bytes spare size per 4KB page.
  81. 1.1.13
  82. Support 128Bytes spare size per 2KB page.
  83. 1.1.12
  84. Support 256KB NAND block.
  85. 1.1.11
  86. Reset UART after UART_RXD pull-up.
  87. 1.1.10
  88. Changed the message on waiting for a key
  89. 1.1.9
  90. Changed the abort key to only ENTER key on booting
  91. 1.1.8
  92. PULL UP of UART0_TXD, UART0_RXD for GDM7243V
  93. 1.1.7
  94. Disable PD_PERI_HOST/USB power down logic(keep power up)
  95. 1.1.6
  96. Set driving strength to maxium for GDM7243A
  97. 1.1.5
  98. Patch for PD_PERI_HOST domain stuck issue.
  99. 1.1.4
  100. Disable CryptoCell
  101. 1.1.3
  102. Patch for forced ECC setting not working issue in T32 downloader.
  103. 1.1.2
  104. Turn off PD_PERI_HOST & PD_PERI_USB.
  105. 1.1.1
  106. Add NAND test command.
  107. 1.1
  108. Fix boot up when image header all invalid case.
  109. 1.0
  110. code cleanup for official release.
  111. 0.9
  112. Add CONFIG_ETH_RESET(default enabled)
  113. 0.8
  114. GDM_GPIO_F1_FUNC_CFG, GDM_GPIO_GPF1_CFG set default value for GDM7243A/V.
  115. Added sblsave env.
  116. 0.7
  117. Support LPDDR3 for GDM7243V.
  118. 0.6
  119. Added PS_HOLD driving (ouput-high) for GDM7243A.
  120. 0.5
  121. Fixed the partial page write condition of nand util.
  122. 0.4.1
  123. Disabled last command func. (CONFIG_DISABLE_LASTCMD)
  124. 0.4
  125. Modified default partition for GDM7243V. (Added wifibtnv partition)
  126. 0.3
  127. Support GDM7243A.
  128. 0.2
  129. Move image size information to cmnnv from env.
  130. T32 Downloader update (0.20)
  131. 0.1
  132. Initial version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement