Lines Matching refs:run_fdtput_test
148 run_fdtput_test () { function
706 run_fdtput_test "a_model" $dtb / model -ts "a_model"
707 run_fdtput_test "board1 board2" $dtb / compatible -ts board1 board2
708 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 0x8001
711 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)"
719 run_fdtput_test "$(cat $text $text)" $dtb /randomnode blob -ts "$(cat $text $text)"
727 run_fdtput_test "eva" $dtb /chosen/daughter name "" -ts "eva"
728 run_fdtput_test "adam" $dtb /chosen/son name "" -ts "adam"
737 run_fdtput_test 1000 $dtb /blackadder/the-second/turnip cost "" 1000
738 run_fdtput_test "fine wine" $dtb /blackadder/the-second/potato drink \
762 run_fdtput_test "eva" $dtb /chosen/ name "" -ts "eva"
763 run_fdtput_test "016" $dtb /chosen/ age "" -ts "016"