Skip to content

Commit 93fda88

Browse files
KaigeFulijinxia
authored andcommitted
lib: Move mem operations functions to one src file
Move all mem operations functions into a single source code file, instead of the various source code files that just implement a single or few funtion. No functional change. Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
1 parent 497eadc commit 93fda88

File tree

6 files changed

+430
-555
lines changed

6 files changed

+430
-555
lines changed

hypervisor/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,10 @@ C_SRCS += arch/x86/guest/ucode.c
119119
C_SRCS += arch/x86/guest/pm.c
120120
C_SRCS += lib/spinlock.c
121121
C_SRCS += lib/udelay.c
122-
C_SRCS += lib/memchr.c
123-
C_SRCS += lib/memcpy.c
124122
C_SRCS += lib/mdelay.c
125123
C_SRCS += lib/div.c
126124
C_SRCS += lib/string.c
127-
C_SRCS += lib/memset.c
128-
C_SRCS += lib/mem_mgt.c
125+
C_SRCS += lib/memory.c
129126
C_SRCS += lib/crypto/tinycrypt/hmac.c
130127
C_SRCS += lib/crypto/tinycrypt/sha256.c
131128
C_SRCS += lib/crypto/hkdf.c

hypervisor/lib/mem_mgt.c

Lines changed: 0 additions & 326 deletions
This file was deleted.

hypervisor/lib/memchr.c

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)