Re: [PATCH 1/5] x86_64 EFI support -v3: EFI base support

2007-07-31 Thread Huang, Ying
On Mon, 2007-07-30 at 22:37 -0600, Eric W. Biederman wrote: > "Huang, Ying" <[EMAIL PROTECTED]> writes: > > > Changelog between v2 and v3: > > > > 1. The EFI callwrapper is re-implemented in assembler. > > > > --- > > > > This patch adds basic support for EFI x86_64 system. The main file of > >

Re: [PATCH 1/5] x86_64 EFI support -v3: EFI base support

2007-07-31 Thread Huang, Ying
On Mon, 2007-07-30 at 22:37 -0600, Eric W. Biederman wrote: Huang, Ying [EMAIL PROTECTED] writes: Changelog between v2 and v3: 1. The EFI callwrapper is re-implemented in assembler. --- This patch adds basic support for EFI x86_64 system. The main file of the patch is the

Re: [PATCH 1/5] x86_64 EFI support -v3: EFI base support

2007-07-30 Thread Eric W. Biederman
"Huang, Ying" <[EMAIL PROTECTED]> writes: > Changelog between v2 and v3: > > 1. The EFI callwrapper is re-implemented in assembler. > > --- > > This patch adds basic support for EFI x86_64 system. The main file of > the patch is the addition of efi.c for x86_64. This file is modeled > after the

[PATCH 1/5] x86_64 EFI support -v3: EFI base support

2007-07-30 Thread Huang, Ying
Changelog between v2 and v3: 1. The EFI callwrapper is re-implemented in assembler. --- This patch adds basic support for EFI x86_64 system. The main file of the patch is the addition of efi.c for x86_64. This file is modeled after the EFI IA32 avatar. EFI initialization are implemented in

[PATCH 1/5] x86_64 EFI support -v3: EFI base support

2007-07-30 Thread Huang, Ying
Changelog between v2 and v3: 1. The EFI callwrapper is re-implemented in assembler. --- This patch adds basic support for EFI x86_64 system. The main file of the patch is the addition of efi.c for x86_64. This file is modeled after the EFI IA32 avatar. EFI initialization are implemented in

Re: [PATCH 1/5] x86_64 EFI support -v3: EFI base support

2007-07-30 Thread Eric W. Biederman
Huang, Ying [EMAIL PROTECTED] writes: Changelog between v2 and v3: 1. The EFI callwrapper is re-implemented in assembler. --- This patch adds basic support for EFI x86_64 system. The main file of the patch is the addition of efi.c for x86_64. This file is modeled after the EFI IA32