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
..
2012-10-29 09:07:05 -07:00
2012-10-03 00:52:40 +02:00
2012-10-22 02:53:35 -05:00
2012-10-19 15:25:46 -07:00
2012-03-06 21:09:46 +01:00
2012-05-25 09:15:09 +02:00
2012-11-04 11:00:35 -07:00
2012-11-12 23:14:57 -05:00
2012-10-03 00:52:44 +02:00
2012-10-03 16:01:22 -07:00
2012-10-22 08:29:55 -07:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-03-06 21:09:46 +01:00
2012-10-15 11:53:07 -07:00
2012-09-25 14:58:48 -07:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-10-15 11:53:46 -07:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:34 -07:00
2012-11-04 11:00:34 -07:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-03-06 21:09:46 +01:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-11-04 11:00:34 -07:00
2012-03-06 21:09:46 +01:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:35 -07:00
2012-11-02 15:20:43 -07:00
2012-10-05 11:07:42 -07:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-11-04 11:00:35 -07:00
2012-03-30 22:32:50 +02:00
2012-10-03 16:01:22 -07:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-03-06 21:09:46 +01:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:35 -07:00
2012-04-30 16:54:51 +02:00
2012-03-06 21:09:46 +01:00
2012-09-25 15:05:47 -07:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-09-27 12:22:11 -05:00
2012-11-04 11:00:35 -07:00
2012-09-25 14:58:48 -07:00
2012-11-04 11:00:35 -07:00
2012-11-02 15:20:42 -07:00
2012-11-04 11:00:35 -07:00
2012-04-03 04:34:13 +00:00
2012-10-03 16:01:22 -07:00
2012-11-04 11:00:35 -07:00
2012-08-09 20:41:32 -04:00
2012-03-27 22:05:28 +02:00
2012-03-06 21:09:46 +01:00
2012-11-04 11:00:35 -07:00
2012-03-06 21:09:46 +01:00
2012-03-06 21:09:46 +01:00
2012-03-06 21:09:46 +01:00
2012-03-06 21:09:46 +01:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:35 -07:00
2012-11-04 11:00:35 -07:00
2012-08-09 23:39:18 +02:00
2012-11-02 15:20:39 -07:00
2012-09-29 07:26:09 -07:00
2012-11-08 13:18:10 +01:00
2012-03-23 21:27:32 +01:00
2012-11-04 11:00:35 -07:00
2012-10-19 15:25:43 -07:00
2012-10-19 15:25:43 -07:00
2012-09-26 11:08:32 -07:00
2012-09-07 13:54:31 -07:00
2012-09-18 12:01:51 -07:00
2012-08-06 10:38:47 +02:00
2012-09-26 11:08:32 -07:00
2012-10-15 11:53:59 -07:00
2012-09-03 11:24:27 +02:00
2012-11-04 11:00:35 -07:00
2012-11-12 23:14:57 -05:00
2012-10-29 09:07:06 -07:00
2012-09-24 23:57:23 +02:00
2012-11-12 23:14:57 -05:00
2012-10-29 14:21:20 -07:00
2012-09-21 08:14:05 -07:00
2012-06-21 22:34:00 +02:00
2012-10-15 11:53:59 -07:00
2012-11-04 11:00:36 -07:00
2012-10-15 11:54:00 -07:00
2012-03-03 16:56:29 +01:00
2012-11-04 11:00:35 -07:00
2012-10-22 08:25:07 +02:00
2012-11-04 11:00:35 -07:00