Loading tests/Makefile.include +1 −0 Original line number Diff line number Diff line Loading @@ -371,6 +371,7 @@ check-qtest-arm-y += tests/boot-serial-test$(EXESUF) check-qtest-arm-y += tests/sdhci-test$(EXESUF) check-qtest-aarch64-y = tests/numa-test$(EXESUF) check-qtest-aarch64-y += tests/sdhci-test$(EXESUF) check-qtest-microblazeel-y = $(check-qtest-microblaze-y) Loading tests/sdhci-test.c +12 −0 Original line number Diff line number Diff line Loading @@ -42,10 +42,22 @@ static const struct sdhci_t { { "arm", "smdkc210", {0x12510000, 2, 0, {1, 0x5e80080} } }, /* i.MX 6 */ { "arm", "sabrelite", {0x02190000, 3, 0, {1, 0x057834b4} } }, /* BCM2835 */ { "arm", "raspi2", {0x3f300000, 3, 52, {0, 0x052134b4} } }, /* Zynq-7000 */ { "arm", "xilinx-zynq-a9", /* Datasheet: UG585 (v1.12.1) */ {0xe0100000, 2, 0, {1, 0x69ec0080} } }, /* ZynqMP */ { "aarch64", "xlnx-zcu102", /* Datasheet: UG1085 (v1.7) */ {0xff160000, 3, 0, {1, 0x280737ec6481} } }, }; typedef struct QSDHCI { Loading Loading
tests/Makefile.include +1 −0 Original line number Diff line number Diff line Loading @@ -371,6 +371,7 @@ check-qtest-arm-y += tests/boot-serial-test$(EXESUF) check-qtest-arm-y += tests/sdhci-test$(EXESUF) check-qtest-aarch64-y = tests/numa-test$(EXESUF) check-qtest-aarch64-y += tests/sdhci-test$(EXESUF) check-qtest-microblazeel-y = $(check-qtest-microblaze-y) Loading
tests/sdhci-test.c +12 −0 Original line number Diff line number Diff line Loading @@ -42,10 +42,22 @@ static const struct sdhci_t { { "arm", "smdkc210", {0x12510000, 2, 0, {1, 0x5e80080} } }, /* i.MX 6 */ { "arm", "sabrelite", {0x02190000, 3, 0, {1, 0x057834b4} } }, /* BCM2835 */ { "arm", "raspi2", {0x3f300000, 3, 52, {0, 0x052134b4} } }, /* Zynq-7000 */ { "arm", "xilinx-zynq-a9", /* Datasheet: UG585 (v1.12.1) */ {0xe0100000, 2, 0, {1, 0x69ec0080} } }, /* ZynqMP */ { "aarch64", "xlnx-zcu102", /* Datasheet: UG1085 (v1.7) */ {0xff160000, 3, 0, {1, 0x280737ec6481} } }, }; typedef struct QSDHCI { Loading