Hello,

I am new to Edk-II development. I tried hello world sample program provided
here:
http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Getting_Started_Writing_Simple_Application

I am using arm-64 chip. I hooked MyHellowWorld.inf to
"tianocore/ArmPlatformPkg/<vendor>Pkg/Mustang-UHP.dsc. UHP image build is
successful. But when I load the new UEFI, I *don't see* my "hello world"
print on the console. I directly see UEFI bootup log and boot options.

Since, "UefiMain" is defined as an entry point, when this function will be
invoked? or do I need to manually call it from other function? My
understanding is that "ENTRY_POINT" in .inf is like main() function in C.

What should I do to make sure that UefiMain function is getting called?

Thanks,
Manish
------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to