Files
u-boot/cmd
Simon Glass 7618b665a7 boot: Read environment variables at start
Some environment variables affect the operation of bootm. Reading these
variables is buried within the boot code at present.

Ideally this information should be in struct bootm_info so that it can
be provided directly, without needing the environment variables. Also it
should support allocation if the variables are not provided.

As a first step towards this, add an explicit read of the variables,
storing the values. For now this only covers kernel_comp_addr_r and
kernel_comp_size

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-08-11 10:00:54 -06:00
..
2025-03-15 08:49:43 +00:00
2025-06-28 07:53:25 -06:00
2025-04-18 05:02:56 -06:00
2025-06-28 07:53:25 -06:00
2025-06-28 07:53:25 -06:00
2025-06-28 07:53:25 -06:00
2025-05-28 08:01:43 +01:00
2025-05-28 08:01:43 +01:00
2025-06-10 14:08:51 -06:00
2025-06-28 07:53:25 -06:00
2025-07-26 23:55:02 +12:00
2024-12-05 14:40:31 -07:00
2025-05-16 14:45:23 +02:00
2025-05-16 18:17:17 +02:00
2025-06-28 12:30:56 -06:00