Re: [edk2] [PATCH v2 1/2] ShellPkg: force use of AARCH64 small model when building DEBUG shell

2015-08-19 Thread Carsey, Jaben
...@intel.com; Qiu, Shumin shumin@intel.com; ler...@redhat.com; Ard Biesheuvel ard.biesheu...@linaro.org Subject: [edk2] [PATCH v2 1/2] ShellPkg: force use of AARCH64 small model when building DEBUG shell Importance: High The tiny code model used by AARCH64 only supports binaries of up to 1 MB

[edk2] [PATCH v2 1/2] ShellPkg: force use of AARCH64 small model when building DEBUG shell

2015-08-19 Thread Ard Biesheuvel
The tiny code model used by AARCH64 only supports binaries of up to 1 MB in size. Since the Shell application exceeds that when built in DEBUG mode, make sure we build it using the small code model instead. Cc: Jaben Carsey jaben.car...@intel.com, Cc: Shumin Qiu shumin@intel.com