X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=patches%2Ffuel-web%2F0003-AArch64-Cirros-TestVM-Use-AAVMF-guest-UEFI.patch;h=64e60b31665cf55126f15d06ad89ac4932299c1b;hb=6946d63910d84a8bd453b0dddc07a6cddfb9cd8d;hp=40ceb751c18c52f8437121f13646b4942e8621ab;hpb=4c74ad945b5b20be3014178070b495f10c16a74e;p=armband.git diff --git a/patches/fuel-web/0003-AArch64-Cirros-TestVM-Use-AAVMF-guest-UEFI.patch b/patches/fuel-web/0003-AArch64-Cirros-TestVM-Use-AAVMF-guest-UEFI.patch index 40ceb751..64e60b31 100644 --- a/patches/fuel-web/0003-AArch64-Cirros-TestVM-Use-AAVMF-guest-UEFI.patch +++ b/patches/fuel-web/0003-AArch64-Cirros-TestVM-Use-AAVMF-guest-UEFI.patch @@ -1,3 +1,11 @@ +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +: Copyright (c) 2017 Enea AB, Cavium and others. +: +: All rights reserved. This program and the accompanying materials +: are made available under the terms of the Apache License, Version 2.0 +: which accompanies this distribution, and is available at +: http://www.apache.org/licenses/LICENSE-2.0 +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: From: Alexandru Avadanii Date: Sat, 21 Jan 2017 00:01:16 +0100 Subject: [PATCH] AArch64: Cirros TestVM: Use AAVMF (guest UEFI) @@ -14,9 +22,7 @@ diff --git a/nailgun/nailgun/orchestrator/deployment_serializers.py b/nailgun/na index 77fcba1..fd33b3f 100644 --- a/nailgun/nailgun/orchestrator/deployment_serializers.py +++ b/nailgun/nailgun/orchestrator/deployment_serializers.py -@@ -284,6 +284,13 @@ class DeploymentMultinodeSerializer(object): - 'hypervisor_type': 'vmware' - } +@@ -284,4 +284,11 @@ class DeploymentMultinodeSerializer(object): + # AArch64: Use AAVMF (guest UEFI) + if arch == 'aarch64':