HomeSort by relevance Sort by last modified time
    Searched refs:SerialPrint (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/
PrePi.h 30 #define SerialPrint(txt) SerialPortWrite (txt, AsciiStrLen(txt)+1);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Sec.c 27 #define SerialPrint(txt) SerialPortWrite ((UINT8*)(txt), AsciiStrLen(txt)+1)
168 SerialPrint ("Secure ROM at 0x0\n\r");
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/
Sec.c 26 #define SerialPrint(txt) SerialPortWrite ((UINT8*)txt, AsciiStrLen(txt)+1);
117 SerialPrint ("Trust Zone Configuration is disabled\n\r");
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
PrePi.h 30 #define SerialPrint(txt) SerialPortWrite (txt, AsciiStrLen(txt)+1);

Completed in 740 milliseconds