diff options
| author | Tom Rini <[email protected]> | 2024-12-13 14:15:43 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-13 14:15:43 -0600 |
| commit | 7917841b000d5f4732183844b34c4636c206f60e (patch) | |
| tree | ffa4449c34ef14a40ec24254dd7ae1cae059dec0 /include | |
| parent | faa61a5012b157de78ab20ec7e3bc7faf849dafd (diff) | |
| parent | c1a8a1f91a495b2e8b82fe2426ecdeb84ecfe9c1 (diff) | |
Merge patch series "Enable EFI capsule updates for PHYTEC K3 SoMs"
Wadim Egorov <[email protected]> says:
This implements capsule updates for all our K3 SoMs for
eMMC, OSPI NOR and uSD cards.
We can use capsule updates to update the bootloader on all our
supported flash devices.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/phycore_am62x.h | 4 | ||||
| -rw-r--r-- | include/configs/phycore_am64x.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/phycore_am62x.h b/include/configs/phycore_am62x.h index 10b78b6f537..2bc6e7e16f9 100644 --- a/include/configs/phycore_am62x.h +++ b/include/configs/phycore_am62x.h @@ -12,4 +12,8 @@ /* DDR Configuration */ #define CFG_SYS_SDRAM_BASE 0x80000000 +#define PHYCORE_AM6XX_FW_NAME_TIBOOT3 u"PHYCORE_AM62X_TIBOOT3" +#define PHYCORE_AM6XX_FW_NAME_SPL u"PHYCORE_AM62X_SPL" +#define PHYCORE_AM6XX_FW_NAME_UBOOT u"PHYCORE_AM62X_UBOOT" + #endif /* __PHYCORE_AM62X_H */ diff --git a/include/configs/phycore_am64x.h b/include/configs/phycore_am64x.h index 9377db30a91..dd3dfa94270 100644 --- a/include/configs/phycore_am64x.h +++ b/include/configs/phycore_am64x.h @@ -12,4 +12,8 @@ /* DDR Configuration */ #define CFG_SYS_SDRAM_BASE 0x80000000 +#define PHYCORE_AM6XX_FW_NAME_TIBOOT3 u"PHYCORE_AM64X_TIBOOT3" +#define PHYCORE_AM6XX_FW_NAME_SPL u"PHYCORE_AM64X_SPL" +#define PHYCORE_AM6XX_FW_NAME_UBOOT u"PHYCORE_AM64X_UBOOT" + #endif /* __PHYCORE_AM64X_H */ |
