Q1. Is UEFI flashed as single binary i.e., PlatformPkg.fd or different efi's?
Q1. As the code is in ROM (flash), I understand that it must be copied to RAM for execution.
Will complete UEFI be copied to RAM or some phase or section wise?
Q3. How does operating sysetm invoke the UEFI Runtime services?
Q4. I read in one of the internet link that other than Timer, there are no hardware interrupts.
Without hardware interrupt how will the USB kind of device be recognized?