- Add compatible string in uart 8250 driver
- Add uart 8250 device to GENERIC arm64 configuration
- Use /soc/uart0 as system console if 'serial0' was not found
- Get memory ranges from FDT if no EFI API is available
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I suggest splitting this change into separate patches, i.e. FDT, UART compat string etc. I don't think this patch contain anything specific to Alpine-v2.
Agree with Andrew, /soc/uart0 is not something we can expect to be in other DTSes. Is there anything we can do with DTS? Like ask A. to provide 'chosen' link or do a fixup in uboot?
Comment Actions
I will split it into three patches then. I suppose we can ask them to add the chosen node to the DTS as there will be changes needed anyway to fix other boot issues.