//////////////////////////////////////////////logs////////////////////////////////////////////////////////////////
add-symbol-file /home/csu/code/nvidia-uefi/Build/Jetson/DEBUG_GCC5/AARCH64/Silicon/NVIDIA/Drivers/AmlPatchDxe/AmlPatchDxe/DEBUG/AmlPatchDxe.dll 0x805FAF000
Loading driver at 0x00805FAE000 EntryPoint=0x00805FB2F94 AmlPatchDxe.efi
add-symbol-file /home/csu/code/nvidia-uefi/Build/Jetson/DEBUG_GCC5/AARCH64/DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe/DEBUG/DynamicTableFactoryDxe.dll 0x805F7B000
Loading driver at 0x00805F7A000 EntryPoint=0x00805F84900 DynamicTableFactoryDxe.efi
add-symbol-file /home/csu/code/nvidia-uefi/Build/Jetson/DEBUG_GCC5/AARCH64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll 0x805F58000
Loading driver at 0x00805F57000 EntryPoint=0x00805F6254C HiiDatabase.efi
add-symbol-file /home/csu/code/nvidia-uefi/Build/Jetson/DEBUG_GCC5/AARCH64/MdeModulePkg/Universal/PrintDxe/PrintDxe/DEBUG/PrintDxe.dll 0x805F4E000
Loading driver at 0x00805F4D000 EntryPoint=0x00805F523CC PrintDxe.efi
add-symbol-file /home/csu/code/nvidia-uefi/Build/Jetson/DEBUG_GCC5/AARCH64/Silicon/NVIDIA/Drivers/I2cIoBmcSsifDxe/I2cIoBmcSsifDxe/DEBUG/I2cIoBmcSsifDxe.dll 0x805F44000
Loading driver at 0x00805F43000 EntryPoint=0x00805F481D0 I2cIoBmcSsifDxe.efi
add-symbol-file /home/csu/code/nvidia-uefi/Build/Jetson/DEBUG_GCC5/AARCH64/Silicon/NVIDIA/Drivers/Logo/LogoDxe/DEBUG/LogoDxe.dll 0x805F3A000
Loading driver at 0x00805F39000 EntryPoint=0x00805F3E234 LogoDxe.efi
…
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
The nvidia uefi takes too long time even if diabling so many device nodes,it have loaded so many modules that we can see in the printed messages.I have got the source code from https://github.com/NVIDIA/edk2-nvidia/wiki.I want to reduce some modules and tailor the uefi to save some time in the uefi stage(now the uefi time is 22s,maybe less than 10s is ok).There are no messages about how to do it.