Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Neal Frager via buildroot <buildroot@buildroot.org>
Cc: ibai.erkiaga-elorza@amd.com, luca.ceresoli@bootlin.com,
	brandon.maier@collins.com, Neal Frager <neal.frager@amd.com>,
	michal.simek@amd.com, yann.morin.1998@free.fr
Subject: Re: [Buildroot] [PATCH v4 1/2] configs/zynqmp_kria_kd240_defconfig: bump to xilinx-v2024.1
Date: Fri, 12 Jul 2024 17:00:12 +0200	[thread overview]
Message-ID: <20240712170012.7b912bf2@windsurf> (raw)
In-Reply-To: <20240618033849.2389758-1-neal.frager@amd.com>

On Tue, 18 Jun 2024 04:38:48 +0100
Neal Frager via buildroot <buildroot@buildroot.org> wrote:

> This patch bumps the zynqmp_kria_kd240_defconfig to xilinx-v2024.1 which includes
> the following updates:
> 
> - Linux v6.6.10
> - U-Boot v2024.01
> - ATF v2.10
> - PMUFW xilinx-v2024.1
> 
> Migrated u-boot to xilinx_zynqmp_kria_defconfig, so uboot.fragment no longer
> needed.
> 
> With u-boot 2024.1, CONFIG_SYS_SPI_U_BOOT_OFFS has a new meaning. It is now
> the offset between the base address of the boot.bin and u-boot.itb instead of
> a raw base address of u-boot.itb. This allows for A/B firmware updates since
> the u-boot.itb is set by default to a 0x80000 offset of the boot.bin.
> 
> Thus, Kria SOMs come with the following QSPI address table.
> 
> Partition A:
> 0x200000 - boot.bin
> 0x280000 - u-boot.itb
> 
> Partition B:
> 0xF80000 - boot.bin
> 0x1000000 - u-boot.itb
> 
> In addition, the kd240 still requires a board specific patch for the usb to sd
> card bridge device.  Without the board specific patch in the
> ./board/zynqmp/kria/kd240/patches directory, the usb will not come up correctly
> and u-boot will not be able to find the sd card containing the Linux kernel and
> file system.
> 
> Upstream: https://patchwork.ozlabs.org/project/uboot/patch/20240604083854.2033917-1-neal.frager@amd.com/
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> ---
> V1->V2:
> - Removed numbers from patch and added Upstream link
> V2->V3:
> - Updated patch with version that does not init serdes
> V3->V4:
> - Migrated to xilinx-prebuilt
> - Added force check hashes
> ---
>  .checkpackageignore                           |   1 -
>  ...arm64-zynqmp-Enable-usb3-for-k24-som.patch |  81 ++++
>  ...nqmp-Fix-k24-psu_init_gpl.c-clocking.patch | 401 ------------------
>  ...ynqmp-Add-output-enable-pins-to-SOMs.patch |  79 ----
>  configs/zynqmp_kria_kd240_defconfig           |  20 +-
>  5 files changed, 93 insertions(+), 489 deletions(-)
>  create mode 100644 board/zynqmp/kria/kd240/patches/uboot/0001-arm64-zynqmp-Enable-usb3-for-k24-som.patch
>  delete mode 100644 board/zynqmp/kria/kd240/patches/uboot/0001-arm64-zynqmp-Fix-k24-psu_init_gpl.c-clocking.patch
>  delete mode 100644 board/zynqmp/kria/kd240/patches/uboot/0002-arm64-zynqmp-Add-output-enable-pins-to-SOMs.patch

Series applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2024-07-12 15:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-18  3:38 [Buildroot] [PATCH v4 1/2] configs/zynqmp_kria_kd240_defconfig: bump to xilinx-v2024.1 Neal Frager via buildroot
2024-06-18  3:38 ` [Buildroot] [PATCH v4 2/2] board/zynqmp: cleanup Neal Frager via buildroot
2024-06-28  7:31   ` Luca Ceresoli via buildroot
2024-06-28  7:31 ` [Buildroot] [PATCH v4 1/2] configs/zynqmp_kria_kd240_defconfig: bump to xilinx-v2024.1 Luca Ceresoli via buildroot
2024-07-12 15:00 ` Thomas Petazzoni via buildroot [this message]
     [not found] ` <20241213150136.0c434b72@booty>
2024-12-13 14:18   ` Frager, Neal via buildroot
     [not found]   ` <1b302d1b-723e-4347-99a4-c2491b072850@amd.com>
2024-12-13 14:27     ` Frager, Neal via buildroot
     [not found]       ` <29429f45-119a-48cf-be1a-d8f92c27f32f@amd.com>
2024-12-13 14:41         ` Frager, Neal via buildroot
     [not found]       ` <20241217124300.64fe7fa9@booty>
2024-12-17 16:17         ` Frager, Neal via buildroot
     [not found]           ` <20241217185436.3751ffc5@booty>
2024-12-17 18:57             ` Frager, Neal via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240712170012.7b912bf2@windsurf \
    --to=buildroot@buildroot.org \
    --cc=brandon.maier@collins.com \
    --cc=ibai.erkiaga-elorza@amd.com \
    --cc=luca.ceresoli@bootlin.com \
    --cc=michal.simek@amd.com \
    --cc=neal.frager@amd.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=yann.morin.1998@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox