Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 170) sorted by relevance

1234567

/u-boot/test/dm/
A Dwdt.c25 ut_asserteq(false, state->wdt.running); in dm_test_wdt_base()
29 ut_asserteq(true, state->wdt.running); in dm_test_wdt_base()
34 ut_asserteq(true, state->wdt.running); in dm_test_wdt_base()
37 ut_asserteq(false, state->wdt.running); in dm_test_wdt_base()
/u-boot/net/
A Dpcap.c15 static bool running; variable
64 running = false; in pcap_init()
78 running = start; in pcap_start_stop()
104 if (!initialized || !running || !buf) in pcap_post()
145 printf("\tStatus: %s.\t file size: %u\n", running ? "Active" : "Idle", in pcap_print_status()
155 return running; in pcap_active()
A Deth-uclass.c30 bool running; member
295 priv->running = true; in eth_init()
329 if (!priv || !priv->running) in eth_halt()
334 priv->running = false; in eth_halt()
543 priv->running = false; in eth_post_probe()
/u-boot/board/efi/
A DKconfig10 This target is used for running U-Boot on top of EFI. In
12 takes over once the RAM, video and CPU are fully running.
18 This target is used for running U-Boot on top of EFI. In
20 takes over once the RAM, video and CPU are fully running.
/u-boot/lib/efi/
A DKconfig2 bool "Support running U-Boot from EFI"
16 bool "Support running as an EFI application"
25 bool "Support running as an EFI payload"
50 bool "Produce a stub for running with 32-bit EFI"
53 bool "Produce a stub for running with 64-bit EFI"
/u-boot/board/ti/j721e/
A DKconfig11 bool "TI K3 based J721E EVM running on A72"
19 bool "TI K3 based J721E EVM running on R5"
31 bool "TI K3 based J7200 EVM running on A72"
39 bool "TI K3 based J7200 EVM running on R5"
/u-boot/drivers/watchdog/
A Dsandbox_wdt.c16 state->wdt.running = true; in sandbox_wdt_start()
25 state->wdt.running = false; in sandbox_wdt_stop()
/u-boot/board/coreboot/
A DKconfig14 This target is used for running U-Boot on top of coreboot. In
16 takes over once the RAM, video and CPU are fully running.
/u-boot/board/ti/am65x/
A DKconfig11 bool "TI K3 based AM654 EVM running on A53"
19 bool "TI K3 based AM654 EVM running on R5"
/u-boot/doc/board/xilinx/
A Dzynqmp-r5.rst16 * zynqmp-r5 - U-Boot running on RPU Cortex-R5
59 The second way to load U-Boot to Cortex R5 is from U-Boot running on A53 as is
71 NOTICE: ATF running on XCZU7EG/EV/silicon v4/RTL5.1 at 0xfffea000
124 Then on second uart you can see U-Boot up and running on R5::
/u-boot/arch/sandbox/cpu/
A Dsdl.c60 bool running; member
423 sdl.running = false; in sandbox_sdl_sound_init()
452 if (!sdl.running) { in sandbox_sdl_sound_play()
454 sdl.running = true; in sandbox_sdl_sound_play()
463 if (sdl.running) { in sandbox_sdl_sound_stop()
468 sdl.running = 0; in sandbox_sdl_sound_stop()
/u-boot/drivers/dma/
A Dbcm6348-iudma.c120 bool running; member
203 ch_priv->running = false; in bcm6348_iudma_disable()
279 ch_priv->running = true; in bcm6348_iudma_enable()
312 ch_priv->running = false; in bcm6348_iudma_request()
333 if (!ch_priv->running) in bcm6348_iudma_receive()
381 if (!ch_priv->running) in bcm6348_iudma_send()
514 if (ch_priv->running) in bcm6348_iudma_prepare_rcv_buf()
/u-boot/doc/device-tree-bindings/misc/
A Desm-pmic.txt7 the PMIC running its own state machine.
/u-boot/doc/device-tree-bindings/fpga/
A Daltera-socfpga-a10-fpga-mgr.txt18 running.
24 called fit_spl_fpga.itb. This FIT image can be created through running
/u-boot/board/technexion/pico-imx8mq/
A DREADME23 # Or use this to avoid running random scripts from the internet,
38 Or into eMMC from a running system
/u-boot/drivers/serial/
A DKconfig212 be available until the real driver model serial is running.
220 be available until the real driver model serial is running.
229 running.
238 running.
340 serial is running.
349 serial is running.
374 driver model serial is running.
391 serial is running.
400 running.
418 running.
[all …]
/u-boot/board/freescale/ls1012afrdm/
A DREADME18 - 4 Gb DDR3L SDRAM memory, running at data rates up to 1 GT/s
21 - Onboard 512 Mbit QSPI flash memory running at speed up
/u-boot/board/freescale/ls1021atwr/
A DREADME15 running up to 1.0 GHz, the LS1021A processor delivers pre-silicon CoreMark
21 CAN controller for implementing industrial protocols, DDR3L/4 running
45 - Two PCI Express Gen2 controllers running at up to 5 GHz
73 multichannels, each running at 64 Kbps
/u-boot/board/freescale/ls1021aqds/
A DREADME15 running up to 1.0 GHz, the LS1021A processor delivers pre-silicon CoreMark
21 CAN controller for implementing industrial protocols, DDR3L/4 running
45 - Two PCI Express Gen2 controllers running at up to 5 GHz
73 multichannels, each running at 64 Kbps
/u-boot/drivers/net/
A Dne2000_base.c156 dp->running = false; in dp83902a_stop()
186 dp->running = true; in dp83902a_start()
191 dp->running = true; in dp83902a_start()
196 dp->running = true; in dp83902a_start()
207 dp->running = true; in dp83902a_start()
638 if (!dp->running) break; /* Is this necessary? */ in dp83902a_poll()
A Dbcm6348-eth.c269 bool running = false; in bcm6348_eth_write_hwaddr() local
273 running = true; in bcm6348_eth_write_hwaddr()
276 if (running) in bcm6348_eth_write_hwaddr()
287 if (running) in bcm6348_eth_write_hwaddr()
/u-boot/doc/
A DREADME.link-local17 the "linklocal" command is available. This running this will
43 directly to another machine that may not be running a DHCP server.
/u-boot/doc/board/coreboot/
A Dcoreboot.rst49 works by using a 32-bit SPL binary to switch to 64-bit for running U-Boot. It
50 can be useful for running UEFI applications, for example.
/u-boot/doc/board/emulation/
A Dqemu-riscv.rst9 Both 32-bit and 64-bit targets are supported, running in either machine or
34 qemu-riscv64_smode_defconfig instead. Note that U-Boot running in supervisor
39 The minimal QEMU command line to get U-Boot up and running is:
/u-boot/drivers/usb/gadget/
A Dpxa25x_udc.h108 unsigned running:1; member

Completed in 41 milliseconds

1234567