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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E2B14C00140 for ; Thu, 18 Aug 2022 08:17:01 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 092EC84AA2; Thu, 18 Aug 2022 10:16:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="Lk9SZTgz"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9EF3B84AA2; Thu, 18 Aug 2022 10:16:57 +0200 (CEST) Received: from mail-io1-xd30.google.com (mail-io1-xd30.google.com [IPv6:2607:f8b0:4864:20::d30]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id EBE6A84A96 for ; Thu, 18 Aug 2022 10:16:54 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-io1-xd30.google.com with SMTP id q74so566516iod.9 for ; Thu, 18 Aug 2022 01:16:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=+vAgyUDjobuupDw+kt9mJHpEaZO9U+4joNFaR1RfTPE=; b=Lk9SZTgzSXoHNiD+FHcGAMVWlzdbwjiTmK/fmZZFrWnEvML9bPQV2mtMyDqJPqLAhh kPmh8olwMjMFde91BlbGpQBQjd1T6b5PpALCJ+3QCQadxNVUX5YT56PK/ZKgGiz71NC7 S+GlT1pGVktkIrBufAhDm6sJxgdG1W8sUFsxk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=+vAgyUDjobuupDw+kt9mJHpEaZO9U+4joNFaR1RfTPE=; b=6Rf1ezPDCV4NhoS15JTqiW6NuKJgnL9cwuEknGCMqCrxbfMSEkfmlz2qg0yFEARQep N7OC0xMRwXYh23MQY8JLWy55CBsAwnQJdqLzZ7jdMSg/B2ZgKURvg9VL3vJ8d+07rKef QOnTmbCwT8n4kgrN9r7CMszC0YPxhAB1/YxpjqhRQaDrpzwAG5PJet6rbI2Ua/441J30 +PBM28jRdBOUOiNw2oMT7D9z4xGXCV9WmoeaoSAz+wO8EJ6w1nOEAKRxTNiVx3FL/Dtf noWzap5Mvld/tvmc6DCwXARFEmY9omu1v/Nq7X1lvQrf6dfe735Eey+sBHSBUo9d5PPw Kpkw== X-Gm-Message-State: ACgBeo3FRkVu4M+BWmkJsgGqgJuxAEcKxtJT9hVVJHTBwmcjNAPLOeEp e68YEytENmCKGLgoWto/JY7B8VSqCqYkww== X-Google-Smtp-Source: AA6agR5NkFkHWsYO0lfJTjpDcse/at7CjvQCCJQlblvsd5lw4+Cm5A5Fw5q/jcIFsQdhX4ciwh4EVw== X-Received: by 2002:a05:6638:3010:b0:341:dda0:dcc5 with SMTP id r16-20020a056638301000b00341dda0dcc5mr882273jak.210.1660810613238; Thu, 18 Aug 2022 01:16:53 -0700 (PDT) Received: from sjg1.roam.corp.google.com (c-67-190-102-125.hsd1.co.comcast.net. [67.190.102.125]) by smtp.gmail.com with ESMTPSA id p3-20020a0566022b0300b0067ba7abc4cesm540798iov.50.2022.08.18.01.16.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Aug 2022 01:16:52 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Xavier Drudis Ferran , Quentin Schulz , Alper Nebi Yasak , Simon Glass Subject: [PATCH 1/2] binman: Mention split-elf in the main docs Date: Thu, 18 Aug 2022 02:16:45 -0600 Message-Id: <20220818081647.210263-1-sjg@chromium.org> X-Mailer: git-send-email 2.37.1.595.g718a3a8f04-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Since we are talking about ATF, add mention of this new feature too. Signed-off-by: Simon Glass --- tools/binman/binman.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst index 6e1fd3476f1..f85d13b700a 100644 --- a/tools/binman/binman.rst +++ b/tools/binman/binman.rst @@ -236,6 +236,10 @@ variable. Within binman, this EntryArg is picked up by the `Entry_atf_bl31` etype. An EntryArg is simply an argument to the entry. The `atf-bl31-path` name is documented in :ref:`etype_atf_bl31`. +Taking this a little further, when binman is used to create a FIT, it supports +using an ELF file, e.g. `bl31.elf` and splitting it into separate pieces (with +`fit,operation = "split-elf"`), each with its own load address. + Invoking binman outside U-Boot ------------------------------ -- 2.37.1.595.g718a3a8f04-goog