Home
last modified time | relevance | path

Searched +full:- +full:j4 (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/
H A D.patchew.yml1 ---
91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}
115 ---
117 Please send your feedback to patchew-devel@redhat.com
126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
127 docker-quick@centos8:
133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1
140 git rev-parse base > /dev/null || exit 0
141 ./scripts/checkpatch.pl --mailback base..
142 docker-mingw@fedora:
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dper.S20 .quad 0x80000000, 0, -1 /* successful-branching everywhere */
60 larl %r0, j4
63 j4: bner %r1 label
74 cli per_code, 0x80 /* successful-branching event? */
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/
H A Drun-ptest3 set -u
6 make -j4 -B -C tests -k test-suite.log
8 if [ $res -ne 0 ]; then
9 cat tests/test-suite.log
/openbmc/openbmc/poky/meta/recipes-support/curl/curl/
H A Drun-ptest7 # Use automake-style output
13 # We don't enable --libcurl
14 # Don't assume curl-config exists
17 -a -c curl -vc curl -n -am -j4 -p \
18 !flaky !timing-dependent !FTP \
19 !--libcurl !curl-config !source\ analysis !checksrc !documentation
/openbmc/u-boot/board/freescale/mpc832xemds/
H A DREADME2 -----------------------------------------
4 1.0 There are five Dual-In-Line Packages(DIP) Switches on MPC832XE SYS board
11 and some of those signals may be high-bit-number-0 too. Heed
17 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 …]
/openbmc/qemu/scripts/
H A Drefresh-pxe-roms.sh22 # ./scripts/refresh-pxe-roms.sh
25 if test -x "$(which EfiRom 2>/dev/null)"; then
30 make -j4 $targets || exit 1
/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/
H A DREADME.md1 **perl-cross** provides configure script, top-level Makefile
3 with the primary emphasis on cross-compiling the source.
5 # Get perl and perl-cross sources
6 curl -L -O http://www.cpan.org/src/5.0/perl-5.24.1.tar.gz
7 curl -L -O https://github.com/arsv/perl-cross/releases/download/1.1.3/perl-cross-1.1.3.tar.gz
9 # Unpack perl-cross over perl, overwriting Makefile
10 tar -zxf perl-5.24.1.tar.gz
11 cd perl-5.24.1
12 tar --strip-components=1 -zxf ../perl-cross-1.1.3.tar.gz
15 ./configure --target=arm-linux-gnueabi --prefix=/usr -Duseshrplib
[all …]
/openbmc/u-boot/board/technexion/pico-imx6ul/
H A DREADME1 How to Update U-Boot on Pico-imx6ul board
2 -----------------------------------------
6 - imx_usb_loader: https://github.com/boundarydevices/imx_usb_loader
8 - dfu-util: http://dfu-util.sourceforge.net/releases/
10 Build U-Boot for Pico:
13 $ make pico-imx6ul_defconfig
16 This generates the SPL and u-boot-dtb.img binaries.
18 1. Loading U-Boot via USB Serial Download Protocol
21 If the eMMC has already a U-Boot flashed with DFU support then
22 the user can go to step 2 below in order to update U-Boot.
[all …]
/openbmc/openbmc-build-scripts/
H A Dqemu-build.sh9 # In Jenkins configure the git SCM 'Additional Behaviours', 'check-out to a sub
15 # WORKSPACE=$PWD ~/openbmc-build-scripts/qemu-build.sh
30 #set -x
33 http_proxy=${http_proxy:-}
35 if [ -z ${WORKSPACE+x} ]; then
40 docker_reg=${DOCKER_REG:-"public.ecr.aws/ubuntu"}
43 img_name=qemu-build
49 if [[ -n "${http_proxy}" ]]; then
50 …ho \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-cacher-ng-proxy"
55 export PROXY_HOST=${PROXY_HOST/%:[0-9]*}
[all …]
/openbmc/u-boot/board/mpr2/
H A Dmpr2.c1 // 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()
/openbmc/u-boot/
H A D.travis.yml1 # SPDX-License-Identifier: GPL-2.0+
4 # build U-Boot on Travis CI - https://travis-ci.org/
14 - ubuntu-toolchain-r-test
15 - llvm-toolchain-trusty-7
17 - cppcheck
18 - sloccount
19 - sparse
20 - bc
21 - build-essential
22 - libsdl1.2-dev
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-BootLogoLib-align-logo-coords-to-be-even.patch20 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 bytes
32 diff --git a/MdeModulePkg/Library/BootLogoLib/BootLogoLib.c b/MdeModulePkg/Library/BootLogoLib/Boot…
34 --- a/MdeModulePkg/Library/BootLogoLib/BootLogoLib.c
36 @@ -205,6 +205,10 @@ BootLogoEnableLogo (
46 Status = GraphicsOutput->Blt (
[all …]
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c1 // 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 …]
/openbmc/qemu/pc-bios/
HDopenbios-ppc ... i-cache-sets d-cache-block-size i-cache-block-size tlb- ...
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch6 ---
7 Upstream-Status: Pending
23 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.txt
27 @@ -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/Makefile
39 @@ -24,6 +24,7 @@ apps: libs/ilclient/libilclient.a libs/vgfont/libvgfont.a libs/revision/librevis
40 $(MAKE) -C hello_teapot
41 $(MAKE) -C hello_fft
[all …]