Vasileios Amoiridis
Vasileios Amoiridis
There are various parts of code in the `XilinxProcessorIPLib/drivers/` like `gpiops` and `iicps` directories which are still using the type UINTPTR. This results in failed compilations of the PMUFW. The...
This value https://github.com/boschsensortec/BME68x_SensorAPI/blob/80ea120a8b8ac987d7d79eb68a9ed796736be845/bme68x_defs.h#L408 looks like it has the same index with this https://github.com/boschsensortec/BME68x_SensorAPI/blob/80ea120a8b8ac987d7d79eb68a9ed796736be845/bme68x_defs.h#L405 . These are different calibration parameters. Is this buffer supposed to be used for both humidity calibration...
So, I would like to raise some comments on the FSBL code and especially the following parts: 1) XFsbl_BoardInit() - https://github.com/Xilinx/embeddedsw/blob/master/lib/sw_apps/zynqmp_fsbl/src/xfsbl_initialization.c#L393 2) XFsbl_ResetValidation() - https://github.com/Xilinx/embeddedsw/blob/master/lib/sw_apps/zynqmp_fsbl/src/xfsbl_initialization.c#L401 3) XFsbl_InitWdt() - https://github.com/Xilinx/embeddedsw/blob/master/lib/sw_apps/zynqmp_fsbl/src/xfsbl_initialization.c#L888 What...