Home
last modified time | relevance | path

Searched hist:"926870478 d1fd5e8cf6a38716c9cf1ae845435e1" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dzynqmppl.h926870478d1fd5e8cf6a38716c9cf1ae845435e1 Wed Jun 28 13:40:32 UTC 2017 Michal Simek <michal.simek@xilinx.com> arm64: zynqmp: Fix SVD mask for getting chip ID

Mask should start from the first bit - using 0xe is just wrong.
3bits are used that's why 0x7 mask is correct.
This patch is fixing silicon ID code detection. Previous behavior was
that bit0 was completely ignored.
Issue was found on 2eg chip detection.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>