| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.lib | 53 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 54 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 55 multi-used := $(multi-used-y) $(multi-used-m) 56 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m))) 60 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y))) 61 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y))) 62 multi-objs := $(multi-objs-y) $(multi-objs-m) 69 obj-dirs := $(dir $(multi-objs) $(obj-y)) 88 multi-used-y := $(addprefix $(obj)/,$(multi-used-y)) 89 multi-used-m := $(addprefix $(obj)/,$(multi-used-m)) [all …]
|
| H A D | Makefile.build | 162 $(multi-objs-m) : modname = $(modname-multi) 163 $(multi-objs-m:.o=.i) : modname = $(modname-multi) 164 $(multi-objs-m:.o=.s) : modname = $(modname-multi) 165 $(multi-objs-m:.o=.lst) : modname = $(modname-multi) 166 $(multi-objs-y) : modname = $(modname-multi) 167 $(multi-objs-y:.o=.i) : modname = $(modname-multi) 168 $(multi-objs-y:.o=.s) : modname = $(modname-multi) 169 $(multi-objs-y:.o=.lst) : modname = $(modname-multi) 408 $(multi-used-y): FORCE 410 $(call multi_depend, $(multi-used-y), .o, -objs -y) [all …]
|
| H A D | uimage-pack.sh | 19 ./tools/mkimage -n 'Multi Images' -A $ARCH -O linux -T multi -C none -a 0xffffffff -e 0xffffffff -d…
|
| /rk3399_rockchip-uboot/drivers/adc/ |
| H A D | Kconfig | 5 by single and multi-channel methods for: 7 a number or multi-channels selected by a bitmask 37 - single and multi-channel conversion mode
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | dtoc_test_simple.dts | 24 stringarray = "multi-word", "message"; 36 stringarray = "another", "multi-word", "message";
|
| /rk3399_rockchip-uboot/tools/binman/test/ |
| H A D | 45_prop_test.dts | 20 stringarray = "another", "multi-word", "message";
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.blackfin | 10 multi-format audio, video, voice and image processing; multi-mode baseband and
|
| H A D | README.bitbangMII | 10 CONFIG_BITBANGMII_MULTI - Enable the multi bus support 25 (that didn't support the multi-bus).
|
| H A D | README.sched | 4 'sched.c' provides an very simplistic multi-threading scheduler.
|
| H A D | README.boston | 58 - Multi-arch-variant multi-endian fat binary
|
| H A D | README.power-framework | 21 gauges (FG), micro USB interface controllers (MUIC), batteries, multi-function 154 This is the main problem when a developer tries to build a multi-boot u-boot
|
| /rk3399_rockchip-uboot/test/image/ |
| H A D | test-imagetools.sh | 97 do_cmd ${MKIMAGE} -A x86 -O linux -T multi -n \"${IMAGE_NAME}\" \ 105 echo -e "\nExtracting multi-file image contents..."
|
| /rk3399_rockchip-uboot/include/ |
| H A D | mk48t59.h | 44 void rtc_set_watchdog(short multi, short res);
|
| H A D | usb_defs.h | 320 bool multi; /* true means one TT per port */ member
|
| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H A D | Makefile | 11 obj-y += store.o load.o cr.o b.o multi.o string.o complex.o
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | pmic-framework.txt | 18 This is an introduction to driver-model multi uclass PMIC IC's support. 64 PMIC drivers can simply provide a common functions, for multi-interface and 65 and multi-instance device support. 70 For the multi-function PMIC devices, this can be used as parent I/O device
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | mk48t59.c | 172 void rtc_set_watchdog(short multi, short res) in rtc_set_watchdog() argument 176 wd_value = RTC_WDS | ((multi & 0x1F) << 2) | (res & 0x3); in rtc_set_watchdog()
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc_spi.c | 112 u32 bcnt, u32 bsize, int multi) in mmc_spi_writedata() argument 121 tok[1] = multi ? SPI_TOKEN_MULTI_WRITE : SPI_TOKEN_SINGLE; in mmc_spi_writedata() 155 if (multi && bcnt == -1) { /* stop multi write */ in mmc_spi_writedata()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | make_fit_boot.sh | 100 multi = "resource";
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/ |
| H A D | marvell,mvebu-pinctrl.txt | 1 The pinctrl driver enables Marvell Armada 8K SoCs to configure the multi-purpose 16 - pin-count: Numeric value defining the amount of multi purpose pins
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pci.c | 289 static void pciinfo(struct udevice *bus, bool short_listing, bool multi) in pciinfo() argument 293 if (!multi) in pciinfo() 296 if (!multi || bus->seq == 0) in pciinfo()
|
| /rk3399_rockchip-uboot/board/freescale/mpc8572ds/ |
| H A D | README | 103 - un-select "Processor support"->"Symetric multi-processing support" 114 - Un-select "Processor support"->"Symetric multi-processing support"
|
| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | sandbox.dts | 200 stringarray = "multi-word", "message"; 212 stringarray = "another", "multi-word", "message";
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.l | 187 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | command_syntax_extensions.txt | 30 3. bootm <addr1> /* multi-image at <addr1> */ 31 4. bootm <addr1> - /* multi-image at <addr1> */ 67 component of the multi-image is irrelevant (it can be a dummy, 1-byte file).
|