Heinrich Schuchardt
e7ac009b00
efi_loader: move efi_save_gd() call to board_r.c
...
The first functions of the UEFI sub-system are invoked before reaching the
U-Boot shell, e.g. efi_set_bootdev(), efi_dp_from_name(),
efi_dp_from_file(). We should be able to print out device paths for
debugging purposes here.
When printing device paths via printf("%pD\n", dp) this invokes functions
defined as EFIAPI. So efi_save_gd() must be called beforehand.
So let's move the efi_save_gd() call to function initr_reloc_global_data(()
in board_r.c.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
2019-04-12 22:00:42 +02:00
..
2018-05-07 09:34:12 -04:00
2018-11-26 08:25:37 -05:00
2019-04-09 18:19:09 +02:00
2018-05-10 20:38:25 -04:00
2018-10-07 11:07:25 -04:00
2018-11-26 08:25:32 -05:00
2018-12-05 15:06:24 -05:00
2018-05-07 09:34:12 -04:00
2019-04-12 22:00:42 +02:00
2018-05-07 09:34:12 -04:00
2018-12-31 08:08:51 -05:00
2019-02-13 09:40:06 +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-09-10 20:20:34 -04:00
2018-05-07 09:34:12 -04:00
2019-01-26 08:13:55 -05:00
2019-01-15 15:38:28 -05:00
2018-11-09 10:44:50 -05:00
2018-11-26 08:25:36 -05:00
2018-11-20 19:14:22 -07:00
2018-05-07 09:34:12 -04:00
2018-12-07 16:31:45 +01:00
2018-05-26 18:19:19 -04:00
2018-05-07 09:34:12 -04:00
2019-01-14 17:47:13 -07:00
2018-05-07 09:34:12 -04:00
2018-12-08 20:18:44 -05:00
2018-05-07 09:34:12 -04:00
2019-03-22 12:15:18 -04:00
2018-05-07 09:34:12 -04:00
2019-03-08 11:31:44 -05:00
2018-12-03 10:44:10 -05:00
2018-12-03 10:44:10 -05:00
2019-01-01 14:12:18 +01:00
2018-05-07 09:34:12 -04:00
2018-06-18 14:02:04 -04:00
2019-02-22 19:49:41 -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-04 19:47:20 +01:00
2018-05-07 09:34:12 -04:00
2019-02-20 15:21:44 +08:00
2018-04-27 14:54:48 -04:00
2018-12-06 23:26:30 -05:00
2019-02-15 22:01:15 +01:00
2018-11-29 09:30:05 -07:00
2018-07-10 16:55:59 -04:00
2018-06-05 20:19:08 -04:00
2018-10-24 14:45:36 -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
2019-04-09 13:11:45 +02:00
2018-11-26 21:19:03 +01:00
2018-11-26 21:19:04 +01:00
2018-11-26 21:19:03 +01:00
2019-01-15 15:28:51 -05:00