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 shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (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 C1D1BC4345F for ; Fri, 12 Apr 2024 13:56:03 +0000 (UTC) Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.97.1) (envelope-from ) id 1rvHM3-000000003El-0Ufo; Fri, 12 Apr 2024 09:54:11 -0400 Received: from forward101c.mail.yandex.net ([2a02:6b8:c03:500:1:45:d181:d101]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1rvHM1-000000003EC-0eVh for kernelnewbies@kernelnewbies.org; Fri, 12 Apr 2024 09:54:09 -0400 Received: from mail-nwsmtp-mxback-production-main-57.sas.yp-c.yandex.net (mail-nwsmtp-mxback-production-main-57.sas.yp-c.yandex.net [IPv6:2a02:6b8:c23:1245:0:640:a572:0]) by forward101c.mail.yandex.net (Yandex) with ESMTPS id 62C56608EE for ; Fri, 12 Apr 2024 16:53:42 +0300 (MSK) Received: from mail.yandex.ru (2a02:6b8:c08:1383:0:640:831f:0 [2a02:6b8:c08:1383:0:640:831f:0]) by mail-nwsmtp-mxback-production-main-57.sas.yp-c.yandex.net (mxback/Yandex) with HTTP id brcULd1OtGk0-UIEfRDJ3; Fri, 12 Apr 2024 16:53:42 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1712930022; bh=QdujR4UpuX/K4wmPQX6y+At8YI8O8rz6oorpVAJFN3E=; h=Message-Id:Date:Subject:To:From; b=Gc9HwkozSP0IFaXbhCu7M10JdwCwPHjSCtGn1+l4PwcDadx9Eh4jesafI6Ij4ewJa 58HRLq5lrCIsGWFVwCxeIvenJaizWHZaO7rPudQtakfjx6gv/GyIuxuKIpci341x36 7YCFs5YF/lo4HH32aqVOKKBnQqTS+BKxq7jmGRAc= Authentication-Results: mail-nwsmtp-mxback-production-main-57.sas.yp-c.yandex.net; dkim=pass header.i=@yandex.com Received: by z7oys7c4urhdnodv.sas.yp-c.yandex.net with HTTP; Fri, 12 Apr 2024 16:53:41 +0300 From: Lev Olshvang Envelope-From: levonshe@yandex.ru To: kernelnewbies Subject: uboot and kernel entry point, load address for booting kernel from FIT image MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Fri, 12 Apr 2024 16:53:41 +0300 Message-Id: <12501712928691@mail.yandex.ru> X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============2773106322419899005==" Errors-To: kernelnewbies-bounces@kernelnewbies.org --===============2773106322419899005== Content-Transfer-Encoding: 8bit Content-Type: text/html; charset=utf-8
Hi list,
 
 
uboot requires that  kernel entry point and  load address be specified at FIT spec
I thought this indo Should be sowewher in System.map
Can u help me how to find entry point in System.map or perhaps I vmllinux file?
ThanX
 
--===============2773106322419899005== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies --===============2773106322419899005==--