| 1 |
20.6.09 |
|---|
| 2 |
* AR5312/AR2313: fix nvram erase for nor flash devices (tested) |
|---|
| 3 |
* make LzmaDecoder 2-3 times faster. this increases size, but we are still in 64 kb limit |
|---|
| 4 |
note: |
|---|
| 5 |
- finally the bootloader works now for ap51,ap65 and ap48 with all current planned features |
|---|
| 6 |
|
|---|
| 7 |
19.6.09 |
|---|
| 8 |
* AR5312/AR2313: nor flash support for erasing nvram on reset button long push (untested) |
|---|
| 9 |
* AR5312/AR2313: add support for 32MB ram chips (auto detection) |
|---|
| 10 |
* most nor flash chips should be supported, but no guarantee. redboot will display the required ID's for implementation |
|---|
| 11 |
* nvram partition will now be automaticly detected if present |
|---|
| 12 |
* 8 MB flash chip support for 5312/2313 (redboot modification) |
|---|
| 13 |
* support consolidated board data or not, doesnt matter. will be found |
|---|
| 14 |
* shows board type if present (taken from nvram) |
|---|
| 15 |
* erase nvram only if nvram was detected (to prevent breaking of filesystem if DD-WRT isnt installed, but another OS) |
|---|
| 16 |
note: |
|---|
| 17 |
- before using from source consider to adjust the dram refresh timing, since i had to decrease it for testing on my AP48 |
|---|
| 18 |
- it will not have any negative influence if you dont do it, but dram access might be slower than expected |
|---|
| 19 |
|
|---|
| 20 |
18.6.09 |
|---|
| 21 |
* add more ap48/ar5312/ar2313 related support code and modify redboot to compile for this target |
|---|
| 22 |
* AP48 is still in progress and untested, do not use it if you dont know how to handle a jtag |
|---|
| 23 |
|
|---|
| 24 |
17.6.09 |
|---|
| 25 |
* add nvram_get to boot_stub (for checking system variables) |
|---|
| 26 |
* boots always redboot and leaves booting procedure to redboot if nvram var resetbutton_enable=1 |
|---|
| 27 |
* add more AR5312 specific code (unused right now), for later AP48 support |
|---|
| 28 |
* printf implementation for easier and more compfortable debug output code writing |
|---|