forked from RevoGirl/RevoBoot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
189 lines (135 loc) · 4.69 KB
/
CHANGES
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
RevoBoot v1.0.30
================
- Getting ready for Mountain Lion (more work to be done).
- VERSION info updated.
- CHANGES (this file) updated.
RevoBoot v1.0.22
================
- Make SBUS only injection work.
- VERSION info updated.
- CHANGES (this file) updated.
RevoBoot v1.0.21
================
- Typo in compiler directive fixed: (old) OVERRIDE_ACPI_METHOD -> (new) OVERRIDE_ACPI_METHODS
- VERSION info updated.
- CHANGES (this file) updated.
RevoBoot v1.0.20
================
- ACPI Method override feature added (add _PTS to your SSDT.aml to get sleep working the easy way).
- VERSION info updated.
- CHANGES (this file) updated.
Note: See WiKi pages for additional info.
RevoBoot v1.0.19
================
- Device (SBUS) injection added.
- Simplified some of our directives.
- VERSION info updated.
- CHANGES (this file) updated.
Warning: Make sure to use our latest settings template!
RevoBoot v1.0.18
================
- Fixed a number of bugs.
- Made ssdt_pr_generator.h more robust.
- VERSION info updated.
- CHANGES (this file) updated.
Note: Thanks to STLVNUB, blackosx and flAked for reporting bugs (via issues). Keep up the good work!
RevoBoot v1.0.17
================
- Fixed a bug in i386/libsaio/cpu.c (if clause that failed to work).
- Fixed newly introduced regressions in ssdt_pr_generator.h
- Core count in ssdt_pr_generator.h is now also scalable (supports different kinds of setups).
- VERSION info updated.
- CHANGES (this file) updated.
RevoBoot v1.0.16
================
- Fixed a problem in ssdt_pr_generator.h - extra/blank turbo P-State.
- VERSION info updated.
- CHANGES (this file) updated.
RevoBoot v1.0.15
================
- Static CPU use fixed a(was borked due to lack of proper testing).
- New compiler directive (BOOT_TURBO_BOOST_RATIO) added to settings.h / settings-template.h
- Debug output added to ACPI patcher to show the address used as static ACPI address.
- Indentation errors fixed in platform.c
- VERSION info updated.
- CHANGES (this file) updated.
About the latest ssdt_pr_generator.h changes:
--------------------------------------------
- CPU specs gathering / added by Jeroen.
- Turbo range detection implemented.
- P-State number limitation implemented.
- Single turbo state support implemented.
Note:
Make sure to set LOAD_EXTRA_ACPI_TABLES in combination with LOAD_DSDT_TABLE_FROM_EXTRA_ACPI
and/or LOAD_SSDT_TABLE_FROM_EXTRA_ACPI or your tables in /Extra/ACPI/ won't get loaded!
RevoBoot v1.0.14
================
- Fixed a bug in platform.c wiping data after initialization.
RevoBoot v1.0.13
================
- Fixed compiler warning in platform.c
- Fixed a typo in settings.h - use: DEBUG_CPU_TURBO_RATIOS
- Fixed a typo in settings-template.h - use: DEBUG_CPU_TURBO_RATIOS
RevoBoot v1.0.12
================
- Automatic generation / injection of of SSDT_PR.aml added.
- settings-template simplified (thanks to MC and flAked for mentioning it).
- Cleanups of DHP's previous commits.
- VERSION info updated.
RevoBoot v1.0.11
================
- Not released / skipped.
RevoBoot v1.0.10
================
- Fixed Sandy Bridge CPU detection error (see 'About This Mac' dialog).
- New MacBook Pro 8 series with Sandy Bridge CPU's added.
- VERSION info updated.
RevoBoot v1.0.09
================
- Dynamic memory override features changed.
- VERSION info updated.
- Be aware that the settings template changed for this version!
RevoBoot v1.0.08
================
- Whitespace fix in smbios/mode_data.h
- System Profiler -> Memory fix
- VERSION info updated.
RevoBoot v1.0.07
================
- Kext path/filename length set to 256 (was 128 and caused a boot error).
- Safeguards added (to drivers.c) to trap memory allocation errors.
- VERSION info updated.
RevoBoot v1.0.06
================
- Makefile changes.
- Sandy Bridge support/fixes: core/thread count and turbo ration added.
- Multi Processor table added (optional),
- Some small EFI changes.
- Comment changes.
RevoBoot v1.0.05
================
- Makefiles cleaned up further.
- Made make lion work.
- Removed TARGET_OS from settings-template.h (no longer needed).
- Fixed two circular includes.
RevoBoot v1.0.04
================
- Makefiles cleaned up.
- make target lion added (overrides config/settings.h).
- File VERSION added (replacing version/revision).
- File CHANGES (this file) added.
- File version removed.
- File revision removed.
RevoBoot v1.0.03
================
- Race condition in the ACPI patcher fixed.
- Typo fixed (by STLVNUB) in disk.c
RevoBoot v1.0.02
================
- Compiler error: ___bzero undefined fixed (exposed by Xcode 4).
RevoBoot v1.0.01
================
- EFI_BOOT_PARTITION_SUPPORT renamed into EFI_SYSTEM_PARTITION_SUPPORT
RevoBoot v1.0.00
================
- Initial commit (plus name change).