From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::241; helo=mail-wr0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D5DFF2007E7E4 for ; Tue, 1 May 2018 05:28:05 -0700 (PDT) Received: by mail-wr0-x241.google.com with SMTP id i14-v6so7522690wre.2 for ; Tue, 01 May 2018 05:28:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=TxpMrbBISzTMhoW/0Id9C3kjDEfU1j0g8j32LOURjVA=; b=WIyAZkkyP7z3gtS3atwM5K4SZiHAQDRSQ6pnxUjJt628z3LkGFsHr6nWXnx42uGxkn 6yMVBOg7FkypilqlivQ739gxfUsX1s0YVKsudf8ucdowcipd4Je/hNmKE4fZrGijIuwB kw0eJGAeEPw4Uo+Wau1mlu1ey3nId7aCG+Deg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=TxpMrbBISzTMhoW/0Id9C3kjDEfU1j0g8j32LOURjVA=; b=g2EWYNbc72RyKhIXEXafkT5qrEBWxIMn0esIsgWVqlrfHHWa6BHUbv9oFA9uZ4AMCf c+CRFB59YdAJaAfasYhiM+7/4A3icZXo6W3m5WUGgenELDKokfj6XwuvRzIfP0UA/qfq 4ZZr+ogEaxfF4ii6Up1GXKlqlkhAYLVfrn9ZVAdTdsRhMYDUrToKlA7vcRnSMhQ2A5Nh XMVjXcQ3pE2DiBidoaWR0n82W3mf8THeNKodFALoG+Q1LW4MDozkn7JugHDf1qjraKkd cdJfyNhQ91WYTiTXhb2+RMisH16Ml0drsZvXtgl8ksQbJzjw1H4F7BvbjywNIEBUYv9a ia4A== X-Gm-Message-State: ALQs6tAgHFk87ZtdqE4gHiMpfl5/ZVvLRTW/SGtYjukmcwya2y9Fv8tG 1MKKvCyP7fuHCcduzt1H98Y0Rw== X-Google-Smtp-Source: AB8JxZpyM4ai3ZAvETj8EQUWsWtGeN94thqSYc9qudvEwpn7jbVG8DTCVrj6jpt4FCGWT7I8BXQwgQ== X-Received: by 2002:adf:e58c:: with SMTP id l12-v6mr11494439wrm.38.1525177684124; Tue, 01 May 2018 05:28:04 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id i30-v6sm22209422wra.38.2018.05.01.05.28.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 May 2018 05:28:03 -0700 (PDT) Date: Tue, 1 May 2018 13:28:01 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, daniel.thompson@linaro.org Message-ID: <20180501122801.d2cb4g26nzwdjfaw@bivouac.eciton.net> References: <20180501113540.8967-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180501113540.8967-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms] Platform/Socionext/DeveloperBox: reduce default timeout to 5 seconds X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2018 12:28:06 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 01, 2018 at 01:35:40PM +0200, Ard Biesheuvel wrote: > The default timeout value for the delay during which the splash screen > is shown and the BDS menu can be entered is still at 30 seconds, which > is rather long. Reduce it to 5 seconds instead. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > index 1731843e825c..676f3483bfe9 100644 > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > @@ -436,7 +436,7 @@ [PcdsDynamicExDefault.common.DEFAULT] > gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{0xe5, 0x4c, 0xb9, 0x50, 0x63, 0x8b, 0x49, 0x48, 0x8a, 0xf4, 0xea, 0x47, 0x93, 0x56, 0xf0, 0xe3} > > [PcdsDynamicHii] > - gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|30 > + gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5 > > gSynQuacerTokenSpaceGuid.PcdPlatformSettings|L"SynQuacerPlatformSettings"|gSynQuacerPlatformFormSetGuid|0x0|0x0|NV,BS > > -- > 2.17.0 >