summaryrefslogtreecommitdiff
path: root/EDK/MiniSetup/changelog.log
blob: afe38156b1596080ef2030d4d2740fdf1a1b13bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
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
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
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
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
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
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
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
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
$/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE

[TAG]  		    EIP63895
[Category]  	Bug Fix
[Severity]  	Important
[Symptom]  	    Same message "Save & reset" displayed twice
[RootCause]  	guidInfo->GuidFlags.GuidLaunchFilename condition also executed after executing guidInfo->GuidFlags.GuidLaunchGuid condition.
[Solution]  	Made as any one condition will execute
[Files]  		Tseadvanced.c

[TAG]  		    EIP64295 
[Category]  	New Feature
[Description]  	Support for software created boot entry for USB.CheckDevSupShortFormPath function added to check whether the boot option supports short-form device path for USB class(Table 60) device path.
[Files]  		boot.c

[TAG]  		    EIP64295 
[Category]  	New Feature
[Description]  	Support for software created boot entry for USB.CheckDevSupShortFormPath function added to check whether the bootoption supports short-form device path for USB class(Table 60) devicepath.Goto statement removed in CheckDevSupShortFormPath function.
[Files]  		boot.c

[TAG]  		    EIP65320
[Category]  	Improvement
[Description]  	Board module hook for LoadImage failure
[Files]  		boot.c and commonhelper.c

[TAG]           EIP 63262
[Category]      Defect
[Symptom]       Setup page display problem on rose city.When SETUP_GROUP_DYNAMIC_PAGES is enabled and Network Stack is enabled, the "iSCSI" menu is listed as a dynamic page in advanced menu but only 3 of 4 "Port Configuration" pages shows up. The TSE dynamic page count is incorrect.
[Solution]      In the functions (RTIfrProcessRunTimeForms, HandleNewIFRPack, HandleRemoveIFRPack, HandleAddIFRPack), make sure the nvram cache is updated by callingVarUpdateVariable(VARIABLE_ID_DYNAMIC_PAGE_COUNT) when updating "DynamicPageCount" variable name. .
[Files]         Hii.c, Minisetup.h, Variable.h

[TAG]  		    EIP57661
[Category]  	New Feature
[Description]  	Driver health related variables are updated via notification function.
[Files]  		notify.c, Uefi21Wapper.c and variable.h

