Closed arnopo closed 1 year ago
@bentheredonethat: This PR fix #237. Please, could you confirm that it works on your side
@arnopo confirmed
Hi @arnopo I would actually push back on this patch
for ports where we have support for multiple processors (which we plan to upstream) then we would have to revert this patch because multiple processors would use the MB/GB symbols.
CC @tnmysh
Hi @arnopo I would actually push back on this patch
for ports where we have support for multiple processors (which we plan to upstream) then we would have to revert this patch because multiple processors would use the MB/GB symbols.
CC @tnmysh
Hi @bentheredonethat Could I merge this one or do you plan to provide a better fix in a the short term?
Hi @arnopo I would actually push back on this patch for ports where we have support for multiple processors (which we plan to upstream) then we would have to revert this patch because multiple processors would use the MB/GB symbols. CC @tnmysh
Hi @bentheredonethat Could I merge this one or do you plan to provide a better fix in a the short term?
@arnopo I will provide fix.
@arnopo @bentheredonethat done: https://github.com/OpenAMP/libmetal/pull/249/
The introduction of MB and GB macros introduces warnings in Zephyr build. Indeed they are already defined in zephyr/include/zephyr/sys/util.h. Remove them and put them back in lib/system/generic/xlnx_common/zynqmp_aarch64/sys.c.