[U-Boot-Users] [FDT][UPDATE][PATCH] Convert boards that set memory node to use fdt_fixup_memory()

gvb.uboot gvb.uboot at gmail.com
Thu Nov 29 03:21:51 CET 2007


Kumar Gala wrote:
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> 
> We needed a (u64) cast to make thing work properly.  Again updated my
> libfdt_testing branch with this fix.
> 
>  board/cm5200/cm5200.c   |   15 ++-------------
>  board/ids8247/ids8247.c |   17 +++--------------
>  cpu/mpc83xx/cpu.c       |   18 ++----------------
>  3 files changed, 7 insertions(+), 43 deletions(-)

This and Kumar's previous fdt patches are working for me (mpc8360emds). 
  I've pushed them to the testing branch in u-boot-fdt.  Thanks.

Machine format:
git://www.denx.de/git/u-boot-fdt testing

Human format:
<http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-fdt.git;a=shortlog;h=testing>

I noticed that we have warnings on a couple of boards that don't have an 
ethernet defined.  Patch coming in a couple minutes...

$ less LOG/cm5200.ERR
fdt_support.c: In function 'fdt_fixup_ethernet':
fdt_support.c:565: warning: unused variable 'path

$ ll LOG/*.ERR | grep "[0-9][0-9] 2007" | grep 100
-rw-r--r-- 1 vanbaren users  100 2007-11-27 20:35 LOG/cm5200.ERR
-rw-r--r-- 1 vanbaren users  100 2007-11-27 20:37 LOG/fo300.ERR
-rw-r--r-- 1 vanbaren users  100 2007-11-27 20:37 LOG/icecube_5100.ERR
-rw-r--r-- 1 vanbaren users  100 2007-11-27 20:38 LOG/icecube_5200.ERR
-rw-r--r-- 1 vanbaren users  100 2007-11-27 20:38 LOG/lite5200b.ERR
-rw-r--r-- 1 vanbaren users  100 2007-11-27 20:39 LOG/motionpro.ERR
-rw-r--r-- 1 vanbaren users  100 2007-11-27 20:44 LOG/TQM5200_B.ERR
-rw-r--r-- 1 vanbaren users  100 2007-11-27 20:43 LOG/TQM5200.ERR
-rw-r--r-- 1 vanbaren users  100 2007-11-27 20:45 LOG/TQM5200S.ERR

Best regards,
gvb




More information about the U-Boot mailing list