How to access the BIOS services from Application layer #5013
narengibbs
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I have following questions
When slimbootloader handover to OS+application layer then we can't access the BIOS services all the drivers loaded by BIOS DXE, PCIe......etc, is there any way to access BIOS services, drivers, protocol handles from application layer?
but i also need to build my application with EDK2 libraries support files, how can i build my application by bringing some pieces of EDk2 in to my application development build,
which part of the source file, method where PCIe config space memory is getting allocated (MMIO) for all PCI endpoints.
how MMIO memory is getting created? is there any special registers we need to setup or its just RAM we allocate memory?
is there any relation with intel FSP for mmio?
Beta Was this translation helpful? Give feedback.
All reactions