]> git.openfabrics.org - ~shefty/rdma-win.git/commit
[ND] add fake ND build support; to be removed when ND src hits svn.
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 9 Aug 2008 00:11:54 +0000 (00:11 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 9 Aug 2008 00:11:54 +0000 (00:11 +0000)
commit28461de0af67e022bbc168e0cf58e885a98543d2
tree860f7f3c02753e37909ff1f5f11e7c295c498734
parent02d8df2e30483bfa3f869824586cf40ae821692b
[ND] add fake ND build support; to be removed when ND src hits svn.
trunk/BuildRelease.bat
  Turn down tracing volume
  New Commands: assist in handling large # of WinOF installers.
    msi-label {tag}
       rename .msi files to WOF_os*_arch*tag; frequently svn version #
    msi-del
       delete .msi installers containing this tag
    msi-dir
       directory listing of current WinOF .msi installers

trunk\etc\makebin.bat
  Support:
    ND installation
    32 versions .cdf files
    Less tracing noise!
    Added comments.

trunk\ulp\
  dirs - added nd to the build

trunk\ulp\nd
  dirs - added user to the build
  user\ - ugly hack until ND sources show up in svn - pending legal issues with MS
     SOURCES
     fake.c
     makefile
     makefile.inc
     objfre_svr-03_amd64 - ND binaries from Mellanox
     objfre_svr-08_amd64
     objfre_svr-03_x86
     objfre_svr-08_x86
     objfre_svr-08_ia64 - side-steps ia64 ipoib.cdf & ipoib.inx install issues; actually x64 copies.

trunk\ulp\ipoib\kernel
  ipoib32.cdf - support ND signing for 32 bit systems
  ipoib32-xp.cdf - support XP32 signing
  ipoib.cdf - ND signing
  netipoib.inx - ND install
  netipoib-xp32.inf - XP32 install, no WSD/ND

git-svn-id: svn://openib.tc.cornell.edu/gen1@1470 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
22 files changed:
trunk/BuildRelease.bat
trunk/etc/makebin.bat
trunk/ulp/dirs
trunk/ulp/ipoib/kernel/ipoib.cdf
trunk/ulp/ipoib/kernel/ipoib32.cdf
trunk/ulp/ipoib/kernel/netipoib-xp32.inf
trunk/ulp/ipoib/kernel/netipoib.inx
trunk/ulp/nd/dirs [new file with mode: 0644]
trunk/ulp/nd/user/SOURCES [new file with mode: 0644]
trunk/ulp/nd/user/fake.c [new file with mode: 0644]
trunk/ulp/nd/user/makefile [new file with mode: 0644]
trunk/ulp/nd/user/makefile.inc [new file with mode: 0644]
trunk/ulp/nd/user/objfre_svr-03_amd64/amd64/ibndprov.dll [new file with mode: 0644]
trunk/ulp/nd/user/objfre_svr-03_amd64/amd64/ndinstall.exe [new file with mode: 0644]
trunk/ulp/nd/user/objfre_svr-03_x86/i386/ibndprov.dll [new file with mode: 0644]
trunk/ulp/nd/user/objfre_svr-03_x86/i386/ndinstall.exe [new file with mode: 0644]
trunk/ulp/nd/user/objfre_svr-08_amd64/amd64/ibndprov.dll [new file with mode: 0644]
trunk/ulp/nd/user/objfre_svr-08_amd64/amd64/ndinstall.exe [new file with mode: 0644]
trunk/ulp/nd/user/objfre_svr-08_ia64/ia64/ibndprov.dll [new file with mode: 0644]
trunk/ulp/nd/user/objfre_svr-08_ia64/ia64/ndinstall.exe [new file with mode: 0644]
trunk/ulp/nd/user/objfre_svr-08_x86/i386/ibndprov.dll [new file with mode: 0644]
trunk/ulp/nd/user/objfre_svr-08_x86/i386/ndinstall.exe [new file with mode: 0644]