Re: [edk2] [PATCH 4/6] ArmVirtPkg: use small code model for all UEFI_APPLICATION modules

2016-01-05 Thread Laszlo Ersek
On 01/04/16 21:49, Ard Biesheuvel wrote: > On 4 January 2016 at 19:27, Laszlo Ersek wrote: >> On 12/24/15 14:03, Ard Biesheuvel wrote: >>> Unfortunately, compiling the DEBUG shell using the small code model is >>> not sufficient in all cases to get a successful build when the

Re: [edk2] [PATCH 4/6] ArmVirtPkg: use small code model for all UEFI_APPLICATION modules

2016-01-04 Thread Ard Biesheuvel
On 4 January 2016 at 19:27, Laszlo Ersek wrote: > On 12/24/15 14:03, Ard Biesheuvel wrote: >> Unfortunately, compiling the DEBUG shell using the small code model is >> not sufficient in all cases to get a successful build when the toolchain >> defaults to the tiny code model.

Re: [edk2] [PATCH 4/6] ArmVirtPkg: use small code model for all UEFI_APPLICATION modules

2016-01-04 Thread Laszlo Ersek
On 12/24/15 14:03, Ard Biesheuvel wrote: > Unfortunately, compiling the DEBUG shell using the small code model is > not sufficient in all cases to get a successful build when the toolchain > defaults to the tiny code model. The reason is that not only the Shell binary > itself should be built

[edk2] [PATCH 4/6] ArmVirtPkg: use small code model for all UEFI_APPLICATION modules

2015-12-24 Thread Ard Biesheuvel
Unfortunately, compiling the DEBUG shell using the small code model is not sufficient in all cases to get a successful build when the toolchain defaults to the tiny code model. The reason is that not only the Shell binary itself should be built using the small code model, all Shell component