Lines Matching +full:save +full:- +full:mac +full:- +full:address
2 --------
3 MPC8569MDS is composed of two boards - PB (Processor Board) and PIB (Platform
6 Building U-Boot
7 -----------
12 ----------
25 Flashing U-Boot Images
26 ---------------
28 Use the following commands to program U-Boot image into flash:
30 => tftp 1000000 u-boot.bin
36 Setting the correct MAC addresses
37 -----------------------
38 The command - "mac", is introduced to set on-board system EEPROM in the format
39 defined in board/freescale/common/sys_eeprom.c. we must set all 8 MAC
40 addresses for the MPC8569MDS's 8 Ethernet ports and save it by "mac save" when
42 => mac i NXID /* Set NXID to this EEPROM */
43 => mac e 01 /* Set Errata, this value is not defined by hardware
45 => mac n a0 /* Set Serial Number. This is not defined by hardware
47 => mac date 090512080000 /* Set the date in YYMMDDhhmmss format */
49 => mac p 8 /* Set the number of mac ports, it should be 8 */
50 => mac 0 xx:xx:xx:xx:xx:xx /* xx:xx:xx:xx:xx:xx should be the real mac
51 address, you can refer to the value on
55 => mac 7 xx:xx:xx:xx:xx:xx
56 => mac read
57 => mac save
59 After resetting the board, the ethxaddrs will be filled with the mac addresses
63 => save
68 ---------------------------------
72 the address 0xfff0000 in the flash. Otherwise, the QE can't work and uboot
76 Please note the above two steps(setting mac addresses and programming ucode) are