Chameleon

Chameleon Svn Source Tree

Root/branches/valv/CHANGES

  • Property svn:executable set to
1- Added Booter Log Dump Tool
2- Added Booter message Logging (":/boot-log" ioreg property)
3- Added automatic SMBusspeed detection for lga1156 core i5/7 cpus
4- Added new iMac11,1 sbios default model for lga1156 core i5/17 mobos
5- md0 code. Notified xnu when an md ramdisk is specified
6- Added rollover image support for selected device icons.
7 Use device_<type>_o.png in theme folder. Credits goes to Blackosx.
8- Revisited theme resource embedding. Using the device_<type> icons are optional with
9 the exception of device_generic.
10- Optimized memory detection speed
11- Added displaying source device and partition number for file read operations.
12- Increased boot2's maximum size from 383.5k to 447.5k.
13 Updated stage 1 loaders for handling the new size limit.
14- Added alternate format for setting the default partition. The user can specify the selected
15 volume UUID for the "Default Partition" key.
16- Implemented SPD memory automatic detection and injection,seems to work really great ...
17- Factorized code to prepare a dynamic memory detection algorithm ...
18- Optimized smbios table address search
19- Optimized cursor spinout in textmode if no verbose mode is set
20- Added ram table structures definitions
21- Added getSmbios() a param permitting to select between orig and new smbios entries
22- Changed "Default Partition" behaviour to accept only native system volumes or foreign partitions.
23- Added NVIDIA new NVCAP customization support and support for ION gfx cards from aserebln
24- Added ATI new framebuffers support and new cards from PCEFI10.6
25- improved ACPI file search algo by implementing a cache.
26- Nvidia injection fix
27- pciroot would not always return correct uuid in autodection mode
28- Fixed the hibernation problem in boot2/resume.c
29- Fixed all new booter versions with SystemType would override the facp value even if correct,
30 now keeps the facp value if correct and no override has been done, implemented a best effort algo.
31 for maximizing the chance to get the most correct value before we decide to use a fixed value (1=desktop)
32- Fixed display cosmetics of UUID, now a convert.c file contains all
33 conversions api, to be completed by function that we should reuse.
34
35- Fixed SystemType would be always forced to a value, now optionally changed
36 only if overidden
37- Kept SystemID as the only option to change manually the system-id
38 For theses reasons, SystemId from bootConfig and SMUUID from smbiosConfig are now DEPRECATED.
39
40- Integrated JrCs fadt patch (kept for RC5 the existing DSDT.aml retry algo that disappeared in his patch, should be more discussed for RC6)
41- Added JrCs modified convention name change to coding_standards
42- Now malloc (ex. MALLOC in Asere patch) is renamed malloc(size) and is an alias
43 to safe_malloc(size, file, line) with _FILE_ and _LINE_ preprocessor definitions
44- Added a new 'Rename Partition Feature', now permitting to rename partition
45 like 'System reserved' to a more meaningful name
46- Added SystemID option permitting to change the System UUID to a fixed value.
47- Added the PciRoot autodetection feature imported from pcefi10.5
48- Added automatic "system-id" injection from dmi bios, also compatible
49 with SystemID boot option and former SMUUID from smbios,plist
50- Added "system-type' automatic injection (1=Desktop) plus override possibility
51 with the new system-type option in bootConfig
52- Added SMserial and SMproductname new options for smbios.plist
53- Merged with asere patch, while keeping my fake_efi.c changes, and adding a new
54 stringForKey() API, also changed the DT__XXXX() set of functions
55 to handle const char * values instead of char*.
56
57- Added full ACPI tables override.
58- Added ACPI V1 to V4 conversion, also auto generates XSDT from RSDT if needed.
59- Added force USB legacy off patch.
60
61- Dropped loadable SSDT number from 30 to 14 tables.
62- Added devices 2A42 and 2A43 to GMAX3100 support.
63- Corrected Intel Core Solo/Duo identifier string.
64- Added support for device 2a40 into 915resolution.
65- Added a variant of boot0 (boot0hfs) which prefers a bootable HFS partition in the first MBR partition scan.
66- Applied easternguy's (long long) cast changes for filesystem functions.
67

Archive Download this file

Revision: 2839