forked from hackndev/cocoboot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
39 lines (30 loc) · 1.04 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
version 0.6.1
- Properly implemented Marvell WiFi firmware dumper.
version 0.6.0
- ELF binaries loading support (and OpenBSD kernel booting support).
- Simple ELF demo kernel.
version 0.5.3:
- Added GSM Centro. (thanks kEdAR)
version 0.5.2:
- Corrected TLB for Treo 700p and Centro
version 0.5.1:
- Stability fixes on Treo 680
- Added Palm Centro to machine list.
version 0.5:
- Open serial port on startup conf option.
- Added WiFi firmware dump (Marek Vasut)
- Added GSM unlock code to info menu (unlocked GSM Treos only).
- Added basic memory tracing.
version 0.4:
- Fixed 'c01d' error introduced in 0.3 on LD, TX etc.
- Added reading of a config file.
- Added option for skipping prompts.
version 0.3:
- Added overflow-buffer as last resort to allocation problem (slapin's idea)
- Cleaned up treo code (removed all #ifdefs)
- Removed kernel relocation for speed and reliability (suggested by phire)
- Added simple USB console.
version 0.2:
- Fixed booting on Palm T|T3 (Marek Vasut)
version 0.1:
- Initial release