summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/xilinx-zynqmp/grp_zu3eg.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/zynqmp: Add JFFS2 NAND adapterKinsey Moore2023-03-151-0/+2
| | | | | This adds the glue code necessary to allow JFFS2 to operate on top of NAND memory hosted by the XNandPsu peripheral/driver.
* bsps: Import Xilinx NAND driverKinsey Moore2022-12-231-0/+2
| | | | | | | | | | This adds Xilinx's driver for the Xilinx NAND controller embedded in the ZynqMP SoC. Within that device alone, it is possible to access this peripheral from MicroBlaze, ARMv7, and ARMv8 cores. This has been added to the hardware ZynqMP BSPs since QEMU does not support emulation of this peripheral. This driver supports polled operation only. The imported files are and should be able to remain unmodified. Import information is kept in bsps/shared/dev/nand/VERSION.
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-041-1/+4
| | | | | | | Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
* bsps/zynqmp: Added I2C support for ZynqMPStephen Clark2021-09-091-0/+2
| | | | Added I2C drivers for ZynqMP and updated build system accordingly.
* bsps/aarch64: replace boot options with asm switch codeGedare Bloom2021-06-241-2/+0
|
* spec/aarch64: Add BSPs for real ZynqMP hardwareKinsey Moore2021-05-271-0/+18
Add the BSPs for running on the ZU3EG Ultrascale+ Zynq MPSoC and alter the option defaults necessary for them to run properly using the standard BOOT.BIN configured for PetaLinux that comes in the Out-of-Box package.