Searched refs:run_fdtput_test (Results 1 – 1 of 1) sorted by relevance
148 run_fdtput_test () { function706 run_fdtput_test "a_model" $dtb / model -ts "a_model"707 run_fdtput_test "board1 board2" $dtb / compatible -ts board1 board2708 run_fdtput_test "board1 board2" $dtb / compatible -ts "board1 board2"709 run_fdtput_test "32768" $dtb /cpus/PowerPC,970@1 d-cache-size "" "32768"710 run_fdtput_test "8001" $dtb /cpus/PowerPC,970@1 d-cache-size -tx 0x8001711 run_fdtput_test "2 3 12" $dtb /randomnode tricky1 -tbi "02 003 12"712 run_fdtput_test "a b c ea ad be ef" $dtb /randomnode blob \714 run_fdtput_test "a0b0c0d deeaae ef000000" $dtb /randomnode blob \716 run_fdtput_test "$(cat $text)" $dtb /randomnode blob -ts "$(cat $text)"[all …]