From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9347C05027 for ; Mon, 6 Feb 2023 17:15:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229664AbjBFRPG (ORCPT ); Mon, 6 Feb 2023 12:15:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229561AbjBFRPF (ORCPT ); Mon, 6 Feb 2023 12:15:05 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7157180 for ; Mon, 6 Feb 2023 09:15:02 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8E02260FBD for ; Mon, 6 Feb 2023 17:15:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5B9BC433D2 for ; Mon, 6 Feb 2023 17:15:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675703701; bh=I05U9fK1K8NtGrk9xhWmH7Ik9V8yY3EASLSgoInk9c4=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=IMDQ7xWE8EyH5JPDhXo9EjGb637MOkjZ2AoR1KDGc9rJZVaunn3Pk9azEqv8BCI4e FkvonmOwKVEvBGYJSmxbAs4ddw7D0fYKfXm1+ctTyP2GA4ZBLpA+4wG9Wo3nbBwlzW TmFPGIepyA5ZXA9AfGYp1jB+27GNLGWLxR34k3e+/t3DUYFz8RkEI4M6wYmraAbesx 58FNbm19jRV1w8vTVZqwv7EWCJDMgwfjYfNiK1kFln7Jc3VXEODhVS2Bnzb/g2l894 9O30Z1PY9Al8lEur/eJFKRAYKwdyfq9jXvLiGM4oT+Mn0GaNWb148DExacYesWJ6Tk Eg8D791eqb8iQ== Received: by mail-vs1-f53.google.com with SMTP id y8so13445999vsq.0 for ; Mon, 06 Feb 2023 09:15:01 -0800 (PST) X-Gm-Message-State: AO0yUKWFblyVLLoy+PJZ721o+LgejvMTLfNm8peXR86cFYCMvJNyIX7L Hwx9M72krmMoIQiP/VtlkH/Yp3KXiBit61QfHQ== X-Google-Smtp-Source: AK7set8ZetgM07xYkLEO5sBQxaMYji44aJho88ln7hFGQXNNCZ21PjfI5BWjiZ/AoT8sfNd1Mldd39LCEXKk9EktJjk= X-Received: by 2002:a67:7206:0:b0:3ea:c8c:48a5 with SMTP id n6-20020a677206000000b003ea0c8c48a5mr82824vsc.53.1675703700780; Mon, 06 Feb 2023 09:15:00 -0800 (PST) MIME-Version: 1.0 References: <20230204001959.935268-1-sjg@chromium.org> In-Reply-To: From: Rob Herring Date: Mon, 6 Feb 2023 11:14:49 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] schemas: Add schema for firmware logs To: Simon Glass Cc: Peter Robinson , devicetree@vger.kernel.org, Tom Rini , U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, Feb 4, 2023 at 6:04 AM Simon Glass wrote: > > Hi Peter, > > On Sat, 4 Feb 2023 at 02:36, Peter Robinson wrote: > > > > Hi Simon, > > > > Does it make sense to devise something that is compatible with the > > kernel's pstore [1] mechanism? > > Possibly...can you please be a little more specific? Peter is talking about the same thing I suggested on IRC. pstore == ramoops Rob