]> git.baikalelectronics.ru Git - uboot.git/commit
arm64: zynqmp: Add support for SVD devices
authorMichal Simek <michal.simek@xilinx.com>
Mon, 5 Oct 2020 07:35:40 +0000 (09:35 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 23 Jun 2021 07:48:35 +0000 (09:48 +0200)
commitc9de8f561115eaab9731805c7f4cb5f4ab3547ac
tree3b7469e887cfc04b10275ee73b20f6114229db7f
parent0a9158d1508a659c96889cc800c5ab81effad47d
arm64: zynqmp: Add support for SVD devices

SVDs  are using different name which can't be handled via zynqmp_devices
structure. That's why introduce zynqmp_detect_svd_name() which checks ID
code for these devices and show proper name for them.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/zynqmp/zynqmp.c