/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 | 34 bool running; member 326 priv->running = true; in eth_init() 360 if (!priv || !priv->running) in eth_halt() 365 priv->running = false; in eth_halt() 586 priv->running = false; in eth_post_probe()
|
/u-boot/board/efi/ |
A D | Kconfig | 11 This target is used for running U-Boot on top of EFI. In 13 takes over once the RAM, video and CPU are fully running. 21 This target is used for running U-Boot on top of EFI in 64-bit mode. 23 takes over once the RAM, video and CPU are fully running. 29 This target is used for running U-Boot on top of EFI. In 31 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" 26 bool "Support running as an EFI payload" 41 bool "Produce an app for running with 32-bit EFI" 44 bool "Produce an app for running with 64-bit EFI" 59 bool "Produce a stub for running with 32-bit EFI" 62 bool "Produce a stub for running with 64-bit EFI"
|
/u-boot/tools/binman/ |
A D | bintools.rst | 16 This bintool supports running `bzip2` to compress and decompress data, as 43 This bintool supports running `fiptool` with some basic parameters as 78 This bintool supports running `gzip` to compress and decompress data, as 92 This bintool supports running `ifwitool` with some basic parameters as 107 This bintool supports running `lz4` to compress and decompress data, as 121 This bintool supports running `lzma_alone` to compress and decompress data, 135 This bintool supports running `lzop` to compress and decompress data, as 149 This bintool supports running `mkimage` with some basic parameters as 161 This bintool supports running `xz` to compress and decompress data, as 175 This bintool supports running `zstd` to compress and decompress data, as
|
/u-boot/doc/develop/package/ |
A D | bintools.rst | 16 This bintool supports running `bzip2` to compress and decompress data, as 43 This bintool supports running `fiptool` with some basic parameters as 78 This bintool supports running `gzip` to compress and decompress data, as 92 This bintool supports running `ifwitool` with some basic parameters as 107 This bintool supports running `lz4` to compress and decompress data, as 121 This bintool supports running `lzma_alone` to compress and decompress data, 135 This bintool supports running `lzop` to compress and decompress data, as 149 This bintool supports running `mkimage` with some basic parameters as 161 This bintool supports running `xz` to compress and decompress data, as 175 This bintool supports running `zstd` to compress and decompress data, as
|
/u-boot/board/ti/j721e/ |
A D | Kconfig | 11 bool "TI K3 based J721E EVM running on A72" 18 bool "TI K3 based J721E EVM running on R5" 29 bool "TI K3 based J7200 EVM running on A72" 36 bool "TI K3 based J7200 EVM running on R5"
|
/u-boot/drivers/watchdog/ |
A D | wdt-uclass.c | 39 bool running; member 55 if (!priv->running) in wdt_cyclic() 124 priv->running = true; in wdt_start() 162 priv->running = false; in wdt_stop() 183 if (!priv->running) in wdt_stop_all()
|
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/test/dm/ |
A D | wdt.c | 30 ut_asserteq(false, state->wdt.running); in dm_test_wdt_base() 34 ut_asserteq(true, state->wdt.running); in dm_test_wdt_base() 39 ut_asserteq(true, state->wdt.running); in dm_test_wdt_base() 42 ut_asserteq(false, state->wdt.running); in dm_test_wdt_base()
|
/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/am62ax/ |
A D | Kconfig | 11 bool "TI K3 based AM62A7 EVM running on A53" 18 bool "TI K3 based AM62A7 EVM running on R5"
|
/u-boot/board/ti/am64x/ |
A D | Kconfig | 10 bool "TI K3 based AM642 EVM running on A53" 17 bool "TI K3 based AM642 EVM running on R5"
|
/u-boot/board/ti/am65x/ |
A D | Kconfig | 11 bool "TI K3 based AM654 EVM running on A53" 18 bool "TI K3 based AM654 EVM running on R5"
|
/u-boot/board/ti/am62x/ |
A D | Kconfig | 11 bool "TI K3 based AM625 EVM running on A53" 15 bool "TI K3 based AM625 EVM running on R5"
|
/u-boot/board/ti/j721s2/ |
A D | Kconfig | 11 bool "TI K3 based J721S2 EVM running on A72" 18 bool "TI K3 based J721S2 EVM running on R5"
|
/u-boot/doc/device-tree-bindings/watchdog/ |
A D | gpio-wdt.txt | 14 - always-running: Boolean property indicating that the watchdog cannot 24 always-running;
|
/u-boot/board/siemens/iot2050/ |
A D | Kconfig | 14 bool "IOT2050 PG1 running on A53" 21 bool "IOT2050 PG2 running on A53"
|
/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/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/arch/sandbox/cpu/ |
A D | sdl.c | 63 bool running; member 522 sdl.running = false; in sandbox_sdl_sound_init() 551 if (!sdl.running) { in sandbox_sdl_sound_play() 553 sdl.running = true; in sandbox_sdl_sound_play() 562 if (sdl.running) { in sandbox_sdl_sound_stop() 567 sdl.running = 0; in sandbox_sdl_sound_stop()
|
/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/doc/device-tree-bindings/misc/ |
A D | esm-pmic.txt | 7 the PMIC running its own state machine.
|
/u-boot/arch/arm/dts/ |
A D | r9a06g032-rzn1-snarc-u-boot.dtsi | 5 * After building u-boot, can generate the SPKG output by running:
|