pcireg: Some more detailed build instructions

This commit is contained in:
RichardG867
2021-10-15 19:55:40 -03:00
parent 22e640f478
commit b5f39d4d6a

View File

@@ -40,3 +40,9 @@ Building
### UEFI target
* **Linux:** Run `make -f Makefile.uefi ARCH=x86_64` with a GCC toolchain installed.
* Note that 32-bit UEFI targets are not supported yet.
### PCI ID database
* Run `python3 pciids.py` to update the `PCIIDS.BIN` file.
* The latest version of `pci.ids` is automatically downloaded and used to update the database.