Lines Matching full:arch
5 for F_FILE in Documentation/features/*/*/arch-support.txt; do
22 # arch) which contains K.
29 # 1) no arch provides support for F,
45 for ARCH_DIR in arch/*/; do
60 echo " | arch |status|" >> $T_FILE
62 for ARCH_DIR in arch/*/; do
63 ARCH=$(echo $ARCH_DIR | sed -e 's/^arch//g' | sed -e 's/\///g')
67 # Arch support status values for (O, K) are updated according
70 # - ("", K) is 'supported by a given arch', if there is a
71 # Kconfig file for that arch which contains K;
73 # - ("not", K) is 'supported by a given arch', if there is
74 # no Kconfig file for that arch which contains K;
83 printf " |%12s: | ok |\n" "$ARCH" >> $T_FILE
85 printf " |%12s: | ok |\n" "$ARCH" >> $T_FILE
87 S=$(grep -v "^#" "$F_FILE" | grep " $ARCH:")
91 printf " |%12s: | TODO |\n" "$ARCH" \