Alison Wang
f668c52033
arm: ls1021a: Add timer_init() in board_init_f for SPL
...
I2C is used to access DDR SPD in the DDR initialization for SPL. In
i2c_write process, get_timer() will be called. In board_init_f for SPL,
timer_init() is not called before. The system counter is not enabled and
the counter frequency is not set to 12.5MHz in SPL. The parameters for
do_div() are zero too.
It could not be found until CONFIG_USE_PRIVATE_LIBGCC is enabled in
default. When CONFIG_USE_PRIVATE_LIBGCC is enabled, U-Boot will use its
own set of libgcc functions. As the parameters for do_div() are zero,
__div0 will be called. Then the processor will stay in an endless loop
after calling hang().
This patch will add timer_init() in board_init_f for SPL and fix a
series of issues it caused.
Signed-off-by: Alison Wang <alison.wang@nxp.com >
Reviewed-by: York Sun <york.sun@nxp.com >
2018-12-06 14:37:19 -08:00
..
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-06-17 21:16:04 +08:00
2018-08-07 10:53:52 +02:00
2018-05-07 09:34:12 -04:00
2018-07-12 09:22:12 +02:00
2018-05-07 09:34:12 -04:00
2018-05-30 11:59:21 +02:00
2018-11-29 15:16:58 -05:00
2018-11-26 15:52:39 -05:00
2018-05-07 10:24:31 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-11-26 13:57:31 +08:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-10-22 09:18:49 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-31 13:50:39 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-11-16 13:34:35 -05:00
2018-05-18 17:56:50 -04:00
2018-05-07 09:34:12 -04:00
2018-07-19 17:03:35 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-07-25 08:47:52 +09:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-08-23 17:31:24 +05:30
2018-05-07 09:34:12 -04:00
2018-06-17 21:16:04 +08:00
2018-08-20 13:52:06 +08:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-12-03 10:44:10 -05:00
2018-09-19 09:00:39 +02:00
2018-05-07 09:34:12 -04:00
2018-10-10 11:53:55 +05:30
2018-05-07 09:34:12 -04:00
2018-06-17 21:16:04 +08:00
2018-07-23 11:02:14 +02:00
2018-05-07 09:34:12 -04:00
2018-05-31 08:53:11 -04:00
2018-06-24 08:56:04 +08:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-11-26 13:57:33 +08:00
2018-07-23 10:51:14 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-12-06 14:37:19 -08:00
2018-11-30 17:21:44 +01:00
2018-07-25 08:47:52 +09:00
2018-11-29 09:30:06 -07:00
2018-10-22 14:32:40 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-11-26 22:52:14 -05:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-08-31 11:59:44 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-07-20 15:55:10 -04:00
2018-06-17 21:16:04 +08:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-07-25 08:47:52 +09:00
2018-09-14 15:22:52 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-08-06 14:07:23 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-06-05 10:33:57 -04:00
2018-05-30 11:59:21 +02:00
2018-06-18 15:44:21 +02:00
2018-10-22 09:18:49 -04:00
2018-08-06 14:07:23 +02:00
2018-08-06 14:07:23 +02:00
2018-11-28 23:04:50 -05:00
2018-10-16 10:34:19 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-10-10 13:35:03 -04:00
2018-05-10 20:38:35 -04:00
2018-05-07 09:34:12 -04:00
2018-09-10 21:19:31 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-12-03 21:50:54 -05:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-12-03 20:25:06 +01:00
2018-10-18 19:07:47 +02:00
2018-07-21 01:55:26 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-11-20 19:14:22 -07:00
2018-05-07 09:34:12 -04:00
2018-11-26 08:25:35 -05:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-11-18 16:02:23 +01:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-11-20 12:39:16 -05:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-11-09 10:44:50 -05:00
2018-11-16 16:52:01 -05:00
2018-10-10 12:28:52 -05:00
2018-12-03 14:26:53 +03:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-10-09 18:28:06 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-08-06 14:07:23 +02:00
2018-07-21 01:55:26 +02:00
2018-11-16 16:52:00 -05:00
2018-10-19 12:56:58 -04:00
2018-05-07 09:34:12 -04:00
2018-10-09 18:33:02 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-07-09 15:25:23 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-12-03 10:44:10 -05:00
2018-09-14 15:22:52 +02:00
2018-05-07 09:34:12 -04:00
2018-10-24 10:03:06 +02:00
2018-05-07 09:34:12 -04:00
2018-10-19 12:56:58 -04:00
2018-05-07 09:34:12 -04:00
2018-11-30 10:45:26 +01:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00