1#include <env/pg-wcom/common.env>
2
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
13newenv=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
16
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}
24update-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
38