]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - ReleaseNotes.txt
TX53 Release 2011-12-20
[karo-tx-redboot.git] / ReleaseNotes.txt
1   RedBoot for Starter-Kit V (STK5)
2   Ka-Ro Electronics GmbH
3
4   ===========================================================
5  v1.5.1 (2011-11-16)
6   Changes:
7     Fix FEC driver handling of 10BaseT link
8
9  v1.5.0 (2010-06-16)
10   Changes:
11     Added support for TX53
12
13  v1.4.9 (2010-11-19)
14   Changes:
15     TX25:
16       Added support for redundant WinCE image load
17
18  v1.4.8 (2010-10-29)
19   Changes:
20     TX25:
21       Added support for splash screen, enabled with:
22         fconfig bootsplash_enable true
23         LCD parameters:
24         Name     Default Value          Description
25         lcd_bpp:                  16    LCD color depth (only 16bpp for now)
26         lcd_buffer_addr: -2113929216    LCD frame buffer address (hex: 0x82000000)
27         lcd_clk_period:        33333    Pixel clock period (in ps)
28         lcd_clk_polarity:      false    Pixel clock polarity active low
29         lcd_panel_width:         640    LCD panel width (in pixels)
30         lcd_panel_height:        480    LCD panel height (in pixels)
31         lcd_hsync_polarity:     true    HSYNC polarity active low
32         lcd_hsync_width:          64    HSYNC pulse width (in pixels):     1 ..  64
33         lcd_margin_left:          96    Left margin (in pixels):           1 .. 256
34         lcd_margin_right:         80    Right margin (in pixels):          1 .. 256
35         lcd_margin_top:           46    Top margin (in scan lines):        0 .. 255
36         lcd_margin_bottom:        39    Bottom margin (in scan lines):     0 .. 255
37         lcd_vsync_polarity:     true    VSYNC polarity active low
38         lcd_vsync_width:           3    VSYNC pulse width (in scan lines): 0 ..  63
39
40         Image data is loaded from the flash partition named 'logo' and
41         can be stored either as a binary dump or in Windows .bmp
42         format with 24bpp.
43
44       Renamed config/TX25-40x0.ecc to config/TX25-40x1.ecc to be in
45         sync with the module name
46
47  v1.4.7 (2010-06-02)
48   Changes:
49     TX51:
50       Added support for TX51-80x2 and TX51-80x1 (SDRAM clock selectable via cdl)
51
52  v1.4.6 (2010-03-04)
53   Changes:
54     TX27:
55       Fixed SDRAM timing according to application note from Micron.
56     TX51:
57       Fixed display of reset reason.
58       Corrected DEBUG LED settings
59     all modules:
60       Disabled FIS CRC check to facilitate update of the Linux
61       partition from within Linux (see RedBoot/README)
62
63  v1.4.5 (2010-01-21)
64   Changes:
65     Added support for TX51-80x0
66
67  v1.4.4 (2009-09-15)
68   Changes:
69     Corrected SDRAM timing setup for TX25 that was accidentally broken
70     in the previous release
71
72  v1.4.3 (2009-08-19)
73   Changes:
74     switched to unified source tree for TX25,TX27,TX37
75     fixing some issues with bad block handling on TX27
76
77  v1.4.2 (2009-04-29)
78   Changes:
79     Corrected the SDRAM initialisation for TX27-4021 (128MiB SDRAM)
80     module.
81
82  v1.4.1 (2009-04-24)
83   Changes:
84     Fixed a bug that lead to writing the RedBoot config partition on
85     every startup which would lead to excessive wearout of the flash.
86   The patch ecos-tx27-update.patch should be applied before compiling
87   RedBoot from source.
88
89  v1.4 (2009-03-20)
90   Changes:
91   + 'RedBoot config' partition merged with 'FIS Directory' into one
92      erase block
93   + improved bad block handling
94   + Flash partitioning changed due to the above
95     NOTE: The Linux kernel expects the RedBoot partition table at a
96           fixed block in flash determined by a configuration option.
97           Thus the new RedBoot version will only work with the new
98           Linux kernel.
99   + MAC address stored in processor internal fuse array
100   + new command: 'nand bad' to manually update the BBT