u-boot/board/gateworks/venice
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
..
eeprom.c board: gateworks: venice: add imx8mp-gw7905-2x support 2023-07-11 14:40:05 +02:00
eeprom.h board: gateworks: venice: rename eeprom_init 2022-10-20 17:35:51 +02:00
imximage-8mm-lpddr4.cfg imx: Don't define __ASSEMBLY__ in source files 2022-02-08 23:07:58 -05:00
imximage-8mn-lpddr4.cfg board: gateworks: venice: add imx8mn-gw7902 support 2022-02-19 14:46:54 +01:00
imximage-8mp-lpddr4.cfg board: gateworks: venice: add imx8mp-venice-gw740x support 2022-04-21 12:44:24 +02:00
Kconfig board: gateworks: venice: add imx8mp-venice-gw740x support 2022-04-21 12:44:24 +02:00
lpddr4_timing.h board: gateworks: venice: add imx8mp-gw7905-2x support 2023-07-11 14:40:05 +02:00
lpddr4_timing_imx8mm.c board: gateworks: venice: add imx8mm-gw7903 support 2022-04-13 09:55:26 +02:00
lpddr4_timing_imx8mm_512mb.c board: gateworks: venice: add imx8mm-gw7903 support 2022-04-13 09:55:26 +02:00
lpddr4_timing_imx8mn.c board: gateworks: venice: add imx8mn-gw7902 support 2022-02-19 14:46:54 +01:00
lpddr4_timing_imx8mp.c board: gateworks: venice: add imx8mp-gw7905-2x support 2023-07-11 14:40:05 +02:00
MAINTAINERS board: gateworks: venice: move README to RST 2023-02-19 21:15:15 +01:00
Makefile board: gateworks: venice: add imx8mp-venice-gw740x support 2022-04-21 12:44:24 +02:00
spl.c spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() 2023-10-17 23:55:10 +02:00
venice.c board: gateworks: venice: switch to 2-bank dram config 2023-07-13 11:29:40 +02:00
venice.env board: gateworks: venice: dynamically update the update_firmware script 2023-07-11 14:40:03 +02:00