Chameleon

Chameleon Svn Source Tree

Root/trunk/CHANGES

1- Started to deprecate former system id uuid options: now encouraging to use SMsystemid because it follows smbios options naming convention, is not as vague as SMUUID, and should belong to smbios config, not bootConfig.
2 For theses reasons, SystemId from bootConfig and SMUUID from smbiosConfig aer now DEPRECATED.
3
4- Integrated JrCs fadt patch (kept for RC5 the existing DSDT.aml retry algo that disapeared in his patch, should be more discussed for RC6)
5- Added JrCs modified convention name change to coding_standards
6- Now malloc (ex. MALLOC in Asere patch) is renamed malloc(size) and is an alias
7 to safe_malloc(size, file, line) with _FILE_ and _LINE_ prerocessor definitions
8- Added a new 'Rename Partition Feature', now permitting to rename partition
9 like 'System reserved' to a more meaningful name
10- Added SystemID option permitting to change the System UUID to a fixed value.
11- Added the PciRoot autodetection feature imported from pcefi10.5
12- Added automatic "system-id" injection from dmi bios, also compatible
13 with SystemID boot option and former SMUUID from smbios,plist
14- Added "system-type' automatic injection (1=Desktop) plus override possibility
15 with the new system-type option in bootConfig
16- Added SMserial and SMproductname new options for smbios.plist
17- Merged with asere patch, while keeping my fake_efi.c changes, and adding a new
18 stringForKey() API, also changed the DT__XXXX() set of functions
19 to handle const char * values instead of char*.
20

Archive Download this file

Revision: 28