- Sep 29, 2011
-
-
Mike Frysinger authored
Make it easy for any Blackfin board to enable led/push button tests. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
- Jul 26, 2011
-
-
Mike Frysinger authored
This adds a simple flash test to automatically verify erasing, writing, and reading of sectors. The code is based on existing Blackfin tests but generalized for everyone to use. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
We've got a handy dandy macro already for calculating the number of elements in an array, so use it. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
- Oct 20, 2010
-
-
Stefan Roese authored
Add CONFIG_POST_UART to implement a board specific UART POST test. This is done since lwmon5 needs to set POST_ALWAYS to run this test on each reboot. And we don't want to change the default behavious of this this. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Apr 24, 2010
-
-
Anatolij Gustschin authored
Adds coprocessor communication POST code Signed-off-by:
Anatolij Gustschin <agust@denx.de>
-
- Oct 18, 2008
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- Jun 29, 2008
-
-
Sascha Laue authored
Signed-off-by:
Sascha Laue <sascha.laue@liebherr.com>
-
- May 20, 2008
-
-
Yuri Tikhonov authored
Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
Yuri Tikhonov authored
Added OCM test to POST layer. This version runs before all other tests but doesn't yet interrupt post sequence on failure. Signed-off-by:
Ilya Yanok <yanok@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
- Apr 22, 2008
-
-
Yuri Tikhonov authored
Remove CONFIG_POST ifdefs from the post/ source files. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Mar 18, 2008
-
-
Yuri Tikhonov authored
* External Watchdog test; * dsPIC tests; * FPGA test; * GDC test; * Sysmon tests. Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com>
-
Yuri Tikhonov authored
These are: * External Watchdog test; * dsPIC tests; * FPGA test; * GDC test; * Sysmon tests. Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com>
-
- Feb 06, 2008
-
-
Larry Johnson authored
Signed-off-by:
Larry Johnson <lrj@acm.org>
-
- Jan 09, 2008
-
-
Stefan Roese authored
On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses self modifying code and this doesn't work with stack in d-cache, since I can't move the code from d-cache to i-cache. We move the SPR test to be executed a little later, after relocation. Then stack is located in SDRAM and this self-modifying code is no problem anymore. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Jul 20, 2007
-
-
Pavel Kolesnikov authored
This patch adds ECC Post test for the Lwmon5 board based on PPC440EPx to U-Boot. Signed-off-by:
Pavel Kolesnikov <concord@emcraft.com> Acked-by:
Yuri Tikhonov <yur@emcraft.com> Acked-by:
Stefan Roese <sr@denx.de>
-
- Jun 22, 2007
-
-
Igor Lisitsin authored
Added memory, CPU, UART, I2C and SPR POST tests for PPC440. Signed-off-by:
Igor Lisitsin <igor@emcraft.com> --
-
- Jun 07, 2004
-
-
Wolfgang Denk authored
- Intracom board update. - Add Codec POST.
-
- Apr 15, 2004
-
-
Wolfgang Denk authored
- add support for the Epson 156x series of graphical displays (These displays are serial and not suitable for using a normal framebuffer console on them) - add infrastructure needed in order to POST any DSPs in a board
-
- Jul 14, 2003
-
-
Wolfgang Denk authored
- Correct flash and JFFS2 support for MPC8260ADS - fix PVR values and clock generation for PowerQUICC II family (8270/8275/8280) * Patch by Bernhard Kuhn, 08 Jul 2003: - add support for M68K targets * Patch by Ken Chou, 3 Jul: - Fix PCI config table for A3000 - Fix iobase for natsemi.c (PCI_BASE_ADDRESS_0 is the IO base register for DP83815) * Allow to enable "slow" POST routines by key press on power-on * Fix temperature dependend switching of LCD backlight on LWMON * Tweak output format for LWMON
-
- Jun 27, 2003
-
-
Wolfgang Denk authored
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
-
- Apr 27, 2003
-
-
Wolfgang Denk authored
- Splashscreen support - modem support - sysmon support - temperature dependend enabling of LCD * Allow booting from old "PPCBoot" disk partitions * Add support for TQM8255 Board / MPC8255 CPU
-
- Dec 08, 2002
-
-
Wolfgang Denk authored
to log on the console, too (like in Linux); get rid of "logstart"
-
- Oct 07, 2002
-
-
Wolfgang Denk authored
-