[U-Boot] [PATCH 0/5] P2020RDB Support Added

The following patch series add P2020RDB platform support in u-boot.
[PATCH 1/5] Adds GPIO registers to MPC85xx Memory Map. [PATCH 2/5] Second UART port added for MPC85xx, MPC83xx, MPC86xx processors [PATCH 3/5] Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII) [PATCH 4/5] Removed CONFIG_NUM_CPUS for 85xx processor series. This patch removes the compiler define for NUM_CPUS, instead the value is obtained dynamically by reading the SVR value and checking for it in the CPU_TYPE_ENTRY . The advantage of this is that we may be able to use the same u-boot image across the platforms where there are minor differences amongst them for example P1/P2 series of QorIQ processors. [PATCH 5/5] P2020RDB Platform support added. Basic platform support has been tested along with eTSEC, NAND, NOR, I2C etc.
u-boot version 2009.06 prepared from mirror of denx tree. Last 2 commits on the tree
commit 57fe30194d3c15c37d9ff06dbd2a4c1ffccda018 Merge: c11ff77... c9005a7... Author: Wolfgang Denk <wd@denx.de mailto:wd@denx.de > Date: Mon Jun 15 11:16:04 2009 +0200
Merge branch 'master' of /home/wd/git/u-boot/custodians
commit c9005a72fee4231e30fe93c1741cea2342c54504 Merge: 9ff67e5... 60f61e6... Author: Wolfgang Denk <wd@denx.de mailto:wd@denx.de > Date: Mon Jun 15 11:15:54 2009 +0200
Merge branch 'master' of git://git.denx.de/u-boot-net
Regards Poonam
participants (1)
-
Aggrwal Poonam-B10812