Simon Glass f5cbb5c7cd x86: pci: Allow binding of some devices before relocation
At present only bridge devices are bound before relocation, to save space
in pre-relocation memory. In some cases we do actually want to bind a
device, e.g. because it provides the console UART. Add a devicetree
binding to support this.

Use the PCI_VENDEV() macro to encode the cell value. This is present in
U-Boot but not used, so move it to the binding header-file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2021-07-15 19:49:50 +08:00
..
2021-04-29 07:45:24 +02:00
2021-03-30 12:03:24 +02:00
2020-07-01 15:01:21 +08:00
2020-09-23 10:31:40 +02:00
2021-05-31 16:35:54 +08:00
2020-05-10 20:55:20 +02:00
2019-11-03 17:04:16 +01:00