hooks: travis-ci: Add SH4 r2dplus machine with various PCI ethernet options
Add SH4 R2Dplus machine configured to test various U-Boot PCI ethernet options -- RTL8139, EEPRO100, AMD PCnet, DEC Tulip. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Stephen Warren <swarren@nvidia.com> Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
import travis_tftp
|
||||
|
||||
env__net_uses_pci = True
|
||||
env__net_dhcp_server = True
|
||||
env__net_tftp_readable_file = travis_tftp.file2env('u-boot')
|
||||
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
import travis_tftp
|
||||
|
||||
env__net_uses_pci = True
|
||||
env__net_dhcp_server = True
|
||||
env__net_tftp_readable_file = travis_tftp.file2env('u-boot')
|
||||
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
import travis_tftp
|
||||
|
||||
env__net_uses_pci = True
|
||||
env__net_dhcp_server = True
|
||||
env__net_tftp_readable_file = travis_tftp.file2env('u-boot')
|
||||
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
import travis_tftp
|
||||
|
||||
env__net_uses_pci = True
|
||||
env__net_dhcp_server = True
|
||||
env__net_tftp_readable_file = travis_tftp.file2env('u-boot')
|
||||
Reference in New Issue
Block a user