Stefan Eichenberger
7ad5436194
board: verdin-am62: remove spl_perform_fixups
...
spl_perform_fixups is redundant in the current implementation. SPLs call
dram_init during spl_enable_cache in arch/arm/mach-k3/common.c. In
U-Boot, dram_init and dram_init_banksize are automatically called in
init_sequence_f. Therefore, SPLs and U-Boot always determine the correct
RAM size. During Linux boot, fdt_fixup_memory_banks adjusts the RAM size
in the Linux device tree, ensuring correct RAM usage.
dram_init() calls get_ram_size() for the Verdin AM62, which determines
the correct RAM size through read/write operations. However, due to the
K3 bootflow placing ATF in RAM and requiring cache coherence, calling
get_ram_size() with caches enabled prevents ATF boot. Removing this call
restores ATF boot functionality.
This fixes a regression introduced in commit 4164289db882 ("board:
verdin-am62: fix missing memory fixup call") which prevents some of our
Verdin AM62 modules from booting.
Fixes: 4164289db882 ("board: verdin-am62: fix missing memory fixup call")
Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
2025-03-20 08:02:12 -06:00
..
2023-12-21 08:54:37 -05:00
2025-02-16 19:11:43 +02:00
2024-10-03 09:29:23 -06:00
2024-10-11 11:44:48 -06:00
2024-11-26 13:20:03 +01:00
2024-07-22 10:51:46 -06:00
2024-05-20 13:35:03 -06:00
2024-06-26 13:17:51 -06:00
2024-10-14 09:06:16 +02:00
2024-10-25 20:48:41 +08:00
2024-12-18 15:18:59 -06:00
2024-07-22 10:51:46 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-12-18 15:18:59 -06:00
2024-06-14 17:11:05 +08:00
2025-01-21 09:29:05 -06:00
2024-05-20 13:35:03 -06:00
2025-02-13 16:52:31 +02:00
2024-10-11 12:23:25 -06:00
2024-10-11 11:44:48 -06:00
2025-01-29 22:52:35 +01:00
2025-01-24 14:15:16 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2024-11-25 23:07:37 -03:00
2024-12-18 15:18:59 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2024-07-22 10:51:46 -06:00
2024-09-10 13:14:59 -06:00
2024-05-20 13:35:03 -06:00
2025-01-16 15:55:27 +08:00
2024-09-10 13:14:59 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-09-24 13:41:21 -06:00
2023-12-19 21:24:30 +02:00
2024-10-11 11:44:48 -06:00
2023-10-09 15:24:31 -04:00
2024-10-11 11:44:48 -06:00
2024-10-11 12:23:25 -06:00
2024-10-11 11:44:48 -06:00
2024-11-11 15:14:14 +08:00
2024-11-17 13:12:54 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-11-29 09:20:25 -03:00
2024-10-11 11:44:48 -06:00
2024-07-22 10:51:46 -06:00
2024-05-20 13:35:03 -06:00
2024-12-07 09:07:45 -03:00
2024-10-11 11:44:48 -06:00
2024-07-22 10:51:46 -06:00
2024-03-13 12:40:43 -04:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2024-10-29 16:25:25 -03:00
2024-12-18 15:18:59 -06:00
2024-10-16 11:11:56 -06:00
2024-05-20 13:35:03 -06:00
2025-01-10 18:56:15 -06:00
2025-03-12 15:34:59 -03:00
2024-10-14 17:58:28 -06:00
2025-01-10 18:56:22 -06:00
2024-10-11 12:23:25 -06:00
2024-12-27 14:34:45 -06:00
2024-10-14 17:59:04 -06:00
2024-10-11 11:44:48 -06:00
2024-03-13 12:40:43 -04:00
2024-11-17 13:12:54 -06:00
2024-10-11 11:44:48 -06:00
2024-10-25 20:50:47 +08:00
2024-12-18 15:18:59 -06:00
2024-07-22 10:51:47 -06:00
2025-01-29 22:52:35 +01:00
2024-10-13 10:43:24 -06:00
2023-10-09 15:24:31 -04:00
2024-10-11 11:44:48 -06:00
2024-05-25 10:28:19 +08:00
2024-10-14 17:58:28 -06:00
2023-11-06 10:20:21 -05:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:51:47 -06:00
2024-10-11 11:44:48 -06:00
2024-02-04 18:45:58 +08:00
2024-10-11 11:44:48 -06:00
2024-07-23 10:38:20 -06:00
2025-01-10 18:56:15 -06:00
2024-05-20 13:35:03 -06:00
2024-12-15 09:00:32 +08:00
2024-10-11 11:44:48 -06:00
2024-07-22 10:51:47 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-10-13 10:43:24 -06:00
2024-10-13 10:43:24 -06:00
2024-10-14 09:06:16 +02:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2025-01-28 09:08:44 +01:00
2024-05-20 13:35:03 -06:00
2025-01-30 14:35:14 -06:00
2024-10-11 11:44:48 -06:00
2024-10-29 19:58:22 +08:00
2024-10-13 10:43:24 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2025-01-10 18:56:15 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-09-16 16:43:35 -06:00
2024-10-13 10:43:24 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2025-02-10 10:28:05 -06:00
2024-05-20 13:35:03 -06:00
2024-04-26 15:47:05 +08:00
2024-10-16 11:11:56 -06:00
2024-05-25 10:28:05 +08:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-11-11 15:14:14 +08:00
2024-09-06 11:59:51 +02:00
2025-01-22 09:51:41 -06:00
2024-05-20 13:35:03 -06:00
2025-03-13 11:06:16 +00:00
2025-03-16 14:56:00 +01:00
2024-03-13 12:40:43 -04:00
2025-01-10 18:56:16 -06:00
2024-10-11 11:44:48 -06:00
2023-10-09 15:24:31 -04:00
2025-02-05 19:15:12 +09:00
2024-09-12 17:35:37 +02:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2023-10-09 15:24:31 -04:00
2024-10-11 11:44:48 -06:00
2024-11-25 23:07:37 -03:00
2024-12-18 15:18:59 -06:00
2025-01-29 22:52:35 +01:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-09-12 17:35:37 +02:00
2024-10-11 11:44:48 -06:00
2025-01-28 09:08:44 +01:00
2024-05-20 13:35:03 -06:00
2024-12-18 13:19:15 +08:00
2024-12-18 13:19:16 +08:00
2024-07-22 10:51:47 -06:00
2025-02-11 09:00:42 +01:00
2025-02-20 12:18:41 +08:00
2024-05-20 13:35:03 -06:00
2024-09-05 12:13:24 -06:00
2025-01-22 22:44:34 +00:00
2024-10-11 11:44:48 -06:00
2024-07-22 10:51:47 -06:00
2024-09-10 13:14:59 -06:00
2024-10-11 11:44:48 -06:00
2024-10-18 09:41:09 -03:00
2024-07-22 10:51:47 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2023-07-13 10:26:27 +02:00
2024-10-11 11:44:48 -06:00
2025-01-24 14:15:16 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2025-03-20 08:02:12 -06:00
2024-05-20 13:35:03 -06:00
2024-08-23 14:49:44 -03:00
2024-05-20 13:35:03 -06:00
2024-04-26 15:47:05 +08:00
2024-10-11 11:44:48 -06:00
2024-03-15 09:15:31 -04:00
2024-10-11 11:44:48 -06:00
2023-10-09 15:24:31 -04:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-10-13 10:43:24 -06:00
2024-10-11 11:44:48 -06:00
2024-12-18 15:18:59 -06:00
2025-03-03 16:09:59 +01:00
2024-08-09 18:35:24 +08:00
2024-05-20 13:35:03 -06:00