Lines Matching +full:pcie +full:- +full:mac
2 --------
3 MPC8569MDS is composed of two boards - PB (Processor Board) and PIB (Platform
6 Building U-Boot
7 -----------
12 ----------
14 0xa000_0000 0xbfff_ffff PCIe MEM 512MB
16 0xe280_0000 0xe2ff_ffff PCIe I/O 8M
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
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
68 ---------------------------------
76 Please note the above two steps(setting mac addresses and programming ucode) are