Re: [PATCH] configs: sandbox64: Enable PCI register multi-entry support

2023-08-20 Thread Simon Glass
On Sun, 13 Aug 2023 at 13:52, Marek Vasut wrote: > > Align the sandbox64 defconfig with sandbox defconfig. Enable missing > PCI register multi-entry support. This fixes ut_dm_dm_test_pci_bus_to_phys > test . > > Signed-off-by: Marek Vasut > --- > Cc: Simon Glass > --- > configs/sandbox64_defcon

Re: [PATCH] configs: sandbox64: Enable PCI register multi-entry support

2023-08-14 Thread Simon Glass
On Sun, 13 Aug 2023 at 13:52, Marek Vasut wrote: > > Align the sandbox64 defconfig with sandbox defconfig. Enable missing > PCI register multi-entry support. This fixes ut_dm_dm_test_pci_bus_to_phys > test . > > Signed-off-by: Marek Vasut > --- > Cc: Simon Glass > --- > configs/sandbox64_defcon

[PATCH] configs: sandbox64: Enable PCI register multi-entry support

2023-08-13 Thread Marek Vasut
Align the sandbox64 defconfig with sandbox defconfig. Enable missing PCI register multi-entry support. This fixes ut_dm_dm_test_pci_bus_to_phys test . Signed-off-by: Marek Vasut --- Cc: Simon Glass --- configs/sandbox64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandb