[U-Boot] arm post tests in uboot

Simon Glass sjg at chromium.org
Fri Jan 31 22:02:40 CET 2014


Hi,

On 28 January 2014 23:04, shobin b <shobin.me at gmail.com> wrote:
> Hi,
>
> I am doing post for arm in uboot-toradex(in iris based colibri t20 board).When
> i enabled post in my board file(colibri_t20.h) it showing following errors
> after making uboot,
>
> i=aapcs-linux -mno-thumb-interwork -march=armv5 -Werror -Wall
> -Wstrict-prototypes -fno-stack-protector   -o display.o display.c -c
> /home/shobin/toradex/gcc-linaro-arm-linux-gnueabihf-2012.09-20120921_linux/bin/arm-linux-gnueabihf-ld
>  -r -o libtegra2.o  board.o pinmux.o sys_info.o display.o
> make[1]: Leaving directory
> `/home/shobin/iris/u-boot-toradex/arch/arm/cpu/armv7/tegra2'
> make -C arch/arm/lib/
> make[1]: Entering directory `/home/shobin/iris/u-boot-toradex/arch/arm/lib'
> In file included from board.c:56:0:
> /home/shobin/iris/u-boot-toradex/include/post.h:75:2: error: #error
> "_POST_WORD_ADDR currently not implemented for this platform!"

What are you expecting this to do? POST is not really used on ARM but
I suppose you could implement it. Are you expecting it to flash a
light or display a number on a LED/LCD display?

You could also look at bootstage.h.

Regards,
Simon


More information about the U-Boot mailing list