[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ImageBuilder 1/5] uboot-script-gen: Update to deal with uImage which is not executable
- To: Oleksandr Tyshchenko <olekstysh@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Wed, 17 Apr 2024 14:26:23 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=gmail.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=aVNZGxRMNj9pOBLe90Vkr1scHYK/sfyg9wLGMccFcrE=; b=Ya84pg+G8e4SVaGP/jwaWSeYtX35dN2WZBNyCvYVJhr1M9wee1sSGYPZTxDwt77dU/2C+nLWSXHwuI96eZlyfS0X+rgZudWEExqTdQ6PJj2CEmZPaz+gZrLL4UBA51ipS8h5pGlSJ04RAh4TxHxhZ456o3RET1Vnkjk/yuSBpx6LIiKpkCLE3yMpG+2qBT4ui5wvUX0v4om269WnPGZLmCRo/YyuLavVqekOmP7ap0QMT29JJe4nyJF7GFs/uvkOQ0Fghz9/Ag0VLGEObaDfLo0D9+B780n+p8UHyVg+ekRSa50whdMHDP6bfo9sw+ObVPP+WlQ5e2y58+2T5yG3aw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gWv2wtK8Pk4jZCWz/aooVgo/RU2hmEt7vJxWjyWmT4tNWgmZvfOHE6Hqaejl/KoGc+tyo9CIetgYQsynZSASQYwfsD6TgJVg1EdlovXnYIixIT3T54Z0+mSwOr/UMeE3LuFdX4TsmXfASa6YaH4TGUciffj2/EzovCIh5crS4mkN+8nKPIUKWsKlLL59pt6tFJ8PJfXicEty9vvwXxMMQ+O/qU5MBX8ovxwLqD2f0fz3MuQuLGlz7kM2HHQadps1rE0kGIhrpiVlpox2c0Sz7kEqKoA2J/LTFCR88PnwUK0f2PAHgf09TuK4DG10lEYb0ClTzu4mWvJ9+IJFtYnwVA==
- Cc: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Wed, 17 Apr 2024 12:26:42 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 17/04/2024 14:07, Oleksandr Tyshchenko wrote:
>
>
> From: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>
>
> uImage is the Image that has a U-Boot wrapper, it doesn't contain
> "executable" string which subsequent "file" command is looking for
> when inspecting it.
>
> Below the proof:
>
> otyshchenko@EPUAKYIW03DD:~/work/xen_tests/input$ file -L binaries/uImage.gz
> binaries/uImage.gz: u-boot legacy uImage, Linux Kernel Image, Linux/ARM
> 64-bit,
> OS Kernel Image (gzip), 9822180 bytes, Fri Sep 29 15:39:42 2023, Load
> Address: 0X40000000,
> Entry Point: 0X40000000, Header CRC: 0XE1EF21BF, Data CRC: 0XC418025
>
> otyshchenko@EPUAKYIW03DD:~/work/xen_tests/input$ file -L binaries/uImage
> binaries/uImage: u-boot legacy uImage, Linux Kernel Image, Linux/ARM 64-bit,
> OS Kernel Image (Not compressed), 23269888 bytes, Fri Sep 29 15:40:19 2023,
> Load Address: 0X40000000, Entry Point: 0X40000000, Header CRC: 0XA0B7D051,
> Data CRC: 0X42083F51
>
> Suggested-by: Stefano Stabellini <stefano.stabellini@xxxxxxx>
> Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
~Michal
|