]> git.baikalelectronics.ru Git - uboot.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)
commita0f3a4de64c125b0b07d7c45d65408f5f552e0e7
tree8bcd6106c63f87c1f702d95a5a18950aecc1f38a
parent25e1a7699ad1d9f6eb65f4f9f5166a82bd82a003
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