diff options
| author | Tom Rini <[email protected]> | 2025-03-18 08:14:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-18 09:04:06 -0600 |
| commit | c342f27711907d16fe326a33a3bfe424151dfa61 (patch) | |
| tree | 0894ebbd1361fa65549a3ba67022274612ba1259 /include | |
| parent | efaae94c02e7f93b95c7afe505b1b2102c2e45bf (diff) | |
| parent | 953af03171d94d7b2a7f587d4b0c8f1c826ff1f0 (diff) | |
Merge patch series "*** Various Improvements for phyCORE-AM62/A SoMs ***"
Wadim Egorov <[email protected]> says:
This patch series syncs the phyCORE-AM62Ax feature-wise with our other
K3-based SoMs by adding SoM overlay handling and capsule updates. It
also introduces support for USBDFU boot and includes various minor fixes.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/phycore_am62ax.h | 4 | ||||
| -rw-r--r-- | include/env/phytec/k3_dfu.env | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/phycore_am62ax.h b/include/configs/phycore_am62ax.h index 661ba8f73ca..4f612d2c2ce 100644 --- a/include/configs/phycore_am62ax.h +++ b/include/configs/phycore_am62ax.h @@ -12,4 +12,8 @@ /* DDR Configuration */ #define CFG_SYS_SDRAM_BASE 0x80000000 +#define PHYCORE_AM6XX_FW_NAME_TIBOOT3 u"PHYCORE_AM62AX_TIBOOT3" +#define PHYCORE_AM6XX_FW_NAME_SPL u"PHYCORE_AM62AX_SPL" +#define PHYCORE_AM6XX_FW_NAME_UBOOT u"PHYCORE_AM62AX_UBOOT" + #endif /* __PHYCORE_AM62AX_H */ diff --git a/include/env/phytec/k3_dfu.env b/include/env/phytec/k3_dfu.env new file mode 100644 index 00000000000..0cba87da99d --- /dev/null +++ b/include/env/phytec/k3_dfu.env @@ -0,0 +1,3 @@ +dfu_alt_info_ram= + tispl.bin ram 0x80080000 0x200000; + u-boot.img ram 0x81000000 0x400000 |
