| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | fdt_region.c | 44 int want = 0; in fdt_find_regions() local 64 include = want >= 2; in fdt_find_regions() 73 include = want >= 2; in fdt_find_regions() 88 stack[depth] = want; in fdt_find_regions() 89 if (want == 1) in fdt_find_regions() 92 want = 2; in fdt_find_regions() 93 else if (want) in fdt_find_regions() 94 want--; in fdt_find_regions() 97 include = want; in fdt_find_regions() 101 include = want; in fdt_find_regions() [all …]
|
| /rk3399_rockchip-uboot/board/bosch/shc/ |
| H A D | Kconfig | 52 activate, if you want to build for the B sample version 58 activate, if you want to build for the B2 sample version 64 activate, if you want to build for the C sample version 70 activate, if you want to build for the C2 sample version 76 activate, if you want to build for the C3 sample version 82 activate, if you want to build for the Series version
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | libfdt.h | 65 enum want_t want; /* The 'want' value here */ member 72 enum want_t want; /* What we are currently including */ member
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | Kconfig | 43 Say Y if you want to enable support for panels based on the 50 Say Y if you want to enable support for panels based on the 69 for the Synopsys DesignWare HDMI driver. If you want to 77 for the Synopsys DesignWare HDMI QP driver. If you want to 85 for the Synopsys DesignWare HDMI driver. If you want to 92 This selects support for INNO HDMI PHY. If you want to 132 for the Synopsys DesignWare HDMI driver. If you want to 144 for the Synopsys DesignWare MIPI DSI2 driver. If you want to 154 for the Synopsys DW DP driver. If you want to enable DP 164 for the Analogix Core DP driver. If you want to enable DP
|
| /rk3399_rockchip-uboot/board/birdland/bav335x/ |
| H A D | Kconfig | 22 board you may want something other than UART0 as for example the IDK 31 Overwrite this if you have an older Rev.A and want ethernet support.
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec_test.c | 143 int want = *s; in run_test() local 151 if (got != want) { in run_test() 153 i, want, got, name); in run_test()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | exynos-fb.txt | 42 samsung,mipi-enabled: 1 if you want to use MIPI, else 0 43 samsung,dp-enabled: 1is you want to use DP, else 0 48 samsung,logo-on: 1 if you want to use custom logo. 49 0 if you want LCD console. 58 samsung,disable-sysmmu: Define this if you want to disable FIMD sysmmu.
|
| /rk3399_rockchip-uboot/env/ |
| H A D | Kconfig | 37 Define this if you don't want to or can't have an environment stored 79 Define this if you want to use the FAT file system for the environment. 88 Define this if you have a flash device which you want to use for the 124 In such a case you don't want to spend a whole sector for 160 Define this if you have an MMC device which you want to use for the 183 different sizes for the MMC partitions, and you always want the 213 Define this if you have a NAND device which you want to use for the 252 (NVRAM, battery buffered SRAM) which you want to use for the 259 want to use for environment. It is assumed that this memory 267 Define this if you want to put your local device's environment in [all …]
|
| /rk3399_rockchip-uboot/drivers/crypto/rsa_mod_exp/ |
| H A D | Kconfig | 5 If you want to use driver model for RSA Modular Exponentiation, say Y.
|
| /rk3399_rockchip-uboot/drivers/usb/ |
| H A D | Kconfig | 30 you'll be using. You may want to check out the information provided 87 Say Y here if you want to connect USB mass storage devices to your 94 Say Y here if you want to use a USB keyboard for U-Boot command line 102 Say Y here if you want support for keys F1 - F12, INS, HOME, DELETE,
|
| /rk3399_rockchip-uboot/drivers/clk/uniphier/ |
| H A D | Kconfig | 8 Say Y if you want to control clocks provided by System Control
|
| /rk3399_rockchip-uboot/board/freescale/mpc8569mds/ |
| H A D | README | 44 designer, we can set whatever we want */ 46 designer, we can set whatever we want */ 61 has been set but we want to update it, we can use the following commands:
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/ |
| H A D | Kconfig | 10 Say Y when you want to use BBT in flash.
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.rockusb | 15 It is maintained by Rockchip. People don't want to build from source 36 you want to write.
|
| /rk3399_rockchip-uboot/board/ti/am57xx/ |
| H A D | Kconfig | 18 Depending on your specific board you may want something other than UART3
|
| /rk3399_rockchip-uboot/board/ti/dra7xx/ |
| H A D | Kconfig | 18 Depending on your specific board you may want something other than UART1
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-core.c | 55 static inline int wait_bit(void *base, u32 offset, u32 bit, bool want) in wait_bit() argument 66 if (bit_val == want) in wait_bit() 72 __func__, base + offset, bit, want); in wait_bit() 353 int want = (enable) ? 1 : 0; in bus_clk_enable() local 363 want); in bus_clk_enable()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-core.c | 55 static inline int wait_bit(void *base, u32 offset, u32 bit, bool want) in wait_bit() argument 66 if (bit_val == want) in wait_bit() 72 __func__, base + offset, bit, want); in wait_bit() 353 int want = (enable) ? 1 : 0; in bus_clk_enable() local 363 want); in bus_clk_enable()
|
| /rk3399_rockchip-uboot/board/vscom/baltos/ |
| H A D | Kconfig | 22 board you may want something other than UART0.
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | README | 87 If you want to avoid sending patches to email addresses that are picked up 100 If you want to change the defaults for patman's command-line arguments, 116 If you want to adjust settings (or aliases) that affect just a single 118 [project_alias]. If you want to use tags for your linux work, you could 208 Sets some notes for the patch series, which you don't want in 209 the commit messages, but do want to send, The notes are joined 303 lists of all of the other patches. If you want to sent it to additional 330 but that you don't want to submit because there is an existing patch for it 336 If you want to do all of them including the work-in-progress one, then 353 Let's say it is now clean and you want to send it. Now you need to set up [all …]
|
| /rk3399_rockchip-uboot/board/tcl/sl50/ |
| H A D | Kconfig | 22 board you may want something other than UART0 as for example the IDK
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | Kconfig | 17 Select this when you want to use DWC3 in host mode only, 25 Select this when you want to use DWC3 in gadget mode only,
|
| /rk3399_rockchip-uboot/drivers/reset/ |
| H A D | Kconfig | 40 Say Y if you want to control reset signals provided by system config 69 Say Y if you want to control reset signals provided by System Control 101 Enable this option if you want to support reset controller
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | Kconfig | 6 Select this option if you want to run EFI applications (like grub2)
|
| /rk3399_rockchip-uboot/board/ti/am335x/ |
| H A D | Kconfig | 22 board you may want something other than UART0 as for example the IDK
|