HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45071 )
Change subject: device/pci_class.c: Update Sub-Class ......................................................................
device/pci_class.c: Update Sub-Class
Change-Id: I1fbc832972feb4dbcba02713961f3c96e77a46b2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/device/pci_class.c 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/45071/1
diff --git a/src/device/pci_class.c b/src/device/pci_class.c index 460d853..621a76b 100644 --- a/src/device/pci_class.c +++ b/src/device/pci_class.c @@ -66,6 +66,7 @@ static const PCI_SUBCLASS memory[] = { { 0x00, "RAM memory" }, { 0x01, "FLASH memory" }, + { 0x02, "CXL Memory Device" }, { 0x80, "Memory controller" } };
@@ -168,7 +169,8 @@ { 0x01, "Satellite TV controller" }, { 0x02, "Satellite audio communication controller" }, { 0x03, "Satellite voice communication controller" }, - { 0x04, "Satellite data communication controller" } + { 0x04, "Satellite data communication controller" }, + { 0x80, "Satellite communication controller" } };
static const PCI_SUBCLASS encryption[] = {
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45071
to look at the new patch set (#2).
Change subject: device/pci_class.c: Update Sub-Class ......................................................................
device/pci_class.c: Update Sub-Class
Update according to "PCI Code and ID Assignment Specification" Revision 1.13 - 9 July 2020.
Change-Id: I1fbc832972feb4dbcba02713961f3c96e77a46b2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/device/pci_class.c 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/45071/2