/external/u-boot/board/cadence/xtfpga/ |
Makefile | 5 obj-y += ${BOARD}.o
|
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
setup.sh | 11 # the board for which this work is being done (e.g. 'daisy', 'lumpy','parrot', 15 # This script sets up a soft link definining /build/${board} to point 19 # package binary search triage process; and ${board}_cleanup.sh, 26 BOARD=$1 29 GOOD_BUILD=/build/${BOARD}.good 30 BAD_BUILD=/build/${BOARD}.bad 31 WORK_BUILD=/build/${BOARD}.work 53 # Check to see if /build/${BOARD} already exists and if so, in what state. 55 # in ${board}_cleanup.sh. If it's a soft link, remove it; if it's a 64 if [[ -d "/build/${BOARD}" ]] ; the [all...] |
create_cleanup_script.py | 8 generates a cleanup script, named ${BOARD}_cleanup.sh, which will 29 undone, namely it creates a soft link making /build/${board} point 30 to /build/${board}.work. To do this, it had to see if 31 /build/${board} already existed, and if so, whether it was a real 34 a real tree, it renamed the tree to /build/${board}.save, and then 35 created the new soft link. If the /build/${board} did not 44 '--board', 45 dest='board', 47 help='Chromeos board for packages/image.') 53 help='Did /build/${BOARD} exist.' [all...] |
/external/vboot_reference/ |
emerge_test.sh | 35 # Detect the target board. 36 if [ "x${BOARD}" == "x" ]; then 38 BOARD="`cat ~/trunk/src/scripts/.default_board`" 40 echo "You must pass BOARD environment variable or set a default board." >&2 46 echo "Running tests for board '${BOARD}' from ${VBOOT_REF_DIR}" 58 cros_workon-${BOARD} start ${TEST_EBUILDS} || true 60 USE=depthcharge emerge-${BOARD} ${TEST_EBUILDS}
|
/external/autotest/server/cros/faft/ |
gen_test_images.sh | 6 # gen_test_images.sh BOARD IMAGE 11 BOARD=$1 13 KEY=~/trunk/src/platform/ec/board/${BOARD}/dev_key.pem 24 cp $IMAGE ${BOARD}.bin 27 futility create --desc="${BOARD} dev key" $KEY key 37 cp $IMAGE ${BOARD}.dev 38 printf "${ro_version}.dev" | dd of=${BOARD}.dev bs=1 seek=$((ro_version_offset)) count=32 conv=notrunc 39 printf "${rw_version}.dev" | dd of=${BOARD}.dev bs=1 seek=$((rw_version_offset)) count=32 conv=notrunc 43 ~/trunk/src/platform/vboot_reference/scripts/image_signing/sign_official_build.sh accessory_rwsig ${BOARD}.dev . ${BOARD}.dev.ou [all...] |
/external/u-boot/board/varisys/cyrus/ |
Makefile | 3 obj-y += $(BOARD).o
|
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/ |
setup.sh | 10 # the board for which this work is being done (e.g. 'daisy', 'lumpy','parrot', 23 BOARD=$1 60 BISECT_BOARD=${BOARD}
|
/external/autotest/contrib/ |
servo-stat | 9 # DUT ...ABCDEFG is up BOARD=swanky CHROMEOS_RELEASE_VERSION=5995.0.0 93 BOARD= 138 BOARD=$(remote $SERVO grep BOARD= $CONFIG) 142 if [ -z "$BOARD" ] 166 STATUS=("${STATUS[@]}" $BOARD $VERSION)
|
/external/u-boot/ |
config.mk | 30 BOARD := $(CONFIG_SYS_BOARD:"%"=%) 50 ifneq ($(BOARD),) 52 BOARDDIR = $(VENDOR)/$(BOARD) 54 BOARDDIR = $(BOARD) 57 ifdef BOARD 58 sinclude $(srctree)/board/$(BOARDDIR)/config.mk # include board specific rules
|
/external/adhd/ |
Makefile | 57 optional_alsa_conf := $(wildcard $(ADHD_DIR)/alsa-module-config/alsa-$(BOARD).conf) 61 $(DESTDIR)/etc/modprobe.d/alsa-$(BOARD).conf: $(optional_alsa_conf) 65 install: $(DESTDIR)/etc/modprobe.d/alsa-$(BOARD).conf 69 optional_alsa_patch := $(wildcard $(ADHD_DIR)/alsa-module-config/$(BOARD)_alsa.fw) 73 $(DESTDIR)/lib/firmware/$(BOARD)_alsa.fw: $(optional_alsa_patch) 77 install: $(DESTDIR)/lib/firmware/$(BOARD)_alsa.fw
|
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/ |
autoupdate_CatchBadSignatures.py | 32 the image is built for one board but used on another. 40 $ ./build_packages --board=${BOARD} 41 $ ./build_image --board=${BOARD} --noenable_rootfs_verification test 100 $ test_that -b ${BOARD} --fast <DUT_IP> autoupdate_CatchBadSignatures
|
/external/autotest/site_utils/bootperf-bin/ |
bootperf | 42 DEFINE_string board "" "name of board we are testing" 91 --board <BOARDNAME> name of board we are testing (e.g. daisy) 167 $RUN_TEST --results_dir="$TMP_RESULTS" --args "10" $BOARD \ 202 BOARD="--board=${FLAGS_board}"
|
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
Makefile | 46 sed "s@VENDOR@$(VENDOR)@g;s@BOARD@$(BOARD)@g" "$$csf" | \ 66 spl/u-boot-spl.csf: spl/u-boot-spl.ivt spl/u-boot-spl.bin board/$(VENDOR)/$(BOARD)/sign/u-boot-spl.csf 69 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf
|
/device/linaro/hikey/hifi/xaf/host-apf/utest/ |
xaf-dec-test.c | 99 #if !defined BOARD 118 #if !defined BOARD 219 #if !defined BOARD
|
xaf-dec-mix-test.c | 110 #if !defined BOARD 129 #if !defined BOARD 251 #if !defined BOARD
|
/external/autotest/site_utils/ |
perf_compare.py | 35 --image-2=IMAGE_2 --board-1=BOARD_1 --board-2=BOARD_2 --remote-1=REMOTE_1 \ 42 have the same board, you can specify that single board with --board=BOARD); and 92 board: {board} 191 def output_image_info(f, label, image, board, remote): 197 @param board: The string board associated with the image [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
TestReport.java | 94 xml.attribute(null, "board", Build.BOARD);
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
GenericDeviceInfo.java | 70 store.addResult(BUILD_BOARD, Build.BOARD);
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
BuildInfo.java | 61 String.valueOf(Build.VERSION.SDK_INT), Build.TYPE, Build.BOARD, hostPackageName,
|
/external/adhd/defs/ |
make.mk | 14 export ADHD_BUILD_DIR = $(ADHD_DIR)/build/$(BOARD)
|
/external/u-boot/tools/ |
Makefile | 133 # This affects include/image.h, but including the board config file 230 # Use board logo and fallback to vendor 231 ifneq ($(wildcard $(srctree)/$(src)/logos/$(BOARD).bmp),) 232 LOGO_BMP= $(srctree)/$(src)/logos/$(BOARD).bmp
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResultsReport.java | 104 Build.CPU_ABI2, abis, abis32, abis64, Build.BOARD, Build.BRAND, Build.DEVICE,
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkVars.java | 64 VAR_MAP.put("build.board", new StaticVarGetter(Build.BOARD));
|
/external/autotest/server/hosts/ |
servo_repair.py | 141 Verifier for the servo BOARD configuration. 144 ATTR = 'BOARD' 148 Test whether the `host` has a `BOARD` setting configured. 151 job for a valid setting of the `BOARD` variable. The following 154 for BOARD. 155 * The BOARD setting doesn't match the DUT's entry in the AFE 164 msg = 'Servo board is unconfigured' 256 """Restart `servod` with the proper BOARD setting.""" 268 host.run('start servod BOARD=%s %s PORT=%d %s' % 273 logging.warning('Board for DUT is unknown; starting [all...] |
/external/u-boot/arch/arm/mach-omap2/ |
config_secure.mk | 106 -n "U-Boot $(UBOOTRELEASE) for $(BOARD) board" -E \
|