]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(intel): fix pinmux handoff bug on Agilex
authorJit Loon Lim <jit.loon.lim@intel.com>
Thu, 16 Jun 2022 20:54:01 +0000 (22:54 +0200)
committerSieu Mun Tang <sieu.mun.tang@intel.com>
Tue, 22 Nov 2022 15:35:22 +0000 (23:35 +0800)
commite6c038909193b83bc293de9b1eb65440e75f8c91
treef4a853c771212d579c2b17c6e7f699fe1c883eb7
parent9881bb93a3bc0a3ea37e9f093e09ab4b360a9e48
fix(intel): fix pinmux handoff bug on Agilex

Incorrect number of FPGA pinmux registers was copied from handoff data.
This caused pinmux_emac0_usefpga register to always be zero meaning
"EMAC0 uses HPS IO Pins" even if handoff data for this register was one
meaning "EMAC0 uses the FPGA Inteface".

Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>
Change-Id: Ia0bd832c61d25f66ef13f39fe28b054cb96af9a1
plat/intel/soc/agilex/soc/agilex_pinmux.c