Aaron Nyholm started a new discussion on 
bsps/aarch64/xilinx-zynqmp/start/bspstart.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1116#note_145163

 >  #include <bsp/ecc_priv.h>
 >  #include <bsp/irq-generic.h>
 >  #include <bsp/linker-symbols.h>
 > +#include <bsp/aarch64-mmu.h>
 > +#include <bsp/fdt.h>
 > +#include <libfdt.h>
 > +
 > +/*
 > + * Initialize PCIe MMU mapping using the device tree.
 > + *
 > + * Example PCIe node in the device tree:
 > + *
 > + * pcie@fd0e0000 {
 > + *     compatible = "xlnx,zynqmp-pcie";

Where was this FDT sourced from? We should try and keep our FDT inline with 
FreeBSD and Linux where possible.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1116#note_145163
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to