summaryrefslogtreecommitdiff
path: root/Core/EM/AMITSE/changelog.log
blob: b4ce53f52eaa29deaa126d7a5ce7ed12a2ddfdb7 (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
$/Alaska/BIN/Modules/AMITSE2_0/AMITSE

[TAG]           EIP65320
[Category]      Improvement
[Description]   Board module hook for LoadImage failure.
                OVERRIDE_UefiBootFailHook token added.
[Files]         amitse.sdl, commonhelper.c and boot.c

[Files]  		AMITSE.sdl
Minor version incremented for 2.14.1219 QA build

[Files]  		AMITSE.sdl
[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

[Files]  		AMITSE.mak
Copyright version updated to 2011

[Files]  		AMITSE.mak
Updated for 2.14.1219 internal release.

[Files]  		AMITSE.chm
[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]  		commonoem.h
Removed the unwanted code for mouse hot click operation

[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]   Drv health related variable declarations added to update the cache.
[Files]         notify.c, Uefi21Wapper.c and variable.h

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

[Files]  		CommonHelper.c
Removed the unwanted function for mouse hot click operation

[TAG]  		    EIP62098
[Description]  	HOTCLICK_FULLSCREEN_SUPPORT token added to disable the mouse hot click operations.
[Files]  		Ezport\EzportBin.sdl

[TAG]           EIP62098
[Description]   NULL entry added in gHotClickInfo array in hotclickbin.c file so removed the NULL entry here.
[Files]  		Ezport\EzportBin.sdl

[Files]  		Ezport\EzportBin.sdl
Updated with correct co-ordinates for helpframe hotclick with mouse

[TAG]           EIP62098
[Description]   NULL entry added in gHotClickInfo array for handling HOTCLICK_FULLSCREEN_SUPPORT=0.
[Files]  		Ezport\HotclickBin.c and Legacy\HotclickBin.c

[TAG]           EIP62098
[Description]   HOTCLICK_FULLSCREEN_SUPPORT token added to disable the mouse hot click operations.
[Files]  		Legacy\LegacyBin.sdl

[TAG]           EIP62098
[Description]   HOTCLICK_FULLSCREEN_SUPPORT token added for disabling mouse hot click operations.
[Files]  		EzportPlus\EzportPlusBin.sdl

[TAG]           EIP62098
[Description]   NULL entry added in gHotClickInfo array for handling HOTCLICK_FULLSCREEN_SUPPORT=0
[Files]  		EzportPlus\HotclickBin.c


*****************  TSEStyleLegacyx64.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  7:48p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  Updated for 2.14.1218 internal release.

*****************  TSEStyleLegacy.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  7:47p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  Updated for 2.14.1218 internal release.

*****************  Uefi20Localx64.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  7:47p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/uefi2.0
Comment:
  Updated for 2.14.1218 internal release.

*****************  Uefi20Local.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  7:47p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/uefi2.0
Comment:
  Updated for 2.14.1218 internal release.

*****************  TseStyleEzportPlusx64.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:59p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/EzportPlus
Comment:
  Updated for 2.14.1218 internal release.

*****************  TseStyleEzportPlus.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:58p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/EzportPlus
Comment:
  Updated for 2.14.1218 internal release.

*****************  TseStylex64.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:58p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Ezport
Comment:
  Updated for 2.14.1218 internal release.

*****************  TseStyle.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:57p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Ezport
Comment:
  Updated for 2.14.1218 internal release.

*****************  Uefi21Localx64.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:57p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  Updated for 2.14.1218 internal release.

*****************  Uefi21Local.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:56p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  Updated for 2.14.1218 internal release.

*****************  TseLiteLocalx64.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:56p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  Updated for 2.14.1218 internal release.

*****************  TseLiteLocal.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:55p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  Updated for 2.14.1218 internal release.

*****************  MiniSetupLocalx64.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:54p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  Updated for 2.14.1218 internal release.

*****************  MiniSetupLocal.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:54p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  Updated for 2.14.1218 internal release.

*****************  TseAdvancedx64.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:53p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  Updated for 2.14.1218 internal release.

*****************  TseAdvanced.lib  *****************
User: Arunsb          Date:  6/30/11  Time:  6:53p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  Updated for 2.14.1218 internal release.

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/30/11  Time:  1:01p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  HONOR_DRVHLTH_CONFIGREQD_ON_BOOTFAIL token defaultly disabled.

*****************  CommonHelper.c  *****************
User: Arunsb          Date:  6/30/11  Time: 11:52a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  EDKVersion_1_05_RetrieveData wrapper function added to return the
EDK_1_05_RETRIEVE_DATA token value.

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/30/11  Time: 11:51a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  EDK_1_05_RETRIEVE_DATA token added and it is removed from
uefi21.sdl.
Minor version and build version incremented for 2.14.1218 release

*****************  EzportPlusBin.sdl  *****************
User: Rajashakerg     Date:  6/30/11  Time:  5:09a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/EzportPlus
Comment:
  Removed extra TABs

*****************  AMITSE.cif  *****************
User: Arunsb          Date:  6/30/11  Time:  4:10a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                TseDrvHealth.h file 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.

*****************  hiistring20.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:09a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  

*****************  hiistring21.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:08a
Checked in $/Alaska/BIN/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 related 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.

*****************  MiniSetupBin.mak  *****************
User: Arunsb          Date:  6/30/11  Time:  4:07a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Include directories 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.

*****************  AMIVfr.h  *****************
User: Arunsb          Date:  6/30/11  Time:  4:06a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Include
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Added driver health structures for vfr.
[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.

*****************  Version 64  *****************
User: Arunsb          Date:  6/30/11  Time:  4:04a
Added TseDrvHealth.h

*****************  Uefisetup.ini  *****************
User: Arunsb          Date:  6/30/11  Time:  4:01a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Driver health related variables and guids 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.

*****************  CommonHelper.c  *****************
User: Arunsb          Date:  6/30/11  Time:  4:00a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Wrapper functions added.
                Added board module hook to perform rebooting the system.
[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.

*****************  AmiTSEStr.uni  *****************
User: Arunsb          Date:  6/30/11  Time:  3:58a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Driver health related strings 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.

*****************  FakeTokens.c  *****************
User: Arunsb          Date:  6/30/11  Time:  3:57a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP57661
[Category]      New Feature
[Description]   Boot manager algorithm for interaction with Driver Health
protocol.
                Driver health related string tokens 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.

*****************  commonoem.c  *****************
User: Arunsb          Date:  6/30/11  Time:  3:55a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  Unused BootOption variable removed.

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/30/11  Time:  3:54a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]  		EIP57661
[Category]  	New Feature
[Description]  	Boot manager algorithm for interaction with Driver Health
protocol.
The following tokens added
DRIVER_HEALTH_SUPPORT
HONOR_DRVHLTH_CONFIGREQD_ON_BOOTFAIL
OVERRIDE_DriverHealthSystemReset
[Files]  		amitse.cif, amitse.sdl, commonoem.c, 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.

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

*****************  commonoem.c  *****************
User: Arunsb          Date:  6/29/11  Time:  2:06p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  EIP 62631 gHotKeyBootOption declaration moved to commonhelper.c

*****************  CommonHelper.c  *****************
User: Arunsb          Date:  6/29/11  Time:  2:01p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  gHotKeyBootOption declaration added and the same is removed in
commonoem.c file.

*****************  CommonHelper.c  *****************
User: Rajashakerg     Date:  6/29/11  Time:  1:32p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  commonoem.h  *****************
User: Rajashakerg     Date:  6/29/11  Time:  1:03p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  TseLiteBin.sdl  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:59p
Checked in $/Alaska/BIN/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

*****************  LegacyBin.mak  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:46p
Checked in $/Alaska/BIN/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

*****************  LegacyBin.sdl  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:45p
Checked in $/Alaska/BIN/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

*****************  EzportPlusBin.mak  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:39p
Checked in $/Alaska/BIN/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

*****************  EzportPlusBin.sdl  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:38p
Checked in $/Alaska/BIN/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

*****************  EzportBin.mak  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:30p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Ezport
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

*****************  EzportBin.sdl  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:29p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Ezport
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

*****************  LegacyBin.cif  *****************
User: Rajashakerg     Date:  6/29/11  Time: 12:00p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  

*****************  Legacy  *****************
User: Rajashakerg     Date:  6/29/11  Time: 11:58a
Added HotclickBin.c

*****************  Legacy  *****************
User: Rajashakerg     Date:  6/29/11  Time: 11:58a
Added HotclickBin.h

*****************  EzportPlusBin.cif  *****************
User: Rajashakerg     Date:  6/29/11  Time: 11:54a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/EzportPlus
Comment:
  

*****************  EzportPlus  *****************
User: Rajashakerg     Date:  6/29/11  Time: 11:52a
Added HotclickBin.c

*****************  EzportPlus  *****************
User: Rajashakerg     Date:  6/29/11  Time: 11:52a
Added HotclickBin.h

*****************  EzportBin.cif  *****************
User: Rajashakerg     Date:  6/29/11  Time: 11:47a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Ezport
Comment:
  

*****************  hiistring21.c  *****************
User: Arunsb          Date:  6/29/11  Time:  6:24a
Checked in $/Alaska/BIN/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.
[Files]         AMITSE.sdl, bootflow.c, bootflow.h, CommonHelper.c, commonoem.c,
commonoem.h, boot.c,
                hiistring20.c, hiistring21.c and notify.c.

*****************  hiistring20.c  *****************
User: Arunsb          Date:  6/29/11  Time:  6:17a
Checked in $/Alaska/BIN/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.
                Dummy functions added.
[Files]         AMITSE.sdl, bootflow.c, bootflow.h, CommonHelper.c, commonoem.c,
commonoem.h, boot.c,
                hiistring20.c, hiistring21.c and notify.c.

*****************  commonoem.c  *****************
User: Arunsb          Date:  6/29/11  Time:  6:03a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP 62631
[Category]      New Feature
[Description]   Hot key boot option support in TSE as per UEFI spec. section
3.1.6.
                CheckAdvShiftState function moved from commonoem.c to here.
                BootLaunchBootOption removed in checkforkey function to avoid
TPL problem.    
[Files]         AMITSE.sdl, bootflow.c, bootflow.h, CommonHelper.c, commonoem.c,
commonoem.h, boot.c,
                hiistring20.c, hiistring21.c and notify.c.

*****************  CommonHelper.c  *****************
User: Arunsb          Date:  6/29/11  Time:  5:50a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP 62631
[Category]      New Feature
[Description]   Hot key boot option support in TSE as per UEFI spec. section
3.1.6.
                CheckAdvShiftState function moved from commonoem.c to here.
                LaunchHotKeyBootOption function added to launch hot key boot
device.    
[Files]         AMITSE.sdl, bootflow.c, bootflow.h, CommonHelper.c, commonoem.c,
commonoem.h, boot.c,
                hiistring20.c, hiistring21.c and notify.c.

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

*****************  bootflow.h  *****************
User: Arunsb          Date:  6/29/11  Time:  5:25a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP 62631
[Category]      New Feature
[Description]   Hot key boot option support in TSE as per UEFI spec. section
3.1.6.
                Added BOOT_FLOW_HOTKEY_BOOT bootflow option for honoring the hot
key boot.
[Files]         AMITSE.sdl, bootflow.c, bootflow.h, CommonHelper.c, commonoem.c,
commonoem.h, boot.c,
                hiistring20.c, hiistring21.c and notify.c.

*****************  Ezport  *****************
User: Rajashakerg     Date:  6/29/11  Time:  5:18a
Added HotclickBin.c

*****************  Ezport  *****************
User: Rajashakerg     Date:  6/29/11  Time:  5:18a
Added HotclickBin.h

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/28/11  Time:  8:19p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP 62631
[Category]      New Feature
[Description]   Hot key boot option in TSE as per UEFI spec. section 3.1.6.
                OVERRIDE_LaunchHotKeyBootOption function added for hot key boot
option.
[Files]         AMITSE.sdl, bootflow.c, bootflow.h, CommonHelper.c, commonoem.c,
commonoem.h, boot.c,
                hiistring20.c, hiistring21.c and notify.c

*****************  commonoem.c  *****************
User: Arunsb          Date:  6/23/11  Time:  8:29p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]  		EIP62466
[Category]  	Improvement
[Description]  	Trace message support in commonoem.c.
Included amidxelib.h file.
[Files]  		commonoem.c

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/23/11  Time:  8:02p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  Removed the unwanted tokens

*****************  bootflow.c  *****************
User: Arunsb          Date:  6/23/11  Time:  7:41p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/23/11  Time:  7:40p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  

*****************  AMITSE.sdl  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:40p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  CommonHelper.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:39p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  setupdata.h  *****************
User: Rajashakerg     Date:  6/23/11  Time:  3:38p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Inc
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

*****************  CommonHelper.c  *****************
User: Rajashakerg     Date:  6/23/11  Time:  5:30a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  hiistring21.c  *****************
User: Arunsb          Date:  6/22/11  Time:  2:45p
Checked in $/Alaska/BIN/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.

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

*****************  LogoLib.h  *****************
User: Premkumara      Date:  6/22/11  Time:  9:17a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Inc
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

*****************  AMITSE.sdl  *****************
User: Premkumara      Date:  6/22/11  Time:  9:13a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  CommonHelper.c  *****************
User: Premkumara      Date:  6/22/11  Time:  9:08a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  commonoem.h  *****************
User: Arunsb          Date:  6/22/11  Time:  7:18a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP 62631, 60128 
[Category]      New Feature
[Description]   Hot key boot option in TSE as per UEFI spec. section 3.1.6.
                TSE_CHECK_SHIFTSTATE macro redefined to CheckAdvShiftState
[Files]         AMITSE.sdl, CommonHelper.c, commonoem.c, commonoem.h, boot.c,
hiistring20.c and hiistring21.c.

*****************  commonoem.c  *****************
User: Arunsb          Date:  6/22/11  Time:  7:10a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]           EIP 62631, 60128 
[Category]      New Feature
[Description]   Hot key boot option in TSE as per UEFI spec. section 3.1.6.
                Hot key checked.
                CheckAdvShiftState function added to handle special case like
Ctrl+Alt+F6.
                TSE_CHECK_SHIFTSTATE added for checking special key to launch
setup.    
[Files]         AMITSE.sdl, CommonHelper.c, commonoem.c, commonoem.h, boot.c,
hiistring20.c and hiistring21.c.

*****************  CommonHelper.c  *****************
User: Arunsb          Date:  6/22/11  Time:  6:54a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]             EIP62631
[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.

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/22/11  Time:  6:49a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]  		EIP62631
[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.

*****************  commonoem.c  *****************
User: Arunsb          Date:  6/20/11  Time:  3:50p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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.
                      Added CheckForSetupKey function to check setup key
pressed.
[Files]            amitse.sdl, bootflow.c, bootflow.h, commonoem.c, boot.c and
protocol.c

*****************  bootflow.h  *****************
User: Arunsb          Date:  6/20/11  Time:  3:45p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  bootflow.c  *****************
User: Arunsb          Date:  6/20/11  Time:  3:43p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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.
                If BOOT_FLOW's LaunchShell param sets to
BOOTFLOW_EXIT_LAUNCH_DEFAULT_BOOTIMAGE then TSE tries to load the
                efi/boot/bootxxxx.efi from any of the file system.
                If BOOT_FLOW's InfiniteLoop param sets to
BOOTFLOW_EXIT_INFINITE_LOOP_LAUNCH_SETUP then TSE tried to enter the setup
                if no boot option present or succeeded to boot. Enters to setup
only when setup key detected after boot options failure occurs.
[Files]         amitse.sdl, bootflow.c, bootflow.h, commonoem.c, boot.c and
protocol.c

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/20/11  Time:  3:37p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  CommonHelper.c  *****************
User: Rajashakerg     Date:  6/20/11  Time: 11:41a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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 

*****************  AMITSE.sdl  *****************
User: Rajashakerg     Date:  6/20/11  Time: 11:39a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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.h  *****************
User: Rajashakerg     Date:  6/20/11  Time: 11:38a
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Inc
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 

*****************  CommonHelper.c  *****************
User: Arunsb          Date:  6/19/11  Time:  4:13p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/19/11  Time:  4:10p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  AMITSE.mak  *****************
User: Arunsb          Date:  6/19/11  Time:  4:07p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  UefiHpkTool.exe  *****************
User: Arunsb          Date:  6/15/11  Time:  4:49p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  CommonHelper.c  *****************
User: Rajashakerg     Date:  6/13/11  Time: 12:37p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  AMITSE.sdl  *****************
User: Rajashakerg     Date:  6/13/11  Time: 12:36p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  LogoLib.h  *****************
User: Rajashakerg     Date:  6/13/11  Time: 12:29p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Inc
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

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/10/11  Time:  2:40p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  bootflow.h  *****************
User: Arunsb          Date:  6/10/11  Time:  2:39p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  bootflow.c  *****************
User: Arunsb          Date:  6/10/11  Time:  2:38p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  bootflow.h  *****************
User: Arunsb          Date:  6/08/11  Time: 11:38p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]  		EIP57650
[Category]  	New Feature
[Description]  	Support in TSE Out of resources boot flow option.
[Files]  		bootflow.c and bootflow.h

