commit | 07a64f0a347a4befb01dbdf912f8451f30f71abc | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Wed Oct 11 21:15:48 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 27 16:18:59 2023 -0500 |
tree | 5dd7ef0e7d5302c72c66f6629995e13e66ece3de | |
parent | ba537e9b27acf0c4e6f9c474fe708f3997129936 [diff] |
pci_ids: Add Red Hat vendor and device IDs Red Hat, Inc. donates a part of its device ID range [1] to QEMU, to be used for virtual devices. This commit adds several typical devices that are useful in U-Boot. [1] https://www.qemu.org/docs/master/specs/pci-ids.html Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Neha Malcom Francis <n-francis@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>