Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Slice <sergey.slice@gmail.com>
  • Loading branch information
SergeySlice committed Jun 28, 2023
1 parent 8f611a0 commit f8c6d76
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 129 deletions.
3 changes: 2 additions & 1 deletion BaseTools/Source/C/Include/AArch64/ProcessorBind.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@
typedef unsigned char UINT8;
typedef char CHAR8;
typedef signed char INT8;

#ifndef UINT8_MAX
#define UINT8_MAX 0xff
#endif
#endif

///
/// Unsigned value of native width. (4 bytes on supported 32-bit processor instructions,
Expand Down
8 changes: 4 additions & 4 deletions buildme
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ do
break
;;
"make pkg")
buildCCPV
# buildCCPV
BLC
buildPkg
break
Expand All @@ -713,7 +713,7 @@ do
# ;;
"build all")
buildClover
buildCCPV
# buildCCPV
BLC
buildPkg
buildIso
Expand All @@ -722,7 +722,7 @@ do
;;
"make Release")
makeRelease
buildCCPV
# buildCCPV
BLC
buildPkg
buildIso
Expand Down Expand Up @@ -787,7 +787,7 @@ clone_OpenCorePkg
set -e
if [[ "$2" == ci ]]; then
makeRelease
buildCCPV
# buildCCPV
BLC
buildPkg
buildIso
Expand Down
Loading

0 comments on commit f8c6d76

Please sign in to comment.