Searched +full:- +full:j4 (Results 1 – 15 of 15) sorted by relevance
1 ---91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}115 ---117 Please send your feedback to patchew-devel@redhat.com126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1127 docker-quick@centos8:133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1140 git rev-parse base > /dev/null || exit 0141 ./scripts/checkpatch.pl --mailback base..142 docker-mingw@fedora:[all …]
20 .quad 0x80000000, 0, -1 /* successful-branching everywhere */60 larl %r0, j463 j4: bner %r1 label74 cli per_code, 0x80 /* successful-branching event? */
3 set -u6 make -j4 -B -C tests -k test-suite.log8 if [ $res -ne 0 ]; then9 cat tests/test-suite.log
7 # Use automake-style output13 # We don't enable --libcurl14 # Don't assume curl-config exists17 -a -c curl -vc curl -n -am -j4 -p \18 !flaky !timing-dependent !FTP \19 !--libcurl !curl-config !source\ analysis !checksrc !documentation
2 -----------------------------------------4 1.0 There are five Dual-In-Line Packages(DIP) Switches on MPC832XE SYS board11 and some of those signals may be high-bit-number-0 too. Heed17 SW3 is switch 18 as silk-screened onto the board.28 SW3[1-8]= 0000_1000 (core PLL setting, core enable)29 SW4[1-8]= 0001_0010 (Flash boot on local bus, system PLL setting)30 SW5[1-8]= 0010_0110 (Boot from high end)31 SW6[1-8]= 0011_0100 (Flash boot on 16 bit local bus)32 SW7[1-8]= 1000_0011 (QE PLL setting)35 J1 1-2 (ETH3_TXER)[all …]
22 # ./scripts/refresh-pxe-roms.sh25 if test -x "$(which EfiRom 2>/dev/null)"; then30 make -j4 $targets || exit 1
1 **perl-cross** provides configure script, top-level Makefile3 with the primary emphasis on cross-compiling the source. 5 # Get perl and perl-cross sources6 curl -L -O http://www.cpan.org/src/5.0/perl-5.24.1.tar.gz7 curl -L -O https://github.com/arsv/perl-cross/releases/download/1.1.3/perl-cross-1.1.3.tar.gz9 # Unpack perl-cross over perl, overwriting Makefile10 tar -zxf perl-5.24.1.tar.gz11 cd perl-5.24.112 tar --strip-components=1 -zxf ../perl-cross-1.1.3.tar.gz15 ./configure --target=arm-linux-gnueabi --prefix=/usr -Duseshrplib[all …]
1 How to Update U-Boot on Pico-imx6ul board2 -----------------------------------------6 - imx_usb_loader: https://github.com/boundarydevices/imx_usb_loader8 - dfu-util: http://dfu-util.sourceforge.net/releases/10 Build U-Boot for Pico:13 $ make pico-imx6ul_defconfig16 This generates the SPL and u-boot-dtb.img binaries.18 1. Loading U-Boot via USB Serial Download Protocol21 If the eMMC has already a U-Boot flashed with DFU support then22 the user can go to step 2 below in order to update U-Boot.[all …]
9 # In Jenkins configure the git SCM 'Additional Behaviours', 'check-out to a sub15 # WORKSPACE=$PWD ~/openbmc-build-scripts/qemu-build.sh30 #set -x33 http_proxy=${http_proxy:-}35 if [ -z ${WORKSPACE+x} ]; then40 docker_reg=${DOCKER_REG:-"public.ecr.aws/ubuntu"}43 img_name=qemu-build49 if [[ -n "${http_proxy}" ]]; then50 …ho \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-cacher-ng-proxy"55 export PROXY_HOST=${PROXY_HOST/%:[0-9]*}[all …]
1 // SPDX-License-Identifier: GPL-2.0+25 /* CS2: Ethernet (0xA8000000 - 0xABFFFFFF) */ in board_init()29 /* CS4: CAN1 (0xB0000000 - 0xB3FFFFFF) */ in board_init()33 /* CS5a: CAN2 (0xB4000000 - 0xB5FFFFFF) */ in board_init()37 /* CS5b: CAN3 (0xB6000000 - 0xB7FFFFFF) */ in board_init()41 /* CS6a: Rotary (0xB8000000 - 0xB9FFFFFF) */ in board_init()60 * GPI+: (10) General Purpose Input with internal pull-up in board_init()61 *------------------------------------------------------- in board_init()94 /* J7 (x); J6 AUDCK; J5 ASEBRKAK; J4 AUDATA3; in board_init()
1 # SPDX-License-Identifier: GPL-2.0+4 # build U-Boot on Travis CI - https://travis-ci.org/14 - ubuntu-toolchain-r-test15 - llvm-toolchain-trusty-717 - cppcheck18 - sloccount19 - sparse20 - bc21 - build-essential22 - libsdl1.2-dev[all …]
20 Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>23 discussion at https://mail.gnu.org/archive/html/qemu-devel/2024-06/msg02964.html.25 Upstream-Status: Inappropriate [workaround]26 Signed-off-by: Ross Burton <ross.burton@arm.com>27 ---29 MdeModulePkg/Logo/Logo.bmp | Bin 12446 -> 34010 bytes32 diff --git a/MdeModulePkg/Library/BootLogoLib/BootLogoLib.c b/MdeModulePkg/Library/BootLogoLib/Boot…34 --- a/MdeModulePkg/Library/BootLogoLib/BootLogoLib.c36 @@ -205,6 +205,10 @@ BootLogoEnableLogo (46 Status = GraphicsOutput->Blt ([all …]
1 // SPDX-License-Identifier: GPL-2.0+12 #include <asm/arch/mx6-pins.h>16 #include <asm/mach-imx/boot_mode.h>17 #include <asm/mach-imx/sata.h>18 #include <asm/mach-imx/spi.h>19 #include <asm/mach-imx/video.h>107 clrsetbits_le32(&mxc_ccm->cs2cdr, in setup_gpmi_nand()116 setbits_le32(&mxc_ccm->CCGR4, in setup_gpmi_nand()124 setbits_le32(&mxc_ccm->CCGR0, MXC_CCM_CCGR0_APBHDMA_MASK); in setup_gpmi_nand()200 return (bus == 0 && cs == 0) ? (IMX_GPIO_NR(3, 19)) : -1; in board_spi_cs_gpio()[all …]
... i-cache-sets d-cache-block-size i-cache-block-size tlb- ...
6 ---7 Upstream-Status: Pending23 diff --git a/host_applications/linux/apps/hello_pi/CMakeLists.txt b/host_applications/linux/apps/he…25 --- a/host_applications/linux/apps/hello_pi/CMakeLists.txt27 @@ -25,6 +25,7 @@ add_subdirectory(hello_encode)35 diff --git a/host_applications/linux/apps/hello_pi/Makefile b/host_applications/linux/apps/hello_pi…37 --- a/host_applications/linux/apps/hello_pi/Makefile39 @@ -24,6 +24,7 @@ apps: libs/ilclient/libilclient.a libs/vgfont/libvgfont.a libs/revision/librevis40 $(MAKE) -C hello_teapot41 $(MAKE) -C hello_fft[all …]