Mikhail Krichanov
32e8bcbb62
Ring3: Moved SysCall code to DxeCore.
2024-09-03 13:10:45 +03:00
Mikhail Krichanov
b1d42c0979
Ring3: Moved some .nasm code to .c.
2024-09-03 13:10:45 +03:00
Mikhail Krichanov
a2955bd646
Ring3: Added SysCallOpenProtocol.
2024-09-03 13:10:45 +03:00
Mikhail Krichanov
de01af7081
Ring3: Added helper function AllocateCoreCopy(), refactored SysCall.
2024-09-03 13:10:45 +03:00
Mikhail Krichanov
633521d91f
Ring3: Fixed bug in calling Boot Service and did some refactoring.
2024-09-03 13:10:45 +03:00
Mikhail Krichanov
b5d0912201
Ring3: Added CoreSysCallStack.
2024-09-03 13:10:45 +03:00
Mikhail Krichanov
6502e73b0d
Ring3: Added SYSCALL draft.
2024-09-03 13:10:45 +03:00
Mikhail Krichanov
1112ad7822
Ring3: Added EnterUserImage().
2024-09-03 13:10:44 +03:00
Michael D Kinney
9344f09215
MdePkg: Replace BSD License with BSD+Patent License
...
https://bugzilla.tianocore.org/show_bug.cgi?id=1373
Replace BSD 2-Clause License with BSD+Patent License. This change is
based on the following emails:
https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html
https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html
RFCs with detailed process for the license change:
V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html
V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html
V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2019-04-09 10:58:13 -07:00
Jordan Justen
ed1e7222d6
MdePkg BaseLib: Convert X64/SwitchStack.asm to NASM
...
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
X64/SwitchStack.asm to X64/SwitchStack.nasm
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
2016-06-28 09:49:28 +08:00