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=ard.biesheuvel@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 F0AA222280C27 for ; Wed, 27 Dec 2017 07:45:16 -0800 (PST) Received: by mail-wr0-x241.google.com with SMTP id p17so13299682wre.7 for ; Wed, 27 Dec 2017 07:50:12 -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=llQh1hjkGNQXeUwtUHu1OyK999nWtgmLSbYplNX6cMk=; b=eHGdkG7n+7o7OBybfakh5S4AaoZLnTpEBp4ct9IXzbhdDdT28T69ZEAWCMHYiPaJOp aDZ9nr4vlgmjD8SdXN+scjjj9utwJ/0AzOS5RFPKII590AyCvIJIDvNpjuI1RsjGyHQP 7GqnTfUqyQP/O4zwJTgES6mQz95ehBgB6k+oY= 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=llQh1hjkGNQXeUwtUHu1OyK999nWtgmLSbYplNX6cMk=; b=TOsd6xKQSIMUsTx8LuK2d/1KB1uJwBP7gAYTbXsLhpU5mT19Tz7OUsu6FLLQy+6TOJ YNpi6oF+3cAGXVAJzfPhKmf9CZ0uAQ0oELlvKAR5encWm4zXQrFn7UOdImRGA3ZS6I+P 90LRYvJkUaXXHmNg86FpYtppaW+2Gbm5Vm57KepD5srSuEWWaP4jqt+GpMMLtHZdhdYb RP0XMO15qblhxJkZPIkOxVC5lgHNkgXEtji4iUVeqt8hKBz1xq4U5sS9Tbw8SyG7CW+B ytaw+7wo+tRijBgP/Cx91ziQUOXA5nOArvGnVa2LZ9p+TcmBFc8JVC9vAaUQzuLsa7E9 pfoA== X-Gm-Message-State: AKGB3mIiwsYf/a6bIcnObYFicuY1ubEGUsDTUk6h0QAPReiTOXELPoHn jV73WJcaas+UHmj16nsP50DUa/FxGrY= X-Google-Smtp-Source: ACJfBouPKthS1PlYldHlMdokMe6J+MDJmZJIPM4YWwz7hT/ZHHjbP1XwgnAjv/mOR2ukfF/1RTq2VA== X-Received: by 10.223.161.208 with SMTP id v16mr26375306wrv.103.1514389810372; Wed, 27 Dec 2017 07:50:10 -0800 (PST) Received: from localhost.localdomain ([105.137.110.132]) by smtp.gmail.com with ESMTPSA id i17sm20840876wrf.71.2017.12.27.07.50.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Dec 2017 07:50:09 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Wed, 27 Dec 2017 15:49:55 +0000 Message-Id: <20171227155001.25886-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [PATCH edk2-platforms 0/6] I2C/DT fixes for SynQuacer 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: Wed, 27 Dec 2017 15:45:17 -0000 Some stuff I have accumulated over the past couple of weeks, consisting of - Fixes for the I2C RTC handling; for some reason (probably due to having added HII screens to PlatformDxe), the dispatch order had changed, and the RTC no longer worked. (#1 - #4) - The DT binding for NETSEC has changed, and so our device tree has to be updated accordingly. While at it, perform some other cleanups as well. Ard Biesheuvel (6): Silicon: fix typo in gPcf8563RealTimeClockLibI2cMasterProtocolGuid Silicon/NXP/Pcf8563RealTimeClockLib: avoid driver binding protocol Silicon/SynQuacerI2cDxe: remove spurious format specifier Silicon/SynQuacer: load I2C driver before platform DXE driver Silicon/SynQuacer/DeviceTree: align uart DT nodes Silicon/SynQuacer/DeviceTree: update NETSEC DT node to latest binding Silicon/NXP/Library/Pcf8563RealTimeClockLib/Pcf8563RealTimeClockLib.c | 33 ++++++++--------- Silicon/NXP/Library/Pcf8563RealTimeClockLib/Pcf8563RealTimeClockLib.dec | 2 +- Silicon/NXP/Library/Pcf8563RealTimeClockLib/Pcf8563RealTimeClockLib.inf | 5 ++- Silicon/Socionext/SynQuacer/DeviceTree/DeveloperBox.dts | 7 ++++ Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi | 37 ++++++++++---------- Silicon/Socionext/SynQuacer/DeviceTree/SynQuacerEvalBoard.dts | 7 ++++ Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.c | 2 +- Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.inf | 4 +-- Silicon/Socionext/SynQuacer/Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.c | 2 +- Silicon/Socionext/SynQuacer/Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.inf | 2 +- Silicon/Socionext/SynQuacer/SynQuacer.dec | 2 ++ 11 files changed, 56 insertions(+), 47 deletions(-) -- 2.11.0