add PCI driver interface enumeration routine

This commit is contained in:
Markus Fröschle
2015-11-20 19:25:57 +00:00
parent 3fc79b9c84
commit 54cd5c8151
10 changed files with 396 additions and 151 deletions

View File

@@ -232,7 +232,8 @@ void wait_for_jtag(void)
init_video_ddr();
/* begin of tests */
do_tests();
while (1) do_tests();
xprintf("wait a little to let things settle...\r\n");
for (i = 0; i < 100000L; i++);