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