diff options
author | Ashraf Ali <ashraf.ali.s@intel.com> | 2024-09-06 20:42:42 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-11 21:50:20 +0000 |
commit | e41e728c1640d5f3c5c24c31e088bf34f2fde197 (patch) | |
tree | f29cc8bdd4f36a2415c1ec0998b09e1f9b11b592 /ArmVirtPkg | |
parent | 03c8ec6ce29e47abca2b598bba9a05ddd87afc17 (diff) | |
download | edk2-e41e728c1640d5f3c5c24c31e088bf34f2fde197.tar.gz edk2-e41e728c1640d5f3c5c24c31e088bf34f2fde197.tar.bz2 edk2-e41e728c1640d5f3c5c24c31e088bf34f2fde197.zip |
Refactor SetMemWrapper to reduce binary size
Moved SetMemN API to a separate file to eliminate unnecessary inclusion
of InternalMemSetMem64 and InternalMemSetMem32 APIs in driver binary.
When the compiler linking the Object files it may not remove all the
unused from NASM OBJs. This change is to reorganize the C files to
minimize the impact of the NASM behavior resulting is code size
reduction.
Signed-off-by: Ashraf Ali <ashraf.ali.s@intel.com>
Diffstat (limited to 'ArmVirtPkg')
0 files changed, 0 insertions, 0 deletions