[edk2-devel] [platforms/devel-riscv-v2 PATCHv3 03/13] U500Pkg/Sec: Add information to header file references

Abner Chang abner.chang at hpe.com
Mon Sep 23 03:40:27 UTC 2019


Add more information to header file references.

Signed-off-by: Abner Chang <abner.chang at hpe.com>

Cc: Leif Lindholm <leif.lindholm at linaro.org>
Cc: Gilbert Chen <gilbert.chen at hpe.com>
---
 Platform/RiscV/Universal/Sec/SecMain.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Platform/RiscV/Universal/Sec/SecMain.c b/Platform/RiscV/Universal/Sec/SecMain.c
index 40b351c..222c7cc 100644
--- a/Platform/RiscV/Universal/Sec/SecMain.c
+++ b/Platform/RiscV/Universal/Sec/SecMain.c
@@ -11,12 +11,12 @@
 #include <Library/SerialPortLib.h>
 #include <Library/PrintLib.h>
 #include <Library/DebugPrintErrorLevelLib.h>
-#include <sbi/sbi_hart.h>
-#include <sbi/sbi_scratch.h>
-#include <sbi/sbi_platform.h>
-#include <sbi/sbi.h>
-#include <sbi/sbi_init.h>
-#include <sbi/SbiFirmwareContext.h>
+#include <sbi/sbi_hart.h>     // Reference to header file in opensbi
+#include <sbi/sbi_scratch.h>  // Reference to header file in opensbi
+#include <sbi/sbi_platform.h> // Reference to header file in opensbi
+#include <sbi/sbi.h>          // Reference to header file in Include/sbi
+#include <sbi/sbi_init.h>     // Reference to header file in opensbi
+#include <sbi/SbiFirmwareContext.h> // Reference to header file in Include/sbi
 
 int HartsIn = 0;
 
-- 
2.7.4


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47790): https://edk2.groups.io/g/devel/message/47790
Mute This Topic: https://groups.io/mt/34260842/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list