[U-Boot-Users] Please pull u-boot-mpc83xx.git
Dave Liu
r63238 at freescale.com
Fri Jan 18 03:11:02 CET 2008
On Fri, 2008-01-18 at 04:13 +0800, Phillips Kim wrote:
> Wolfgang D.,
>
> Ben submitted a hard SPI driver, and Dave fixed a critical bug for the
> mpc8315e-rdb. Please pull:
>
> The following changes since commit
> f188896c2f1594fe749fdb99bbc8c54023cfab3a:
> Wolfgang Denk (1):
> Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-
> boot/master
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc83xx.git
>
> Ben Warren (2):
> Add support for a Freescale non-CPM SPI controller
> Implement hard SPI driver on MPC8349EMDS
>
> Dave Liu (1):
> mpc83xx: Fix the fatal conflict of merge
>
> Kim Phillips (1):
> codingstyle cleanup for spi driver
>
> Makefile | 2 +
> README | 8 ++
> board/freescale/mpc8349emds/mpc8349emds.c | 29 ++++++
> cpu/mpc83xx/cpu_init.c | 7 +-
> cpu/mpc83xx/speed.c | 10 +-
> drivers/spi/Makefile | 46 +++++++++
> drivers/spi/mpc8xxx_spi.c | 143 ++++++++++++++++++++
> +++++++++
> include/asm-ppc/immap_83xx.h | 9 +-
> include/asm-ppc/mpc8xxx_spi.h | 48 ++++++++++
> include/configs/MPC8349EMDS.h | 9 ++
> include/mpc83xx.h | 10 +--
> lib_ppc/board.c | 16 +++
> 12 files changed, 315 insertions(+), 22 deletions(-)
> create mode 100644 drivers/spi/Makefile
> create mode 100644 drivers/spi/mpc8xxx_spi.c
> create mode 100644 include/asm-ppc/mpc8xxx_spi.h
Kim/Wolfgang,
also, please apply the patch to fix the broken issue of 83xx immap
[PATCH] mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
Thanks,
Dave
More information about the U-Boot
mailing list