commit | 25781e2c168abcbc01f3bacb9df2c39902f3977c | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri Feb 18 13:18:40 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 25 13:35:50 2022 -0400 |
tree | 8940eb8b96a461e1c42c4ceee13569a3a7f0333f | |
parent | c73952cfcd4a9bdabbfefb8b1e4d65746211b719 [diff] |
pci: Add defines for normal and subtractive PCI bridges Add following two new PCI class codes defines into pci_ids.h include file: PCI_CLASS_BRIDGE_PCI_NORMAL PCI_CLASS_BRIDGE_PCI_SUBTRACTIVE And use these defines in all U-Boot code for describing PCI class codes for normal and subtractive PCI bridges. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>