root/ar5315_microredboot/microredboot/CHANGELOG

Revision 12370, 3.2 kB (checked in by BrainSlayer, 5 months ago)

support for senao firmware format

Line 
1 24.6.09
2     * added config erase method for senao,ubiquiti and wiligear configs
3     * added Senao firmware format (EOC2610,EAP3660,ECB3500,EOC5610,EOC1650)
4     * added wiligear firmware format for tftp recovery (the whole code is rewritten to be readable and small)
5 23.6.09
6     * added ubnt firmware format for tftp recovery (format taken from fwsplit)
7     * added tftp recovery code (code was provided by wiligear)
8     - if reset button is keep pushed the tftp server will start, redboot will then accept tftp transfers in the common dd-wrt webflash format
9     - i will add wiligear GEOS format and ubnt format in future versions ,the provided code need to be rewritten first
10 22.6.09
11     * we invert the usage for resetbutton_enable here, so it will only boot redboot per default if the resetbutton feature is disabled from dd-wrt
12       otherwise, use trigger reset button to enter it
13 21.6.09
14     * implement dynamic uart clock for ap51/ap61 redboot (required for clean uart output with overclocked cpu's)
15     * fix uart clock for ap51/ap61 (uncritical,console output was distorted on microredboot itself)
16     * fix small bug in nvram detection code (uncritical)
17 20.6.09
18     * source restructured for well readability (divide ap48 specific and ap51/ap61 specific changes)
19     * decrease the size a little bit by compiler friendly source changes
20     * added NOR flash chip detection (if detection fails it will have no consequences. not all flash chips are implemented but easy to maintain)
21     * AR5312/AR2313: fix nvram erase for nor flash devices (tested)
22     * make LzmaDecoder 2-3 times faster. this increases size, but we are still in 64 kb limit
23     note:
24     - finally the bootloader works now for ap51,ap65 and ap48 with all current planned features
25    
26 19.6.09
27     * AR5312/AR2313: nor flash support for erasing nvram on reset button long push (untested)
28     * AR5312/AR2313: add support for 32MB ram chips (auto detection)
29     * most nor flash chips should be supported, but no guarantee. redboot will display the required ID's for implementation
30     * nvram partition will now be automaticly detected if present
31     * 8 MB flash chip support for 5312/2313 (redboot modification)
32     * support consolidated board data or not, doesnt matter. will be found
33     * shows board type if present (taken from nvram)
34     * erase nvram only if nvram was detected (to prevent breaking of filesystem if DD-WRT isnt installed, but another OS)
35     note:
36     - before using from source consider to adjust the dram refresh timing, since i had to decrease it for testing on my AP48
37     - it will not have any negative influence if you dont do it, but dram access might be slower than expected
38
39 18.6.09
40     * add more ap48/ar5312/ar2313 related support code and modify redboot to compile for this target
41     * AP48 is still in progress and untested, do not use it if you dont know how to handle a jtag
42    
43 17.6.09
44     * add nvram_get to boot_stub (for checking system variables)
45     * boots always redboot and leaves booting procedure to redboot if nvram var resetbutton_enable=1
46     * add more AR5312 specific code (unused right now), for later AP48 support
47     * printf implementation for easier and more compfortable debug output code writing
Note: See TracBrowser for help on using the browser.