[TAG]  		    EIP47086
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS setup.
[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl, Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h, EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif, EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl, Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl, TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h, CommonHelper.c

[Files]  		TseLite\frame.c
Removed unwanted code related to mouse hot click opetaions.


Updated the file to restrict the control selection when cliked on help frame with mouse
[Files]  		TseLite\frame.c

[Files]  		TseLite\frame.c
Updated the file to close the popup window when left clicked on help and navigation frame

[Files]  		Uefi2.1\HiiCallback.c
Suppressing the callback for AMI_CALLBACK_FORM_OPEN action


[TAG]           EIP57661
[Category]      New Feature
[Description]   Driver health variables are updated in cache too.
[Files]         notify.c, Uefi21Wapper.c and variable.h

*****************  FormBrowser2.c  *****************
User: Arunsb          Date:  6/30/11  Time: 11:55a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  Adding config header in config string is controlled by
EDKVersion_1_05_RetrieveData wrapper function.

*****************  Uefi21.sdl  *****************
User: Arunsb          Date:  6/30/11  Time: 11:53a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  EDK_1_05_RETRIEVE_DATA token removed and added in AMITSE.sdl

*****************  frame.c  *****************
User: Rajashakerg     Date:  6/30/11  Time:  5:18a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  Updated the help frame scroll restricted for left click alone.

*****************  minisetup.h  *****************
User: Premkumara      Date:  6/30/11  Time:  5:05a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Resolve Build error with Driver Health protocol

*****************  logo.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:37a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  If Jpeg off and Bmp on, Jpeg image unsuccess to draw on the screen
clearing the 
drawm bmp image.
Fixed this issue.

*****************  Uefi21Wapper.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:20a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
[Files]         amitse.cif, amitse.sdl, faketokens.c, amitsestr.uni,
                commonhelper.c, uefisetup.ini, tsedrvhealth.h, amivfr.h,
minisetupbin.mak,
                hiistring21.c, hiistring20.c, tseadvanced.c, special.c,
special.h, boot.h, minisetup.h,
                uefi20wapper.c, formbrowser2.c, hii.c, parse.c and
uefi21wapper.c.

*****************  Parse.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:19a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Dynamic parsing changed for driver health config. page via
sendform.
[Files]         amitse.cif, amitse.sdl, faketokens.c, amitsestr.uni,
                commonhelper.c, uefisetup.ini, tsedrvhealth.h, amivfr.h,
minisetupbin.mak,
                hiistring21.c, hiistring20.c, tseadvanced.c, special.c,
special.h, boot.h, minisetup.h,
                uefi20wapper.c, formbrowser2.c, hii.c, parse.c and
uefi21wapper.c.

*****************  Hii.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:17a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Sets the driver health support variable.
[Files]         amitse.cif, amitse.sdl, faketokens.c, amitsestr.uni,
                commonhelper.c, uefisetup.ini, tsedrvhealth.h, amivfr.h,
minisetupbin.mak,
                hiistring21.c, hiistring20.c, tseadvanced.c, special.c,
special.h, boot.h, minisetup.h,
                uefi20wapper.c, formbrowser2.c, hii.c, parse.c and
uefi21wapper.c.

*****************  FormBrowser2.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:16a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                gFSetGuid added to compare in parseform.
[Files]         amitse.cif, amitse.sdl, faketokens.c, amitsestr.uni,
                commonhelper.c, uefisetup.ini, tsedrvhealth.h, amivfr.h,
minisetupbin.mak,
                hiistring21.c, hiistring20.c, tseadvanced.c, special.c,
special.h, boot.h, minisetup.h,
                uefi20wapper.c, formbrowser2.c, hii.c, parse.c and
uefi21wapper.c.

*****************  uefi20Wapper.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:15a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/uefi2.0
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Wrapper functions added.
[Files]         amitse.cif, amitse.sdl, faketokens.c, amitsestr.uni,
                commonhelper.c, uefisetup.ini, tsedrvhealth.h, amivfr.h,
minisetupbin.mak,
                hiistring21.c, hiistring20.c, tseadvanced.c, special.c,
special.h, boot.h, minisetup.h,
                uefi20wapper.c, formbrowser2.c, hii.c, parse.c and
uefi21wapper.c.

*****************  minisetup.h  *****************
User: Arunsb          Date:  6/30/11  Time:  4:14a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                2.0 & 2.1 compatibility added
[Files]         amitse.cif, amitse.sdl, faketokens.c, amitsestr.uni,
                commonhelper.c, uefisetup.ini, tsedrvhealth.h, amivfr.h,
minisetupbin.mak,
                hiistring21.c, hiistring20.c, tseadvanced.c, special.c,
special.h, boot.h, minisetup.h,
                uefi20wapper.c, formbrowser2.c, hii.c, parse.c and
uefi21wapper.c.

*****************  boot.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:13a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Boot device repair operation performed.
[Files]         amitse.cif, amitse.sdl, faketokens.c, amitsestr.uni,
                commonhelper.c, uefisetup.ini, tsedrvhealth.h, amivfr.h,
minisetupbin.mak,
                hiistring21.c, hiistring20.c, tseadvanced.c, special.c,
special.h, boot.h, minisetup.h,
                uefi20wapper.c, formbrowser2.c, hii.c, parse.c and
uefi21wapper.c.

*****************  special.h  *****************
User: Arunsb          Date:  6/30/11  Time:  4:13a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Guid key added.
[Files]         amitse.cif, amitse.sdl, faketokens.c, amitsestr.uni,
                commonhelper.c, uefisetup.ini, tsedrvhealth.h, amivfr.h,
minisetupbin.mak,
                hiistring21.c, hiistring20.c, tseadvanced.c, special.c,
special.h, boot.h, minisetup.h,
                uefi20wapper.c, formbrowser2.c, hii.c, parse.c and
uefi21wapper.c.

*****************  special.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:12a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Driver health special controls handled.
[Files]         amitse.cif, amitse.sdl, faketokens.c, amitsestr.uni,
                commonhelper.c, uefisetup.ini, tsedrvhealth.h, amivfr.h,
minisetupbin.mak,
                hiistring21.c, hiistring20.c, tseadvanced.c, special.c,
special.h, boot.h, minisetup.h,
                uefi20wapper.c, formbrowser2.c, hii.c, parse.c and
uefi21wapper.c.

*****************  TseAdvanced.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:12a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Driver health special controls handled.
[Files]         amitse.cif, amitse.sdl, faketokens.c, amitsestr.uni,
                commonhelper.c, uefisetup.ini, tsedrvhealth.h, amivfr.h,
minisetupbin.mak,
                hiistring21.c, hiistring20.c, tseadvanced.c, special.c,
special.h, boot.h, minisetup.h,
                uefi20wapper.c, formbrowser2.c, hii.c, parse.c and
uefi21wapper.c.

*****************  application.c  *****************
User: Rajashakerg     Date:  6/29/11  Time:  6:21p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  Updated the file for Hotkey and hotclicks to return their exact
status

*****************  frame.c  *****************
User: Rajashakerg     Date:  6/29/11  Time:  4:34p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  Updated for Help frame scroll changes

*****************  frame.c  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:58p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP47086
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS
setup.

[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  application.h  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:54p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP47086
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS
setup.

[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  application.c  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:52p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP47086
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS
setup.

[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  Memo.c  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:49p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP47086
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS
setup.

[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  legacy.c  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:43p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  [TAG]  		EIP47086
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS
setup.

[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  style.h  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:41p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  [TAG]  		EIP47086
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS
setup.

[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  frame.c  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:36p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP59657 
[Category]  	Bug Fix
[Severity]  	Normal
[Symptom]  	[TSE] When change password status, sometimes will miss first item.
[RootCause]  	The frame first visible control is not handled properly
[Solution]  	The first visible control is handled properly by making first
visible control as 0 in framescroll
[Files]  		Frame.c

*****************  ezportplus.c  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:36p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/EzportPlus
Comment:
  [TAG]  		EIP47086
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS
setup.

[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  style.h  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:33p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/EzportPlus
Comment:
  [TAG]  		EIP47086
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS
setup.

[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  ezport.c  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:26p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Ezport
Comment:
  [TAG]  		EIP47086, 62098 
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS setup
and the Mouse hotclicks.
[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  style.h  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:24p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Ezport
Comment:
  [TAG]  		EIP47086, 62098 
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS setup
and the Mouse hotclicks.
[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  minisetup.h  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:19p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP47086, 62098 
[Category]  	New Feature
[Description]  	Right clicking from the Main page is not exiting from BIOS setup
and the Mouse hotclicks.
[Files]  		minisetup.h, Ezport\style.h,Ezport\EzportBin.sdl,
Ezport\EzportBin.mak, Ezport\ezport.c, Ezport\EzportBin.cif, EzportPlus\style.h,
EzportPlus\EzportPlusBin.sdl, EzportPlusBin.mak, EzportPlus\EzportPlusBin.cif,
EzportPlus\ezportplus.c, Legacy\style.h, Legacy\EzportPlusBin.sdl,
Legacy\LegacyBin.mak, Legacy\LegacyBin.cif, Legacy\legacy.c, TseLiteBin.sdl,
TseLite.cif, Memo.c, frame.c, application.h, application.c, commonoem.h,
CommonHelper.c

*****************  postmgmt.c  *****************
User: Arunsb          Date:  6/29/11  Time: 10:16a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP58954
[Category]      Improvement
[Description]   Support for BGRT spec. version 1.2.
                ImageType field added in BGRT_TABLE to represent the type of
image.
[Files]         bootonly\logo.c and postmgmt.c

*****************  logo.c  *****************
User: Arunsb          Date:  6/29/11  Time: 10:08a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP58954
[Category]  	Improvement
[Description]  	BGRT status field is cleared when setup key is intervented for 
setup launch while in quiet boot.
[Files]  		bootonly\logo.c and postmgmt.c

*****************  notify.c  *****************
User: Arunsb          Date:  6/29/11  Time:  6:29a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP 62631
[Category]      New Feature
[Description]   Hot key boot option support in TSE as per UEFI spec. section
3.1.6.
                Hot boot keys formed in AtivateInput function.
[Files]         AMITSE.sdl, bootflow.c, bootflow.h, CommonHelper.c, commonoem.c,
commonoem.h, boot.c,
                hiistring20.c, hiistring21.c and notify.c.

*****************  boot.c  *****************
User: Arunsb          Date:  6/29/11  Time:  6:12a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP 62631, 60128 
[Category]      New Feature
[Description]   Hot key boot option in TSE as per UEFI spec. section 3.1.6.
[Files]         AMITSE.sdl, CommonHelper.c, commonoem.c, commonoem.h, boot.c,
hiistring20.c and hiistring21.c.

*****************  TseLite.cif  *****************
User: Rajashakerg     Date:  6/29/11  Time:  5:11a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  

*****************  TseLite  *****************
User: Rajashakerg     Date:  6/29/11  Time:  5:01a
Added hotclick.c

*****************  TseLite  *****************
User: Rajashakerg     Date:  6/29/11  Time:  5:01a
Added hotclick.h

*****************  special.c  *****************
User: Madhans         Date:  6/28/11  Time:  4:37p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  [TAG]  		EIP55290
[Category]  	Bug Fix
[Severity]  	Minor
[Symptom]  	Keeping Different Default Language other then English will cause
Lanuage options to show same language repeated.
[RootCause]  	The Language name was not updated protperly.
[Solution]  	Fix to read to update  token.
[Files]  		special.c

*****************  uefi20Wapper.c  *****************
User: Arunsb          Date:  6/28/11  Time:  3:44p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/uefi2.0
Comment:
  [TAG]  		EIP55762
[Description]  	Dummy  UpdateDestiantionQuestion function added

*****************  frame.c  *****************
User: Arunsb          Date:  6/28/11  Time:  2:42p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  Build error resolved by adding UpdateDestiantionQuestion function
declaration.

*****************  Parse.c  *****************
User: Arunsb          Date:  6/28/11  Time:  2:40p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  Build error resolved

*****************  popup.c  *****************
User: Madhans         Date:  6/28/11  Time: 10:14a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  To remove ";" in unwanted case.

*****************  Parse.c  *****************
User: Arunsb          Date:  6/28/11  Time:  9:38a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  EIP 56405 . Review comment addressed
Comment: Uncomment the 2.1 EFI Varstore support part.

*****************  Hii.c  *****************
User: Arunsb          Date:  6/28/11  Time:  8:26a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  EIP56405: Commented the build time parsing code.
Name value not supported by current vfr compiler.
Uncomment the codes once vfr compiler supports it.

*****************  Parse.c  *****************
User: Premkumara      Date:  6/24/11  Time: 10:16a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP62310, EIP 59743, EIP 62308
[Category]  	Improvement
[Description]  	Merge all SupportEFI_IFR_SUPPRESS_IF_OP, EFI_IFR_GRAYOUT_IF_OP,
cases in one case
[Files]  		Parse.c

*****************  postmgmtext.c  *****************
User: Arunsb          Date:  6/24/11  Time:  9:35a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP62754
[Category]  	Bug Fix
[Severity]  	Minor
[Symptom]  	Time out not occurring in password popup window
[RootCause]  	Timer event was set only for the first try in consecutive tries
                                event not created
[Solution]  	If time out occurs in first try then TSE wont try for next
iteration to get password.
                                TSE will report error and waits upto restarting
the system.

[Files]  		postmgmtext.c

*****************  protocol.c  *****************
User: Arunsb          Date:  6/23/11  Time:  7:38p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP57660 
[Category]      New Feature
[Description]   Non-removable media boot behavior as described in UEFI
                specification v 2.3.1, p. 3.4.1.
                Checks for the setup key if no boot options avail
                or not succedded to boot. If setup key pressed launches the
setup.
                If no boot option avail then inserting thumb drive with image
efi\boot\bootxxxx.efi TSE will launch that image.     
[Files]         amitse.sdl, bootflow.c and protocol.c

*****************  minisetup.h  *****************
User: Rajashakerg     Date:  6/23/11  Time:  4:06p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP55762, 58925, 59971
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  Hii.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  4:03p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP55762, 58925, 59971	
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  Parse.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  4:02p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP55762, 58925, 59971	
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  Uefi21Wapper.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  4:01p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP55762, 58925, 59971
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  frame.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:58p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP55762, 58925, 59971
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  minisetupext.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:56p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP55762, 58925, 59971	
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  minisetupext.h  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:55p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP55762, 58925, 59971	
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  numeric.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:54p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP55762, 58925, 59971
[Category]  	New Feature
[Description]  	
Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  page.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:53p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP55762, 58925, 59971
[Category]  	New Feature
[Description]  	
Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  PopupString.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:52p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP55762, 58925, 59971
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  legacy.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:49p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  [TAG]  		EIP55762, 58925, 59971
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  style.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:48p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  [TAG]  		EIP55762, 58925, 59971	
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	

[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  style.h  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:47p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  [TAG]  		EIP55762, 58925, 59971	
[Category]  	New Feature
[Description]  	Support REF2,REF3 and REF4 in AMITSE
Support direct form navigation path
Improper layout of controls in the root page when Dynamic pages are added using
the Legacy Setup Style	
[Files]  		setupdata.h, CommonHelper.c, AMITSE.sdl, Legacy\Legacy.c,
Legacy\style.h, Legacy\style.h, frame.c, minisetupext.c, minisetupext.h,
numeric.c, page.c Popupstring.c, Hii.c, Uefi21Wrapper.c, Parse.c Hii.c

*****************  style.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  5:46a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/EzportPlus
Comment:
  [TAG]  		EIP63073  
[Category]  	New Feature
[Description]  	Source modules in TSE should get the version details from binary
in run time not at build time
[Files]  		CommonHelper.c, minisetupext.c, notify.c, Ezport\style.c,
EzportPlus\style.c, Legacy\style.c

*****************  style.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  5:44a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  [TAG]  		EIP63073  
[Category]  	New Feature
[Description]  	Source modules in TSE should get the version details from binary
in run time not at build time  	
[Files]  		CommonHelper.c, minisetupext.c, notify.c, Ezport\style.c,
EzportPlus\style.c, Legacy\style.c

*****************  style.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  5:42a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Ezport
Comment:
  [TAG]  		EIP63073  
[Category]  	New Feature
[Description]  	Source modules in TSE should get the version details from binary
in run time not at build time  	
[Files]  		CommonHelper.c, minisetupext.c, notify.c, Ezport\style.c,
EzportPlus\style.c, Legacy\style.c

*****************  notify.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  5:36a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP63073  
[Category]  	New Feature
[Description]  	Source modules in TSE should get the version details from binary
in run time not at build time  
[Files]  		CommonHelper.c, minisetupext.c, notify.c, Ezport\style.c,
EzportPlus\style.c, Legacy\style.c

*****************  minisetupext.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  5:32a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP63073  
[Category]  	New Feature
[Description]  	Source modules in TSE should get the version details from binary
in run time not at build time  	
[Files]  		CommonHelper.c, minisetupext.c, notify.c, Ezport\style.c,
EzportPlus\style.c, Legacy\style.c

*****************  Uefi21Wapper.c  *****************
User: Arunsb          Date:  6/22/11  Time:  6:05p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]       EIP56405
[Category]      New Feature
[Description]   Support for EFI_IFR_VARSTORE_NAME_VALUE opcode
[Files]         Hii.c, parse.c and uefi21wapper.c

*****************  Parse.c  *****************
User: Arunsb          Date:  6/22/11  Time:  5:17p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]       EIP56405
[Category]      New Feature
[Description]   Support for EFI_IFR_VARSTORE_NAME_VALUE opcode
[Files]         Hii.c, parse.c and uefi21wapper.c

*****************  Hii.c  *****************
User: Arunsb          Date:  6/22/11  Time:  4:47p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP56405
[Category]  	New Feature
[Description]  	Support for EFI_IFR_VARSTORE_NAME_VALUE opcode
[Files]  		Hii.c, parse.c and uefi21wapper.c

*****************  boot.c  *****************
User: Arunsb          Date:  6/22/11  Time:  2:40p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP 62631
[Category]      New Feature
[Description]   Support for Hot key boot option in TSE as per UEFI spec. section
3.1.6.
[Files]         AMITSE.sdl, CommonHelper.c, commonoem.c, commonoem.h, boot.c,
hiistring20.c and hiistring21.c.

*****************  callback.c  *****************
User: Premkumara      Date:  6/22/11  Time:  9:33a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP57547 
[Category]  	Improvement
[Description]  	TSE Feature to Silently Load Defaults, Including Boot Order
Defaults
[Files]  		Callback.c

*****************  Parse.c  *****************
User: Premkumara      Date:  6/22/11  Time:  9:27a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP 62310, EIP 59743, EIP 62308
[Description]  	SupportEFI_IFR_SUPPRESS_IF_OP, EFI_IFR_GRAYOUT_IF_OP,
EFI_IFR_DISABLE_IF_OP Over the Form or Formset
[Files]  		parse.c

*****************  logo.c  *****************
User: Premkumara      Date:  6/22/11  Time:  9:15a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP60048
[Category]  	Improvement
[Description]  	TSE should Change the System Resolution according to the Quite
Logo Size
[Files]  		CommonHelper.c, AMITSE.sdl, Logo.c, LogoLib.h

*****************  protocol.c  *****************
User: Arunsb          Date:  6/20/11  Time:  3:59p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]             EIP57660 
[Category]       New Feature
[Description]   Non-removable media boot behavior as described in UEFI
specification v 2.3.1, p. 3.4.1.
                      Checks for the setup key if no boot options avail or
succedded to boot and launches the setup.
[Files]             amitse.sdl, bootflow.c, bootflow.h, commonoem.c, boot.c and
protocol.c

*****************  boot.c  *****************
User: Arunsb          Date:  6/20/11  Time:  3:55p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP57660 
[Category]    New Feature
[Description] Non-removable media boot behavior as described in UEFI
specification v 2.3.1, p. 3.4.1.
[Files]           amitse.sdl, bootflow.c, bootflow.h, commonoem.c, boot.c and
protocol.c

*****************  png.c  *****************
User: Rajashakerg     Date:  6/20/11  Time:  1:20p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  [TAG]  		EIP60910 
[Description]  	Updated with respect to the review comments.

*****************  pnguncmp.c  *****************
User: Rajashakerg     Date:  6/20/11  Time:  1:19p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  [TAG]  		EIP60910 
[Description]  	Updated with respect to the review comments.

*****************  Uefi21Wapper.c  *****************
User: Rajashakerg     Date:  6/20/11  Time: 12:28p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP60563
[Category]  	New Feature
[Description]  	Support for signed decimal value for EFI_IFR_NUMERIC_OP. 
[Files]  		numeric.c, numeric.h, string.c, string.h, Uefi21Wapper.c

*****************  string.h  *****************
User: Rajashakerg     Date:  6/20/11  Time: 12:26p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP60563
[Category]  	New Feature
[Description]  	Support for signed decimal value for EFI_IFR_NUMERIC_OP.
[Files]  		numeric.c, numeric.h, string.c, string.h, Uefi21Wapper.c

*****************  string.c  *****************
User: Rajashakerg     Date:  6/20/11  Time: 12:25p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP60563 
[Category]  	New Feature
[Description]  	Support for signed decimal value for EFI_IFR_NUMERIC_OP.  
[Files]  		numeric.c, numeric.h, string.c, string.h, Uefi21Wapper.c

*****************  numeric.h  *****************
User: Rajashakerg     Date:  6/20/11  Time: 12:23p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP60563 
[Category]  	New Feature
[Description]  	Support for signed decimal value for EFI_IFR_NUMERIC_OP.
[Files]  		numeric.c, numeric.h, string.c, string.h, Uefi21Wapper.c

*****************  numeric.c  *****************
User: Rajashakerg     Date:  6/20/11  Time: 12:22p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP60563 
[Category]  	New Feature
[Description]  	Support for signed decimal value for EFI_IFR_NUMERIC_OP.  
[Files]  		numeric.c, numeric.h, string.c, string.h, Uefi21Wapper.c

*****************  TseUefiHii.h  *****************
User: Rajashakerg     Date:  6/20/11  Time: 12:20p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP57402 
[Category]  	New Feature
[Description]  	Support for EFI_IFR_DEFAULT_2 opcode.
[Files]  		Hii.c, TseUefiHii.h

*****************  callback.c  *****************
User: Rajashakerg     Date:  6/20/11  Time: 11:52a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP59417   
[Category]  	New Feature
[Description]  	Spport LOAD_OPTION_HIDDEN option in TSE 
[Files]  		boot.h, AMITSE.sdl, CommonHelper.c, bbs.c, boot.c, minisetup.h,
special.c, callback.c 

*****************  special.c  *****************
User: Rajashakerg     Date:  6/20/11  Time: 11:50a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  [TAG]  		EIP59417
[Category]  	New Feature
[Description]  	Spport LOAD_OPTION_HIDDEN option in TSE 
[Files]  		boot.h, AMITSE.sdl, CommonHelper.c, bbs.c, boot.c, minisetup.h,
special.c, callback.c 

*****************  minisetup.h  *****************
User: Rajashakerg     Date:  6/20/11  Time: 11:46a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP59417
[Category]  	New Feature
[Description]  	Spport LOAD_OPTION_HIDDEN option in TSE 
[Files]  		boot.h, AMITSE.sdl, CommonHelper.c, bbs.c, boot.c, minisetup.h,
special.c, callback.c 

*****************  boot.c  *****************
User: Rajashakerg     Date:  6/20/11  Time: 11:45a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP59417   
[Category]  	New Feature
[Description]  	Spport LOAD_OPTION_HIDDEN option in TSE 
[Files]  		boot.h, AMITSE.sdl, CommonHelper.c, bbs.c, boot.c, minisetup.h,
special.c, callback.c 

*****************  bbs.c  *****************
User: Rajashakerg     Date:  6/20/11  Time: 11:43a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP59417
[Category]  	New Feature
[Description]  	Spport LOAD_OPTION_HIDDEN option in TSE 
[Files]  		boot.h, AMITSE.sdl, CommonHelper.c, bbs.c, boot.c, minisetup.h,
special.c, callback.c 

*****************  Hii.c  *****************
User: Rajashakerg     Date:  6/20/11  Time: 10:39a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP57402 
[Category]  	New Feature
[Description]  	Support for EFI_IFR_DEFAULT_2 opcode.
[Files]  		Hii.c

*****************  Expression.c  *****************
User: Rajashakerg     Date:  6/20/11  Time: 10:36a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP56355 
[Category]  	Improvement
[Description]  	TSE: Support for EFI_IFR_VERSION opcode	
[Files]  		Expression.c

*****************  minisetupext.c  *****************
User: Arunsb          Date:  6/20/11  Time: 10:35a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]           EIP54861
[Category]      Improvement
[Description]   Updating string token value dynamically for Title Bar and
Copyright messages.
[Files]         minisetup.c and tselite\minisetupext.c

*****************  minisetup.c  *****************
User: Arunsb          Date:  6/20/11  Time: 10:33a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP54861
[Category]      Improvement
[Description]   Updating string token value dynamically for Title Bar and
Copyright messages.
[Files]         minisetup.c and tselite\minisetupext.c

*****************  notify.c  *****************
User: Arunsb          Date:  6/19/11  Time:  4:04p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP58712
[Category]      New Feature
[Description]   To disable the BIOS Signon Message and TSE copyright version in
post screen.
[Files]         amitse.sdl, amitse.mak, commonhelper.c and notify.c

*****************  minisetupext.c  *****************
User: Arunsb          Date:  6/15/11  Time:  5:18p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP62185
[Category]  	Bug Fix
[Severity]  	Normal
[Symptom]  	The Main Page cannot hide when press F2 to enter setup
[RootCause]  	If pagevisible set to TRUE then it is not checked for not showing
it
[Solution]  	Pagevisible = TRUE is checked for not showing the page. The next
parent page will be shown instead of it.
[Files]  		minisetupext.c

*****************  Date.c  *****************
User: Arunsb          Date:  6/15/11  Time:  4:46p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]           EIP61650 
[Category]      Bug Fix
[Severity]      Minor
[Symptom]       Cannot edit time field when using new "time" format
[RootCause]     Default refresh interval set to all the time variables
[Solution]      Control refreshed only if refresh flag set.
[Files]         time.c, date.c, parse.c and uefihpktool.exe

*****************  time.c  *****************
User: Arunsb          Date:  6/15/11  Time:  4:43p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]           EIP61650 
[Category]      Bug Fix
[Severity]      Minor
[Symptom]       Cannot edit time field when using new "time" format
[RootCause]     Default refresh interval set to all the time variables
[Solution]      Default refresh interval provided only for RTC time variable
[Files]         time.c, date.c, parse.c and uefihpktool.exe

*****************  Logo.c  *****************
User: Rajashakerg     Date:  6/13/11  Time: 12:32p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  [TAG]  		EIP60910
[Category]  	New Feature
[Description]  	PNG image support in TSE.
[Files]  		LogoLib.h, AMITSE.sdl, CommonHelper.c, logo.c, png.c, png.h,
pnguncmp.c, TseAdvanced.cif

*****************  TseAdvanced.cif  *****************
User: Rajashakerg     Date:  6/13/11  Time: 12:26p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  [TAG]  		EIP60910 
[Category]  	New Feature
[Description]  	 PNG image support in TSE.
[Files]  		LogoLib.h, AMITSE.sdl, CommonHelper.c, logo.c, png.c, png.h,
pnguncmp.c, TseAdvanced.cif

*****************  TseAdvanced  *****************
User: Rajashakerg     Date:  6/13/11  Time: 12:21p
Added png.c

*****************  TseAdvanced  *****************
User: Rajashakerg     Date:  6/13/11  Time: 12:21p
Added png.h

*****************  TseAdvanced  *****************
User: Rajashakerg     Date:  6/13/11  Time: 12:21p
Added pnguncmp.c

*****************  boot.c  *****************
User: Arunsb          Date:  6/10/11  Time:  2:35p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]  		EIP57660
[Category]  	New Feature
[Description]  	Non-removable media boot behavior as described in UEFI
specification v 2.3.1, p. 3.4.1.2
[Files]  		boot.c, bootflow.c and bootflow.h

*****************  postmgmtext.c  *****************
User: Arunsb          Date:  6/08/11  Time: 11:26p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP59138
[Category]  	Improvement
[Description]  	TSE expects extra key on the last wrong password retry
[Files]  		postmgmtext.c

*****************  Parse.c  *****************
User: Arunsb          Date:  6/08/11  Time:  4:52p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP61650
[Category]  	Bug Fix
[Severity]  	Minor
[Symptom]  	Cannot edit time field when using new "time" format
[RootCause]  	Default refresh interval set to all the time variables
[Solution]  	Default refresh interval provided only for RTC time variable
[Files]  		uefi2.1\Parse.c

*****************  numeric.c  *****************
User: Madhans         Date:  6/07/11  Time:  2:44p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  [TAG]  		EIP61897 
[Category]  	Improvement
[Description]  	To ignore the limit checking for the Suppressed Controls in TSE
[Files]  		numeric.c

*****************  Version 40  *****************
Label: (INT)4.6.2_TSE_2_13_1217
User: Arunsb          Date:  6/04/11  Time:  6:01p
Labeled '(INT)4.6.2_TSE_2_13_1217'
Label comment:
  [SS Server]	  alaska
[SS Path]	  $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE
[Label]	  (INT)4.6.2_TSE_2_13_1217
[Module Name]	  TSE Sources
[Description]     
Release to QA cycle 2.
*) Fix for dynamic update for the goto control to same target page.
*) Fix for boot override hangs with exception 0x0d.
*) BGRT table will be formed only for quiet boot logos. BGRT status field will
be cleared when some changes happened in screen other than displaying the image.

[Entries]
New Features:
=============

[TAG]           EIP58954
[Category]      New Feature
[Description]   Quiet boot logos only added for BGRT. BGRT status field cleared
if any changes happened in screen other than displaying the images. BltBuffer
freed in ConvertBlt2Bmp function.
[Files]         Postmgmt.c, boot.c, logo.c commonoem.c and commonhelper.c


General Bug Fixes:
===================

[TAG]           EIP61588
[Category]      Bug Fix
[Severity]      Important
[Symptom]       Advanced -> ISCSI -> Add an attempt-> Mac Address -> Save
changes causes the system to hang.
[RootCause]     Dynamic update for the goto control to same target page was not
updated correctly.
[Solution]      Fixed to update the control destination page correctly.
[Files]         parse.c and special.c

[TAG]           EIP48930 
[Description]   Boot override hangs with exception 0x0d
[Files]         Parse.c and hii.c

*****************  AMITSE.chm  *****************
User: Arunsb          Date:  6/04/11  Time:  4:20p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE
Comment:
  Release notes updated for 2.13.1217 internal release

*****************  postmgmt.c  *****************
User: Arunsb          Date:  6/04/11  Time:  1:52p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]             EIP58954
[Category]      New Feature
[Description]   Wrapper function added for InvalidateStatusInBgrt function.
[Files]             Postmgmt.c, boot.c, logo.c commonoem.c and
                      commonhelper.c

*****************  boot.c  *****************
User: Arunsb          Date:  6/04/11  Time:  1:49p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]             EIP58954
[Category]      New Feature
[Description]  Wrapper function added for InvalidateStatusInBgrt function.
[Files]            Postmgmt.c, boot.c, logo.c commonoem.c and
commonhelper.c

