[U-Boot] Please pull u-boot-mpc85xx master

Tom,
The following changes since commit 07e2822d158940a0e8ba45b6ab0344ffa1011a07:
board: nios2: Check if flash is configured before calling early_flash_cmd_reset() (2014-01-29 16:44:18 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 1b4175d6fa12b8012c119889ad5cc1e65c3cf6ba:
driver/ifc:Change accessor function to take care of endianness (2014-02-03 08:38:51 -0800)
---------------------------------------------------------------- Nikhil Badola (1): powerpc/usb: Enable dual phy for T1040
Prabhakar Kushwaha (6): driver/fsl_pci:Update print to display PCIe generation powerpc/mpc85xx:Fix README to show correct flash memory map powerpc/mpc85xx: Update serdes protocols for T1040 boards/t1040qds: Adds ethernet support for T1040 powerpc/t104xrdb: Update T1042RDB.h in config folder driver/ifc:Change accessor function to take care of endianness
Priyanka Jain (2): powerpc/t104xrdb: Update T1040RDB.h in config folder powerpc/t104xrdb: Add basic ethernet support
Rainer Boschung (2): kmp204x: support for QRIO1 bootcounter kmp204x: I2C deblocking support
Valentin Longchamp (7): kmp204x: introduce QRIO GPIO functions kmp204x: implement workaround for A-006559 kmp204x: add support for the kmcoge4 board kmp204x: update I2C field of RCW KM: add the KM_UBI_PART_BOOT_OPTS #define kmp204x: enable support for SPANSION SPI NOR kmp204x: initial support for PCIe FPGA configuration
poonam aggrwal (1): powerpc/mpc85xx: Update LIODNs for T1040
README | 6 + arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 2 + arch/powerpc/cpu/mpc85xx/t1040_ids.c | 36 -- arch/powerpc/cpu/mpc85xx/t1040_serdes.c | 63 ++- arch/powerpc/include/asm/config_mpc85xx.h | 6 +- arch/powerpc/include/asm/fsl_serdes.h | 8 +- arch/powerpc/include/asm/immap_85xx.h | 11 + board/freescale/t1040qds/Makefile | 1 + board/freescale/t1040qds/README | 6 +- board/freescale/t1040qds/eth.c | 492 ++++++++++++++++++++++++ board/freescale/t1040qds/t1040qds.c | 1 + board/freescale/t104xrdb/Makefile | 1 + board/freescale/t104xrdb/README | 6 +- board/freescale/t104xrdb/eth.c | 72 ++++ board/keymile/kmp204x/Makefile | 2 +- board/keymile/kmp204x/kmp204x.c | 128 +++--- board/keymile/kmp204x/kmp204x.h | 10 + board/keymile/kmp204x/pbi.cfg | 10 + board/keymile/kmp204x/pci.c | 85 ++++ board/keymile/kmp204x/qrio.c | 146 +++++++ board/keymile/kmp204x/rcw_kmp204x.cfg | 2 +- boards.cfg | 1 + doc/README.b4860qds | 4 +- drivers/mtd/nand/fsl_ifc_nand.c | 243 ++++++------ drivers/mtd/nand/fsl_ifc_spl.c | 60 +-- drivers/net/fm/t1040.c | 56 +++ drivers/pci/fsl_pci_init.c | 4 +- include/configs/T1040QDS.h | 5 +- include/configs/T1040RDB.h | 24 +- include/configs/T1042RDB_PI.h | 20 +- include/configs/km/keymile-common.h | 10 +- include/configs/km/kmp204x-common.h | 21 +- include/configs/kmp204x.h | 7 +- include/fsl_ifc.h | 42 +- 34 files changed, 1230 insertions(+), 361 deletions(-) create mode 100644 board/freescale/t1040qds/eth.c create mode 100644 board/freescale/t104xrdb/eth.c create mode 100644 board/keymile/kmp204x/qrio.c
Thanks,
York

On Mon, Feb 03, 2014 at 09:04:42AM -0800, York Sun wrote:
Tom,
The following changes since commit 07e2822d158940a0e8ba45b6ab0344ffa1011a07:
board: nios2: Check if flash is configured before calling early_flash_cmd_reset() (2014-01-29 16:44:18 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 1b4175d6fa12b8012c119889ad5cc1e65c3cf6ba:
driver/ifc:Change accessor function to take care of endianness (2014-02-03 08:38:51 -0800)
Nikhil Badola (1): powerpc/usb: Enable dual phy for T1040
Prabhakar Kushwaha (6): driver/fsl_pci:Update print to display PCIe generation powerpc/mpc85xx:Fix README to show correct flash memory map powerpc/mpc85xx: Update serdes protocols for T1040 boards/t1040qds: Adds ethernet support for T1040 powerpc/t104xrdb: Update T1042RDB.h in config folder driver/ifc:Change accessor function to take care of endianness
Priyanka Jain (2): powerpc/t104xrdb: Update T1040RDB.h in config folder powerpc/t104xrdb: Add basic ethernet support
Rainer Boschung (2): kmp204x: support for QRIO1 bootcounter kmp204x: I2C deblocking support
Valentin Longchamp (7): kmp204x: introduce QRIO GPIO functions kmp204x: implement workaround for A-006559 kmp204x: add support for the kmcoge4 board kmp204x: update I2C field of RCW KM: add the KM_UBI_PART_BOOT_OPTS #define kmp204x: enable support for SPANSION SPI NOR kmp204x: initial support for PCIe FPGA configuration
poonam aggrwal (1): powerpc/mpc85xx: Update LIODNs for T1040
README | 6 + arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 2 + arch/powerpc/cpu/mpc85xx/t1040_ids.c | 36 -- arch/powerpc/cpu/mpc85xx/t1040_serdes.c | 63 ++- arch/powerpc/include/asm/config_mpc85xx.h | 6 +- arch/powerpc/include/asm/fsl_serdes.h | 8 +- arch/powerpc/include/asm/immap_85xx.h | 11 + board/freescale/t1040qds/Makefile | 1 + board/freescale/t1040qds/README | 6 +- board/freescale/t1040qds/eth.c | 492 ++++++++++++++++++++++++ board/freescale/t1040qds/t1040qds.c | 1 + board/freescale/t104xrdb/Makefile | 1 + board/freescale/t104xrdb/README | 6 +- board/freescale/t104xrdb/eth.c | 72 ++++ board/keymile/kmp204x/Makefile | 2 +- board/keymile/kmp204x/kmp204x.c | 128 +++--- board/keymile/kmp204x/kmp204x.h | 10 + board/keymile/kmp204x/pbi.cfg | 10 + board/keymile/kmp204x/pci.c | 85 ++++ board/keymile/kmp204x/qrio.c | 146 +++++++ board/keymile/kmp204x/rcw_kmp204x.cfg | 2 +- boards.cfg | 1 + doc/README.b4860qds | 4 +- drivers/mtd/nand/fsl_ifc_nand.c | 243 ++++++------ drivers/mtd/nand/fsl_ifc_spl.c | 60 +-- drivers/net/fm/t1040.c | 56 +++ drivers/pci/fsl_pci_init.c | 4 +- include/configs/T1040QDS.h | 5 +- include/configs/T1040RDB.h | 24 +- include/configs/T1042RDB_PI.h | 20 +- include/configs/km/keymile-common.h | 10 +- include/configs/km/kmp204x-common.h | 21 +- include/configs/kmp204x.h | 7 +- include/fsl_ifc.h | 42 +- 34 files changed, 1230 insertions(+), 361 deletions(-) create mode 100644 board/freescale/t1040qds/eth.c create mode 100644 board/freescale/t104xrdb/eth.c create mode 100644 board/keymile/kmp204x/qrio.c
Applied to u-boot/master, thanks!
participants (2)
-
Tom Rini
-
York Sun