From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Wed, 22 Oct 2008 09:28:32 +0200 Subject: [U-Boot] Please pull u-boot-mpc83xx.git In-Reply-To: <20081021185638.17e2b548.kim.phillips@freescale.com> References: <20081021185638.17e2b548.kim.phillips@freescale.com> Message-ID: <20081022072832.E7B80835694E@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Kim Phillips, In message <20081021185638.17e2b548.kim.phillips@freescale.com> you wrote: > Dear Wolfgang Denk, > > Please pull: > > The following changes since commit def0819e920b05b34b56d8b42e1e43d9b89a52d6: > Wolfgang Denk (1): > FDT: don't use private kernel header files > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc83xx.git master > > Anton Vorontsov (8): > mpc83xx: mpc8360emds: rework LBC SDRAM setup > mpc83xx: fix serdes setup for the MPC8378E boards > mpc83xx: serdes: add forgotten shifts for rfcks > mpc83xx: add TSECs' HRCWH masks for MPC837x processors > mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards > mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards > mpc83xx: add ELBC NAND support for the MPC837XEMDS boards > mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS > > Richard Retanubun (1): > mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function > > board/freescale/mpc8360emds/mpc8360emds.c | 39 +++++-- > board/freescale/mpc837xemds/mpc837xemds.c | 172 ++++++++++++++++++++++++++++- > board/freescale/mpc837xemds/pci.c | 3 + > board/freescale/mpc837xerdb/mpc837xerdb.c | 2 +- > cpu/mpc83xx/cpu.c | 5 - > cpu/mpc83xx/serdes.c | 2 +- > include/asm-ppc/fsl_serdes.h | 10 +- > include/configs/MPC8360EMDS.h | 25 ++--- > include/configs/MPC837XEMDS.h | 20 +++- > include/mpc83xx.h | 2 + > 10 files changed, 234 insertions(+), 46 deletions(-) Done, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de The day-to-day travails of the IBM programmer are so amusing to most of us who are fortunate enough never to have been one - like watching Charlie Chaplin trying to cook a shoe.