From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::241; helo=mail-it0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::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 5350320985987 for ; Thu, 31 May 2018 00:34:49 -0700 (PDT) Received: by mail-it0-x241.google.com with SMTP id m194-v6so5187527itg.2 for ; Thu, 31 May 2018 00:34:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=knAPonOkwd7zuzAQ17QG6imkvR8+VcSl5qtQVswRbvs=; b=Ih9sj1oJm6xaGsGPQ6lABaa/b0+KdcG7kigk48mKni11/lyIvm7xxt4HB7fsJVrZYc nenJ749Rh0h4PXAtSeTU7bi5UD5hzn9XW2kY5vEmrxvVzT1/G7RR1O9F1PfD/T+jL83E zFHkSiKO9mVIbsbFVmM5nFo7K//5liiNC/WMI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=knAPonOkwd7zuzAQ17QG6imkvR8+VcSl5qtQVswRbvs=; b=qK8LvDd4LN4pZ/Rw7nu2iVAgURoVcGTuSWwVbbABIDiATF/9d3q6uAcPT5QARLw4ug uiRy8cJwPE0q8gA3q55NvvmJk2vvmKwi1d3oDcpIqSkZn8L7QjQ/iesgQ/vnYXwqsS7P hTB66CZK2FG69jsm6W1BaOSqrhovFwtNwMOr5RrxBBcgOoh5NWXix2BAxboBNDvjv94f Olas9ef95cv37xyqWsrwkUG+398+mER8frIDYC05kegRvYnakoMG66lCUA11CJ/1oci5 m9ViwSGbHPMamd6eKblXZ4WK40ko9oUYAAQ7ltOaD0BaCdU7LUaoB4qXVQrmgMJ9Z1VG kpVg== X-Gm-Message-State: APt69E07VJRpBZ8up3Va+H3iN84HnV12iCNz7Rffr/ywB3jK+fwp82ck PJbvG+PLmQM1aG5Scm1m7vkIHC48zuFzi9ZrqX7LVkMP X-Google-Smtp-Source: ADUXVKLIYMgBYC6G3VDo5JZbS52ZZOUK6yA0KA2xRab2WBDvM+6Nz36qsFuhEgeUFMA6cgtbDYhX4Nu/DwMTWb29qns= X-Received: by 2002:a24:f04e:: with SMTP id p14-v6mr383511iti.106.1527752088899; Thu, 31 May 2018 00:34:48 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bb86:0:0:0:0:0 with HTTP; Thu, 31 May 2018 00:34:48 -0700 (PDT) In-Reply-To: <20180523141444.20033-1-ard.biesheuvel@linaro.org> References: <20180523141444.20033-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Thu, 31 May 2018 09:34:48 +0200 Message-ID: To: "edk2-devel@lists.01.org" Cc: Leif Lindholm , Ard Biesheuvel Subject: Re: [PATCH edk2-platforms 0/4] SynQuacer updates 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: Thu, 31 May 2018 07:34:50 -0000 Content-Type: text/plain; charset="UTF-8" On 23 May 2018 at 16:14, Ard Biesheuvel wrote: > Patch #4 fixes a bug that breaks the DEBUG build. Remaining patches > are general improvements. > > Ard Biesheuvel (4): > Platform/DeveloperBox: add 96boards/Socionext logo > Platform/DeveloperBox: add PCI serial driver > Platform/DeveloperBox: switch to protocol based DevicePathLib > Silicon/Socionext/SynQuacerPciHostBridgeLib: DEPEX on variable > protocol > > .../Socionext/DeveloperBox/DeveloperBox.dsc | 13 +- > .../Socionext/DeveloperBox/DeveloperBox.fdf | 3 +- > Platform/Socionext/DeveloperBox/Logo/Logo.bmp | Bin 0 -> 1050122 bytes > Platform/Socionext/DeveloperBox/Logo/Logo.c | 149 ++++++++++++++++++ > Platform/Socionext/DeveloperBox/Logo/Logo.idf | 15 ++ > .../Socionext/DeveloperBox/Logo/LogoDxe.inf | 52 ++++++ > .../SynQuacerPciHostBridgeLib.inf | 5 + > 7 files changed, 233 insertions(+), 4 deletions(-) > create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.bmp > create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.c > create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.idf > create mode 100644 Platform/Socionext/DeveloperBox/Logo/LogoDxe.inf > Ping?