/openbmc/qemu/ |
H A D | .patchew.yml | 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.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 D | per.S | 20 .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/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gx-libretech-pc.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 7 /* Libretech Amlogic GX PC form factor - AKA: Tartiflette */ 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/leds/common.h> 11 #include <dt-bindings/sound/meson-aiu.h> 14 adc-keys { 15 compatible = "adc-keys"; 16 io-channels = <&saradc 0>; 17 io-channel-names = "buttons"; 18 keyup-threshold-microvolt = <1800000>; [all …]
|
/openbmc/u-boot/board/freescale/mpc832xemds/ |
H A D | README | 2 ----------------------------------------- 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/openbmc/poky/meta/recipes-devtools/strace/strace/ |
H A D | run-ptest | 3 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 D | run-ptest | 7 # 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/technexion/pico-imx6ul/ |
H A D | README | 1 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/qemu/scripts/ |
H A D | refresh-pxe-roms.sh | 22 # ./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-extended/bc/bc/ |
H A D | libmath.h | 10 "s14:pl7:s0:pl14:RN1:l5:0{Z2:1K10:l2:^-1/RN2:l2:s15:pK6:l2:+s2:", 12 "K.5:{Z6:l10:K2:*s10:pl5:cRs5:pJ5:N6:l5:1-l5:1+/s13:s14:pl13:l13:", 19 "*-s5:pl13:K2:%Z3:l5:ns5:pN3:l15:K2:+s2:pl5:s9:s14:pl5:nl5:*s16:", 20 "pK3:s11:pN5:1B6:J4:N7:l11:K2:+s11:pJ5:N6:l9:l16:l11:l11:1-*/*", 35 "l15:K3:+s2:pN12:l5:K.2:>Z13:l10:1+s10:pl5:K.2:-1l5:K.2:*+/s5:", 42 "B6:J4:N7:l11:i11:pJ5:N6:l10:l11:*s10:pJ7:N4:K1.5:l15:*s2:pl5:", 44 "cL+l10:cS-s2:p1s11:pN9:1B10:J8:N11:l11:i11:pJ9:N10:l9:l16:*l11:",
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/ |
H A D | README.md | 1 **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/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | e60k02.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 11 * found in ebook-readers like the Kobo Clara HD (with i.MX6SLL) and 14 #include <dt-bindings/input/input.h> 19 stdout-path = &uart1; 22 gpio_keys: gpio-keys { 23 compatible = "gpio-keys"; 25 key-power { 29 wakeup-source; 32 key-cover { 36 linux,input-type = <EV_SW>; [all …]
|
H A D | imx6sl-kobo-aura2.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Name on mainboard is: 37NB-E60QL0+4B1 11 /dts-v1/; 13 #include <dt-bindings/input/input.h> 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/leds/common.h> 28 stdout-path = &uart1; 31 gpio_keys: gpio-keys { 32 compatible = "gpio-keys"; 33 pinctrl-names = "default"; [all …]
|
H A D | imx6sl-tolino-shine2hd.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Name on mainboard is: 37NB-E60QF0+4A2 or 37NB-E60QF0+4A3 11 /dts-v1/; 13 #include <dt-bindings/input/input.h> 14 #include <dt-bindings/gpio/gpio.h> 19 compatible = "kobo,tolino-shine2hd", "fsl,imx6sl"; 22 compatible = "pwm-backlight"; 24 power-supply = <&backlight_regulator>; 27 backlight_regulator: regulator-backlight { 28 compatible = "regulator-fixed"; [all …]
|
H A D | imx6sl-tolino-vision.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Name on mainboard is: 37NB-E60Q30+4A3 11 /dts-v1/; 13 #include <dt-bindings/leds/common.h> 14 #include <dt-bindings/input/input.h> 15 #include <dt-bindings/gpio/gpio.h> 20 compatible = "kobo,tolino-vision", "fsl,imx6sl"; 28 compatible = "pwm-backlight"; 30 power-supply = <&backlight_regulator>; 33 backlight_regulator: regulator-backlight { [all …]
|
/openbmc/openbmc-build-scripts/ |
H A D | qemu-build.sh | 9 # In Jenkins configure the git SCM 'Additional Behaviours', 'check-out to a sub 15 # WORKSPACE=$PWD/qemu ~/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 D | mpr2.c | 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()
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3066a-rayeager.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 7 #include <dt-bindings/input/input.h> 12 compatible = "chipspark,rayeager-px2", "rockchip,rk3066a"; 25 ir: ir-receiver { 26 compatible = "gpio-ir-receiver"; 28 pinctrl-names = "default"; 29 pinctrl-0 = <&ir_int>; 32 keys: gpio-keys { 33 compatible = "gpio-keys"; [all …]
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-mt6397.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 #include "pinctrl-mtk-common.h" 260 "J4", "mt6397",
|
H A D | pinctrl-mtk-mt8127.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 #include "pinctrl-mtk-common.h" 957 "J4", "mt8127",
|
/openbmc/linux/arch/sh/boards/ |
H A D | board-magicpanelr2.c | 1 // SPDX-License-Identifier: GPL-2.0 65 /* CS2: LAN (0x08000000 - 0x0bffffff) */ in setup_chip_select() 71 /* CS4: CAN1 (0xb0000000 - 0xb3ffffff) */ in setup_chip_select() 77 /* CS5a: CAN2 (0xb4000000 - 0xb5ffffff) */ in setup_chip_select() 83 /* CS5b: CAN3 (0xb6000000 - 0xb7ffffff) */ in setup_chip_select() 89 /* CS6a: Rotary (0xb8000000 - 0xb9ffffff) */ in setup_chip_select() 138 /* J7 (x); J6 AUDCK; J5 ASEBRKAK; J4 AUDATA3; in setup_port_multiplexing() 270 .id = -1, 292 .id = -1, 301 /* Reserved for bootloader, read-only */ [all …]
|
/openbmc/u-boot/ |
H A D | .travis.yml | 1 # 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/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-facebook-harma.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 /dts-v1/; 5 #include "aspeed-g6.dtsi" 6 #include <dt-bindings/gpio/aspeed-gpio.h> 7 #include <dt-bindings/i2c/i2c.h> 11 compatible = "facebook,harma-bmc", "aspeed,ast2600"; 32 stdout-path = &uart5; 40 iio-hwmon { 41 compatible = "iio-hwmon"; 42 io-channels = <&adc0 0>, <&adc0 1>, <&adc0 2>, <&adc0 3>, [all …]
|
/openbmc/linux/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g4.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 15 #include <linux/pinctrl/pinconf-generic.h> 20 #include "../pinctrl-utils.h" 21 #include "pinmux-aspeed.h" 22 #include "pinctrl-aspeed.h" 32 * The "Multi-function Pins Mapping and Control" table in the SoC datasheet 35 * opposed to naming them e.g. PINMUX_CTRL_[0-9]). Further, signal expressions 44 #define SCU80 0x80 /* Multi-function Pin Control #1 */ 45 #define SCU84 0x84 /* Multi-function Pin Control #2 */ 46 #define SCU88 0x88 /* Multi-function Pin Control #3 */ [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | arcnet-hardware.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 2) This file is no longer Linux-specific. It should probably be moved out 17 e-mail apenwarr@worldvisions.ca with any settings for your particular card, 39 There are two "types" of ARCnet - STAR topology and BUS topology. This 46 well-designed standard. It uses something called "modified token passing" 47 which makes it completely incompatible with so-called "Token Ring" cards, 63 programming interface also means that when high-performance hardware 73 although they are generally kept down to the Ethernet-style 1500 bytes. 91 - Avery Pennraun <apenwarr@worldvisions.ca> 92 - Stephen A. Wood <saw@hallc1.cebaf.gov> [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
H A D | 0001-BootLogoLib-align-logo-coords-to-be-even.patch | 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 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 …]
|