Does Youyeetoo X1 have EFI I2C driver? I want to develop an UEFI app accessing I2C.
Thanks
John
Does Youyeetoo X1 have EFI I2C driver? I want to develop an UEFI app accessing I2C.
Thanks
John
Thank you very much for replying.
However, it looks like the driver in the link that you mentioned is Windows driver, not UEFI driver (which run before Windows is loaded. Something like I2cDxe.efi which is the implementation of https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.h)
Can you share which DXE drivers are loaded (by using tool like UEFItool)?