Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
WIP: Issues on RiscvVirt that don't seem related to RISCV64
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAZoidberg committed May 24, 2021
1 parent 579705c commit b68f458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
##

#INF UefiCpuPkg/SecCore/SecCore.inf
#INF MdeModulePkg/Core/Pei/PeiMain.inf
# Why was this commented out?
INF MdeModulePkg/Core/Pei/PeiMain.inf

INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
INF MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
Expand Down
3 changes: 2 additions & 1 deletion Platform/Intel/MinPlatformPkg/Include/Fdf/RuleInclude.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
UI STRING="$(MODULE_NAME)" Optional
VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
PE32 PE32 Align = 16 $(INF_OUTPUT)/$(MODULE_NAME).efi
RAW BIN Align = 16 |.bin
# : error F003: Output file for RAW section could not be found for Platform/RISC-V/PlatformPkg/Universal/Sec/SecMain.inf
# RAW BIN Align = 16 |.bin
}

[Rule.Common.SEC.BINARY]
Expand Down

0 comments on commit b68f458

Please sign in to comment.