diff options
| author | Tom Rini <[email protected]> | 2024-03-19 09:10:30 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-19 09:10:30 -0400 |
| commit | f048104999db28d49362201eaebfc91adb14f47c (patch) | |
| tree | d8a909e13b846bb4a443283a3d948a39bb835995 /board | |
| parent | b145877c22b391a4872c875145a8f86f6ffebaba (diff) | |
| parent | 386fca68960994ece0d9da8a69a14495b5f1aedf (diff) | |
Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/custodians/u-boot-socfpga into next
- A new driver in the misc to register setting from device tree. This
also provides user a clean interface and all register settings are
centralized in one place, device tree.
- Enable Agilex5 platform for Intel product. Changes, modification and
new files are created for board, dts, configs and makefile to create
the base for Agilex5.
Build-tested on SoC64 boards, boot tested on some of them.
Diffstat (limited to 'board')
| -rw-r--r-- | board/intel/agilex5-socdk/MAINTAINERS | 8 | ||||
| -rw-r--r-- | board/starfive/visionfive2/MAINTAINERS | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/board/intel/agilex5-socdk/MAINTAINERS b/board/intel/agilex5-socdk/MAINTAINERS new file mode 100644 index 00000000000..b696f788c81 --- /dev/null +++ b/board/intel/agilex5-socdk/MAINTAINERS @@ -0,0 +1,8 @@ +SOCFPGA BOARD +M: Tien Fong Chee <[email protected]> +M: Teik Heng Chong <[email protected]> +M: Jit Loon Lim <[email protected]> +S: Maintained +F: board/intel/agilex5-socdk/ +F: include/configs/socfpga_agilex5_socdk.h +F: configs/socfpga_agilex5_defconfig diff --git a/board/starfive/visionfive2/MAINTAINERS b/board/starfive/visionfive2/MAINTAINERS index 600ff9575b8..d7f638f9b41 100644 --- a/board/starfive/visionfive2/MAINTAINERS +++ b/board/starfive/visionfive2/MAINTAINERS @@ -1,7 +1,8 @@ STARFIVE JH7110 VISIONFIVE2 BOARD -M: Yanhong Wang <[email protected]> +M: Minda Chen <[email protected]> S: Maintained F: arch/riscv/include/asm/arch-jh7110/ F: board/starfive/visionfive2/ F: include/configs/starfive-visionfive2.h F: configs/starfive_visionfive2_defconfig +F: drivers/pci/pcie_starfive_jh7110.c |
