aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorStephen Carlson <stcarlso@linux.microsoft.com>2023-03-10 11:07:15 -0800
committerTom Rini <trini@konsulko.com>2023-03-30 15:09:59 -0400
commit447dfbc0638f65accaeba1afa3b33840bdb46b6e (patch)
tree8bcd6106c63f87c1f702d95a5a18950aecc1f38a /configs
parent713db6f6d3a3212270fd12ba5c47e986b36dbc39 (diff)
downloadu-boot-447dfbc0638f65accaeba1afa3b33840bdb46b6e.zip
u-boot-447dfbc0638f65accaeba1afa3b33840bdb46b6e.tar.gz
u-boot-447dfbc0638f65accaeba1afa3b33840bdb46b6e.tar.bz2
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index b0f588d..2141c3d 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -78,6 +78,7 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_MUX=y
CONFIG_CMD_OSD=y
CONFIG_CMD_PCI=y
+CONFIG_CMD_PCI_MPS=y
CONFIG_CMD_READ=y
CONFIG_CMD_REMOTEPROC=y
CONFIG_CMD_SPI=y