From patchwork Fri Jun 9 06:55:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Brown X-Patchwork-Id: 773688 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 3wkY590S3Bz9s8F for ; Fri, 9 Jun 2017 16:57:33 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="KEBTCmhz"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3wkY585NK1zDqLt for ; Fri, 9 Jun 2017 16:57:32 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="KEBTCmhz"; dkim-atps=neutral X-Original-To: skiboot@lists.ozlabs.org Delivered-To: skiboot@lists.ozlabs.org Received: from mail-pg0-x244.google.com (mail-pg0-x244.google.com [IPv6:2607:f8b0:400e:c05::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wkY494DYWzDqN6 for ; Fri, 9 Jun 2017 16:56:41 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="KEBTCmhz"; dkim-atps=neutral Received: by mail-pg0-x244.google.com with SMTP id f127so6864983pgc.2 for ; Thu, 08 Jun 2017 23:56:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references; bh=vWnsyHIYYM6WyDxa2PhdwLQROOAdFkQ9nz4ea6imHQY=; b=KEBTCmhzUv1DJfH2Yon1EzCry6du4Lh3xFyVz4H/3KjpSCNOgShE0aYbencyEsdg9a cWvS25i1Er1p/DpEVvVWBYqk21CWYV3UUngOWRoYMdQjlGk11YfVwOCra3vHlPOGLFDU p+FPsJqwF+jJyKsudAqsBC7T4wzjQr+0ywDb5kYcyV3Q8jubcHwGsV+anzXYfLGgx7md 0ycAuznWXudRDfaT4fxrmSkvcOR9bfAcc6EVRHwW5P5/nqTMrpR9JGbVWso0yH4LGFLi ejSSn9VQTkw+e1DN6hvMtX0hltbxOcMpcjsV2afvrSJ+Hj2oKTwCJ4DxptHtbIe+gtG3 2EHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=vWnsyHIYYM6WyDxa2PhdwLQROOAdFkQ9nz4ea6imHQY=; b=tomAGrGSJosEXQov0P97jFSoZeAK4L5pxEBfitwVpBx2zcoCWUNsrppkZR+5Uxp3Of Az55+qGY92fSX9ZvENEcQEQMPwbsA1IE/wyToa0zFZn/Tyh0kmLZ7cr1+RHWw0OmJnQq TaeSOLseH3gsYa/lAqYG6e9rhXJd8NfgIQJklajpllZpM9opvvs9fBOPW+g9GwyUuqjt ETNuaSaVcI1FJLf6o0q6rxLZC2/maQq+N6QV2zUO2JLa+mokUOcI+fWeQ6goDVFlh7Er FxMe/GJwUzP6fR/ckSWksjx81lpNIuWT4PdVTuAwS8MJa6qy8vxkpevbkN4Ug0cPmKXz dudw== X-Gm-Message-State: AODbwcBn2xkJ1enMVdTY3kVW0J//gGJTj78Xxacg64uvNVpgeL4LdElv Rr7FZZQmFoy6a2VA X-Received: by 10.84.239.23 with SMTP id w23mr38658224plk.73.1496991399823; Thu, 08 Jun 2017 23:56:39 -0700 (PDT) Received: from matt.ozlabs.ibm.com ([122.99.82.10]) by smtp.gmail.com with ESMTPSA id 81sm653535pge.46.2017.06.08.23.56.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Jun 2017 23:56:39 -0700 (PDT) From: Matt Brown To: skiboot@lists.ozlabs.org Date: Fri, 9 Jun 2017 16:55:42 +1000 Message-Id: <20170609065546.28963-6-matthew.brown.dev@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170609065546.28963-1-matthew.brown.dev@gmail.com> References: <20170609065546.28963-1-matthew.brown.dev@gmail.com> Subject: [Skiboot] [PATCH 06/10] platform: Add load_done to Firestone platform X-BeenThere: skiboot@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mailing list for skiboot development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: skiboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Skiboot" Add the load_done function to the Firestone platform. Allows Firestone machines to asyncronously decode the initramfs. Signed-off-by: Matt Brown --- platforms/astbmc/firestone.c | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/astbmc/firestone.c b/platforms/astbmc/firestone.c index fc6575b..52e8ae6 100644 --- a/platforms/astbmc/firestone.c +++ b/platforms/astbmc/firestone.c @@ -157,6 +157,7 @@ DECLARE_PLATFORM(firestone) = { .elog_commit = ipmi_elog_commit, .start_preload_resource = flash_start_preload_resource, .resource_loaded = flash_resource_loaded, + .load_done = flash_load_boot_resource, .exit = ipmi_wdt_final_reset, .terminate = ipmi_terminate, };