[U-Boot] Pull request: u-boot-mpc85xx

Tom,
The following changes since commit b98d934128bcd98106e764d2f492ac79c38ae53d:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2013-08-13 09:14:02 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 49d87b1325fde11ebac60d8dc1cbd4c2c11d3973:
include/fsl_usb.h: Cleanup license header (2013-08-14 11:29:51 -0700)
---------------------------------------------------------------- Po Liu (1): powerpc/c29xpcie: add readme document for c29xpcie
Prabhakar Kushwaha (1): powerpc/mpc85xx:Avoid hardcoded init for serdes block 1 & 2
York Sun (1): include/fsl_usb.h: Cleanup license header
ramneek mehresh (2): fsl/usb: Move USB internal phy definitions to fsl_usb.h powerpc/usb: Depricate usb_phy_type and usb_dr_mode uboot env variables
arch/powerpc/cpu/mpc85xx/cpu_init.c | 7 +- arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 16 ++++ arch/powerpc/cpu/mpc8xxx/fdt.c | 22 ------ arch/powerpc/include/asm/config_mpc85xx.h | 4 + arch/powerpc/include/asm/immap_85xx.h | 48 ------------ board/freescale/c29xpcie/README | 100 ++++++++++++++++++++++++ include/fsl_usb.h | 64 +++++++++++++++ 7 files changed, 188 insertions(+), 73 deletions(-) create mode 100644 board/freescale/c29xpcie/README create mode 100644 include/fsl_usb.h
I am still working on the remaining patches.
York

On Wed, Aug 14, 2013 at 12:11:03PM -0700, York Sun wrote:
Tom,
The following changes since commit b98d934128bcd98106e764d2f492ac79c38ae53d:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2013-08-13 09:14:02 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 49d87b1325fde11ebac60d8dc1cbd4c2c11d3973:
include/fsl_usb.h: Cleanup license header (2013-08-14 11:29:51 -0700)
Po Liu (1): powerpc/c29xpcie: add readme document for c29xpcie
Prabhakar Kushwaha (1): powerpc/mpc85xx:Avoid hardcoded init for serdes block 1 & 2
York Sun (1): include/fsl_usb.h: Cleanup license header
ramneek mehresh (2): fsl/usb: Move USB internal phy definitions to fsl_usb.h powerpc/usb: Depricate usb_phy_type and usb_dr_mode uboot env variables
arch/powerpc/cpu/mpc85xx/cpu_init.c | 7 +- arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 16 ++++ arch/powerpc/cpu/mpc8xxx/fdt.c | 22 ------ arch/powerpc/include/asm/config_mpc85xx.h | 4 + arch/powerpc/include/asm/immap_85xx.h | 48 ------------ board/freescale/c29xpcie/README | 100 ++++++++++++++++++++++++ include/fsl_usb.h | 64 +++++++++++++++ 7 files changed, 188 insertions(+), 73 deletions(-) create mode 100644 board/freescale/c29xpcie/README create mode 100644 include/fsl_usb.h
I am still working on the remaining patches.
Applied to u-boot/master, thanks!
participants (2)
-
Tom Rini
-
York Sun