History log of /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b965bd99c533b24bec56647a8c9b1fa2c2ed8bd8 21-May-2015 Dandan Bi <dandan.bi@intel.com> Remove Framework HII "class\subclass" in all VFR

class/subclass is the obseleted key word in VFR file. It is designed in framework HII.
After convert to UEFI HII, it is not used any longer. Now remove them from VFR

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17493 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
79e1ffbdd4cb6ea4d1ec8c25a1f6c905a57458f0 21-Oct-2014 Eric Dong <eric.dong@intel.com> Clean up the code. Action statement should not have text two opcode.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16221 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
3a4e7a3e73a40eecbb0a977a0e7421ff5743c353 15-Dec-2011 ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return value of ActionRequest will be ignored, but on CallBack action EFI_BROWSER_ACTION_CHANGED, the return value of ActionRequest will be used.
But, EDKII browser still processes the got ActionRequest. And, all HII drivers in EDKII project also returns their expected ActionRequest value on action EFI_BROWSER_ACTION_CHANGING.
Now update the browser to follow the spec, and update all core Hii drivers to keep old working modal.

Update for MdeModulePkg.

Signed-off-by: ydong10
Reviewed-by: lgao4

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12865 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
c8ad2d7a296c851c2a91519f80dab479df0fdf46 18-Sep-2011 lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> Clean up the private GUID definition in module Level.
0. Remove the unused private GUID from module source files.
1. Use gEfiCallerIdGuid replace of the private module GUID.
2. Add the public header files to define HII FormSet and PackageList GUID used in every HII driver.
3. Move two EBC protocols for debug purpose from EBC driver to MdeModulePkg Include directory.

Signed-off-by: lgao4
Reviewed-by: ydong10 gdong1 tye jfan12 wli12 rsun3 jyao1



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12373 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
312e3bdfccc5b2dffa23fcc450a3cca51828009e 06-Apr-2011 tye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524> Update ISID to fixed value: first 3 bytes are derived from MAC address while the other 3 bytes are configurable via ISCSI configuration.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11507 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
e5eed7d3641d71d7ea539e5379ea9c6a5cd97004 24-Apr-2010 hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> Update the copyright notice format

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10418 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
7d6cdbc8dd3efda6ccdbc919a51b5c0adff4beaa 01-Feb-2010 tye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524> 1. Update the maximum length to 224 in ISCSI_CONFIG_IFR_NVDATA() to store 223 byte name plus one NULL-terminator.
2. Update the minimum length to 4 in VFR file for target/initiator name for requiring prefix “iqn.”
3. Fix the 64bit unalignment exception at IPF due to Rsdt is 32 bit alignment but OemTableId field of Rsdt is UINT64 type.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9896 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
7e3bcccb0eed449e95c18b01ae8cbace1a759d01 13-Apr-2009 lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> Update UefiHiiLib to support new defined IFR related HII APIs.
Apply new defined IFR related HII APIs in PlatOverMngr, DriverSample, IScsiDxe and Setup drivers.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8066 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
55a64ae0f40421a26dee619dbc3f1e8096081a97 13-Jan-2009 ywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524> unified "iSCSI" in all comments
add . at the end of lines
fix 2 file header issues and so on

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7256 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
a4e5d8adef89675726875cca1dd0cd5c70997631 10-Dec-2008 ywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524> update file header

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6944 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
758cc0cf7ec361c882cd8845c6b17d8e84830beb 22-Jan-2008 eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> update

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4613 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr
7a444476b4ffb405006ee36d0f2cec80c2d4b348 22-Jan-2008 eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> move iscsi driver into network directory, and change its name to comply with name convention.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4612 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfigDxe.vfr