u-boot/test/dm
Simon Glass 2bb02e4fe2 dm: pci: Allow PCI bus numbering aliases
Commit 9cc36a2 'dm: core: Add a flag to control sequence numbering' changed
the default uclass behaviour to not support bus numbering. This is incorrect
for PCI and that commit should have enabled the flag for PCI.

Enable it so that PCI buses can be found and the 'pci' command works again.
Also add a test for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
2015-06-04 03:34:47 -06:00
..
Kconfig test: Move the unit tests to their own menu 2015-05-21 09:16:17 -04:00
Makefile test: dm: Move the dm tests over to the ut command 2015-05-21 09:16:17 -04:00
bus.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
cmd_dm.c test: dm: Move the dm tests over to the ut command 2015-05-21 09:16:17 -04:00
core.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
eth.c test: dm: eth: Handle failed test env cleanup 2015-05-21 09:16:17 -04:00
gpio.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
i2c.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
pci.c dm: pci: Allow PCI bus numbering aliases 2015-06-04 03:34:47 -06:00
pmic.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
regulator.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
rtc.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
sf.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
spi.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
test-dm.sh test: dm: Move the dm tests over to the ut command 2015-05-21 09:16:17 -04:00
test-driver.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
test-fdt.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
test-main.c test: dm: Recover the driver model tree after tests 2015-05-21 09:16:18 -04:00
test-uclass.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00
usb.c test: Generalize the unit test framework 2015-05-21 09:16:16 -04:00