diff options
author | Tom Rini <trini@konsulko.com> | 2025-03-17 10:18:18 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-17 10:18:18 -0600 |
commit | 4101b56d0bf041336cdda10d63be7acdfc92a61b (patch) | |
tree | f0521d697b2bb2d3d775e234ef813750c897af4b /board/intel/agilex5-socdk | |
parent | 0e1fc465fea62ebae91f2f56cb823e8b37ee1077 (diff) | |
parent | 448d27f6adf6de576860fdb9c3c4ecbe51819e33 (diff) |
Merge branch 'nand-next' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash into next
CI: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/25178
This merge request add support for cadence raw nand driver for agilex
board and add a fix to meson driver.
Diffstat (limited to 'board/intel/agilex5-socdk')
-rw-r--r-- | board/intel/agilex5-socdk/MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/intel/agilex5-socdk/MAINTAINERS b/board/intel/agilex5-socdk/MAINTAINERS index b696f788c81..30d8815d202 100644 --- a/board/intel/agilex5-socdk/MAINTAINERS +++ b/board/intel/agilex5-socdk/MAINTAINERS @@ -2,7 +2,9 @@ SOCFPGA BOARD M: Tien Fong Chee <tien.fong.chee@intel.com> M: Teik Heng Chong <teik.heng.chong@intel.com> M: Jit Loon Lim <jit.loon.lim@intel.com> +M: Dinesh Maniyam <dinesh.maniyam@intel.com> S: Maintained F: board/intel/agilex5-socdk/ F: include/configs/socfpga_agilex5_socdk.h F: configs/socfpga_agilex5_defconfig +F: configs/socfpga_agilex5_nand2_defconfig |