U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: "Chee, Tien Fong" <tien.fong.chee@altera.com>
Cc: u-boot@lists.u-boot-project.org,
	Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>,
	Dinesh Maniyam <dinesh.maniyam@altera.com>,
	Chen Huei Lok <chen.huei.lok@altera.com>,
	Brian Sune <briansune@gmail.com>,
	Tze Yee Ng <tzeyee.ng@altera.com>, Peng Fan <peng.fan@nxp.com>,
	Naresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Boon Khai Ng <boon.khai.ng@altera.com>
Subject: Re: [GIT PULL] SoCFPGA updates for next (2026-08-17)
Date: Wed, 19 Aug 2026 12:22:51 -0600	[thread overview]
Message-ID: <20260819182251.GA1954583@bill-the-cat> (raw)
In-Reply-To: <83d2b4a9-ae55-46cb-9dbd-9d603fa1ec94@altera.com>

[-- Attachment #1: Type: text/plain, Size: 2822 bytes --]

On Wed, Aug 19, 2026 at 09:16:43AM +0800, Chee, Tien Fong wrote:
> Hi Tom,
> 
> On Tue, 18 Aug 2026 20:17:15 +0000, Tom Rini <trini@konsulko.com> wrote:
> > I know CI doesn't fail on this, so I only saw it in my build logs:
> >        arm:  w+   socfpga_de10_nano
> > +(socfpga_de10_nano)
> > +(socfpga_de10_nano) WARNING: unmet direct dependencies detected for DESIGNWARE_WATCHDOG
> > +(socfpga_de10_nano)   Depends on [n]: WDT [=n]
> > +(socfpga_de10_nano)   Selected by [y]:
> > +(socfpga_de10_nano)   - ARCH_SOCFPGA_CYCLONE5 [=y] && ARM [=y] && ARCH_SOCFPGA [=y] && !TARGET_SOCFPGA_TERASIC_SOCKIT [=n] && !TARGET_SOCFPGA_EBV_SOCRATES [=n] && !TARGET_SOCFPGA_SOFTING_VINING_FPGA [=n]
> > 
> > That needs to be fixed.
> 
> Changelog since tags/u-boot-socfpga-next-20260817:
> 
> - arm: socfpga: cyclone5: select WDT with DESIGNWARE_WATCHDOG
>   ARCH_SOCFPGA_CYCLONE5 now selects WDT with the same board filter as
>   DESIGNWARE_WATCHDOG. socfpga_de10_nano no longer warns about the
>   unmet DESIGNWARE_WATCHDOG dependency.
> 
> This pull request updates SoCFPGA platforms with Stratix 10 and N5X
> driver-model conversions, DDR robustness fixes, Agilex5 storage and DT
> updates, and Gen5/Arria10 maintenance.
> 
> Stratix 10
> Switch to the upstream Linux DT, combine boot-flash defconfigs, and move
> firmware register settings into the device tree. Enable the system
> manager driver, refactor the S10 clock driver, exclude S10 from legacy
> MMC clkmgr address lookup, and improve SPL data save/restore and
> watchdog support.
> 
> N5X
> Enable the system manager driver and switch firewall setup to driver
> model. Adopt the upstream Linux DT, update GMAC nodes, consolidate
> ATF/VAB defconfigs, and use common SoC64 environment settings. Enable
> CMD_MTD and ISSI QSPI, split the reset manager into common and
> platform-family parts, and drop the kernel node from binman for the
> non-VAB flow.
> 
> DDR and memory
> Add ECC DRAM scrubbing and DRAM size checking for Gen5/Arria10,
> secure-region support for the ATF flow, a delay before MBRDADDR writes,
> and a data-cache flush fix. Use dev_read_addr_index_ptr() in the DDR
> driver.
> 
> Agilex / Agilex5
> Add an Agilex eMMC device tree, enable 8-bit eMMC, restrict watchdog0
> autostart, set DTB filename and kernel-node removal for non-secure boot,
> disable gmac2 on Agilex7M, and update Agilex PLL sync-to-async
> configuration.
> 
> Gen5 / Arria10 and cleanup
> Improve QTS handoff prepare isolation, fix the PL330 TARGET-to-ARCH
> naming, enable DesignWare watchdog and random MAC on Arria10, select WDT
> with DESIGNWARE_WATCHDOG on Cyclone V, and apply related Kconfig, FPGA,
> clock and MAINTAINERS cleanups.
> 
> Please pull the updated tag.

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

      reply	other threads:[~2026-08-19 18:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-17  3:29 [GIT PULL] SoCFPGA updates for next (2026-08-17) Chee, Tien Fong via U-Boot
2026-08-17 18:27 ` Tom Rini
2026-08-18  4:04   ` Chee, Tien Fong
2026-08-18 16:32   ` Chee, Tien Fong
2026-08-18 16:35     ` Tom Rini
2026-08-18 20:17 ` Tom Rini
2026-08-19  1:16   ` Chee, Tien Fong
2026-08-19 18:22     ` Tom Rini [this message]

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=20260819182251.GA1954583@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=alif.zakuan.yuslaimi@altera.com \
    --cc=boon.khai.ng@altera.com \
    --cc=briansune@gmail.com \
    --cc=chen.huei.lok@altera.com \
    --cc=dinesh.maniyam@altera.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=nareshkumar.ravulapalli@altera.com \
    --cc=peng.fan@nxp.com \
    --cc=tien.fong.chee@altera.com \
    --cc=tzeyee.ng@altera.com \
    --cc=u-boot@lists.u-boot-project.org \
    /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