]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: cssi: Load CMPC885's motherboard FPGA earlier
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 3 May 2023 06:38:16 +0000 (08:38 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 4 May 2023 08:58:07 +0000 (10:58 +0200)
commit019b39b7366e5591949f6d41aeac474b632be704
tree141ca7c4bfc5b1bbfd681333de99fc4c6e493d9e
parent756af9ab830dea30e8f5f4f4962050d87575820f
board: cssi: Load CMPC885's motherboard FPGA earlier

In order to know the motherboard type earlier, perform I/O ports
initialisation and FPGA loading in board_early_init_f() instead
of board_early_init_r().

This is needed to be able to load mpc8xx CPM microcode base on
motherboard type and before starting to use the CPM.

Console is not available yet so remove the printfs.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
board/cssi/cmpc885/cmpc885.c
configs/CMPC885_defconfig