- Jun 29, 2008
-
-
Sascha Laue authored
Signed-off-by:
Sascha Laue <sascha.laue@liebherr.com>
-
- Jun 06, 2008
-
-
Stefan Roese authored
We use upper case letters for the AMCC processor defines (like CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and not CONFIG_440SPe. This patch fixes the last misspelled config options. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Jun 03, 2008
-
-
Sascha Laue authored
-
- May 20, 2008
-
-
Wolfgang Denk authored
This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Yuri Tikhonov authored
Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
Yuri Tikhonov authored
Don't run futher tests in case of a test fails that is marked as POST_STOP. Signed-off-by:
Ilya Yanok <yanok@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@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>
-
- May 09, 2008
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- May 04, 2008
-
-
Wolfgang Denk authored
Update ChNAGELOG, minor white space cleanup. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Apr 30, 2008
-
-
Sascha Laue authored
Signed-off-by:
Sascha Laue <sascha.laue@liebherr.com> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Sascha Laue authored
Signed-off-by:
Sascha Laue <sascha.laue@liebherr.com>
-
- Apr 29, 2008
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- Apr 28, 2008
-
-
Sascha Laue authored
The specification for the lwmon5 board dsPIC POST got changed. Also add defines for the temperatures and voltages. Signed-off-by:
Sascha Laue <sascha.laue@liebherr.com>
-
Sascha Laue authored
If the hardware watchdog detects a voltage error, the watchdog sets GPIO62 to low. The watchdog POST has to detect this low level. Signed-off-by:
Sascha Laue <leglas0@legpc180.leg.liebherr.i> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Apr 27, 2008
-
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Apr 25, 2008
-
-
Wolfgang Denk authored
ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a" messages to be printed. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Apr 22, 2008
-
-
Yuri Tikhonov authored
Introduce the new logical option CONFIG_HAS_POST which is set when the platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles to determine should the POST libs be compiled for the selected target platform, or not. To avoid breaking u-boot linking process, the empty post/libpost.a file is created for platforms which do not have POSTs. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
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>
-
- Apr 14, 2008
-
-
Sascha Laue authored
If the hardware watchdog detects a voltage error, the watchdog sets GPIO62 to low. The watchdog POST has to detect this low level. Signed-off-by:
Sascha Laue <leglas0@legpc180.leg.liebherr.i>
-
- Mar 25, 2008
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Mar 24, 2008
-
-
Yuri Tikhonov authored
Fix errors in the LWMON5 Sysmon POST for negative temperatures. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- Mar 22, 2008
-
-
Yuri Tikhonov authored
Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST. Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
-
- Mar 20, 2008
-
-
Wolfgang Denk authored
plus some coding style cleanup Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Yuri Tikhonov authored
Modify the RTC API to provide one a status for the time reported by the rtc_get() function: 0 - a reliable time is guaranteed, < 0 - a reliable time isn't guaranteed (power fault, clock issues, and so on). The RTC chip drivers are responsible for providing this info if the corresponding chip supports such functionality. If not - always report that the time is reliable. The POST RTC test was modified to detect the RTC faults utilizing this new rtc_get() feature. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- Mar 18, 2008
-
-
Yuri Tikhonov authored
Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Backlight was switched on even when temperature was too low. 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> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
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
Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Backlight was switcehd on even when temperature was too low. Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Disable external watch-dog for now. Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@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>
-
- Mar 15, 2008
-
-
Stefan Roese authored
This patch changes the physical addess parameter from 32bit to 64bit. This is needed for 36bit 4xx platforms to access areas located beyond the 4GB border, like SoC peripherals (EBC etc.). Signed-off-by:
Stefan Roese <sr@denx.de>
-