*****************  hii.c  *****************
User: Arunsb          Date:  6/04/11  Time: 12:26p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/uefi2.0
Comment:
  [TAG]            EIP48930 
[Description]  Boot override hangs with exception 0x0d
[Files]             uefi2.1\Parse.c, uefi2.0\hii.c

*****************  Hii.c  *****************
User: Blaines         Date:  6/01/11  Time:  5:22p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		61122
[Category]  	Bug Fix
[Severity]  	Important
[Symptom]  	If SETUP_ORPHAN_PAGES_AS_ROOT_PAGE=1, HiiExit() will cause an ASSERT
in pool.c if debug_mode is enabled.
[RootCause]  	HiiExit() exit attempts to free gSetupData elements associated
with orphaned forms..
[Solution]  	Only free gSetupData[i].FormSet if gSetupData[i].FormSetLength is
non-zero.
[Files]  		Hii.c

*****************  hii.c  *****************
User: Blaines         Date:  6/01/11  Time:  5:22p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/uefi2.0
Comment:
  [TAG]  		61122
[Category]  	Bug Fix
[Severity]  	Important
[Symptom]  	If SETUP_ORPHAN_PAGES_AS_ROOT_PAGE=1, HiiExit() will cause an ASSERT
in pool.c if debug_mode is enabled.
[RootCause]  	HiiExit() exit attempts to free gSetupData elements associated
with orphaned forms..
[Solution]  	Only free gSetupData[i].FormSet if gSetupData[i].FormSetLength is
non-zero.
[Files]  		Hii.c

