Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / SetupConfigRouting.c
@Ajax Dong Ajax Dong 2 days ago 418 bytes Init
// SetupConfigRouting - decompiled from Platform.efi
char SetupConfigRouting()
{
  __int64 v0; // rax
  int v1; // eax

  v0 = qword_FF90; /*0x9654*/
  if ( qword_FF90 ) /*0x965e*/
    return *(_DWORD *)(v0 + 20) & 1; /*0x965e*/
  if ( SetupIfrPackLoader() >= 0 ) /*0x9668*/
  {
    v0 = qword_FF90; /*0x966e*/
    return *(_DWORD *)(v0 + 20) & 1; /*0x9678*/
  }
  LOBYTE(v1) = 0; /*0x966a*/
  return v1; /*0x967b*/
}