u-boot/board/advantech/imx8mp_rsb3720a1
Marek Vasut e936db9536 spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()
Introduce two new weak functions, arch_spl_mmc_get_uboot_raw_sector() and
board_spl_mmc_get_uboot_raw_sector(), each of which can be overridden at
a matching level, that is arch/ and board/ , in addition to the existing
weak function spl_mmc_get_uboot_raw_sector().

This way, architecture code can define a default architecture specific
implementation of arch_spl_mmc_get_uboot_raw_sector(), while the board
code can override that using board_spl_mmc_get_uboot_raw_sector() which
takes precedence over the architecture code. In some sort of unlikely
special case where code has to take precedence over board code too, the
spl_mmc_get_uboot_raw_sector() is still left out to be a weak function,
but it should be unlikely that this is ever needed to be overridden.

Signed-off-by: Marek Vasut <marex@denx.de>
2023-10-17 23:55:10 +02:00
..
imx8mp_rsb3720a1.c spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() 2023-10-17 23:55:10 +02:00
imximage-8mp-lpddr4.cfg u-boot-imx-20220220 2022-02-20 12:07:20 -05:00
Kconfig nxp: Make board/freescale/common/Kconfig safe to include once in arch/Kconfig 2022-07-05 17:03:02 -04:00
lpddr4_timing_rsb3720a1_4G.c arm: imx8m: add support for Advantech RSB-3720 2022-02-19 14:46:54 +01:00
lpddr4_timing_rsb3720a1_6G.c arm: imx8m: add support for Advantech RSB-3720 2022-02-19 14:46:54 +01:00
MAINTAINERS arm: imx8m: add support for Advantech RSB-3720 2022-02-19 14:46:54 +01:00
Makefile arm: imx8m: add support for Advantech RSB-3720 2022-02-19 14:46:54 +01:00
spl.c ARM: imx: Remove PMIC reset configuration from board files 2023-01-30 23:23:01 +01:00