Pawel Dembicki
5de6aed42c
mpc85xx: add support for Freescale (NXP) P2020RDB
This commit add initial support for Freescale (NXP) P2020RDB
Hardware:
SoC: P2020 2x1GHz
DRAM: 512-1GB DDR3
2 + 4 GBE (2 separate ports and four in VSC7385)
Flash: 16MB NOR, 32MB NAND, 16MB SPI-NOR
PCIE x1 and mPCIE x1
SD Reader
Interfaces:
GBE RJ45 x6
USB2.0 x1
UART x2
I2C x2
JTAG x1
SD x1
PCIE x2 (PCIE and mPCIE)
Flash instructions:
Place sysupgrade image to 0x80000 address in NOR.
Eg. (no brakelines in setenv command):
setenv 'firmware_flash tftpboot $loadaddr $firmwarefile;
protect off $norfdtaddr +$filesize; erase $norfdtaddr +$filesize;
cp.b $loadaddr $norfdtaddr $filesize; protect on $norfdtaddr +$filesize;
cmp.b $loadaddr $norfdtaddr $filesize'
setenv firmwarefile firmware.bin
run firmware_flash
Boot (no brakeline in setenv command):
setenv bootcmd 'setenv bootargs root=/dev/mtdblock3 rw console=$consoledev,
$baudrate rootfstype=squashfs $othbootargs;
bootm $norfdtaddr'
saveenv
boot
Known issues:
-Switch is unmanaged (VSC 7385 is connected via eLBC, driver uses SPI)
-No SD reader support
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [refreshed patches]
2019-01-13 11:31:43 +01:00
..
2018-12-15 12:50:06 +01:00
2018-10-16 15:07:41 +01:00
2019-01-07 17:09:06 +01:00
2018-10-16 15:07:41 +01:00
2018-12-30 20:08:13 +01:00
2018-10-16 15:07:41 +01:00
2018-10-16 15:07:41 +01:00
2018-10-19 10:01:57 +02:00
2018-12-26 17:32:48 +01:00
2018-11-05 16:00:00 +01:00
2019-01-05 21:55:22 +01:00
2018-10-16 15:07:41 +01:00
2019-01-07 17:09:06 +01:00
2019-01-11 07:33:56 +01:00
2018-12-30 13:22:13 +01:00
2018-12-27 14:06:38 +01:00
2018-12-24 15:06:33 +00:00
2018-12-26 17:32:48 +01:00
2019-01-13 11:07:37 +01:00
2018-11-25 19:23:03 +01:00
2019-01-07 17:09:06 +01:00
2019-01-07 17:09:06 +01:00
2018-10-16 15:07:41 +01:00
2018-10-16 15:07:41 +01:00
2018-12-17 08:16:28 +01:00
2019-01-07 17:09:06 +01:00
2018-10-16 15:07:41 +01:00
2018-08-20 13:03:23 +02:00
2018-12-18 14:24:57 +01:00
2019-01-13 11:31:43 +01:00
2018-11-14 16:27:43 +01:00
2018-11-28 23:37:29 +01:00
2019-01-12 19:40:13 +01:00
2018-10-09 14:29:55 +02:00
2018-10-19 10:01:57 +02:00
2018-01-15 13:13:34 +01:00
2018-10-16 15:07:41 +01:00
2018-12-26 17:32:48 +01:00
2019-01-07 17:09:06 +01:00
2018-07-12 18:15:32 +02:00
2018-07-12 18:15:32 +02:00
2019-01-07 17:09:06 +01:00
2018-12-10 11:48:44 +01:00
2018-12-26 17:32:48 +01:00
2018-10-19 10:01:57 +02:00
2018-10-16 15:07:41 +01:00
2019-01-12 22:40:36 +01:00
2018-08-20 13:03:23 +02:00
2018-12-26 17:32:48 +01:00