u-boot/board/gdsys/a38x
Pali Rohár 8f9e0f4d20 arm: mvebu: Convert board_pex_config() to CONFIG_SPL_BOARD_INIT
The only user of board_pex_config() weak function is A385 controlcenterdc
board. It looks like that code in its board_pex_config() function needs to
be executed after PCIe link is up. Therefore put this code into
spl_board_init() function which is called after a38x serdes initialization,
and therefore it is after the serdes hws_pex_config() function finishes
(which is the state before this change).

With this change completely remove board_pex_config() function as it is not
used anymore.

Signed-off-by: Pali Rohár <pali@kernel.org>
2022-01-14 07:47:57 +01:00
..
controlcenterdc.c arm: mvebu: Convert board_pex_config() to CONFIG_SPL_BOARD_INIT 2022-01-14 07:47:57 +01:00
dt_helpers.c WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
dt_helpers.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
hre.c tpm: Switch TPMv1 over to use the new API 2021-03-02 15:53:37 -05:00
hre.h tpm: Convert to use a device parameter 2018-11-29 09:30:06 -07:00
hydra.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
hydra.h arm: mvebu: Add gdsys ControlCenter-Compact board 2017-03-23 15:48:28 +01:00
ihs_phys.c board: gdsys: a38x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation 2021-09-28 18:50:56 +03:00
ihs_phys.h arm: mvebu: Add gdsys ControlCenter-Compact board 2017-03-23 15:48:28 +01:00
keyprogram.c tpm: Switch TPMv1 over to use the new API 2021-03-02 15:53:37 -05:00
keyprogram.h tpm: Convert to use a device parameter 2018-11-29 09:30:06 -07:00
MAINTAINERS treewide: Fix gdsys mail addresses 2018-03-09 09:23:10 -05:00
Makefile arm: mvebu: gdsys: Remove custom spl_board_init() 2021-07-31 09:59:58 +02:00