blob: efa762e558990771f00a1e3f01b279922c5138da [file] [log] [blame]
Simon Glassc4840952023-07-30 21:01:45 -06001#include <env/pg-wcom/common.env>
Holger Bruncka98a1702022-12-02 18:22:39 +01002
3EEprom_ivm=pca9547:70:9
4arch=ppc_82xx
5boot=bootm ${load_addr_r} - ${fdt_addr_r}
6checkfdt=true
7cramfsloadfdt=cramfsload ${fdt_addr_r} fdt_0x${IVM_BoardId}_0x${IVM_HWKey}.dtb
8fpgacfg=true
9hostname=kmcent2
10hwconfig=fsl_ddr:ctlr_intlv=cacheline
11netdev=eth2
12
Tom Rini5fd3c142022-12-04 10:03:47 -050013newenv=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 Bruncka98a1702022-12-02 18:22:39 +010016
17set_fdthigh=true
18uimage=uImage
19
20update=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
29usb_phy_type=utmi
30usb_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 */
37add_default+= fsl_dpaa_fman.fsl_fm_max_frm=1558