Michael Brown 7e96e5f2ef [fdt] Allow paths and aliases to be terminated with separator characters
Non-permitted name characters such as a colon are sometimes used to
separate alias names or paths from additional metadata, such as the
baud rate for a UART in the "/chosen/stdout-path" property.

Support the use of such alias names and paths by allowing any
character not permitted in a property name to terminate a property or
node name match.  (This is a very relaxed matching rule that will
produce false positive matches on invalid input, but this is unlikely
to cause problems in practice.)

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2025-06-11 16:18:36 +01:00
..
2016-03-22 16:18:42 +00:00
2005-03-08 18:53:11 +00:00
2010-04-19 23:43:39 +01:00
2021-07-01 16:32:46 +01:00
2024-05-31 10:11:22 +01:00