ARM-software / tf-issues

Issue tracking for the ARM Trusted Firmware project
37 stars 16 forks source link

ARM model device-trees missing stdout-path property #390

Open leiflindholm opened 8 years ago

leiflindholm commented 8 years ago

Applicable to all the variants in /fdts/.

The stdout-path property in the chosen node removes the need to explicitly specify a default console. A sufficient change would be:

-       chosen { };
+       chosen {
+               stdout-path = "serial0";
+       };
danh-arm commented 8 years ago

Are you planning to raise a Pull Request with this change?

leiflindholm commented 8 years ago

I hadn't planned to (mainly because I figured an update from wherever the canonical source for these are would drag this change in automatically).

danh-arm commented 8 years ago

There's no canonical source for these (as far as I know) so there there's nowhere to merge from. So we rely on patches to keep these device trees relevant.