Skip to content

Commit

Permalink
BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 toolchain
Browse files Browse the repository at this point in the history
Some/all platforms are going to require EDK2 to build a device tree and
use it in the early stages of boot.

Cc: Bob Feng <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Yuwei Chen <[email protected]>
Cc: Abner Chang <[email protected]>
Signed-off-by: Daniel Schaefer <[email protected]>
Reviewed-by: Abner Chang <[email protected]>
Reviewed-by: Bob Feng <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
JohnAZoidberg authored and mergify[bot] committed May 17, 2021
1 parent 9cd854e commit d2e0c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BaseTools/Conf/tools_def.template
Original file line number Diff line number Diff line change
Expand Up @@ -2458,6 +2458,7 @@ RELEASE_GCC5_AARCH64_DLINK_XIPFLAGS = -z common-page-size=0x20
*_GCC5_RISCV64_DLINK2_FLAGS = DEF(GCC5_RISCV64_DLINK2_FLAGS)
*_GCC5_RISCV64_RC_FLAGS = DEF(GCC_RISCV64_RC_FLAGS)
*_GCC5_RISCV64_OBJCOPY_FLAGS =
*_GCC5_RISCV64_DTCPP_FLAGS = DEF(GCC_DTCPP_FLAGS)

####################################################################################
#
Expand Down

0 comments on commit d2e0c47

Please sign in to comment.