legacy_disk_layout: Increase EFI-SYSTEM to 32MiB

The build_image process will fail when running out of space in the
EFI-SYSTEM partition. This can result from building a kernel that is
larger than usual when enabling certain config options.  For example,
setting CONFIG_KASAN=y can increase the kernel size by about 25%.

This patch increases the size of EFI-SYSTEM from 16MiB to 32MiB.

BUG=None
TEST=build_image works correctly after the kernel is built with
CONFIG_KASAN=y set in the config.

Change-Id: I5239b1681c9bf2cd3cd07a145dc11fbc26f3c44e
Signed-off-by: Wayne Boyer <wayne.boyer@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/528461
Commit-Ready: Wayne Boyer <wayne.boyer@intel.corp-partner.google.com>
Tested-by: Brian Wilson <brian.wilson@intel.com>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
(cherry picked from commit b260060de92e58932c825faefded77b1c61755ca)
Reviewed-on: https://chromium-review.googlesource.com/978262
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Commit-Queue: Hung-Te Lin <hungte@chromium.org>
Tested-by: Hung-Te Lin <hungte@chromium.org>
Trybot-Ready: Hung-Te Lin <hungte@chromium.org>
(cherry picked from commit 86e34faef5bcebe1c37e6762c2a2d581042eb5b2)
Reviewed-on: https://chromium-review.googlesource.com/c/1336780
Reviewed-by: Philip Chen <philipchen@chromium.org>
Commit-Queue: Philip Chen <philipchen@chromium.org>
Tested-by: Philip Chen <philipchen@chromium.org>
Trybot-Ready: Philip Chen <philipchen@chromium.org>
1 file changed