1) The Uboot is attached
2) All six pcie controllers need to be tested. The current test is PCI 6.
3)
root@localhost:~# ./devmem
Usage: ./devmem { address } [ type [ data ] ]
address : memory address to act upon
type : access operation type : [b]yte, [h]alfword, [w]ord
data : data to be written
root@localhost:~# ./devmem 0x39000a0 h
/dev/mem opened.
Memory mapped at address 0xffffa6910000.
Value at address 0x39000A0 (0xffffa69100a0): 0x3
root@localhost:~#
root@localhost:~#
root@localhost:~# ./devmem 0x39000a0 h 0x13
/dev/mem opened.
Memory mapped at address 0xffffb22a2000.
Value at address 0x39000A0 (0xffffb22a20a0): 0x3
Written 0x13; readback 0x13
root@localhost:~# ./devmem 0x39000a0 h
/dev/mem opened.
Memory mapped at address 0xffff89496000.
Value at address 0x39000A0 (0xffff894960a0): 0x13
root@localhost:~#
root@localhost:~#
root@localhost:~# ./devmem 0x39C07FC h
/dev/mem opened.
Memory mapped at address 0xffff8cbb1000.
Value at address 0x39C07FC (0xffff8cbb17fc): 0x3
Compliance has been configured