Re: [PATCH 3/5] x86_64 EFI support -v3: EFI runtime support

2007-07-31 Thread Huang, Ying
On Mon, 2007-07-30 at 22:30 -0600, Eric W. Biederman wrote: > > This patch adds runtime service support for EFI x86_64 system. > > > > The EFI support for emergency_restart and RTC clock is added. The EFI > > based implementation and legacy BIOS or CMOS based implementation are > > put in separate

Re: [PATCH 3/5] x86_64 EFI support -v3: EFI runtime support

2007-07-31 Thread Huang, Ying
On Mon, 2007-07-30 at 22:30 -0600, Eric W. Biederman wrote: This patch adds runtime service support for EFI x86_64 system. The EFI support for emergency_restart and RTC clock is added. The EFI based implementation and legacy BIOS or CMOS based implementation are put in separate functions

Re: [PATCH 3/5] x86_64 EFI support -v3: EFI runtime support

2007-07-30 Thread Eric W. Biederman
"Huang, Ying" <[EMAIL PROTECTED]> writes: > This patch adds runtime service support for EFI x86_64 system. > > The EFI support for emergency_restart and RTC clock is added. The EFI > based implementation and legacy BIOS or CMOS based implementation are > put in separate functions and are chosen

[PATCH 3/5] x86_64 EFI support -v3: EFI runtime support

2007-07-30 Thread Huang, Ying
This patch adds runtime service support for EFI x86_64 system. The EFI support for emergency_restart and RTC clock is added. The EFI based implementation and legacy BIOS or CMOS based implementation are put in separate functions and are chosen based on the value of efi_enabled. Signed-off-by:

[PATCH 3/5] x86_64 EFI support -v3: EFI runtime support

2007-07-30 Thread Huang, Ying
This patch adds runtime service support for EFI x86_64 system. The EFI support for emergency_restart and RTC clock is added. The EFI based implementation and legacy BIOS or CMOS based implementation are put in separate functions and are chosen based on the value of efi_enabled. Signed-off-by:

Re: [PATCH 3/5] x86_64 EFI support -v3: EFI runtime support

2007-07-30 Thread Eric W. Biederman
Huang, Ying [EMAIL PROTECTED] writes: This patch adds runtime service support for EFI x86_64 system. The EFI support for emergency_restart and RTC clock is added. The EFI based implementation and legacy BIOS or CMOS based implementation are put in separate functions and are chosen based on