Mauro Salvini
564d99d072
rpi: always set fdt_addr with firmware-provided FDT address
...
Raspberry firmware prepares the FDT blob in memory at an address
that depends on both the memory size and the blob size [1].
After commit ade243a211 ("rpi: passthrough of the firmware provided FDT
blob") this FDT is passed to kernel through fdt_addr environment variable,
handled in set_fdt_addr() function in board file.
When u-boot environment is persistently saved, if a change happens
in loaded FDT (e.g. for a new overlay applied), firmware produces a FDT
address different from the saved one, but u-boot still use the saved
one because set_fdt_addr() function does not overwrite the fdt_addr
variable. So, for example, if there is a script that uses fdt commands for
e.g. manipulate the bootargs, boot hangs with error
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
Removing the fdt_addr variable in saved environment allows to boot.
With this patch set_fdt_addr() function always overwrite fdt_addr value.
[1] https://www.raspberrypi.org/forums//viewtopic.php?f=107&t=134018
Signed-off-by: Mauro Salvini <m.salvini@koansoftware.com >
Cc: Cédric Schieli <cschieli@gmail.com >
Cc: Matthias Brugger <mbrugger@suse.com >
2025-04-16 11:00:49 +01:00
..
2023-12-21 08:54:37 -05:00
2025-04-12 11:11:05 +03:00
2024-10-03 09:29:23 -06:00
2024-10-11 11:44:48 -06:00
2025-04-01 08:44:51 -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
2025-02-11 18:08:58 -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-04-12 11:12:06 +03:00
2024-10-11 12:23:25 -06:00
2025-04-12 11:11:05 +03:00
2025-03-25 08:29:50 -03:00
2025-04-11 13:20:37 +02: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
2025-04-11 12:16:44 -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
2025-04-12 11:11:05 +03: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
2025-04-12 11:11:05 +03:00
2025-04-12 11:11:05 +03:00
2023-10-09 15:24:31 -04:00
2025-02-14 10:19:24 -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
2025-04-04 16:49: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-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
2025-03-24 08:55:48 -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
2025-04-08 16:23:27 -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-04-11 12:16:44 -06: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
2025-03-11 23:05:57 +01: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
2022-10-31 11:01:31 -04:00
2025-04-12 11:11:05 +03: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
2025-03-17 10:18:18 -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
2025-02-14 10:19:24 -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
2025-04-12 11:11:05 +03:00
2025-04-12 11:11:05 +03:00
2025-04-11 13:20:37 +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
2025-04-12 11:11:05 +03:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2025-04-12 09:48:30 +03: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
2025-02-18 16:32:24 -06:00
2025-04-12 11:12:06 +03:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2025-03-25 12:13:50 +08:00
2024-05-20 13:35:03 -06:00
2025-04-12 11:11:05 +03:00
2025-04-11 09:11:38 -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
2025-04-11 15:34:12 +02:00
2025-01-22 09:51:41 -06:00
2024-05-20 13:35:03 -06:00
2025-04-16 11:00:49 +01: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
2025-02-28 08:42:01 -06:00
2025-04-12 09:42:36 +03: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-04-11 12:16:44 -06:00
2025-04-08 11:43:23 -06:00
2024-05-20 13:35:03 -06:00
2025-02-14 10:19:24 -06:00
2025-03-27 00:26:35 +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
2022-12-05 16:06:07 -05:00
2025-04-11 12:16:44 -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-04-11 12:16:49 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2025-04-12 11:11:05 +03: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
2025-04-11 12:16:44 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2025-04-12 11:11:05 +03:00
2024-10-11 11:44:48 -06:00
2024-12-18 15:18:59 -06:00
2025-04-12 09:48:30 +03:00
2025-04-11 12:16:49 -06:00
2024-08-09 18:35:24 +08:00
2024-05-20 13:35:03 -06:00