Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Vineel Kovvuri[MSFT] <[email protected]>
  • Loading branch information
vineelko committed Jan 10, 2025
1 parent 01d6cf3 commit 158f195
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 2 deletions.
4 changes: 3 additions & 1 deletion MdeModulePkg/Include/Guid/CacheAttributesChangeEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
MU_CHANGE: WHOLE FILE
**/

#ifndef CACHE_ATTRIBUTES_CHANGE_EVENT_H_
Expand All @@ -13,4 +15,4 @@

extern EFI_GUID gCacheAttributesChangeEventGuid;

#endif
#endif
3 changes: 2 additions & 1 deletion UefiCpuPkg/MpDxe/LoongArch64/MpDxe.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Copyright (c) 2024, Loongson Technology Corporation Limited. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
MU_CHANGE: WHOLE FILE
**/

#include "MpDxe.h"
Expand Down Expand Up @@ -543,7 +545,6 @@ InitializeMpSupport (
ASSERT_EFI_ERROR (Status);
}


EFI_STATUS
EFIAPI
InitializeMp (
Expand Down
13 changes: 13 additions & 0 deletions UefiCpuPkg/MpDxe/MpDxe.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Copyright (c) 2008 - 2022, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
MU_CHANGE: WHOLE FILE
**/

#include "MpDxe.h"
Expand Down Expand Up @@ -882,3 +883,15 @@ InitializeMpSupport (
}

// MU_CHANGE End - CodeQL Change - unguardednullreturndereference

EFI_STATUS
EFIAPI
InitializeMp (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
{
InitializeMpSupport ();

return EFI_SUCCESS;
}
1 change: 1 addition & 0 deletions UefiCpuPkg/MpDxe/MpDxe.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
MU_CHANGE: WHOLE FILE
**/

#ifndef _MP_DXE_H_
Expand Down
1 change: 1 addition & 0 deletions UefiCpuPkg/MpDxe/MpDxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
# MU_CHANGE: WHOLE FILE
##

[Defines]
Expand Down
1 change: 1 addition & 0 deletions UefiCpuPkg/MpDxe/MpDxe.uni
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
// MU_CHANGE: WHOLE FILE
// **/


Expand Down
1 change: 1 addition & 0 deletions UefiCpuPkg/MpDxe/MpDxeExtra.uni
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
// MU_CHANGE: WHOLE FILE
// **/

#string STR_PROPERTIES_MODULE_NAME
Expand Down

0 comments on commit 158f195

Please sign in to comment.