/u-boot/test/dm/ |
A D | wdt.c | 25 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 D | pcap.c | 15 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 D | eth-uclass.c | 30 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 D | Kconfig | 10 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 D | Kconfig | 2 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 D | Kconfig | 11 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 D | sandbox_wdt.c | 16 state->wdt.running = true; in sandbox_wdt_start() 25 state->wdt.running = false; in sandbox_wdt_stop()
|
/u-boot/board/coreboot/ |
A D | Kconfig | 14 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 D | Kconfig | 11 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 D | zynqmp-r5.rst | 16 * 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 D | sdl.c | 60 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 D | bcm6348-iudma.c | 120 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 D | esm-pmic.txt | 7 the PMIC running its own state machine.
|
/u-boot/doc/device-tree-bindings/fpga/ |
A D | altera-socfpga-a10-fpga-mgr.txt | 18 running. 24 called fit_spl_fpga.itb. This FIT image can be created through running
|
/u-boot/board/technexion/pico-imx8mq/ |
A D | README | 23 # Or use this to avoid running random scripts from the internet, 38 Or into eMMC from a running system
|
/u-boot/drivers/serial/ |
A D | Kconfig | 212 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 D | README | 18 - 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 D | README | 15 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 D | README | 15 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 D | ne2000_base.c | 156 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 D | bcm6348-eth.c | 269 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 D | README.link-local | 17 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 D | coreboot.rst | 49 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 D | qemu-riscv.rst | 9 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 D | pxa25x_udc.h | 108 unsigned running:1; member
|