3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * See file CREDITS for list of people who contributed to this
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
23 * Be sure to mark tests to be run before relocation as such with the
24 * CONFIG_SYS_POST_PREREL flag so that logging is done correctly if the
25 * logbuffer support is enabled.
32 extern int ocm_post_test (int flags);
33 extern int cache_post_test (int flags);
34 extern int watchdog_post_test (int flags);
35 extern int i2c_post_test (int flags);
36 extern int rtc_post_test (int flags);
37 extern int memory_post_test (int flags);
38 extern int cpu_post_test (int flags);
39 extern int fpu_post_test (int flags);
40 extern int uart_post_test (int flags);
41 extern int ether_post_test (int flags);
42 extern int spi_post_test (int flags);
43 extern int usb_post_test (int flags);
44 extern int spr_post_test (int flags);
45 extern int sysmon_post_test (int flags);
46 extern int dsp_post_test (int flags);
47 extern int codec_post_test (int flags);
48 extern int ecc_post_test (int flags);
49 extern int flash_post_test(int flags);
51 extern int dspic_init_post_test (int flags);
52 extern int dspic_post_test (int flags);
53 extern int gdc_post_test (int flags);
54 extern int fpga_post_test (int flags);
55 extern int lwmon5_watchdog_post_test(int flags);
56 extern int sysmon1_post_test(int flags);
57 extern int coprocessor_post_test(int flags);
58 extern int led_post_test(int flags);
59 extern int button_post_test(int flags);
60 extern int memory_regions_post_test(int flags);
62 extern int sysmon_init_f (void);
64 extern void sysmon_reloc (void);
67 struct post_test post_list[] =
69 #if CONFIG_POST & CONFIG_SYS_POST_OCM
73 "This test checks on chip memory (OCM).",
74 POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL | POST_STOP,
81 #if CONFIG_POST & CONFIG_SYS_POST_CACHE
85 "This test verifies the CPU cache operation.",
86 POST_RAM | POST_ALWAYS,
93 #if CONFIG_POST & CONFIG_SYS_POST_WATCHDOG
94 #if defined(CONFIG_POST_WATCHDOG)
98 "Watchdog timer test",
100 "This test checks the watchdog timer.",
101 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT,
105 CONFIG_SYS_POST_WATCHDOG
109 #if CONFIG_POST & CONFIG_SYS_POST_I2C
113 "This test verifies the I2C operation.",
114 POST_RAM | POST_ALWAYS,
121 #if CONFIG_POST & CONFIG_SYS_POST_RTC
125 "This test verifies the RTC operation.",
126 POST_RAM | POST_SLOWTEST | POST_MANUAL,
133 #if CONFIG_POST & CONFIG_SYS_POST_MEMORY
137 "This test checks RAM.",
138 POST_ROM | POST_POWERON | POST_SLOWTEST | POST_PREREL,
142 CONFIG_SYS_POST_MEMORY
145 #if CONFIG_POST & CONFIG_SYS_POST_CPU
149 "This test verifies the arithmetic logic unit of"
151 POST_RAM | POST_ALWAYS,
158 #if CONFIG_POST & CONFIG_SYS_POST_FPU
162 "This test verifies the arithmetic logic unit of"
164 POST_RAM | POST_ALWAYS,
171 #if CONFIG_POST & CONFIG_SYS_POST_UART
172 #if defined(CONFIG_POST_UART)
178 "This test verifies the UART operation.",
179 POST_RAM | POST_SLOWTEST | POST_MANUAL,
185 #endif /* CONFIG_POST_UART */
187 #if CONFIG_POST & CONFIG_SYS_POST_ETHER
191 "This test verifies the ETHERNET operation.",
192 POST_RAM | POST_ALWAYS | POST_MANUAL,
196 CONFIG_SYS_POST_ETHER
199 #if CONFIG_POST & CONFIG_SYS_POST_SPI
203 "This test verifies the SPI operation.",
204 POST_RAM | POST_ALWAYS | POST_MANUAL,
211 #if CONFIG_POST & CONFIG_SYS_POST_USB
215 "This test verifies the USB operation.",
216 POST_RAM | POST_ALWAYS | POST_MANUAL,
223 #if CONFIG_POST & CONFIG_SYS_POST_SPR
227 "This test checks SPR contents.",
228 POST_RAM | POST_ALWAYS,
235 #if CONFIG_POST & CONFIG_SYS_POST_SYSMON
239 "This test monitors system hardware.",
240 POST_RAM | POST_ALWAYS,
244 CONFIG_SYS_POST_SYSMON
247 #if CONFIG_POST & CONFIG_SYS_POST_DSP
251 "This test checks any connected DSP(s).",
252 POST_RAM | POST_ALWAYS | POST_MANUAL,
259 #if CONFIG_POST & CONFIG_SYS_POST_CODEC
263 "This test checks any connected codec(s).",
264 POST_RAM | POST_MANUAL,
268 CONFIG_SYS_POST_CODEC
271 #if CONFIG_POST & CONFIG_SYS_POST_ECC
275 "This test checks the ECC facility of memory.",
276 POST_ROM | POST_ALWAYS | POST_PREREL,
283 #if CONFIG_POST & CONFIG_SYS_POST_BSPEC1
286 #if CONFIG_POST & CONFIG_SYS_POST_BSPEC2
289 #if CONFIG_POST & CONFIG_SYS_POST_BSPEC3
292 #if CONFIG_POST & CONFIG_SYS_POST_BSPEC4
295 #if CONFIG_POST & CONFIG_SYS_POST_BSPEC5
298 #if CONFIG_POST & CONFIG_SYS_POST_COPROC
300 "Coprocessors communication test",
302 "This test checks communication with coprocessors.",
303 POST_RAM | POST_ALWAYS | POST_CRITICAL,
304 &coprocessor_post_test,
307 CONFIG_SYS_POST_COPROC
310 #if CONFIG_POST & CONFIG_SYS_POST_FLASH
312 "Parallel NOR flash test",
314 "This test verifies parallel flash operations.",
315 POST_RAM | POST_SLOWTEST | POST_MANUAL,
319 CONFIG_SYS_POST_FLASH
322 #if CONFIG_POST & CONFIG_SYS_POST_MEM_REGIONS
324 "Memory regions test",
326 "This test checks regularly placed regions of the RAM.",
327 POST_ROM | POST_SLOWTEST | POST_PREREL,
328 &memory_regions_post_test,
331 CONFIG_SYS_POST_MEM_REGIONS
336 unsigned int post_list_size = ARRAY_SIZE(post_list);