Holger Brunck | a98a170 | 2022-12-02 18:22:39 +0100 | [diff] [blame] | 1 | #include <environment/pg-wcom/common.env> |
| 2 | |
| 3 | EEprom_ivm=pca9547:70:9 |
| 4 | arch=ppc_82xx |
| 5 | boot=bootm ${load_addr_r} - ${fdt_addr_r} |
| 6 | checkfdt=true |
| 7 | cramfsloadfdt=cramfsload ${fdt_addr_r} fdt_0x${IVM_BoardId}_0x${IVM_HWKey}.dtb |
| 8 | fpgacfg=true |
| 9 | hostname=kmcent2 |
| 10 | hwconfig=fsl_ddr:ctlr_intlv=cacheline |
| 11 | netdev=eth2 |
| 12 | |
Tom Rini | 5fd3c14 | 2022-12-04 10:03:47 -0500 | [diff] [blame] | 13 | newenv=protect off ENV_DEL_ADDR +CFG_ENV_TOTAL_SIZE && |
| 14 | erase ENV_DEL_ADDR +CFG_ENV_TOTAL_SIZE && |
| 15 | protect on ENV_DEL_ADDR +CFG_ENV_TOTAL_SIZE |
Holger Brunck | a98a170 | 2022-12-02 18:22:39 +0100 | [diff] [blame] | 16 | |
| 17 | set_fdthigh=true |
| 18 | uimage=uImage |
| 19 | |
| 20 | update=protect off CONFIG_SYS_MONITOR_BASE +${filesize} && |
| 21 | erase CONFIG_SYS_MONITOR_BASE +${filesize} && |
| 22 | cp.b ${load_addr_r} CONFIG_SYS_MONITOR_BASE ${filesize} && |
| 23 | protect on CONFIG_SYS_MONITOR_BASE +${filesize} |
| 24 | update-nor=protect off CONFIG_SYS_FLASH_BASE +${filesize} && |
| 25 | erase CONFIG_SYS_FLASH_BASE +${filesize} && |
| 26 | cp.b ${load_addr_r} CONFIG_SYS_FLASH_BASE ${filesize} && |
| 27 | protect on CONFIG_SYS_MONITOR_BASE +CONFIG_SYS_MONITOR_LEN |
| 28 | |
| 29 | usb_phy_type=utmi |
| 30 | usb_dr_mode=host |
| 31 | |
| 32 | /* |
| 33 | * The Linux fsl_fman driver needs to be able to process frames with more |
| 34 | * than just the VLAN tag (i.e. eDSA tag). It is passed as a kernel boot |
| 35 | * parameters |
| 36 | */ |
| 37 | add_default+= fsl_dpaa_fman.fsl_fm_max_frm=1558 |