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::242; helo=mail-wm0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (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 128BA207E4DF2 for ; Wed, 23 May 2018 07:14:50 -0700 (PDT) Received: by mail-wm0-x242.google.com with SMTP id a67-v6so9394983wmf.3 for ; Wed, 23 May 2018 07:14:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=YAPDgaVYt+8kVgzgJsrGl1eCPB25GnBYnmtRv0Ypwvc=; b=NQga657MThUk4uFGRg4Ku8eAqbPYIcKHSsIorTIhFZv6kra7KeshRsfIziXaQFY/pg CuCUK1qSm0iabDNpgZwR9XP0+HJ8cq8jZU1lWt29vzc1ynhh2tPwnHrBhb+RRn01iuje /H7gfZZ9miSMp+gQncWWUvYpNayDWaBr1cpxA= 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=YAPDgaVYt+8kVgzgJsrGl1eCPB25GnBYnmtRv0Ypwvc=; b=DOhyT4GvYhRa2pZ+8b6IUrr+3pRIA0FKoFpdKY65SQ5xRozVA5DKLLQFpYuXg9vynU pgFPnI+WLGyWtDJfFNx60ktizdc2tkIWMmBzCVjNaHYY6IHjVMT939evQaaM9c5L/Pwq +YJlTzf2h7WV/8rLRMCZ5taPWURkTLGoCCO3z9uiyeK/KibqyWbQmcFuCbUG7CLd33ih pw7EKFzwiDxwn9LgUYWrSyoAsWD/msocTOvy9ApFOLvyU70LsHUxKVlZIh+q8J5PLew8 cuLh1Lmg2R1ARAHUxCyVXRXeEFd68qEfpp6OKBCxEsu8Ng4HRhgGsTPOatX3Mu8YWmmO nHvQ== X-Gm-Message-State: ALKqPweHnHjEqvKF3soGGPBNUonyTdrDpNbk9W/6FAifQSsgY0CKVHh0 WJi6Bof/9KmfOUL9PMkrOG1UcxdQrC4= X-Google-Smtp-Source: AB8JxZr+akEUkpuWOsaqFaLOusAsO9DDJPFivMq3LExl/hDlVllhFIbhm2r1ZBObjutMsSS2yKILOw== X-Received: by 2002:a1c:b20d:: with SMTP id b13-v6mr4693160wmf.130.1527084888822; Wed, 23 May 2018 07:14:48 -0700 (PDT) Received: from localhost.localdomain ([2a01:e35:3995:5470:200:1aff:fe1b:b328]) by smtp.gmail.com with ESMTPSA id o12-v6sm27347774wrf.31.2018.05.23.07.14.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 May 2018 07:14:47 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Wed, 23 May 2018 16:14:40 +0200 Message-Id: <20180523141444.20033-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.0 Subject: [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: Wed, 23 May 2018 14:14:51 -0000 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 -- 2.17.0