Chameleon

Chameleon Commit Details

Date:2011-05-22 14:11:14 (12 years 11 months ago)
Author:Azimutz
Commit:873
Parents: 872
Message:Add missing code from trunk, to spd.c. Update xcodeproj files.
Changes:
M/branches/azimutz/Chazi/Chameleon.xcodeproj/project.pbxproj
M/branches/azimutz/Chazi/i386/modules/Memory/spd.c
M/branches/azimutz/Cleancut/Chameleon.xcodeproj/project.pbxproj

File differences

branches/azimutz/Chazi/Chameleon.xcodeproj/project.pbxproj
1212
1313
1414
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2915
3016
3117
......
237223
238224
239225
240
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
241247
242248
243249
......
509515
510516
511517
512
513
518
519
520
521
514522
515523
516524
......
526534
527535
528536
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558537
559538
560539
......
843822
844823
845824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
846874
847875
848876
012E60FA137AC68F00E35218 /* smbios_getters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = smbios_getters.h; sourceTree = "<group>"; };
012E60FB137AC68F00E35218 /* smbios.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = smbios.c; sourceTree = "<group>"; };
019DFBAF11FB94090013E8CC /* MEMTEST86_LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MEMTEST86_LICENSE; sourceTree = "<group>"; };
032B502F13863B9900CA6C31 /* ati.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ati.c; sourceTree = "<group>"; };
032B503013863B9900CA6C31 /* ati_reg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ati_reg.h; sourceTree = "<group>"; };
032B503113863B9900CA6C31 /* GraphicsEnabler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GraphicsEnabler.c; sourceTree = "<group>"; };
032B503213863B9900CA6C31 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
032B503313863B9900CA6C31 /* nvidia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nvidia.c; sourceTree = "<group>"; };
032B503413863B9900CA6C31 /* nvidia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nvidia.h; sourceTree = "<group>"; };
032B503613863B9900CA6C31 /* ati.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ati.c; sourceTree = "<group>"; };
032B503713863B9900CA6C31 /* ati.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ati.h; sourceTree = "<group>"; };
032B503813863B9900CA6C31 /* gma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gma.c; sourceTree = "<group>"; };
032B503913863B9900CA6C31 /* gma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gma.h; sourceTree = "<group>"; };
032B503A13863B9900CA6C31 /* GraphicsEnablerLegacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GraphicsEnablerLegacy.c; sourceTree = "<group>"; };
032B503B13863B9900CA6C31 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
032B503C13863B9900CA6C31 /* nvidia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nvidia.c; sourceTree = "<group>"; };
032B503D13863B9900CA6C31 /* nvidia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nvidia.h; sourceTree = "<group>"; };
032B504013863B9900CA6C31 /* HelloWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HelloWorld.cpp; sourceTree = "<group>"; };
032B504213863B9900CA6C31 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
032B504413863B9900CA6C31 /* HPET.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = HPET.c; sourceTree = "<group>"; };
032B511C13863B9A00CA6C31 /* utility.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utility.cpp; sourceTree = "<group>"; };
032B511D13863B9A00CA6C31 /* valarray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valarray.cpp; sourceTree = "<group>"; };
032B511E13863B9A00CA6C31 /* vector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector.cpp; sourceTree = "<group>"; };
03C3ED7713868AF5002C3F2E /* pci_old.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pci_old.h; sourceTree = "<group>"; };
03DA88FA1389323F00B43B35 /* AMDGraphicsEnabler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = AMDGraphicsEnabler.c; sourceTree = "<group>"; };
03DA88FB1389323F00B43B35 /* ati.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ati.c; sourceTree = "<group>"; };
03DA88FC1389323F00B43B35 /* ati_reg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ati_reg.h; sourceTree = "<group>"; };
03DA88FD1389323F00B43B35 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
03DA88FE1389323F00B43B35 /* Readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.txt; sourceTree = "<group>"; };
03DA89001389323F00B43B35 /* ati.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ati.c; sourceTree = "<group>"; };
03DA89011389323F00B43B35 /* ati.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ati.h; sourceTree = "<group>"; };
03DA89021389323F00B43B35 /* ATiGraphicsEnabler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ATiGraphicsEnabler.c; sourceTree = "<group>"; };
03DA89031389323F00B43B35 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
03DA89041389323F00B43B35 /* pci_old.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pci_old.h; sourceTree = "<group>"; };
03DA89051389323F00B43B35 /* Readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.txt; sourceTree = "<group>"; };
03DA89071389323F00B43B35 /* gma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gma.c; sourceTree = "<group>"; };
03DA89081389323F00B43B35 /* gma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gma.h; sourceTree = "<group>"; };
03DA89091389323F00B43B35 /* IntelGraphicsEnabler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = IntelGraphicsEnabler.c; sourceTree = "<group>"; };
03DA890A1389323F00B43B35 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
03DA890B1389323F00B43B35 /* Readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.txt; sourceTree = "<group>"; };
03DA890D1389323F00B43B35 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
03DA890E1389323F00B43B35 /* nvidia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nvidia.c; sourceTree = "<group>"; };
03DA890F1389323F00B43B35 /* nvidia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nvidia.h; sourceTree = "<group>"; };
03DA89101389323F00B43B35 /* NVIDIAGraphicsEnabler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = NVIDIAGraphicsEnabler.c; sourceTree = "<group>"; };
03DA89111389323F00B43B35 /* Readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.txt; sourceTree = "<group>"; };
1D145307137073F40050C0CD /* bootargs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bootargs.h; sourceTree = "<group>"; };
1D2A1AF513743A2600787720 /* bootargs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bootargs.h; sourceTree = "<group>"; };
65ED53931204B83200B22507 /* disk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = disk.h; sourceTree = "<group>"; };
032B502D13863B9900CA6C31 /* modules */ = {
isa = PBXGroup;
children = (
032B502E13863B9900CA6C31 /* GraphicsEnabler */,
032B503513863B9900CA6C31 /* GraphicsEnablerLegacy */,
03DA88F91389323F00B43B35 /* AMDGraphicsEnabler */,
03DA88FF1389323F00B43B35 /* ATiGraphicsEnabler */,
03DA89061389323F00B43B35 /* IntelGraphicsEnabler */,
03DA890C1389323F00B43B35 /* NVIDIAGraphicsEnabler */,
032B503F13863B9900CA6C31 /* HelloWorld */,
032B504313863B9900CA6C31 /* HPET */,
032B504713863B9900CA6C31 /* include */,
path = modules;
sourceTree = "<group>";
};
032B502E13863B9900CA6C31 /* GraphicsEnabler */ = {
isa = PBXGroup;
children = (
032B502F13863B9900CA6C31 /* ati.c */,
032B503013863B9900CA6C31 /* ati_reg.h */,
032B503113863B9900CA6C31 /* GraphicsEnabler.c */,
032B503213863B9900CA6C31 /* Makefile */,
032B503313863B9900CA6C31 /* nvidia.c */,
032B503413863B9900CA6C31 /* nvidia.h */,
);
path = GraphicsEnabler;
sourceTree = "<group>";
};
032B503513863B9900CA6C31 /* GraphicsEnablerLegacy */ = {
isa = PBXGroup;
children = (
03C3ED7713868AF5002C3F2E /* pci_old.h */,
032B503613863B9900CA6C31 /* ati.c */,
032B503713863B9900CA6C31 /* ati.h */,
032B503813863B9900CA6C31 /* gma.c */,
032B503913863B9900CA6C31 /* gma.h */,
032B503A13863B9900CA6C31 /* GraphicsEnablerLegacy.c */,
032B503B13863B9900CA6C31 /* Makefile */,
032B503C13863B9900CA6C31 /* nvidia.c */,
032B503D13863B9900CA6C31 /* nvidia.h */,
);
path = GraphicsEnablerLegacy;
sourceTree = "<group>";
};
032B503F13863B9900CA6C31 /* HelloWorld */ = {
isa = PBXGroup;
children = (
path = include;
sourceTree = "<group>";
};
03DA88F91389323F00B43B35 /* AMDGraphicsEnabler */ = {
isa = PBXGroup;
children = (
03DA88FA1389323F00B43B35 /* AMDGraphicsEnabler.c */,
03DA88FB1389323F00B43B35 /* ati.c */,
03DA88FC1389323F00B43B35 /* ati_reg.h */,
03DA88FD1389323F00B43B35 /* Makefile */,
03DA88FE1389323F00B43B35 /* Readme.txt */,
);
path = AMDGraphicsEnabler;
sourceTree = "<group>";
};
03DA88FF1389323F00B43B35 /* ATiGraphicsEnabler */ = {
isa = PBXGroup;
children = (
03DA89001389323F00B43B35 /* ati.c */,
03DA89011389323F00B43B35 /* ati.h */,
03DA89021389323F00B43B35 /* ATiGraphicsEnabler.c */,
03DA89031389323F00B43B35 /* Makefile */,
03DA89041389323F00B43B35 /* pci_old.h */,
03DA89051389323F00B43B35 /* Readme.txt */,
);
path = ATiGraphicsEnabler;
sourceTree = "<group>";
};
03DA89061389323F00B43B35 /* IntelGraphicsEnabler */ = {
isa = PBXGroup;
children = (
03DA89071389323F00B43B35 /* gma.c */,
03DA89081389323F00B43B35 /* gma.h */,
03DA89091389323F00B43B35 /* IntelGraphicsEnabler.c */,
03DA890A1389323F00B43B35 /* Makefile */,
03DA890B1389323F00B43B35 /* Readme.txt */,
);
path = IntelGraphicsEnabler;
sourceTree = "<group>";
};
03DA890C1389323F00B43B35 /* NVIDIAGraphicsEnabler */ = {
isa = PBXGroup;
children = (
03DA890D1389323F00B43B35 /* Makefile */,
03DA890E1389323F00B43B35 /* nvidia.c */,
03DA890F1389323F00B43B35 /* nvidia.h */,
03DA89101389323F00B43B35 /* NVIDIAGraphicsEnabler.c */,
03DA89111389323F00B43B35 /* Readme.txt */,
);
path = NVIDIAGraphicsEnabler;
sourceTree = "<group>";
};
08FB7794FE84155DC02AAC07 /* Chameleon */ = {
isa = PBXGroup;
children = (
branches/azimutz/Chazi/i386/modules/Memory/spd.c
344344
345345
346346
347
348
349
350
351
352
353
354
355
356
357
358
347
348
349
350
351
352
353
354
355
356
357
358
359
359360
360361
361362
static struct smbus_controllers_t smbus_controllers[] = {
{0x8086, 0x269B, "ESB2", read_smb_intel },
{0x8086, 0x25A4, "6300ESB", read_smb_intel },
{0x8086, 0x24C3, "ICH4", read_smb_intel },
{0x8086, 0x24D3, "ICH5", read_smb_intel },
{0x8086, 0x266A, "ICH6", read_smb_intel },
{0x8086, 0x27DA, "ICH7", read_smb_intel },
{0x8086, 0x283E, "ICH8", read_smb_intel },
{0x8086, 0x2930, "ICH9", read_smb_intel },
{0x8086, 0x3A30, "ICH10R", read_smb_intel },
{0x8086, 0x3A60, "ICH10B", read_smb_intel },
{0x8086, 0x3B30, "P55", read_smb_intel },
{0x8086, 0x5032, "EP80579", read_smb_intel }
{0x8086, 0x269B, "ESB2",read_smb_intel },
{0x8086, 0x25A4, "6300ESB",read_smb_intel },
{0x8086, 0x24C3, "ICH4",read_smb_intel },
{0x8086, 0x24D3, "ICH5",read_smb_intel },
{0x8086, 0x266A, "ICH6",read_smb_intel },
{0x8086, 0x27DA, "ICH7",read_smb_intel },
{0x8086, 0x283E, "ICH8",read_smb_intel },
{0x8086, 0x2930, "ICH9",read_smb_intel },
{0x8086, 0x3A30, "ICH10R",read_smb_intel },
{0x8086, 0x3A60, "ICH10B",read_smb_intel },
{0x8086, 0x3B30, "5 Series",read_smb_intel },
{0x8086, 0x1C22, "6 Series",read_smb_intel },
{0x8086, 0x5032, "EP80579",read_smb_intel }
};
branches/azimutz/Cleancut/Chameleon.xcodeproj/project.pbxproj
1414
1515
1616
17
18
19
20
21
22
23
24
25
26
27
28
29
30
3117
3218
3319
......
290276
291277
292278
293
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
294300
295301
296302
......
566572
567573
568574
569
570
575
576
577
578
571579
572580
573581
......
581589
582590
583591
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613592
614593
615594
......
935914
936915
937916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
938966
939967
940968
0172D0DC11FB66820030222E /* dram_controllers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dram_controllers.h; sourceTree = "<group>"; };
0172D0DD11FB66820030222E /* dram_controllers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dram_controllers.c; sourceTree = "<group>"; };
019DFBAF11FB94090013E8CC /* MEMTEST86_LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MEMTEST86_LICENSE; sourceTree = "<group>"; };
0389368D137D4A74004AD9DC /* ati.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ati.c; sourceTree = "<group>"; };
0389368E137D4A74004AD9DC /* ati_reg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ati_reg.h; sourceTree = "<group>"; };
0389368F137D4A74004AD9DC /* GraphicsEnabler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GraphicsEnabler.c; sourceTree = "<group>"; };
03893690137D4A74004AD9DC /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
03893691137D4A74004AD9DC /* nvidia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nvidia.c; sourceTree = "<group>"; };
03893692137D4A74004AD9DC /* nvidia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nvidia.h; sourceTree = "<group>"; };
03893694137D4A74004AD9DC /* ati.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ati.c; sourceTree = "<group>"; };
03893695137D4A74004AD9DC /* ati.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ati.h; sourceTree = "<group>"; };
03893696137D4A74004AD9DC /* gma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gma.c; sourceTree = "<group>"; };
03893697137D4A74004AD9DC /* gma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gma.h; sourceTree = "<group>"; };
03893698137D4A74004AD9DC /* GraphicsEnablerLegacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GraphicsEnablerLegacy.c; sourceTree = "<group>"; };
03893699137D4A74004AD9DC /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
0389369A137D4A74004AD9DC /* nvidia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nvidia.c; sourceTree = "<group>"; };
0389369B137D4A74004AD9DC /* nvidia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nvidia.h; sourceTree = "<group>"; };
0389369E137D4A74004AD9DC /* HelloWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HelloWorld.cpp; sourceTree = "<group>"; };
038936A0137D4A74004AD9DC /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
038936A2137D4A74004AD9DC /* modules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = modules; sourceTree = "<group>"; };
038937AA137D4A75004AD9DC /* utility.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utility.cpp; sourceTree = "<group>"; };
038937AB137D4A75004AD9DC /* valarray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valarray.cpp; sourceTree = "<group>"; };
038937AC137D4A75004AD9DC /* vector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector.cpp; sourceTree = "<group>"; };
03C3ED6F138688BD002C3F2E /* pci_old.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pci_old.h; sourceTree = "<group>"; };
03DA89351389338300B43B35 /* AMDGraphicsEnabler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = AMDGraphicsEnabler.c; sourceTree = "<group>"; };
03DA89361389338300B43B35 /* ati.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ati.c; sourceTree = "<group>"; };
03DA89371389338300B43B35 /* ati_reg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ati_reg.h; sourceTree = "<group>"; };
03DA89381389338300B43B35 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
03DA89391389338300B43B35 /* Readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.txt; sourceTree = "<group>"; };
03DA893B1389338300B43B35 /* ati.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ati.c; sourceTree = "<group>"; };
03DA893C1389338300B43B35 /* ati.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ati.h; sourceTree = "<group>"; };
03DA893D1389338300B43B35 /* ATiGraphicsEnabler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ATiGraphicsEnabler.c; sourceTree = "<group>"; };
03DA893E1389338300B43B35 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
03DA893F1389338300B43B35 /* pci_old.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pci_old.h; sourceTree = "<group>"; };
03DA89401389338300B43B35 /* Readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.txt; sourceTree = "<group>"; };
03DA89421389338300B43B35 /* gma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gma.c; sourceTree = "<group>"; };
03DA89431389338300B43B35 /* gma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gma.h; sourceTree = "<group>"; };
03DA89441389338300B43B35 /* IntelGraphicsEnabler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = IntelGraphicsEnabler.c; sourceTree = "<group>"; };
03DA89451389338300B43B35 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
03DA89461389338300B43B35 /* Readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.txt; sourceTree = "<group>"; };
03DA89481389338300B43B35 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
03DA89491389338300B43B35 /* nvidia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nvidia.c; sourceTree = "<group>"; };
03DA894A1389338300B43B35 /* nvidia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nvidia.h; sourceTree = "<group>"; };
03DA894B1389338300B43B35 /* NVIDIAGraphicsEnabler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = NVIDIAGraphicsEnabler.c; sourceTree = "<group>"; };
03DA894C1389338300B43B35 /* Readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.txt; sourceTree = "<group>"; };
1D145307137073F40050C0CD /* bootargs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bootargs.h; sourceTree = "<group>"; };
1D2A1AF513743A2600787720 /* bootargs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bootargs.h; sourceTree = "<group>"; };
65ED53931204B83200B22507 /* disk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = disk.h; sourceTree = "<group>"; };
0389368B137D4A74004AD9DC /* modules */ = {
isa = PBXGroup;
children = (
0389368C137D4A74004AD9DC /* GraphicsEnabler */,
03893693137D4A74004AD9DC /* GraphicsEnablerLegacy */,
03DA89341389338300B43B35 /* AMDGraphicsEnabler */,
03DA893A1389338300B43B35 /* ATiGraphicsEnabler */,
03DA89411389338300B43B35 /* IntelGraphicsEnabler */,
03DA89471389338300B43B35 /* NVIDIAGraphicsEnabler */,
0389369D137D4A74004AD9DC /* HelloWorld */,
038936A1137D4A74004AD9DC /* include */,
038936A4137D4A74004AD9DC /* klibc */,
path = modules;
sourceTree = "<group>";
};
0389368C137D4A74004AD9DC /* GraphicsEnabler */ = {
isa = PBXGroup;
children = (
0389368D137D4A74004AD9DC /* ati.c */,
0389368E137D4A74004AD9DC /* ati_reg.h */,
0389368F137D4A74004AD9DC /* GraphicsEnabler.c */,
03893690137D4A74004AD9DC /* Makefile */,
03893691137D4A74004AD9DC /* nvidia.c */,
03893692137D4A74004AD9DC /* nvidia.h */,
);
path = GraphicsEnabler;
sourceTree = "<group>";
};
03893693137D4A74004AD9DC /* GraphicsEnablerLegacy */ = {
isa = PBXGroup;
children = (
03C3ED6F138688BD002C3F2E /* pci_old.h */,
03893694137D4A74004AD9DC /* ati.c */,
03893695137D4A74004AD9DC /* ati.h */,
03893696137D4A74004AD9DC /* gma.c */,
03893697137D4A74004AD9DC /* gma.h */,
03893698137D4A74004AD9DC /* GraphicsEnablerLegacy.c */,
03893699137D4A74004AD9DC /* Makefile */,
0389369A137D4A74004AD9DC /* nvidia.c */,
0389369B137D4A74004AD9DC /* nvidia.h */,
);
path = GraphicsEnablerLegacy;
sourceTree = "<group>";
};
0389369D137D4A74004AD9DC /* HelloWorld */ = {
isa = PBXGroup;
children = (
path = include;
sourceTree = "<group>";
};
03DA89341389338300B43B35 /* AMDGraphicsEnabler */ = {
isa = PBXGroup;
children = (
03DA89351389338300B43B35 /* AMDGraphicsEnabler.c */,
03DA89361389338300B43B35 /* ati.c */,
03DA89371389338300B43B35 /* ati_reg.h */,
03DA89381389338300B43B35 /* Makefile */,
03DA89391389338300B43B35 /* Readme.txt */,
);
path = AMDGraphicsEnabler;
sourceTree = "<group>";
};
03DA893A1389338300B43B35 /* ATiGraphicsEnabler */ = {
isa = PBXGroup;
children = (
03DA893B1389338300B43B35 /* ati.c */,
03DA893C1389338300B43B35 /* ati.h */,
03DA893D1389338300B43B35 /* ATiGraphicsEnabler.c */,
03DA893E1389338300B43B35 /* Makefile */,
03DA893F1389338300B43B35 /* pci_old.h */,
03DA89401389338300B43B35 /* Readme.txt */,
);
path = ATiGraphicsEnabler;
sourceTree = "<group>";
};
03DA89411389338300B43B35 /* IntelGraphicsEnabler */ = {
isa = PBXGroup;
children = (
03DA89421389338300B43B35 /* gma.c */,
03DA89431389338300B43B35 /* gma.h */,
03DA89441389338300B43B35 /* IntelGraphicsEnabler.c */,
03DA89451389338300B43B35 /* Makefile */,
03DA89461389338300B43B35 /* Readme.txt */,
);
path = IntelGraphicsEnabler;
sourceTree = "<group>";
};
03DA89471389338300B43B35 /* NVIDIAGraphicsEnabler */ = {
isa = PBXGroup;
children = (
03DA89481389338300B43B35 /* Makefile */,
03DA89491389338300B43B35 /* nvidia.c */,
03DA894A1389338300B43B35 /* nvidia.h */,
03DA894B1389338300B43B35 /* NVIDIAGraphicsEnabler.c */,
03DA894C1389338300B43B35 /* Readme.txt */,
);
path = NVIDIAGraphicsEnabler;
sourceTree = "<group>";
};
08FB7794FE84155DC02AAC07 /* Chameleon */ = {
isa = PBXGroup;
children = (

Archive Download the corresponding diff file

Revision: 873