u-boot/common/spl
Tom Rini 6a7185887b global: Make <asm/global_data.h> include <asm/u-boot.h>
This follows the example of RISC-V where <asm/global_data.h> includes
<asm/u-boot.h> directly as "gd" includes a reference to bd_info already
and so the first must include the second anyhow. We then remove
<asm/u-boot.h> from all of the places which include references to "gd"
an so have <asm/global_data.h> already.

Signed-off-by: Tom Rini <trini@konsulko.com>
2024-05-06 15:07:48 -06:00
..
Kconfig spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl framework 2024-02-04 18:01:03 +08:00
Kconfig.nxp spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... 2023-10-06 14:38:11 -04:00
Kconfig.tpl spl: binman: Disable u_boot_any symbols for i.MX93 boards 2024-01-08 14:37:50 -03:00
Kconfig.vpl spl: binman: Disable u_boot_any symbols for i.MX93 boards 2024-01-08 14:37:50 -03:00
Makefile tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
spl.c global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
spl_atf.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_blk_fs.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_bootrom.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_dfu.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_ext.c global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
spl_fat.c global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
spl_fit.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_imx_container.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_legacy.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_mmc.c global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
spl_nand.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_net.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_nor.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_nvme.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_onenand.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_opensbi.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_optee.S Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE 2022-10-31 11:01:31 -04:00
spl_ram.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_sata.c global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
spl_sdp.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_semihosting.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_spi.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_ubi.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_usb.c global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
spl_xip.c common: Remove <common.h> and add needed includes 2024-05-06 15:05:04 -06:00
spl_ymodem.c global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00