From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 49595941491 for ; Wed, 21 Feb 2024 09:41:36 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=AGeCRpyagbsoYhfiWoelS19CJ+SIacUeoG9C30foTxA=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1708508494; v=1; b=MRrSieRwRybBfFkIIxQ0LCyNnr88Pc6vHeEUq/QZlFPvYaAVchJ2jEKXzOcvKUFGjpFpq+Vm C/OrMqFSWL26uagRGumMkl/uyJCTlCXNg66FqMtal02A3lrL2iV8WaugjE7Pr+SQRRyV3fwdC3F 4mRaTLNwWUu+t/mQd4pnThEY= X-Received: by 127.0.0.2 with SMTP id i9B2YY7687511xazNgA1Hl2j; Wed, 21 Feb 2024 01:41:34 -0800 X-Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com [209.85.167.177]) by mx.groups.io with SMTP id smtpd.web11.9439.1708508494012904202 for ; Wed, 21 Feb 2024 01:41:34 -0800 X-Received: by mail-oi1-f177.google.com with SMTP id 5614622812f47-3bd72353d9fso4779832b6e.3 for ; Wed, 21 Feb 2024 01:41:33 -0800 (PST) X-Gm-Message-State: uuO0VBcUlkehqEdso6NRQ4PUx7686176AA= X-Google-Smtp-Source: AGHT+IGvg3j8ohhKNa+fgIJ8qZk9rIRWkWOlM70N8QbG7y++HTvlhGF3y6D9vkpQ6/OSY3lLJ06nxw== X-Received: by 2002:a05:6808:1790:b0:3bf:f1e9:2199 with SMTP id bg16-20020a056808179000b003bff1e92199mr25051105oib.46.1708508493099; Wed, 21 Feb 2024 01:41:33 -0800 (PST) X-Received: from dhaval.blr.rivosinc.com ([49.249.129.34]) by smtp.gmail.com with ESMTPSA id q18-20020a170902c9d200b001db90df1283sm7630259pld.4.2024.02.21.01.41.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Feb 2024 01:41:32 -0800 (PST) From: "Dhaval Sharma" To: devel@edk2.groups.io Cc: Guo Dong , Sean Rhodes , James Lu , Gua Guo Subject: [edk2-devel] [PATCH v1 0/1] Make FIT building more generic Date: Wed, 21 Feb 2024 15:11:27 +0530 Message-Id: <20240221094128.88109-1-dhaval@rivosinc.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,dhaval@rivosinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=MRrSieRw; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Current implementation makes assumptions about arch it will be built for. Need to make it more generic to add follow up support for RISCV. Right now it does not build for RV until relevant dsc file is available. https://github.com/tianocore/edk2/pull/5395 Cc: Guo Dong Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Dhaval (1): UefiPayloadPkg: Make UPL build script arch agnostic UefiPayloadPkg/UefiPayloadPkg.dsc | 2 +- UefiPayloadPkg/Tools/MkFitImage.py | 18 +++++++-------- UefiPayloadPkg/UniversalPayloadBuild.py | 23 +++++++++++++------- 3 files changed, 25 insertions(+), 18 deletions(-) -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115721): https://edk2.groups.io/g/devel/message/115721 Mute This Topic: https://groups.io/mt/104485239/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-