]> git.sur5r.net Git - u-boot/commit
arm64: zynqmp: Correct EG/EV part detection logic
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Fri, 2 Mar 2018 10:50:10 +0000 (16:20 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 23 Mar 2018 08:34:44 +0000 (09:34 +0100)
commit83bf2ff03d084c68e5dd92f18b6a359b6ac1570b
tree20912ed5c6e445f5cb05c7f7e5dc3a5a3f9504ba
parenta79b590f78ca9ad2d786e3ae3180cca02cb02bfc
arm64: zynqmp: Correct EG/EV part detection logic

The vcu disable bit in efuse ipdisable register is valid only
if PL powered up so, consider PL powerup status for determing
EG/EV part. If PL is not powered up, ignore EG/EV part of string.
The PL powerup status will be filled by pmufw based on PL PROGB
status in the 9th bit of version field.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/zynqmp/zynqmp.c