commit | d7b904092d8066476975521dbf6f4ab05cd8d766 | [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 | e97650437403c04da274200337de53968da20ab0 [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>