How load driver during boot to print on screen?

I made a simple EFI DXE driver using EDK2. I added it to my BIOS using MMTool. The driver works fine, but it doesn’t print the text I want onto the screen. I assume the graphics drivers didn’t load at that stage yet? I inserted it at the bottom of the last volume in MMTool. Is there a way how I could load graphics drivers first?