| /rk3399_rockchip-uboot/test/dm/ |
| H 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()
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | Kconfig | 2 bool "Support running U-Boot AVB" 9 bool "Support running U-Boot AVB for spl" 16 bool "Support running U-Boot AVB for tpl"
|
| /rk3399_rockchip-uboot/lib/efi/ |
| H A D | Kconfig | 2 bool "Support running U-Boot from EFI" 15 bool "Support running as an EFI application" 24 bool "Support running as an EFI payload" 49 bool "Produce a stub for running with 32-bit EFI" 52 bool "Produce a stub for running with 64-bit EFI"
|
| /rk3399_rockchip-uboot/board/efi/ |
| H 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.
|
| /rk3399_rockchip-uboot/drivers/watchdog/ |
| H A D | sandbox_wdt.c | 19 state->wdt.running = true; in sandbox_wdt_start() 28 state->wdt.running = false; in sandbox_wdt_stop()
|
| /rk3399_rockchip-uboot/board/coreboot/ |
| H A D | Kconfig | 16 This target is used for running U-Boot on top of coreboot. In 18 takes over once the RAM, video and CPU are fully running.
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | Kconfig | 125 serial drivers are up and running (done in serial_init()). Otherwise 138 be available until the real driver model serial is running. 145 be available until the real driver model serial is running. 154 running. 161 be available until the real driver-model serial is running. 169 be available until the real driver model serial is running. 176 be available until the real driver model serial is running. 184 U-Boot when running on top of EFI (Extensive Firmware Interface). 192 be available until the real driver-model serial is running. 200 be available until the real driver-model serial is running. [all …]
|
| /rk3399_rockchip-uboot/board/freescale/ls1021aqds/ |
| H 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
|
| /rk3399_rockchip-uboot/board/freescale/ls1021atwr/ |
| H 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
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ne2000_base.c | 154 dp->running = false; in dp83902a_stop() 184 dp->running = true; in dp83902a_start() 189 dp->running = true; in dp83902a_start() 194 dp->running = true; in dp83902a_start() 205 dp->running = true; in dp83902a_start() 636 if (!dp->running) break; /* Is this necessary? */ in dp83902a_poll()
|
| /rk3399_rockchip-uboot/board/freescale/ls1012afrdm/ |
| H 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
|
| /rk3399_rockchip-uboot/doc/ |
| H 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.
|
| H A D | README.POST | 11 and running Power-On-Self-Test in U-Boot. This framework shall 22 of tests running on normal/power-fail booting. 26 The framework shall support manual running of the POST tests. 51 enhancing U-Boot/Linux to provide a common framework for running POST 58 support running POST tests manually at any time by executing a 65 1) Tests running on power-on booting only 70 2) Tests running on normal booting only 75 3) Tests running in special "slow test mode" only 87 only, while running in slow test mode it may perform a full memory 93 1) Tests running before relocating to RAM [all …]
|
| H A D | README.efi | 31 This document provides information about U-Boot running on top of EFI, either 39 - You have EFI running on a board but U-Boot does not natively support it 59 U-Boot supports running as an EFI application for 32-bit EFI only. This is 193 by 'run-time services', code that hangs around while U-Boot is running and 194 is even present when Linux is running. This is common on x86 and provides 251 x86 support code for running as an EFI application 254 x86 board code for running as an EFI application 272 In addition to support for running U-Boot as a UEFI application, U-Boot itself
|
| H A D | README.fsl-trustzone-components | 6 is left to a root-of-trust security software layer (running in EL3
|
| H A D | README.console | 73 For example, you won't get the console stuff running in the Linux 74 kernel because the kernel overwrites U-Boot before running. Only
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | README.md | 71 running the test script. 84 - Instead of running U-Boot directly, it will be run under gdbserver, with 127 before running the tests. If using this option, make sure that any 172 The following environment variables are set when running hook scripts: 202 Prior to running the test suite against a board, some arrangement must be made 215 board's flash prior to running the test suite. 234 this script again to restore U-Boot to an operational state before running the 241 start running from scratch. If the U-Boot binary to be tested has been written 273 machine running the test script. 282 should set `$PYTHONPATH` prior to running the test script to allow these [all …]
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | state.h | 44 bool running; member
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | Kconfig | 2 bool "Support running EFI Applications in U-Boot"
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | pxa25x_udc.h | 109 unsigned running:1; member
|
| /rk3399_rockchip-uboot/board/emulation/ |
| H A D | Kconfig | 15 This is the QEMU emulated x86 board. U-Boot supports running
|
| /rk3399_rockchip-uboot/board/microchip/pic32mzda/ |
| H A D | README | 11 This processor boots with proprietary stage1 bootloader running from internal
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb_hub.c | 580 static int running; in usb_device_list_scan() local 584 if (running) in usb_device_list_scan() 587 running = 1; in usb_device_list_scan() 610 running = 0; in usb_device_list_scan()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/ |
| H A D | nvidia,tegra186-bpmp-i2c.txt | 5 running on other CPUs must perform IPC to the BPMP in order to execute
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3399/ |
| H A D | Kconfig | 19 in a Qseven-compatible form-factor (running of a single 5V
|