]> git.proxmox.com Git - mirror_edk2.git/commit
Changed the X64 gasket so it would be possible to port it to deal with the Unix to...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Jul 2010 22:20:00 +0000 (22:20 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Jul 2010 22:20:00 +0000 (22:20 +0000)
commitede7ec0bcd7a7f0761f8fca40c87e4d10f0522a6
tree6d947c71eff22089cb8bb23db61268a6216dba1b
parent185969ed53d42fbcd912db69075adbcde938a1c8
Changed the X64 gasket so it would be possible to port it to deal with the Unix to EFI ABI mangling. It still just does Unix ABI, and has some Xcode specific stuff to make source level debug a little easier, but it is a good first step.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10689 6f19259b-4bc3-4df7-8a09-765794883524
UnixPkg/Include/Protocol/UnixThunk.h
UnixPkg/Sec/Gasket.c
UnixPkg/Sec/Gasket.h
UnixPkg/Sec/SecMain.inf
UnixPkg/Sec/X64/Gasket.S
UnixPkg/Sec/X64/GasketEfiTemplate.c [new file with mode: 0644]
UnixPkg/Sec/X64/NameManglingFix.c [new file with mode: 0644]