Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/CHANGES

1- Applied Andy Vandijck's Nehalem (i5/i9) spoof to kernelpatcher
2- Fixed an issue with kernelPatcher, it seems that kernelPatcher is unable to patch the kernelCache
3- Applied some fixes from the trunk
4- Applied many under the hood fixes
5- Added Andy Vandijck Server spoof
6- Added a Patch from Andy Vandijck in SMBiosPatcher and SMBiosGetters
7- Added a Patch from Netkas in GraphicEnabler (ati.c)
8- Fixed an issue where the GUI module couldn't find the themes directory
9- Fixed an issue where the GUI module failed to display the GUI
10- Added AcpiCodec module
11- Re-wrote ACPI code in fake_efi.c
12- Fixed a bug with AcpiPatcher when built with xcode4
13- Optimized AcpiPatcher code
14- Minor change of SMBIOS code in fake_efi.c
15- Applied some changes to the CPU detection
16- Fixed Pict-FailedBoot allocation
17- Board-id fix is now handled by the smbios modules
18
19- Added boot-args in the device tree
20- Added BootCLUT and Pict-FailedBoot
21- Added Board-id spoof
22- Fixed kernelcache loading with 10.5, 10.6 and 10.7
23- Added Lion Compatibility
24
25- Re-enabled Ignore Boot File Flag option , now "-B"
26- Fixed a bug in get_PM_Profile(), where the function return the profile 0 = 'Unspecified' when the facp is incorrect or not found, and so, override the
27 PM type set by the cpu features
28- Added new drop acpi table mechanism, now it's really able to drop any tables
29- BootHelp is not anymore embed by default in the bootloader core, if you need the help at boot time, just install your BootHelp.txt in /Extra/ (for now GUI module still embed it)
30- Fixed the HelloWorld module (broken since i have increased module hook arguments number)
31
32- "-F" now mean do not use prelinked kernel
33- Fixed embedtheme resolution, random theme chooser now also include embedtheme in the list (if the GUI is compiled with the embedtheme option),
34 also fixed a potential memory leak in randomTheme()
35- Fixed a bug in modules.c introduced in the previous versions, the booloader should now load correctly
36 with or without modules
37- Boot helper support (raid) is now an option (992 bytes saved)
38- Fixed an issue where the prelinked kernel can't be found (the bootloader should now be fully compatible with the kextcache command line tool).
39 (Also merged both adler32 function previously located in drivers.c and boot.c into one (local_adler32) located in boot.c)
40- returned to malloc by default, instead of safe_malloc, safe_malloc(+1280 bytes) is now an option (as in revolution 616+)
41- APM support is now optional (704 bytes saved)
42- Fixed add_symbol function
43- Increased module hook arguments number to 6
44- Added Kabyl's pci subsystem id patch
45- Added Kabyl's smbios implemention (SMBiosGetters, see Kabyl's branch.) as a module (legacy smbios implementation (SMBiosPatcher) have been also rewritten as a module)
46- Added valv's experimental amd support in CPUFreq module (untested)
47- Added Slice's smbios_patcher fix
48- Increased Booter Log size according to the chameleon trunck (thanck to Azimutz)
49
50- Added BSD support (Credits to: nawcom, valv)
51- moved hibernation and ramdisk into modules
52- Added a keyboard mapper module
53- Added CPUFreq module (Credits to: valv, cparm)
54- Added a random theme chooser in the GUI module
55- Added Slice's mobile detection fix
56- Added mozodojo's coreI fix in acpi patcher
57- Applied many fixes and optimizations to the core
58- Moved to meklort's core architecture
59- Added Andy Vandijck's Full ACPI tables override and ACPI V1 to V4 conversion patch
60-------------------------------------------------------------------------------------------------------------------------------------------------
61
62- Added Booter Log Dump Tool
63- Added Booter message Logging (":/boot-log" ioreg property)
64- Removed obsolete -f option, use -x instead
65- Removed -x32 option, use arch=i386 instead
66- Added automatic SMBusspeed detection for lga1156 core i5/7 cpus
67- Added new iMac11,1 sbios default model for lga1156 core i5/17 mobos
68- md0 code. Notified xnu when an md ramdisk is specified
69- Added rollover image support for selected device icons.
70 Use device_<type>_o.png in theme folder. Credits goes to Blackosx.
71- Revisited theme resource embedding. Using the device_<type> icons are optional with
72 the exception of device_generic.
73- Optimized memory detection speed
74- Added displaying source device and partition number for file read operations.
75- Increased boot2's maximum size from 383.5k to 447.5k.
76 Updated stage 1 loaders for handling the new size limit.
77- Added alternate format for setting the default partition. The user can specify the selected
78 volume UUID for the "Default Partition" key.
79- Implemented SPD memory automatic detection and injection,seems to work really great ...
80- Factorized code to prepare a dynamic memory detection algorithm ...
81- Optimized smbios table address search
82- Optimized cursor spinout in textmode if no verbose mode is set
83- Added ram table structures definitions
84- Added getSmbios() a param permitting to select between orig and new smbios entries
85- Changed "Default Partition" behaviour to accept only native system volumes or foreign partitions.
86- Added NVIDIA new NVCAP customization support and support for ION gfx cards from aserebln
87- Added ATI new framebuffers support and new cards from PCEFI10.6
88- improved ACPI file search algo by implementing a cache.
89- Nvidia injection fix
90- pciroot would not always return correct uuid in autodection mode
91- Fixed the hibernation problem in boot2/resume.c
92- Fixed all new booter versions with SystemType would override the facp value even if correct,
93 now keeps the facp value if correct and no override has been done, implemented a best effort algo.
94 for maximizing the chance to get the most correct value before we decide to use a fixed value (1=desktop)
95- Fixed display cosmetics of UUID, now a convert.c file contains all
96 conversions api, to be completed by function that we should reuse.
97
98- Fixed SystemType would be always forced to a value, now optionally changed
99 only if ovveriden
100- Kept SystemID as the only option to change manually the system-id
101 For theses reasons, SystemId from bootConfig and SMUUID from smbiosConfig aer now DEPRECATED.
102
103- Integrated JrCs fadt patch (kept for RC5 the existing DSDT.aml retry algo that disapeared in his patch, should be more discussed for RC6)
104- Added JrCs modified convention name change to coding_standards
105- Now malloc (ex. MALLOC in Asere patch) is renamed malloc(size) and is an alias
106 to safe_malloc(size, file, line) with _FILE_ and _LINE_ prerocessor definitions
107- Added a new 'Rename Partition Feature', now permitting to rename partition
108 like 'System reserved' to a more meaningful name
109- Added SystemID option permitting to change the System UUID to a fixed value.
110- Added the PciRoot autodetection feature imported from pcefi10.5
111- Added automatic "system-id" injection from dmi bios, also compatible
112 with SystemID boot option and former SMUUID from smbios,plist
113- Added "system-type' automatic injection (1=Desktop) plus override possibility
114 with the new system-type option in bootConfig
115- Added SMserial and SMproductname new options for smbios.plist
116- Merged with asere patch, while keeping my fake_efi.c changes, and adding a new
117 stringForKey() API, also changed the DT__XXXX() set of functions
118 to handle const char * values instead of char*.
119

Archive Download this file

Revision: 1144