forked from db260179/u-boot_mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
62 lines (51 loc) · 2.51 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
LIST OF CHANGES
5.0.1.0-6:
----------------------------------------------------------
- Disable MT7628AN/MT7688AN calibration for DDR2 (DQS delay issue).
- Update MT7628KN/7688KN DDR calibration flow.
- Add support two SPI flash chips from GigaDevice.
5.0.0.5:
----------------------------------------------------------
- Updated Realtek RTL8370 API (RTL8367R/RTL8367M/RTL8370M).
- Added support RTL8367/RTL8370 GSW with MT7620 & MT7621 SoC.
- Enhanced RTL8367/RTL8370 configurations.
- Enhanced external GPHY support.
- Fixed redudant re-init of RTL8367/RTL8370 on soft-reboot.
5.0.0.4:
----------------------------------------------------------
- Fixed potential infinity loop on NAND erase.
- Fixed MT7621 xHCI issues, improve detect USB devices.
- Allow USB recovery not only from first USB storage device.
5.0.0.3:
----------------------------------------------------------
- Fixed MT7628 CPU clock calculation.
- Fixed MT7628 EPHY inits and WLED GPIO control.
- Fixed MT7621 SYS_CLK and SPI clock calculation.
- Fixed MT7621 xHCI KSEG0 memory deallocation.
- Fixed "memsize" Linux env value for MT7621 with 512MB RAM.
- Improved performance for 32MB/64MB SPI flash chips (4b mode).
- Improved stability for Winbond SPI flash chips (up to SPI clock 75MHz).
- Enabled SPI fast clock (50MHz) for all profiles.
5.0.0.2:
----------------------------------------------------------
- Added support Recovery from USB2 storage (see FEATURES).
- Added feature of blinking alert LED on erasing and flashing.
- Added FW image integrity check on Recovery from USB/TFTP.
- Fixed MT7620 GPIO init (disable JTAG/EPHY_LED GPIO by default).
- Fixed TFTPD server issue.
- Improved usability for UART console menu.
5.0.0.1:
----------------------------------------------------------
- Original MTK SDK 5.0.0.0 codebase.
- Added GPIO control module (Buttons/LEDs).
- Added TFTP server from ASUS (support TFTP client and ASUS Firmware Restoration).
- Added Realtek RTL8367 GSW driver.
- Fixed FE/ESW/GSW initialization.
- Fixed brick bug on update U-Boot via TFTP and TFTP transfer break.
- Fixed erase bug in MT7621 NAND code (infinity loop and erase all chip).
- Improved MT7621 NAND I/O performance (up to 3x).
- Shrinked MT7621 NAND U-Boot image size to enough one NAND block (131072).
- Support MT7621 NAND partitions configuration via profile.
- Support SPI clock and SPI DOR mode configuration via profile.
- Support Buttons and LEDs configuration via profile.
- Support EPHY ports on/off configuration via profile.