Skip to content

Commit

Permalink
UE: Added FIXME comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Krichanov committed Oct 24, 2023
1 parent e934817 commit 4964f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BaseTools/ImageTool/UeEmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ ToolImageEmitUeFile (
return true;
}

// FIXME: Find a better solution. Separate metadata storage?
static
bool
ToolImageEmitUeXipFile (
Expand Down
1 change: 1 addition & 0 deletions MdePkg/Include/Library/UefiImageLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ typedef enum {
#define UEFI_IMAGE_SOURCE_ALL 2U
#define UEFI_IMAGE_SOURCE_MAX 3U

// FIXME: Get rid of pointers.
typedef struct {
UINT32 ImageBuffer;
UINT32 AddressOfEntryPoint;
Expand Down

0 comments on commit 4964f0a

Please sign in to comment.