armsr: armv8: enable serial console for Renesas platforms
[openwrt/staging/stintel.git] / .github / labeler.yml
1 # target/*
2 "target/airoha":
3 - "target/linux/airoha/**"
4 "target/apm821xx":
5 - "target/linux/apm821xx/**"
6 "target/archs38":
7 - "target/linux/archs38/**"
8 "target/armsr":
9 - "target/linux/armsr/**"
10 "target/at91":
11 - "target/linux/at91/**"
12 - "package/boot/at91bootstrap/**"
13 - "package/boot/uboot-at91/**"
14 "target/ath79":
15 - "target/linux/ath79/**"
16 "target/bcm27xx":
17 - "target/linux/bcm27xx/**"
18 - "package/kernel/bcm27xx-gpu-fw/**"
19 "target/bcm47xx":
20 - "target/linux/bcm47xx/**"
21 "target/bcm4908":
22 - "target/linux/bcm4908/**"
23 - "package/boot/uboot-bcm4908/**"
24 "target/bcm53xx":
25 - "target/linux/bcm53xx/**"
26 - "package/boot/uboot-bcm53xx/**"
27 "target/bcm63xx":
28 - "target/linux/bcm63xx/**"
29 - "package/kernel/bcm63xx-cfe/**"
30 - "package/boot/arm-trusted-firmware-bcm63xx/**"
31 "target/bmips":
32 - "target/linux/bmips/**"
33 "target/gemini":
34 - "target/linux/gemini/**"
35 "target/imx":
36 - "target/linux/imx/**"
37 - "package/boot/imx-bootlets/**"
38 - "package/boot/uboot-imx/**"
39 "target/ipq40xx":
40 - "target/linux/ipq40xx/**"
41 "target/ipq806x":
42 - "target/linux/ipq806x/**"
43 "target/qualcommax":
44 - "target/linux/qualcommax/**"
45 "target/kirkwood":
46 - "target/linux/kirkwood/**"
47 - "package/boot/uboot-kirkwood/**"
48 "target/lantiq":
49 - "target/linux/lantiq/**"
50 - "package/kernel/lantiq/**"
51 - "package/firmware/lantiq/**"
52 - "package/boot/uboot-lantiq/**"
53 "target/layerscape":
54 - "target/linux/layerscape/**"
55 - "package/firmware/layerscape/**"
56 - "package/boot/tfa-layerscape/**"
57 - "package/boot/uboot-layerscape/**"
58 - "package/network/utils/layerscape/**"
59 "target/malta":
60 - "target/linux/malta/**"
61 "target/mediatek":
62 - "target/linux/mediatek/**"
63 - "package/boot/arm-trusted-firmware-mediatek/**"
64 - "package/boot/uboot-mediatek/**"
65 "target/mpc85xx":
66 - "target/linux/mpc85xx/**"
67 "target/mvebu":
68 - "target/linux/mvebu/**"
69 - "package/boot/arm-trusted-firmware-mvebu/**"
70 - "package/boot/uboot-mvebu/**"
71 "target/mxs":
72 - "target/linux/mxs/**"
73 - "package/boot/uboot-mxs/**"
74 "target/octeon":
75 - "target/linux/octeon/**"
76 "target/octeontx":
77 - "target/linux/octeontx/**"
78 "target/omap":
79 - "target/linux/omap/**"
80 - "package/boot/uboot-omap/**"
81 "target/oxnas":
82 - "target/linux/oxnas/**"
83 - "package/boot/uboot-oxnas/**"
84 "target/pistachio":
85 - "target/linux/pistachio/**"
86 "target/qoriq":
87 - "target/linux/qoriq/**"
88 "target/ramips":
89 - "target/linux/ramips/**"
90 "target/realtek":
91 - "target/linux/realtek/**"
92 "target/rockchip":
93 - "target/linux/rockchip/**"
94 - "package/boot/arm-trusted-firmware-rockchip/**"
95 - "package/boot/uboot-rockchip/**"
96 "target/sifiveu":
97 - "target/linux/sifiveu/**"
98 - "package/boot/uboot-sifiveu/**"
99 - "package/boot/opensbi/**"
100 "target/sunxi":
101 - "target/linux/sunxi/**"
102 - "package/boot/arm-trusted-firmware-sunxi/**"
103 - "package/boot/uboot-sunxi/**"
104 "target/tegra":
105 - "target/linux/tegra/**"
106 - "package/boot/uboot-tegra/**"
107 "target/uml":
108 - "target/linux/uml/**"
109 "target/x86":
110 - "target/linux/x86/**"
111 "target/zynq":
112 - "target/linux/zynq/**"
113 - "package/boot/uboot-zynq/**"
114 # target/imagebuilder
115 "target/imagebuilder":
116 - "target/imagebuilder/**"
117 # kernel
118 "kernel":
119 - "target/linux/generic/**"
120 - "target/linux/**/config-*"
121 - "target/linux/**/patches-*"
122 - "target/linux/**/files/**"
123 - "package/kernel/linux/**"
124 # core packages
125 "core packages":
126 - "package/**"
127 # build/scripts/tools
128 "build/scripts/tools":
129 - "include/**"
130 - "scripts/**"
131 - "tools/**"
132 # toolchain
133 "toolchain":
134 - "toolchain/**"
135 # GitHub/CI
136 "GitHub/CI":
137 - ".github/**"