]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Add test for new command pci_mps
authorStephen Carlson <stcarlso@linux.microsoft.com>
Fri, 10 Mar 2023 19:07:15 +0000 (11:07 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 30 Mar 2023 19:09:59 +0000 (15:09 -0400)
commit447dfbc0638f65accaeba1afa3b33840bdb46b6e
tree8bcd6106c63f87c1f702d95a5a18950aecc1f38a
parent713db6f6d3a3212270fd12ba5c47e986b36dbc39
test: Add test for new command pci_mps

Adds a test for the new pci_mps command to ensure that it can set the
Maximum Payload Size (MPS) of all devices to 256 bytes in the sandbox
environment. Enables the pci_mps command in the sandbox environment so
that this test can be run.

Signed-off-by: Stephen Carlson <stcarlso@linux.microsoft.com>
MAINTAINERS
configs/sandbox_defconfig
include/test/suites.h
test/cmd/Makefile
test/cmd/pci_mps.c [new file with mode: 0644]
test/cmd_ut.c