From patchwork Tue Oct 3 05:15:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Kardashevskiy X-Patchwork-Id: 820736 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3y5nLb00Yjz9t5R for ; Tue, 3 Oct 2017 16:16:07 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3y5nLZ55WpzDqjF for ; Tue, 3 Oct 2017 16:16:06 +1100 (AEDT) X-Original-To: slof@lists.ozlabs.org Delivered-To: slof@lists.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=ozlabs.ru (client-ip=107.173.13.209; helo=ozlabs.ru; envelope-from=aik@ozlabs.ru; receiver=) Received: from ozlabs.ru (ozlabs.ru [107.173.13.209]) by lists.ozlabs.org (Postfix) with ESMTP id 3y5nLS75FJzDqJ7 for ; Tue, 3 Oct 2017 16:16:00 +1100 (AEDT) Received: from vpl1.ozlabs.ibm.com (localhost [IPv6:::1]) by ozlabs.ru (Postfix) with ESMTP id EB4603A60479; Tue, 3 Oct 2017 01:14:10 -0400 (EDT) From: Alexey Kardashevskiy To: slof@lists.ozlabs.org Date: Tue, 3 Oct 2017 16:15:18 +1100 Message-Id: <20171003051523.17650-1-aik@ozlabs.ru> X-Mailer: git-send-email 2.11.0 Subject: [SLOF] [PATCH slof v3 0/5] fdt: Pass the resulting device tree to QEMU X-BeenThere: slof@lists.ozlabs.org X-Mailman-Version: 2.1.24 Precedence: list List-Id: "Patches for https://github.com/aik/SLOF" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Aravinda Prasad MIME-Version: 1.0 Errors-To: slof-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "SLOF" Since "fdt: Pass the resulting device tree to QEMU" passes the entire DT to QEMU, this reverts partial DT updates. This is based on sha1 3beb9c3 Nikunj A Dadhania "netboot: Create bootp-response when bootp is used". Please comment. Thanks. Alexey Kardashevskiy (5): Revert "board-qemu: add private hcall to inform host on "phandle" update" Revert "libhvcall: drop unused KVMPPC_H_REPORT_MC_ERR and KVMPPC_H_NMI_MCE defines" Revert "rtas: Improve error handling in instantiate-rtas" Revert "Add private HCALL to inform updated RTAS base and entry" fdt: Pass the resulting device tree to QEMU lib/libhvcall/libhvcall.h | 4 +- board-qemu/slof/fdt.fs | 298 +++++++++++++++++++++++++++++++++++++++++++--- board-qemu/slof/rtas.fs | 16 +-- lib/libhvcall/hvcall.code | 14 +-- lib/libhvcall/hvcall.in | 3 +- 5 files changed, 298 insertions(+), 37 deletions(-)