Gabe Black
d95f6ec733
fdt: Add option to default to most compatible conf in a fit image
...
When booting a fit image with multiple configurations, the user either has to
specify which configuration to use explicitly, or there has to be a default
defined which is chosen automatically. This change adds an option to change
that behavior so that a configuration can be selected explicitly, or the
configuration which has the device tree that claims to be compatible with the
earliest item in U-Boot's device tree.
In other words, if U-Boot claimed to be compatible with A, B, and then C, and
the configurations claimed to be compatible with A, D and B, D and D, E, the
first configuration, A, D, would be chosen. Both the first and second
configurations match, but the first one matches a more specific entry in
U-Boot's device tree. The order in the kernel's device tree is ignored.
Signed-off-by: Gabe Black <gabeblack@google.com>
Commit-Ready: Gabe Black <gabeblack@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2012-11-12 23:14:57 -05:00
..
2011-11-09 16:35:27 +08:00
2012-09-21 21:11:25 +02:00
2011-10-09 22:20:44 +02:00
2012-11-07 17:11:14 +01:00
2011-09-04 18:03:02 -05:00
2011-07-28 21:27:36 +02:00
2012-11-04 11:00:34 -07:00
2012-08-13 14:34:35 +02:00
2011-11-09 16:35:27 +08:00
2012-11-04 11:00:36 -07:00
2012-10-15 11:54:01 -07:00
2012-08-09 23:42:20 +02:00
2011-05-12 21:07:06 +02:00
2011-11-15 23:58:26 +01:00
2011-08-01 15:19:40 +02:00
2012-07-06 17:30:32 -05:00
2012-05-15 08:31:37 +02:00
2012-11-02 15:20:41 -07:00
2011-08-04 23:34:02 +02:00
2011-08-01 15:19:40 +02:00
2011-11-15 23:58:27 +01:00
2012-11-02 15:20:43 -07:00
2012-06-05 11:19:02 +02:00
2012-10-17 11:28:54 +02:00
2012-09-01 14:26:02 +02:00
2012-10-15 13:37:22 -07:00
2012-10-22 02:53:35 -05:00
2012-10-22 08:29:55 -07:00
2012-03-27 22:05:28 +02:00
2012-10-22 08:29:42 -07:00
2012-11-04 11:00:34 -07:00
2012-10-28 20:17:25 +01:00
2011-11-22 08:39:24 +01:00
2012-08-09 23:42:20 +02:00
2011-04-13 15:56:43 -04:00
2011-07-26 14:10:14 +02:00
2012-10-29 14:21:19 -07:00
2012-10-22 15:52:46 -05:00
2012-10-01 10:02:14 -07:00
2012-09-01 14:58:10 +02:00
2011-11-27 19:46:27 +01:00
2012-08-23 12:16:55 -05:00
2012-09-01 16:21:50 +02:00
2012-05-15 08:31:34 +02:00
2011-10-22 01:22:21 +02:00
2012-10-22 02:56:25 -05:00
2012-10-22 15:52:46 -05:00
2012-11-02 15:13:30 -07:00
2012-09-18 12:01:52 -07:00
2011-12-06 20:52:35 +01:00
2012-10-29 14:21:19 -07:00
2012-10-29 14:21:20 -07:00
2012-10-25 12:07:47 -07:00
2011-08-04 23:34:02 +02:00
2012-02-15 16:50:14 -06:00
2012-11-12 23:14:57 -05:00
2012-10-26 22:35:20 +02:00
2012-10-22 14:31:25 -05:00
2011-08-01 15:19:40 +02:00
2012-11-04 11:00:34 -07:00
2011-08-04 22:55:33 +02:00
2012-10-16 12:35:10 +02:00
2012-10-22 14:31:25 -05:00
2012-09-17 19:51:45 -05:00
2012-05-15 08:31:34 +02:00
2012-09-01 16:21:50 +02:00
2012-04-30 15:01:29 +02:00
2011-10-17 22:25:34 +02:00
2011-01-19 22:58:23 -06:00
2012-09-17 09:39:50 +02:00
2012-10-19 15:25:43 -07:00
2012-10-22 08:29:55 -07:00
2012-11-12 23:14:57 -05:00
2012-10-19 15:25:44 -07:00
2012-10-16 12:35:11 +02:00
2012-10-15 11:54:04 -07:00
2012-03-04 21:56:15 +01:00
2012-09-01 14:58:24 +02:00
2012-10-15 22:24:36 -04:00
2012-05-25 09:15:10 +02:00
2012-10-22 08:29:29 -07:00
2012-06-19 22:35:10 +02:00
2012-09-26 11:08:32 -07:00
2012-05-15 08:31:29 +02:00
2012-05-15 08:31:28 +02:00
2011-02-02 00:54:43 +01:00
2012-02-12 10:11:27 +01:00
2011-12-06 23:59:39 +01:00
2012-02-12 10:11:24 +01:00
2012-02-27 21:19:25 +01:00
2012-03-18 20:11:22 +01:00
2012-09-07 13:54:31 -07:00
2011-07-28 21:27:36 +02:00
2012-09-01 14:19:02 +02:00
2012-10-23 15:23:26 -05:00
2011-09-29 19:01:04 -05:00
2011-10-09 17:57:54 -05:00
2011-07-28 21:27:36 +02:00
2012-09-27 12:21:56 -05:00
2012-09-17 17:33:43 -05:00
2012-11-04 11:00:36 -07:00
2012-09-26 12:36:32 -05:00
2012-10-15 11:53:47 -07:00
2012-09-01 14:58:10 +02:00
2011-11-15 22:24:50 +01:00
2012-03-12 11:06:48 -04:00
2012-09-25 15:05:44 -07:00
2011-11-18 14:04:25 +01:00
2012-09-02 14:18:52 +02:00
2012-03-30 22:46:00 +02:00
2012-10-28 20:17:25 +01:00
2012-02-27 21:19:25 +01:00
2012-05-15 08:31:34 +02:00
2011-10-05 22:03:11 +02:00
2011-03-27 19:19:54 +02:00
2012-09-25 14:49:18 -07:00
2012-10-15 11:54:03 -07:00
2012-11-02 15:20:41 -07:00
2012-10-22 02:53:36 -05:00
2012-09-18 12:01:52 -07:00
2011-08-04 23:34:02 +02:00
2012-10-17 07:55:50 -07:00
2012-08-08 10:24:41 +09:00
2012-10-03 02:04:24 +02:00
2011-08-04 23:34:02 +02:00
2011-08-01 15:19:40 +02:00
2012-01-05 16:18:30 +01:00
2011-12-24 10:23:30 +01:00
2011-04-29 07:34:09 -05:00
2012-10-01 10:02:14 -07:00
2012-10-28 20:17:25 +01:00
2011-06-22 20:00:51 +02:00
2012-05-15 08:31:40 +02:00
2011-10-17 23:57:00 +02:00
2011-12-07 08:45:51 +01:00
2012-05-15 08:31:37 +02:00
2011-04-29 07:32:48 -05:00
2012-10-30 15:28:06 -07:00
2011-09-30 22:00:55 +02:00
2012-05-15 08:31:25 +02:00
2011-07-27 23:45:37 +02:00
2012-09-26 12:36:29 -05:00
2012-10-15 11:54:02 -07:00
2012-03-28 16:31:08 +02:00
2012-03-28 16:31:08 +02:00
2011-10-17 23:57:00 +02:00
2011-11-15 23:58:26 +01:00
2011-11-15 23:58:26 +01:00
2012-05-25 09:15:09 +02:00
2011-08-01 15:19:40 +02:00
2011-12-17 23:34:01 +01:00
2012-10-15 11:53:59 -07:00
2011-08-01 15:19:40 +02:00
2012-09-25 14:49:17 -07:00