*****************  special.c  *****************
User: Madhans         Date:  6/01/11  Time:  4:14p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  [TAG]  		EIP61588 
[Category]  	Bug Fix
[Severity]  	Important
[Symptom]  	In Advanced page Iscsi page link disappears when any update happens
[RootCause]  	When pages are updated dynamically we might have few invalidated
PageInfo. Dynamic page grouping special control want not checking them
[Solution]  	Dynamic page grouping special control check if the page is valid or
not.
[Files]  		Special.c
Parse.c

*****************  Parse.c  *****************
User: Madhans         Date:  6/01/11  Time:  4:11p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  [TAG]  		EIP61588
[Category]  	Bug Fix
[Severity]  	Important
[Symptom]  	Advanced -> ISCSI -> Add an attempt-> Mac Address -> Save changes
causes the system to hang.
[RootCause]  	Dynamic update for the goto control to same target page was not
updated correctly.
[Solution]  	Fixed to update the control destination page correctly.
[Files]  		parse.c
special.c

*****************  logo.c  *****************
User: Arunsb          Date:  5/31/11  Time:  7:21p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP58954
[Category]      New Feature
[Description]   Quiet boot logos only added for BGRT. BGRT status
field cleared if any changes happened in screen other than displaying
the images. BltBuffer freed in ConvertBlt2Bmp function.
[Files]         Postmgmt.c, boot.c, logo.c commonoem.c and
commonhelper.c

