Chameleon

Chameleon Svn Source Tree

Root/trunk/CHANGES

1- Fixed display cosmetics of UUID, now a convert.c file contains all
2 conversions api, to be completed by function that we should reuse.
3
4- Fixed SystemType would be always forced to a value, now optionally changed
5 only if ovveriden
6- Kept SystemID as the only option to change manually the system-id
7 For theses reasons, SystemId from bootConfig and SMUUID from smbiosConfig aer now DEPRECATED.
8
9- Integrated JrCs fadt patch (kept for RC5 the existing DSDT.aml retry algo that disapeared in his patch, should be more discussed for RC6)
10- Added JrCs modified convention name change to coding_standards
11- Now malloc (ex. MALLOC in Asere patch) is renamed malloc(size) and is an alias
12 to safe_malloc(size, file, line) with _FILE_ and _LINE_ prerocessor definitions
13- Added a new 'Rename Partition Feature', now permitting to rename partition
14 like 'System reserved' to a more meaningful name
15- Added SystemID option permitting to change the System UUID to a fixed value.
16- Added the PciRoot autodetection feature imported from pcefi10.5
17- Added automatic "system-id" injection from dmi bios, also compatible
18 with SystemID boot option and former SMUUID from smbios,plist
19- Added "system-type' automatic injection (1=Desktop) plus override possibility
20 with the new system-type option in bootConfig
21- Added SMserial and SMproductname new options for smbios.plist
22- Merged with asere patch, while keeping my fake_efi.c changes, and adding a new
23 stringForKey() API, also changed the DT__XXXX() set of functions
24 to handle const char * values instead of char*.
25

Archive Download this file

Revision: 45