*****************  bootflow.c  *****************
User: Arunsb          Date:  6/08/11  Time: 11:38p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  [TAG]  		EIP57650
[Category]  	New Feature
[Description]  	Support in TSE Out of resources boot flow option.
[Files]  		bootflow.c and bootflow.h

*****************  Version 63  *****************
Label: (INT)4.6.2_TSE_2_13_1217
User: Arunsb          Date:  6/04/11  Time:  6:00p
Labeled '(INT)4.6.2_TSE_2_13_1217'
Label comment:
  [SS Server]	  alaska
[SS Path]	  $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
[Label]	  (INT)4.6.2_TSE_2_13_1217
[Module Name]	  TSE Binary
[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

*****************  TseStyleEzportPlusx64.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:46p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/EzportPlus
Comment:
  Updated for 2.13.1217 internal release

*****************  TseStyleEzportPlus.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:46p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/EzportPlus
Comment:
  Updated for 2.13.1217 internal release

*****************  TSEStyleLegacyx64.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:45p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  Updated for 2.13.1217 internal release

*****************  TSEStyleLegacy.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:45p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Legacy
Comment:
  Updated for 2.13.1217 internal release

*****************  TseStylex64.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:45p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Ezport
Comment:
  Updated for 2.13.1217 internal release

*****************  TseStyle.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:45p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Ezport
Comment:
  Updated for 2.13.1217 internal release

*****************  Uefi21Localx64.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:44p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  Updated for 2.13.1217 internal release

*****************  Uefi21Local.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:44p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/Uefi2.1
Comment:
  Updated for 2.13.1217 internal release

*****************  Uefi20Localx64.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:44p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/uefi2.0
Comment:
  Updated for 2.13.1217 internal release

*****************  Uefi20Local.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:43p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/uefi2.0
Comment:
  Updated for 2.13.1217 internal release

*****************  TseLiteLocalx64.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:42p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  Updated for 2.13.1217 internal release

*****************  TseLiteLocal.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:42p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/TseLite
Comment:
  Updated for 2.13.1217 internal release

*****************  MiniSetupLocalx64.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:42p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  Updated for 2.13.1217 internal release

*****************  MiniSetupLocal.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:41p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/BootOnly
Comment:
  Updated for 2.13.1217 internal release

*****************  TseAdvancedx64.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:41p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  Updated for 2.13.1217 internal release

*****************  TseAdvanced.lib  *****************
User: Arunsb          Date:  6/04/11  Time:  4:40p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE/TseAdvanced
Comment:
  Updated for 2.13.1217 internal release

*****************  AMITSE.chm  *****************
User: Arunsb          Date:  6/04/11  Time:  4:06p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  2.13.1217 release notes updated

*****************  AMITSE.sdl  *****************
User: Arunsb          Date:  6/04/11  Time:  1:55p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
Comment:
  Build version incremented for 2.13.1217 internal release

*****************  CommonHelper.c  *****************
User: Arunsb          Date:  6/04/11  Time:  1:54p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  CommonHelper.c  *****************
User: Arunsb          Date:  5/29/11  Time: 12:02p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  commonoem.c  *****************
User: Arunsb          Date:  5/29/11  Time: 12:01p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMITSE
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

*****************  TseLiteLocalx64.lib  *****************
User: Arunsb          Date:  5/17/11  Time:  7:18p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMIGTSE/TseLite
Comment:
  Updated for GTSE 2.13.1216 release.

*****************  TseLiteLocal.lib  *****************
User: Arunsb          Date:  5/17/11  Time:  7:16p
Checked in $/Alaska/BIN/Modules/AMITSE2_0/AMIGTSE/TseLite
Comment:
  Updated for GTSE 2.13.1216  release.