Warning, /bsps/include/dev/clock/README.md is written in an unsupported language. File is not indexed.
0001 Version
0002 =======
0003
0004 The information in this file describes the source of
0005 bsps/include/dev/clock/xttcps_hw.h.
0006
0007 Import from:
0008
0009 https://github.com/Xilinx/embeddedsw.git
0010
0011 ```
0012 commit 5330a64c8efd14f0eef09befdbb8d3d738c33ec2
0013 Refs: <xilinx_v2022.2>
0014 Author: Nicole Baze <nicole.baze@xilinx.com>
0015 AuthorDate: Mon Oct 3 13:27:19 2022 -0700
0016 Commit: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
0017 CommitDate: Fri Oct 7 10:26:16 2022 +0530
0018
0019 xilpm: versal: server: Fix bug in AIE2 zeroization
0020
0021 There is a bug in AIE2 zeriozation function when polling for memory
0022 zeroization complete. Currently the entire memory register is being
0023 checked against zero but instead we need to check the bits specific
0024 to the memory tiles. This patch updates the zeroization check by
0025 adding a mask so that only the desired bits are checked for zero.
0026
0027 Signed-off-by: Nicole Baze <nicole.baze@xilinx.com>
0028 Acked-by: Jesus De Haro <jesus.de-haro@xilinx.com>
0029 ```