On 2018/9/4 22:52, Borislav Petkov wrote:
Add Hygon support in amd_postcore_init(), early_root_info_init().
This whole commit message needs to not say *what* the patch does.
Will rework the whole commit messages.
+#define PCI_DEVICE_ID_HYGON_18H_ROOT 0x1450
+#define PCI_DEVICE_ID_HYGON_18H_DF_F3 0x1463
+#define PCI_DEVICE_ID_HYGON_18H_DF_F4 0x1464
Why are you adding those if you can use the AMD f17h ones? They're
the same.
I add these definitions to indicate that there are Hygon PCI device IDs.
You are right, I can just use the AMD f17h ones here.
--
Regards,
Pu Wen