From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (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 589D521EB5279 for ; Thu, 31 Aug 2017 06:05:55 -0700 (PDT) Received: by mail-wm0-x236.google.com with SMTP id u26so4173141wma.0 for ; Thu, 31 Aug 2017 06:08:38 -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=9XWDTYNl91AlxvB9VLYP2odBQdpNpRD8w7ME8QM5ZT0=; b=Vme2mUz1DHl9AIGEv6B6n5meS57GJmi3X7LMLFyKGS9nPsz/By8NEizNpaAHkl6Qy4 EtV+hMv9r/17LlAeVhrAJdB9/ZwX8h9Nk0juN9Wpfkhhp3G2aiVbrp95fcYaKfeHNZ4Z 7gljhUCt0vyU73GZEF+osH8A3hC8jGWmO7bDA= 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=9XWDTYNl91AlxvB9VLYP2odBQdpNpRD8w7ME8QM5ZT0=; b=D0Pmwq5C5sBlKsdPO1pfLwBcBRBCeXMaPbpDsV/ChVhhkuLENhWPecc4hJyWS6yYW/ xBGNI7hcVqA6dyLpknwK5Gu8tdSkxlYFZXpLSfx53VeTLLW0+MslkfnwwIslGi15+giE E3M4vvUYrTIaKk9s+2rZez5jcCUNNmY3Bl1jvUNaJ7/zN/zBhIYDcAG7N4b334w/dk14 DVJDMx1vxcZKLtDasNB59kkUqur5ZY7rCXCYGn3oteYPz+upxelvkjRtyYrxZ4ZR8N7+ /FRTjrn4/mM6Uxw4uLkKZlctPh5cDfxS3MSsSoPyJhh4mGyUXCn/WitzDCniHzFtZ22p jM/Q== X-Gm-Message-State: AHPjjUiL1dQS+KD1rFReVBqMBWQBVrZRtaljjCFyWVsCtH2sx0z3eqAg vTIYYuNd9nrT6B/SOALN8g== X-Received: by 10.28.107.76 with SMTP id g73mr481775wmc.66.1504184917123; Thu, 31 Aug 2017 06:08:37 -0700 (PDT) Received: from localhost.localdomain ([154.144.95.132]) by smtp.gmail.com with ESMTPSA id u38sm5571203wrb.12.2017.08.31.06.08.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Aug 2017 06:08:35 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, alan@softiron.com, liming.gao@intel.com, yonghong.zhu@intel.com, Ard Biesheuvel Date: Thu, 31 Aug 2017 14:08:26 +0100 Message-Id: <20170831130830.12833-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [PATCH edk2-platforms v2 0/4] Platform/OverdriveBoard: move device tree compilation into build X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2017 13:05:55 -0000 OK, I was slightly naughty when I sent this the first time around, so here are the same changes but broken up as I should have in the first place. Ard Biesheuvel (4): Platform/OverdriveBoard: move device tree compilation into build Platform/OverdriveBoard: clean up device tree source file Platform/OverdriveBoard: fix CPU affinity for vGIC maintenace interrupt Platform/OverdriveBoard: classify legacy INTx interrupts as level high Platform/AMD/OverdriveBoard/FdtBlob/styx-overdrive.dtb | Bin 9357 -> 0 bytes Platform/AMD/OverdriveBoard/FdtBlob/styx-overdrive.dts | 510 -------------------- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 + Platform/AMD/OverdriveBoard/OverdriveBoard.fdf | 9 +- Platform/AMD/OverdriveBoard/OverdriveBoardDeviceTree/OverdriveBoardDeviceTree.dts | 487 +++++++++++++++++++ Platform/AMD/OverdriveBoard/OverdriveBoardDeviceTree/OverdriveBoardDeviceTree.inf | 28 ++ 6 files changed, 521 insertions(+), 514 deletions(-) delete mode 100644 Platform/AMD/OverdriveBoard/FdtBlob/styx-overdrive.dtb delete mode 100644 Platform/AMD/OverdriveBoard/FdtBlob/styx-overdrive.dts create mode 100644 Platform/AMD/OverdriveBoard/OverdriveBoardDeviceTree/OverdriveBoardDeviceTree.dts create mode 100644 Platform/AMD/OverdriveBoard/OverdriveBoardDeviceTree/OverdriveBoardDeviceTree.inf -- 2.11.0