I want to write a driver UART for my platform in EDK2-platform. I made a
change at
https://github.com/tianocore/edk2/blob/master/ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c
with
the address of my platform and used
https://github.com/tianocore/edk2/blob/master/ArmPlatformPkg/PrePeiCore/PrePeiCore.c
to
display the content of boot process at my computer host (using minicom) and
I succeeded but when I compile my driver and use it with PrePeiCore.c, it
did not work.

I think that my driver does not link to library of EDK2. So how can I make
my driver UART link to library of EDK2?

-- 
PHAN Ba Gia Bao
Etudiant en 5A STI - INSA Centre Val de Loire


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#117130): https://edk2.groups.io/g/devel/message/117130
Mute This Topic: https://groups.io/mt/105160638/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to