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 smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 04A14C433F5 for ; Sat, 12 Feb 2022 13:09:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 9CA5140375; Sat, 12 Feb 2022 13:09:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BRSahBtnaSRR; Sat, 12 Feb 2022 13:09:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 945F640272; Sat, 12 Feb 2022 13:09:32 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 7D0B61BF283 for ; Sat, 12 Feb 2022 13:09:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 790784088F for ; Sat, 12 Feb 2022 13:09:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vg0kyt1DTjFO for ; Sat, 12 Feb 2022 13:09:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from hostingweb31-40.netsons.net (hostingweb31-40.netsons.net [89.40.174.40]) by smtp4.osuosl.org (Postfix) with ESMTPS id 41E474087C for ; Sat, 12 Feb 2022 13:09:22 +0000 (UTC) Received: from [77.244.183.192] (port=62278 helo=[192.168.178.41]) by hostingweb31.netsons.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nIs9Q-0006n2-0n; Sat, 12 Feb 2022 14:09:20 +0100 Message-ID: Date: Sat, 12 Feb 2022 14:09:18 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Content-Language: en-US To: Neal Frager References: <20220211121740.1257919-1-neal.frager@xilinx.com> <20220211121740.1257919-2-neal.frager@xilinx.com> From: Luca Ceresoli In-Reply-To: X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hostingweb31.netsons.net X-AntiAbuse: Original Domain - buildroot.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: hostingweb31.netsons.net: authenticated_id: luca@lucaceresoli.net X-Authenticated-Sender: hostingweb31.netsons.net: luca@lucaceresoli.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [Buildroot] [PATCH v5 2/2] add configs/zynqmp_zcu102_defconfig X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "giulio.benetti@benettiengineering.com" , Michal Simek , "buildroot@buildroot.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Hi Neal, On 11/02/22 14:16, Neal Frager wrote: > Hi Luca, > > I have encountered yet another issue. > > If the pm_cfg_obj.c file is generated with Vitis 2021.2, it looks like the following: > There is a new "#define PM_CONFIG_OBJECT_TYPE_BASE 0x1U" > which breaks the pm_cfg_obj_convert.py. > > Could you generate a new version of the script that supports the Vitis 2021 file format? Thank you for the report! I just sent a patch [0] to U-Boot to add this define to the script. I compared your file with one generated by an older Vivado and it looks like no other define has been added. Of course you can reply to that patch with your review, it would help getting it in mainline sooner. Now you can send a new version of your Buildroot patches that adds this U-Boot patch, so you can use an unmodified pm_cfg_obj.c Hint to use the patch: - go to [0] - click "mbox" to download the patch in the same format as 'git format-patch' - save that file into your Buildroot $BR2_GLOBAL_PATCH_DIR/uboot - edit the file to add a 'Fetch from:' line according to [1] The patch should be applied automatically on 'make uboot-clean uboot'. [0] https://patchwork.ozlabs.org/project/uboot/patch/20220212125121.3398547-1-luca@lucaceresoli.net/ [1] https://buildroot.org/downloads/manual/manual.html#_integrating_patches_found_on_the_web -- Luca _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot