[U-Boot] Broken FSL boards

Kumar Gala galak at kernel.crashing.org
Fri Jul 29 15:30:39 CEST 2011


On Jul 29, 2011, at 8:20 AM, Wolfgang Denk wrote:

> Hi Kim, Kumar & Andy,
> 
> I'm not sure if you already notied that there is a relatively large
> number of Freescale boards that is broken in recent builds:
> 
> onfiguring for MPC837XEMDS_HOST - Board: MPC837XEMDS, Options: PCI
> In file included from fdt.c:34:
> /home/wd/git/u-boot/work/include/usb.h:159:2: error: #error USB Lowlevel not defined
> In file included from fdt.c:34:
> /home/wd/git/u-boot/work/include/usb.h:159:2: error: #error USB Lowlevel not defined
> make[1]: *** [/work/wd/tmp-ppc/arch/powerpc/cpu/mpc8xxx/fdt.o] Error 1
> make: *** [/work/wd/tmp-ppc/arch/powerpc/cpu/mpc8xxx/lib8xxx.o] Error 2
> make: *** Waiting for unfinished jobs....
> ppc_6xx-size: '/work/wd/tmp-ppc/u-boot': No such file
> 
> Configuring for MPC837XERDB board...
> In file included from fdt.c:34:
> /home/wd/git/u-boot/work/include/usb.h:159:2: error: #error USB Lowlevel not defined
> In file included from fdt.c:34:
> /home/wd/git/u-boot/work/include/usb.h:159:2: error: #error USB Lowlevel not defined
> make[1]: *** [/work/wd/tmp-ppc/arch/powerpc/cpu/mpc8xxx/fdt.o] Error 1
> make: *** [/work/wd/tmp-ppc/arch/powerpc/cpu/mpc8xxx/lib8xxx.o] Error 2
> make: *** Waiting for unfinished jobs....
> ppc_6xx-size: '/work/wd/tmp-ppc/u-boot': No such file
> 
> Configuring for P1023RDS board...
> fdt.c: In function 'fdt_fixup_fman_firmware':
> fdt.c:458: error: 'CONFIG_SYS_FMAN_FW_LENGTH' undeclared (first use in this function)
> fdt.c:458: error: (Each undeclared identifier is reported only once
> fdt.c:458: error: for each function it appears in.)
> make[1]: *** [/work/wd/tmp-ppc/arch/powerpc/cpu/mpc85xx/fdt.o] Error 1
> make: *** [/work/wd/tmp-ppc/arch/powerpc/cpu/mpc85xx/libmpc85xx.o] Error 2
> make: *** Waiting for unfinished jobs....
> make: *** wait: No child processes.  Stop.
> ppc_6xx-size: '/work/wd/tmp-ppc/u-boot': No such file
> 
> Configuring for P2041RDB board...
> make[1]: *** No rule to make target `p2041_serdes.c', needed by `/work/wd/tmp-ppc/arch/powerpc/cpu/mpc85xx/.depend'.  Stop.
> make[1]: *** No rule to make target `p2041_serdes.c', needed by `/work/wd/tmp-ppc/arch/powerpc/cpu/mpc85xx/.depend'.  Stop.
> make: *** [depend] Error 2
> ppc_6xx-size: '/work/wd/tmp-ppc/u-boot': No such file
> 
> Configuring for P2041RDB_SDCARD - Board: P2041RDB, Options: RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF80000
> make[1]: *** No rule to make target `p2041_serdes.c', needed by `/work/wd/tmp-ppc/arch/powerpc/cpu/mpc85xx/.depend'.  Stop.
> make[1]: *** No rule to make target `p2041_serdes.c', needed by `/work/wd/tmp-ppc/arch/powerpc/cpu/mpc85xx/.depend'.  Stop.
> make: *** [depend] Error 2
> 
> ppc_6xx-size: '/work/wd/tmp-ppc/u-boot': No such file
> Configuring for P2041RDB_SPIFLASH - Board: P2041RDB, Options: RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF80000
> make[1]: *** No rule to make target `p2041_serdes.c', needed by `/work/wd/tmp-ppc/arch/powerpc/cpu/mpc85xx/.depend'.  Stop.
> make[1]: *** No rule to make target `p2041_serdes.c', needed by `/work/wd/tmp-ppc/arch/powerpc/cpu/mpc85xx/.depend'.  Stop.
> make: *** [depend] Error 2
> ppc_6xx-size: '/work/wd/tmp-ppc/u-boot': No such file
> 
> 
> 
> Do you already have any plans for fixing these? I'd like to get a
> feeling for when we might be ready for a -rc1.
> 
> Thanks.

The pull request I just sent should fix P1023RDS and P2041*

Will talk to Kim about the MPC83xx boards today.

- k



More information about the U-Boot mailing list