summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/microblaze/microblaze_fpga/grp.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-19bsps/microblaze: Remove GPIO build system optionsAlex White1-18/+0
The number of GPIO devices along with each of their particular configurations is application-specific. Encoding this information as build options also introduced a lot of clutter.
2023-04-19bsps/microblaze: Add support for multiple UARTsMaldonado, Sergio E. (GSFC-580.0)1-0/+10
2023-04-19bsps/microblaze: Allow copying FDT from U-BootMaldonado, Sergio E. (GSFC-580.0)1-0/+4
2023-03-14bsps/microblaze: Add AXI GPIO driverAlex White1-0/+18
2023-02-06bsps/microblaze: Add device tree getterAlex White1-0/+2
This allows drivers to read configuration data from the device tree if the BSP is built with device tree support.
2022-07-25bsps/microblaze: Fix build option definition orderAlex White1-0/+2
The build option definitions were rearranged such that the option definitions used in the linker script were not available. This caused linker errors when building.
2022-07-04build: Add cppflags, cflags, cxxflags to groupsSebastian Huber1-0/+3
Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
2022-03-15microblaze: Add JFFS2 AXI QSPI driverAlex White1-0/+6
This driver has been tested with Micron NOR Flash via AXI Quad SPI.
2022-02-23spec/microblaze: Use configurable RAM sizeKinsey Moore1-0/+2
When committed, the MicroBlaze RAM size was hard-coded to 16MB. This changes the default to 256MB and sets the KCU105 BSPs to 2GB since that is what the board has on it.
2022-02-01microblaze: Add support for libbsd networkingAlex White1-0/+14
This includes fixes and improvements necessary to get libbsd networking running.
2021-11-30build: Use common objects item for get memorySebastian Huber1-0/+2
2021-10-13microblaze: Rework for RTEMS 6Alex White1-12/+12
This reworks the existing MicroBlaze architecture port and BSP to achieve basic functionality using the latest RTEMS APIs.
2021-04-07spec: Remove RTEMS_NETWORKING optionsVijay Kumar Banerjee1-2/+0
Update #3850
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+38
Update #3818.