| /buildroot/support/kconfig/ |
| A D | expr.h | 203 #define for_all_properties(sym, st, tok) \ argument 204 for (st = sym->prop; st; st = st->next) \ 205 if (st->type == (tok)) 206 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 207 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 208 #define for_all_prompts(sym, st) \ argument 209 for (st = sym->prop; st; st = st->next) \ 210 if (st->text)
|
| A D | confdata.c | 755 struct stat st; in conf_write() local 758 if (!stat(name, &st) && S_ISDIR(st.st_mode)) { in conf_write()
|
| /buildroot/package/lzop/ |
| A D | 0001-allow-overriding-modification-time.patch | 23 assert(fip->st.st_mode == 0 || S_ISREG(fip->st.st_mode)); 30 h->mode = fix_mode_for_header(fip->st.st_mode); 32 - if (fip->st.st_mtime > 0) 39 + else if (fip->st.st_mtime > 0) 41 h->mtime_low = (lzo_uint32) (fip->st.st_mtime); 42 h->mtime_high = (lzo_uint32) ((fip->st.st_mtime >> 16) >> 16);
|
| /buildroot/board/octavo/osd32mp1-red/patches/uboot/ |
| A D | 0002-configs-stm32mp15_trusted_defconfig-disable-environm.patch | 8 board/st/stm32mp1/stm32mp1.c | 4 ++++ 12 diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c 14 --- a/board/st/stm32mp1/stm32mp1.c 15 +++ b/board/st/stm32mp1/stm32mp1.c
|
| A D | 0001-Add-OSD32MP1-RED-Device-Tree-support.patch | 240 + st,digbypass; 245 + st,clksrc = < 256 + st,clkdiv = < 269 + st,pkcs = < 302 + pll1:st,pll@0 { 307 + pll2:st,pll@1 { 312 + pll3:st,pll@2 { 420 + compatible = "st,stm32mp157c-osd32mp1-red", "st,stm32mp157"; 1664 + st,neg-edge; 1679 + st,neg-edge; [all …]
|
| /buildroot/board/octavo/osd32mp1-brk/tfa-dts/ |
| A D | stm32mp157c-osd32mp1-brk.dts | 20 compatible = "st,stm32mp157c-osd32mp1-brk", "st,stm32mp157"; 47 st,non-secure-otp; 52 st,digbypass; 72 st,decprot = < 169 st,mask-reset; 359 st,hsi-cal; 360 st,csi-cal; 362 st,clksrc = < 374 st,clkdiv = < 388 st,pkcs = < [all …]
|
| /buildroot/board/octavo/osd32mp1-red/tfa-dts/ |
| A D | stm32mp157c-osd32mp1-red.dts | 47 st,non-secure-otp; 52 st,digbypass; 72 st,decprot = < 362 st,hsi-cal; 363 st,csi-cal; 365 st,clksrc = < 377 st,clkdiv = < 391 st,pkcs = < 425 pll1:st,pll@0 { 430 pll2:st,pll@1 { [all …]
|
| /buildroot/board/octavo/osd32mp1-brk/patches/uboot/ |
| A D | 0001-Add-OSD32MP1-BRK-device-tree-support.patch | 218 + st,digbypass; 223 + st,clksrc = < 234 + st,clkdiv = < 247 + st,pkcs = < 284 + pll2:st,pll@1 { 291 + pll3:st,pll@2 { 298 + pll4:st,pll@3 { 408 + compatible = "st,stm32mp157c-osd32mp1-brk", "st,stm32mp157"; 502 + st,no-lsfs-sc; 1128 + st,mask-reset; [all …]
|
| A D | 0002-Add-OSD32MP1-BRK-build-config.patch | 42 source "board/st/stm32mp1/Kconfig" 64 +source "board/st/common/Kconfig" 73 +M: Martin Lesniak <martin.lesniak@st.com> 91 +obj-y += ../../st/common/stpmic1.o board.o 94 +obj-$(CONFIG_SET_DFU_ALT_INFO) += ../../st/common/stm32mp_dfu.o 256 + if (gpio_request_by_name_nodev(node, "st,fastboot-gpios", 0, 258 + debug("%s: could not find a /config/st,fastboot-gpios\n", 272 + debug("%s: could not find a /config/st,stm32prog-gpios\n", 524 + if (strncmp(fdt_compat, "st,", 3) != 0) { 576 + eth_clk_sel_reg = dev_read_bool(dev, "st,eth_clk_sel"); [all …]
|
| /buildroot/board/octavo/osd32mp1-brk/linux-dts/ |
| A D | stm32mp157c-osd32mp1-brk.dts | 22 compatible = "st,stm32mp157c-osd32mp1-brk", "st,stm32mp157"; 109 st,hs-dc-level = <2>; 110 st,fs-rftime-tuning; 111 st,hs-rftime-reduction; 112 st,hs-current-trim = <15>; 113 st,hs-impedance-trim = <1>; 114 st,squelch-level = <3>; 115 st,hs-rx-offset = <2>; 116 st,no-lsfs-sc; 742 st,mask-reset; [all …]
|
| /buildroot/boot/s500-bootloader/ |
| A D | Config.in | 7 1st level bootloader for Actions Semiconductor S500 SoC.
|
| /buildroot/system/ |
| A D | device_table_dev.txt | 106 #/dev/st c 640 0 0 9 0 0 1 8 108 #/dev/st c 640 0 0 9 32 1 1 4 109 #/dev/st c 640 0 0 9 64 1 1 4 110 #/dev/st c 640 0 0 9 96 1 1 4
|
| /buildroot/board/octavo/osd32mp1-red/linux-dts/ |
| A D | stm32mp157c-osd32mp1-red.dts | 111 st,hs-dc-level = <2>; 112 st,fs-rftime-tuning; 113 st,hs-rftime-reduction; 114 st,hs-current-trim = <15>; 116 st,squelch-level = <3>; 117 st,hs-rx-offset = <2>; 118 st,no-lsfs-sc; 1034 st,mask-reset; 1260 st,neg-edge; 1275 st,neg-edge; [all …]
|
| /buildroot/board/seeed/stm32mp157c-odyssey/patches/linux/ |
| A D | 0001-ARM-dts-stm32-fix-stm32mp157c-odyssey-card-detect.patch | 15 Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> 32 st,neg-edge;
|
| /buildroot/support/scripts/ |
| A D | size-stats | 110 st = os.stat(fpath) 111 if st.st_ino in seeninodes: 115 seeninodes.add(st.st_ino) 124 pkgsize[pkg] += st.st_size
|
| /buildroot/package/makedevs/ |
| A D | makedevs.c | 126 struct stat st; in bb_make_directory() local 161 || (stat(path, &st) < 0 || !S_ISDIR(st.st_mode))) { in bb_make_directory() 577 struct stat st; in main() local 578 if ((stat(full_name, &st) < 0 || !S_ISREG(st.st_mode))) { in main()
|
| /buildroot/configs/ |
| A D | avenger96_defconfig | 18 BR2_LINUX_KERNEL_INTREE_DTS_NAME="st/stm32mp157a-dhcor-avenger96"
|
| /buildroot/board/stmicroelectronics/stm32mp157a-dk1/ |
| A D | readme.txt | 9 https://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html
|
| /buildroot/board/stmicroelectronics/stm32mp157c-dk2/ |
| A D | readme.txt | 9 https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html
|
| /buildroot/package/gcnano-binaries/ |
| A D | gcnano-binaries.mk | 42 SOC_PLATFORM=st-mp1 \
|
| /buildroot/package/fbv/ |
| A D | 0001-cross.patch | 15 echo " 1st:" >>./config.log
|
| A D | 0004-giflib.patch | 76 echo " 1st:" >>./config.log
|
| /buildroot/package/dahdi-linux/ |
| A D | 0002-Fix-compilation-issue-for-6-8-y-6-9-y-kernel.patch | 65 const char *st = dahdi_spantype2str(s->spantype); 82 - strlcpy(spaninfo.spantype, st, 83 + strscpy(spaninfo.spantype, st,
|
| /buildroot/system/skeleton/etc/ |
| A D | protocols | 12 st 5 ST # ST datagram mode
|
| /buildroot/support/kconfig/patches/ |
| A D | 14-support-out-of-tree-config.patch | 51 struct stat st;
|