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:c09::243; helo=mail-wm0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (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 A8381223CCEEC for ; Thu, 1 Feb 2018 08:04:42 -0800 (PST) Received: by mail-wm0-x243.google.com with SMTP id f3so6782218wmc.1 for ; Thu, 01 Feb 2018 08:10:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=9mJkzBL+m0E4nH3ZmRW85ZMiBZlgSp24MckwLKCdFiM=; b=gmP7GhRUVHktV1xCZWRgS+zNMlJ3YWuYNyAYZcaO0oKONtyQR0b6wWK61JcPR6Qgb/ CPXandiqx0FtsC1OtCD/8ydRz0sneTBW3ZMTT6JgJxiwnPXXmGahkihBu6xvtZNST6xc tgQt11QifEG0RgrIDImmhuwVU4Br+hzctm1bU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=9mJkzBL+m0E4nH3ZmRW85ZMiBZlgSp24MckwLKCdFiM=; b=nyubMix/4t74N7Nl1ePVtVrr/9w6FLaC20uoY9Z5a+OAPYIKPrFJLW1NP8d7RtMGLg 6p7nKDnLmNAM8rVOB6Uh+Y9Nl6piyFR0XEtysDEzsVZF3mob+3VqGP8L1V2lb/lUl8/u UXfHuR/9dzGh6InvE6hICJvSIiUhz1+1fh/gAbr6ULgJMb79qztIJUHx3RDdgIhhkzSt RqkmWvZlPsAz21motLeD+n0ruNflH5Lwnqt6FZDaIIEQ+NhnNXA0pIDwdCDzkOilb4uo cdSXSQ4fCGDp5osMD1eVlB+njPYKsachspgp4HT/jvDNtZ2gspITrDYXAaPwm4LCQTyD oBVA== X-Gm-Message-State: AKwxytdOnxGMjI2SmYSrT0BlPXXroWCKrIF7pLlhHabWxk34N76b+sT/ hNcjBocI2qSKEyjZPu7GYOLEcEMJuUY= X-Google-Smtp-Source: AH8x227+qG5v2libPsIn1ksguUcT0DIGzlMfdMHaLaJW4R3Nai13TppgoX6TIBHIwuwzurJTQGfz5Q== X-Received: by 10.28.203.135 with SMTP id b129mr25400594wmg.155.1517501417831; Thu, 01 Feb 2018 08:10:17 -0800 (PST) Received: from localhost.localdomain ([160.164.249.13]) by smtp.gmail.com with ESMTPSA id 39sm8204139wrz.85.2018.02.01.08.10.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Feb 2018 08:10:16 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, alan@softiron.co.uk, marc.zyngier@arm.com, Ard Biesheuvel Date: Thu, 1 Feb 2018 16:10:04 +0000 Message-Id: <20180201161008.4037-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [PATCH edk2-platforms 0/4] Platform/Cello, Overdrive: various updates X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2018 16:04:43 -0000 Patch #1 is the counterpart of the edk2-non-osi series I sent out just now, so builds will use the separate SCP and secure AP firmware images (the latter of which is now shared between Cello and Overdrive) Patch #2 modifies the Overdrive capsule definition so it covers these binary images as well. Patches #3 and #4 are otherwise unrelated minor changes. Ard Biesheuvel (4): Platform/Cello,Overdrive: switch to split SCP and secure AP firmware images Platform/AMD/OverdriveBoard: cover secure firmware in capsule update Platform/AMD/OverdriveBoard: enable ConsolePrefDxe Platform/Cello,Overdrive: set fw vendor PCD from FIRMWARE_VENDOR Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 10 +++++++++- Platform/AMD/OverdriveBoard/OverdriveBoard.fdf | 11 ++++++++--- Platform/AMD/OverdriveBoard/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini | 4 ++-- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 4 +++- Platform/LeMaker/CelloBoard/CelloBoard.fdf | 7 +++++-- Silicon/AMD/Styx/Library/StyxPlatformFlashAccessLib/StyxPlatformFlashAccessLib.c | 12 ++++-------- Silicon/AMD/Styx/Library/StyxPlatformFlashAccessLib/StyxPlatformFlashAccessLib.inf | 3 +-- 7 files changed, 32 insertions(+), 19 deletions(-) -- 2.11.0