*****************  Parse.c  *****************
User: Premkumara      Date:  5/31/11  Time:  9:52a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMIGTSE/Uefi2.1
Comment:
  [TAG]  		EIP48930 
[Description]  	Boot override hangs with exception 0x0d
[Files]  		Parse.c, hii.c

*****************  hii.c  *****************
User: Premkumara      Date:  5/31/11  Time:  9:51a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMIGTSE/uefi2.0
Comment:
  [TAG]  		EIP48930 
[Description]  	Boot override hangs with exception 0x0d
[Files]  		hii.c, Parse.c

*****************  postmgmt.c  *****************
User: Arunsb          Date:  5/29/11  Time: 12:09p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP58954
[Category]      New Feature
[Description]   Quiet boot logo's only added for BGRT. BGRT status field cleared
if any changes happened in screen other than displaying the image.
[Files]         Postmgmt.c, boot.c, logo.c commonoem.c and commonhelper.c

*****************  logo.c  *****************
User: Arunsb          Date:  5/29/11  Time: 12:07p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP58954
[Category]      New Feature
[Description]   Quiet boot logo's only added for BGRT. BGRT status field cleared
if any changes happened in screen other than displaying the image.
[Files]         Postmgmt.c, boot.c, logo.c commonoem.c and commonhelper.c

*****************  boot.c  *****************
User: Arunsb          Date:  5/29/11  Time: 12:04p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP58954
[Category]      New Feature
[Description]   Quiet boot logo's only added for BGRT. BGRT status field cleared
if any changes happened in screen other than displaying the image.
[Files]         Postmgmt.c, boot.c, logo.c commonoem.c and commonhelper.c

*****************  ResetButton.c  *****************
User: Madhans         Date:  5/18/11  Time: 11:58a
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  To Avoid Build issue when Multiline support is enabled.

*****************  minisetupext.c  *****************
User: Arunsb          Date:  5/17/11  Time:  6:37p
Checked in $/Alaska/SOURCE/Modules/AMITSE2_0/AMIGTSE/TseLite
Comment:
  StyleExit function added in DrawBbsPopupMenu function to clear the
screen after bbs popup menu vanishes.