Skip to content

Commit ac36ee6

Browse files
committed
modules/pciutils: add setpci tool
Required by initrd/tests/wp/wp-debug to read the PCH SPI BAR base address via 'setpci -s 00:1f.5 0x10.L', which is used to identify the HSFS register location and report FLOCKDN state. Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 7ad200d commit ac36ee6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/pciutils

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pciutils_target := \
4141

4242
pciutils_output := \
4343
lspci \
44+
setpci \
4445

4546
pciutils_libraries := \
4647
lib/libpci.so.3.5.4 \

0 commit comments

Comments
 (0)