
6 Oct
2019
6 Oct
'19
1:19 p.m.
On Sat, Oct 5, 2019 at 9:12 PM Bin Meng bmeng.cn@gmail.com wrote:
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass sjg@chromium.org wrote:
When this UART is used early in boot (before PCI is set up) it is convenient to store the PCI BDF of the UART so that it can be manually configured. This is useful when it is used as a debug UART, for example.
Add a new field to hold this information, so that drivers can simply use the existing platform data.
Signed-off-by: Simon Glass sjg@chromium.org
include/ns16550.h | 4 ++++ 1 file changed, 4 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86/next, thanks!