Home
last modified time | relevance | path

Searched +full:dbg +full:- +full:halt (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Datmel,sama5d4-wdt.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/watchdog/atmel,sama5d4-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Eugen Hristev <eugen.hristev@microchip.com>
13 - $ref: watchdog.yaml#
18 - atmel,sama5d4-wdt
19 - microchip,sam9x60-wdt
20 - microchip,sama7g5-wdt
28 atmel,watchdog-type:
[all …]
H A Datmel,at91sam9-wdt.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/watchdog/atmel,at91sam9-wdt.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Eugen Hristev <eugen.hristev@microchip.com>
15 const: atmel,at91sam9260-wdt
26 atmel,max-heartbeat-sec:
32 atmel,min-heartbeat-sec:
35 must be smaller than the max-heartbeat-sec value. It is used to
39 atmel,watchdog-type:
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Dmcfwdebug.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * mcfdebug.h -- ColdFire Debug Module support.
29 #define MCFDEBUG_TDR_TRC_HALT 0x40000000 /* Processor halt on BP */
75 #define MCFDEBUG_CSR_UHE 0x00000400 /* User mode halt enable */
80 #define MCFDEBUG_CSR_NPL 0x00000040 /* Non-pipelined mode */
95 unsigned short *dbg; in wdebug() local
98 dbg = (unsigned short *)((((unsigned long)dbg_spc) + 3) & 0xfffffffc); in wdebug()
101 dbg[0] = 0x2c80 | (reg & 0xf); in wdebug()
102 dbg[1] = (data >> 16) & 0xffff; in wdebug()
103 dbg[2] = data & 0xffff; in wdebug()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildoptions.py4 # SPDX-License-Identifier: MIT
25 bitbake("-c clean core-image-minimal")
27 self.append_config('IMAGE_FEATURES += "ssh-server-openssh"')
28 bitbake("core-image-minimal")
29 … log_data_file = os.path.join(get_bb_var("WORKDIR", "core-image-minimal"), "temp/log.do_rootfs")
31 …incremental_created = re.search(r"Installing\s*:\s*packagegroup-core-ssh-openssh", log_data_create…
32 self.remove_config('IMAGE_FEATURES += "ssh-server-openssh"')
34 bitbake("core-image-minimal")
36 … incremental_removed = re.search(r"Erasing\s*:\s*packagegroup-core-ssh-openssh", log_data_removed)
40 bitbake("ccache-native")
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.c1 // SPDX-License-Identifier: GPL-2.0+
6 * Copyright (C) 2005-2013 Atmel Corporation
32 transaction_len = req->req.length - req->req.actual; in next_fifo_transaction()
33 req->last_transaction = 1; in next_fifo_transaction()
34 if (transaction_len > ep->ep.maxpacket) { in next_fifo_transaction()
35 transaction_len = ep->ep.maxpacket; in next_fifo_transaction()
36 req->last_transaction = 0; in next_fifo_transaction()
37 } else if (transaction_len == ep->ep.maxpacket && req->req.zero) { in next_fifo_transaction()
38 req->last_transaction = 0; in next_fifo_transaction()
41 DBG(DBG_QUEUE, "%s: submit_transaction, req %p (length %d)%s\n", in next_fifo_transaction()
[all …]
/openbmc/linux/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c1 // SPDX-License-Identifier: GPL-2.0+
3 * amd5536.c -- AMD 5536 UDC high/full speed USB device controller
5 * Copyright (C) 2005-2007 AMD (https://www.amd.com)
76 /* set_rde -- Is used to control enabling of RX DMA. Problem is
85 * set_rde -1 == not used, means it is alloed to be set to 0 or 1
90 static int set_rde = -1;
111 EP_INFO("ep1in-int",
113 EP_INFO("ep2in-bulk",
115 EP_INFO("ep3in-bulk",
117 EP_INFO("ep4in-bulk",
[all …]
/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/
H A Dlocal.conf.sample15 MACHINE ??= "mtmitchell-dcscm"
31 # Where to place shared-state files
42 # The default is a sstate-cache directory under TOPDIR.
44 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
66 DISTRO ?= "openbmc-phosphor"
71 # DISTRO ?= "poky-bleeding"
80 # - 'package_deb' for debian style deb files
81 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
82 # - 'package_rpm' for rpm style packages
104 # "dbg-pkgs" - add -dbg packages for all installed packages
[all …]
/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/
H A Dlocal.conf.sample31 # Where to place shared-state files
42 # The default is a sstate-cache directory under TOPDIR.
44 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
66 DISTRO ?= "openbmc-phosphor"
71 # DISTRO ?= "poky-bleeding"
80 # - 'package_deb' for debian style deb files
81 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
82 # - 'package_rpm' for rpm style packages
104 # "dbg-pkgs" - add -dbg packages for all installed packages
106 # "dev-pkgs" - add -dev packages for all installed packages
[all …]
/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/
H A Dlocal.conf.sample31 # Where to place shared-state files
42 # The default is a sstate-cache directory under TOPDIR.
44 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
66 DISTRO ?= "openbmc-phosphor"
71 # DISTRO ?= "poky-bleeding"
80 # - 'package_deb' for debian style deb files
81 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
82 # - 'package_rpm' for rpm style packages
104 # "dbg-pkgs" - add -dbg packages for all installed packages
106 # "dev-pkgs" - add -dev packages for all installed packages
[all …]
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dsetup.c1 // SPDX-License-Identifier: GPL-2.0-only
29 #define DBG udbg_printf macro
31 #define DBG pr_debug macro
56 return (ps3_firmware_version.raw > x.raw) - in ps3_compare_firmware_version()
74 DBG("%s:%d cmd '%s'\n", __func__, __LINE__, cmd); in ps3_restart()
82 DBG("%s:%d\n", __func__, __LINE__); in ps3_power_off()
90 DBG("%s:%d\n", __func__, __LINE__); in ps3_halt()
98 DBG("%s:%d %s\n", __func__, __LINE__, str); in ps3_panic()
115 if (!p->size) in prealloc()
118 p->address = memblock_alloc(p->size, p->align); in prealloc()
[all …]
/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/templates/default/
H A Dlocal.conf.sample28 #MACHINE ?= "qemux86-64"
33 #MACHINE ?= "beaglebone-yocto"
35 #MACHINE ?= "genericx86-64"
38 # This sets the default machine to be qemux86-64 if no other machine is selected:
39 MACHINE ??= "dl360-g11"
59 # Where to place shared-state files
70 # The default is a sstate-cache directory under TOPDIR.
72 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
94 DISTRO ?= "openbmc-phosphor"
99 # DISTRO ?= "poky-bleeding"
[all …]
/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/templates/default/
H A Dlocal.conf.sample28 #MACHINE ?= "qemux86-64"
33 #MACHINE ?= "beaglebone-yocto"
35 #MACHINE ?= "genericx86-64"
38 # This sets the default machine to be qemux86-64 if no other machine is selected:
39 MACHINE ??= "rl300-g11"
59 # Where to place shared-state files
70 # The default is a sstate-cache directory under TOPDIR.
72 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
94 DISTRO ?= "openbmc-phosphor"
99 # DISTRO ?= "poky-bleeding"
[all …]
/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/
H A Dlocal.conf.sample25 #MACHINE ?= "qemux86-64"
30 #MACHINE ?= "beaglebone-yocto"
32 #MACHINE ?= "genericx86-64"
33 #MACHINE ?= "mpc8315e-rdb"
36 # This sets the default machine to be qemux86-64 if no other machine is selected:
37 MACHINE ??= "dl385-g11"
52 # Where to place shared-state files
63 # The default is a sstate-cache directory under TOPDIR.
65 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
85 DISTRO ?= "openbmc-phosphor"
[all …]
/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]
/openbmc/openbmc/meta-qualcomm/conf/templates/default/
H A Dlocal.conf.sample17 MACHINE ??= "qualcomm-dc-scm-v1"
33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
[all …]
/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]
/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]
/openbmc/openbmc/meta-facebook/meta-greatlakes/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]
/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]
/openbmc/openbmc/meta-facebook/meta-minerva/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]
/openbmc/openbmc/meta-quanta/meta-s6q/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]
/openbmc/openbmc/meta-facebook/meta-ventura/conf/templates/default/
H A Dlocal.conf.sample33 # Where to place shared-state files
44 # The default is a sstate-cache directory under TOPDIR.
46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
68 DISTRO ?= "openbmc-phosphor"
73 # DISTRO ?= "poky-bleeding"
82 # - 'package_deb' for debian style deb files
83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
84 # - 'package_rpm' for rpm style packages
106 # "dbg-pkgs" - add -dbg packages for all installed packages
108 # "src-pkgs" - add -src packages for all installed packages
[all …]

1234