On 02/08/13 21:01, David Woodhouse wrote:
> On Fri, 2013-02-08 at 11:07 -0800, Andrew Fish wrote:
>> This breaks for ARM, and potentially any new 32-bit CPU that gets
>> added to EFI, so I don't like this construct.
> 
> This code isn't relevant for ARM or any other CPU. It's purely about the
> boot interface to the *x86* kernel. Other architectures would look
> completely different.
> 
> I suppose I ought to build for ARM and see what happens with 'qemu
> -kernel' there. I suppose it'll try to use this code and be entirely
> broken?

If you mean "build OvmfPkg for ARM", then

cat -n OvmfPkg/build.sh

   139  case $PROCESSOR in
   140    IA32)

   153    X64)

   157    *)
   158      echo Unsupported processor architecture: $PROCESSOR
   159      echo Only IA32 or X64 is supported
   160      exit 1
   161      ;;
   162  esac

Laszlo

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to