]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | // SPDX-License-Identifier: GPL-2.0+ |
b5220bc6 SG |
2 | /* |
3 | * Copyright (c) 2011 The Chromium OS Authors. | |
b5220bc6 SG |
4 | */ |
5 | ||
29a23f9d | 6 | #ifndef USE_HOSTCC |
b5220bc6 | 7 | #include <common.h> |
035d6402 | 8 | #include <boot_fit.h> |
fcc0a877 | 9 | #include <dm.h> |
db41d65a | 10 | #include <hang.h> |
9b4a205f | 11 | #include <init.h> |
f7ae49fc | 12 | #include <log.h> |
336d4615 | 13 | #include <malloc.h> |
90526e9f | 14 | #include <net.h> |
035d6402 | 15 | #include <dm/of_extra.h> |
9eef56db | 16 | #include <env.h> |
5c33c9fd | 17 | #include <errno.h> |
b5220bc6 | 18 | #include <fdtdec.h> |
035d6402 | 19 | #include <fdt_support.h> |
0c670fc1 | 20 | #include <gzip.h> |
f980c999 | 21 | #include <mapmem.h> |
b08c8c48 | 22 | #include <linux/libfdt.h> |
035d6402 | 23 | #include <serial.h> |
401d1c4f | 24 | #include <asm/global_data.h> |
b45122fd | 25 | #include <asm/sections.h> |
5c33c9fd | 26 | #include <linux/ctype.h> |
2f57c951 | 27 | #include <linux/lzo.h> |
c2f0950c | 28 | #include <linux/ioport.h> |
b5220bc6 SG |
29 | |
30 | DECLARE_GLOBAL_DATA_PTR; | |
31 | ||
32 | /* | |
33 | * Here are the type we know about. One day we might allow drivers to | |
34 | * register. For now we just put them here. The COMPAT macro allows us to | |
35 | * turn this into a sparse list later, and keeps the ID with the name. | |
01a227df SG |
36 | * |
37 | * NOTE: This list is basically a TODO list for things that need to be | |
38 | * converted to driver model. So don't add new things here unless there is a | |
39 | * good reason why driver-model conversion is infeasible. Examples include | |
40 | * things which are used before driver model is available. | |
b5220bc6 SG |
41 | */ |
42 | #define COMPAT(id, name) name | |
43 | static const char * const compat_names[COMPAT_COUNT] = { | |
f88fe2de | 44 | COMPAT(UNKNOWN, "<none>"), |
0e35ad05 JZ |
45 | COMPAT(NVIDIA_TEGRA20_EMC, "nvidia,tegra20-emc"), |
46 | COMPAT(NVIDIA_TEGRA20_EMC_TABLE, "nvidia,tegra20-emc-table"), | |
312693c3 | 47 | COMPAT(NVIDIA_TEGRA20_NAND, "nvidia,tegra20-nand"), |
79c7a90f | 48 | COMPAT(NVIDIA_TEGRA124_XUSB_PADCTL, "nvidia,tegra124-xusb-padctl"), |
7aaa5a60 | 49 | COMPAT(NVIDIA_TEGRA210_XUSB_PADCTL, "nvidia,tegra210-xusb-padctl"), |
6abd1620 | 50 | COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"), |
108b85be | 51 | COMPAT(SAMSUNG_EXYNOS5_USB3_PHY, "samsung,exynos5250-usb3-phy"), |
618766c0 | 52 | COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"), |
de461c52 | 53 | COMPAT(SAMSUNG_EXYNOS_MIPI_DSI, "samsung,exynos-mipi-dsi"), |
7d3ca0f8 | 54 | COMPAT(SAMSUNG_EXYNOS_DWMMC, "samsung,exynos-dwmmc"), |
51e4e3e5 | 55 | COMPAT(GENERIC_SPI_FLASH, "jedec,spi-nor"), |
45c480c9 | 56 | COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"), |
77f9b1fb | 57 | COMPAT(INTEL_MICROCODE, "intel,microcode"), |
c89ada01 | 58 | COMPAT(INTEL_QRK_MRC, "intel,quark-mrc"), |
6ab00db2 | 59 | COMPAT(ALTERA_SOCFPGA_DWMAC, "altr,socfpga-stmmac"), |
129adf5b | 60 | COMPAT(ALTERA_SOCFPGA_DWMMC, "altr,socfpga-dw-mshc"), |
ef4b01b2 | 61 | COMPAT(ALTERA_SOCFPGA_DWC2USB, "snps,dwc2"), |
39ea0ee9 SG |
62 | COMPAT(INTEL_BAYTRAIL_FSP, "intel,baytrail-fsp"), |
63 | COMPAT(INTEL_BAYTRAIL_FSP_MDP, "intel,baytrail-fsp-mdp"), | |
64 | COMPAT(INTEL_IVYBRIDGE_FSP, "intel,ivybridge-fsp"), | |
4ccae81c | 65 | COMPAT(COMPAT_SUNXI_NAND, "allwinner,sun4i-a10-nand"), |
e11b5e8d LFT |
66 | COMPAT(ALTERA_SOCFPGA_CLK, "altr,clk-mgr"), |
67 | COMPAT(ALTERA_SOCFPGA_PINCTRL_SINGLE, "pinctrl-single"), | |
68 | COMPAT(ALTERA_SOCFPGA_H2F_BRG, "altr,socfpga-hps2fpga-bridge"), | |
69 | COMPAT(ALTERA_SOCFPGA_LWH2F_BRG, "altr,socfpga-lwhps2fpga-bridge"), | |
70 | COMPAT(ALTERA_SOCFPGA_F2H_BRG, "altr,socfpga-fpga2hps-bridge"), | |
71 | COMPAT(ALTERA_SOCFPGA_F2SDR0, "altr,socfpga-fpga2sdram0-bridge"), | |
72 | COMPAT(ALTERA_SOCFPGA_F2SDR1, "altr,socfpga-fpga2sdram1-bridge"), | |
73 | COMPAT(ALTERA_SOCFPGA_F2SDR2, "altr,socfpga-fpga2sdram2-bridge"), | |
eb57c0be TFC |
74 | COMPAT(ALTERA_SOCFPGA_FPGA0, "altr,socfpga-a10-fpga-mgr"), |
75 | COMPAT(ALTERA_SOCFPGA_NOC, "altr,socfpga-a10-noc"), | |
19c8fc77 | 76 | COMPAT(ALTERA_SOCFPGA_CLK_INIT, "altr,socfpga-a10-clk-init") |
b5220bc6 SG |
77 | }; |
78 | ||
a53f4a29 SG |
79 | const char *fdtdec_get_compatible(enum fdt_compat_id id) |
80 | { | |
81 | /* We allow reading of the 'unknown' ID for testing purposes */ | |
82 | assert(id >= 0 && id < COMPAT_COUNT); | |
83 | return compat_names[id]; | |
84 | } | |
85 | ||
02464e38 | 86 | fdt_addr_t fdtdec_get_addr_size_fixed(const void *blob, int node, |
2e38662d MS |
87 | const char *prop_name, int index, int na, |
88 | int ns, fdt_size_t *sizep, | |
89 | bool translate) | |
b5220bc6 | 90 | { |
02464e38 SW |
91 | const fdt32_t *prop, *prop_end; |
92 | const fdt32_t *prop_addr, *prop_size, *prop_after_size; | |
236efe36 | 93 | int len; |
02464e38 | 94 | fdt_addr_t addr; |
b5220bc6 | 95 | |
1cb2323b | 96 | debug("%s: %s: ", __func__, prop_name); |
02464e38 | 97 | |
02464e38 SW |
98 | prop = fdt_getprop(blob, node, prop_name, &len); |
99 | if (!prop) { | |
100 | debug("(not found)\n"); | |
101 | return FDT_ADDR_T_NONE; | |
102 | } | |
103 | prop_end = prop + (len / sizeof(*prop)); | |
104 | ||
105 | prop_addr = prop + (index * (na + ns)); | |
106 | prop_size = prop_addr + na; | |
107 | prop_after_size = prop_size + ns; | |
108 | if (prop_after_size > prop_end) { | |
109 | debug("(not enough data: expected >= %d cells, got %d cells)\n", | |
110 | (u32)(prop_after_size - prop), ((u32)(prop_end - prop))); | |
111 | return FDT_ADDR_T_NONE; | |
112 | } | |
113 | ||
5efa1bfb | 114 | #if CONFIG_IS_ENABLED(OF_TRANSLATE) |
6e06acb7 SW |
115 | if (translate) |
116 | addr = fdt_translate_address(blob, node, prop_addr); | |
117 | else | |
118 | #endif | |
119 | addr = fdtdec_get_number(prop_addr, na); | |
02464e38 SW |
120 | |
121 | if (sizep) { | |
122 | *sizep = fdtdec_get_number(prop_size, ns); | |
fd30d2c6 SG |
123 | debug("addr=%08llx, size=%llx\n", (unsigned long long)addr, |
124 | (unsigned long long)*sizep); | |
02464e38 | 125 | } else { |
fd30d2c6 | 126 | debug("addr=%08llx\n", (unsigned long long)addr); |
02464e38 SW |
127 | } |
128 | ||
129 | return addr; | |
130 | } | |
131 | ||
132 | fdt_addr_t fdtdec_get_addr_size_auto_parent(const void *blob, int parent, | |
2e38662d MS |
133 | int node, const char *prop_name, |
134 | int index, fdt_size_t *sizep, | |
135 | bool translate) | |
02464e38 SW |
136 | { |
137 | int na, ns; | |
138 | ||
139 | debug("%s: ", __func__); | |
140 | ||
141 | na = fdt_address_cells(blob, parent); | |
142 | if (na < 1) { | |
143 | debug("(bad #address-cells)\n"); | |
144 | return FDT_ADDR_T_NONE; | |
145 | } | |
146 | ||
147 | ns = fdt_size_cells(blob, parent); | |
ff0a6358 | 148 | if (ns < 0) { |
02464e38 SW |
149 | debug("(bad #size-cells)\n"); |
150 | return FDT_ADDR_T_NONE; | |
151 | } | |
152 | ||
153 | debug("na=%d, ns=%d, ", na, ns); | |
154 | ||
155 | return fdtdec_get_addr_size_fixed(blob, node, prop_name, index, na, | |
6e06acb7 | 156 | ns, sizep, translate); |
02464e38 SW |
157 | } |
158 | ||
159 | fdt_addr_t fdtdec_get_addr_size_auto_noparent(const void *blob, int node, | |
2e38662d MS |
160 | const char *prop_name, int index, |
161 | fdt_size_t *sizep, | |
162 | bool translate) | |
02464e38 SW |
163 | { |
164 | int parent; | |
165 | ||
166 | debug("%s: ", __func__); | |
167 | ||
168 | parent = fdt_parent_offset(blob, node); | |
169 | if (parent < 0) { | |
170 | debug("(no parent found)\n"); | |
171 | return FDT_ADDR_T_NONE; | |
5b344360 | 172 | } |
02464e38 SW |
173 | |
174 | return fdtdec_get_addr_size_auto_parent(blob, parent, node, prop_name, | |
6e06acb7 | 175 | index, sizep, translate); |
02464e38 SW |
176 | } |
177 | ||
178 | fdt_addr_t fdtdec_get_addr_size(const void *blob, int node, | |
2e38662d | 179 | const char *prop_name, fdt_size_t *sizep) |
02464e38 | 180 | { |
d93b9a07 SW |
181 | int ns = sizep ? (sizeof(fdt_size_t) / sizeof(fdt32_t)) : 0; |
182 | ||
02464e38 SW |
183 | return fdtdec_get_addr_size_fixed(blob, node, prop_name, 0, |
184 | sizeof(fdt_addr_t) / sizeof(fdt32_t), | |
6e06acb7 | 185 | ns, sizep, false); |
b5220bc6 SG |
186 | } |
187 | ||
2e38662d | 188 | fdt_addr_t fdtdec_get_addr(const void *blob, int node, const char *prop_name) |
4397a2a8 SG |
189 | { |
190 | return fdtdec_get_addr_size(blob, node, prop_name, NULL); | |
191 | } | |
192 | ||
a62e84d7 BM |
193 | int fdtdec_get_pci_vendev(const void *blob, int node, u16 *vendor, u16 *device) |
194 | { | |
195 | const char *list, *end; | |
196 | int len; | |
197 | ||
198 | list = fdt_getprop(blob, node, "compatible", &len); | |
199 | if (!list) | |
200 | return -ENOENT; | |
201 | ||
202 | end = list + len; | |
203 | while (list < end) { | |
a62e84d7 BM |
204 | len = strlen(list); |
205 | if (len >= strlen("pciVVVV,DDDD")) { | |
b79221a7 | 206 | char *s = strstr(list, "pci"); |
a62e84d7 BM |
207 | |
208 | /* | |
209 | * check if the string is something like pciVVVV,DDDD.RR | |
210 | * or just pciVVVV,DDDD | |
211 | */ | |
212 | if (s && s[7] == ',' && | |
213 | (s[12] == '.' || s[12] == 0)) { | |
214 | s += 3; | |
215 | *vendor = simple_strtol(s, NULL, 16); | |
216 | ||
217 | s += 5; | |
218 | *device = simple_strtol(s, NULL, 16); | |
219 | ||
220 | return 0; | |
221 | } | |
a62e84d7 | 222 | } |
bc6351eb | 223 | list += (len + 1); |
a62e84d7 BM |
224 | } |
225 | ||
226 | return -ENOENT; | |
227 | } | |
228 | ||
194fca91 | 229 | int fdtdec_get_pci_bar32(const struct udevice *dev, struct fdt_pci_addr *addr, |
fcc0a877 | 230 | u32 *bar) |
a62e84d7 | 231 | { |
a62e84d7 | 232 | int barnum; |
a62e84d7 BM |
233 | |
234 | /* extract the bar number from fdt_pci_addr */ | |
235 | barnum = addr->phys_hi & 0xff; | |
b79221a7 | 236 | if (barnum < PCI_BASE_ADDRESS_0 || barnum > PCI_CARDBUS_CIS) |
a62e84d7 BM |
237 | return -EINVAL; |
238 | ||
239 | barnum = (barnum - PCI_BASE_ADDRESS_0) / 4; | |
b717f2f2 SG |
240 | |
241 | /* | |
242 | * There is a strange toolchain bug with nds32 which complains about | |
243 | * an undefined reference here, even if fdtdec_get_pci_bar32() is never | |
244 | * called. An #ifdef seems to be the only fix! | |
245 | */ | |
246 | #if !IS_ENABLED(CONFIG_NDS32) | |
fcc0a877 | 247 | *bar = dm_pci_read_bar32(dev, barnum); |
b717f2f2 | 248 | #endif |
a62e84d7 BM |
249 | |
250 | return 0; | |
251 | } | |
1db7ee46 SG |
252 | |
253 | int fdtdec_get_pci_bus_range(const void *blob, int node, | |
254 | struct fdt_resource *res) | |
255 | { | |
256 | const u32 *values; | |
257 | int len; | |
258 | ||
259 | values = fdt_getprop(blob, node, "bus-range", &len); | |
260 | if (!values || len < sizeof(*values) * 2) | |
261 | return -EINVAL; | |
262 | ||
263 | res->start = fdt32_to_cpu(*values++); | |
264 | res->end = fdt32_to_cpu(*values); | |
265 | ||
266 | return 0; | |
267 | } | |
a62e84d7 | 268 | |
aadef0a1 | 269 | uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name, |
2e38662d | 270 | uint64_t default_val) |
aadef0a1 | 271 | { |
d60ae4c5 | 272 | const unaligned_fdt64_t *cell64; |
aadef0a1 CLC |
273 | int length; |
274 | ||
275 | cell64 = fdt_getprop(blob, node, prop_name, &length); | |
276 | if (!cell64 || length < sizeof(*cell64)) | |
277 | return default_val; | |
278 | ||
279 | return fdt64_to_cpu(*cell64); | |
280 | } | |
281 | ||
f88fe2de | 282 | int fdtdec_get_is_enabled(const void *blob, int node) |
b5220bc6 SG |
283 | { |
284 | const char *cell; | |
285 | ||
f88fe2de SG |
286 | /* |
287 | * It should say "okay", so only allow that. Some fdts use "ok" but | |
288 | * this is a bug. Please fix your device tree source file. See here | |
289 | * for discussion: | |
290 | * | |
291 | * http://www.mail-archive.com/[email protected]/msg71598.html | |
292 | */ | |
b5220bc6 SG |
293 | cell = fdt_getprop(blob, node, "status", NULL); |
294 | if (cell) | |
b79221a7 | 295 | return strcmp(cell, "okay") == 0; |
f88fe2de | 296 | return 1; |
b5220bc6 SG |
297 | } |
298 | ||
7cde397b | 299 | enum fdt_compat_id fdtdec_lookup(const void *blob, int node) |
b5220bc6 SG |
300 | { |
301 | enum fdt_compat_id id; | |
302 | ||
303 | /* Search our drivers */ | |
304 | for (id = COMPAT_UNKNOWN; id < COMPAT_COUNT; id++) | |
b79221a7 MS |
305 | if (fdt_node_check_compatible(blob, node, |
306 | compat_names[id]) == 0) | |
b5220bc6 SG |
307 | return id; |
308 | return COMPAT_UNKNOWN; | |
309 | } | |
310 | ||
2e38662d | 311 | int fdtdec_next_compatible(const void *blob, int node, enum fdt_compat_id id) |
b5220bc6 SG |
312 | { |
313 | return fdt_node_offset_by_compatible(blob, node, compat_names[id]); | |
314 | } | |
315 | ||
3ddecfc7 | 316 | int fdtdec_next_compatible_subnode(const void *blob, int node, |
2e38662d | 317 | enum fdt_compat_id id, int *depthp) |
3ddecfc7 SG |
318 | { |
319 | do { | |
320 | node = fdt_next_node(blob, node, depthp); | |
321 | } while (*depthp > 1); | |
322 | ||
323 | /* If this is a direct subnode, and compatible, return it */ | |
324 | if (*depthp == 1 && 0 == fdt_node_check_compatible( | |
325 | blob, node, compat_names[id])) | |
326 | return node; | |
327 | ||
328 | return -FDT_ERR_NOTFOUND; | |
329 | } | |
330 | ||
2e38662d MS |
331 | int fdtdec_next_alias(const void *blob, const char *name, enum fdt_compat_id id, |
332 | int *upto) | |
b5220bc6 SG |
333 | { |
334 | #define MAX_STR_LEN 20 | |
335 | char str[MAX_STR_LEN + 20]; | |
336 | int node, err; | |
337 | ||
338 | /* snprintf() is not available */ | |
339 | assert(strlen(name) < MAX_STR_LEN); | |
340 | sprintf(str, "%.*s%d", MAX_STR_LEN, name, *upto); | |
00878476 | 341 | node = fdt_path_offset(blob, str); |
b5220bc6 SG |
342 | if (node < 0) |
343 | return node; | |
344 | err = fdt_node_check_compatible(blob, node, compat_names[id]); | |
345 | if (err < 0) | |
346 | return err; | |
f88fe2de SG |
347 | if (err) |
348 | return -FDT_ERR_NOTFOUND; | |
349 | (*upto)++; | |
350 | return node; | |
b5220bc6 SG |
351 | } |
352 | ||
a53f4a29 | 353 | int fdtdec_find_aliases_for_id(const void *blob, const char *name, |
2e38662d MS |
354 | enum fdt_compat_id id, int *node_list, |
355 | int maxcount) | |
c6782270 SG |
356 | { |
357 | memset(node_list, '\0', sizeof(*node_list) * maxcount); | |
358 | ||
359 | return fdtdec_add_aliases_for_id(blob, name, id, node_list, maxcount); | |
360 | } | |
361 | ||
362 | /* TODO: Can we tighten this code up a little? */ | |
363 | int fdtdec_add_aliases_for_id(const void *blob, const char *name, | |
2e38662d MS |
364 | enum fdt_compat_id id, int *node_list, |
365 | int maxcount) | |
a53f4a29 SG |
366 | { |
367 | int name_len = strlen(name); | |
368 | int nodes[maxcount]; | |
369 | int num_found = 0; | |
370 | int offset, node; | |
371 | int alias_node; | |
372 | int count; | |
373 | int i, j; | |
374 | ||
375 | /* find the alias node if present */ | |
376 | alias_node = fdt_path_offset(blob, "/aliases"); | |
377 | ||
378 | /* | |
379 | * start with nothing, and we can assume that the root node can't | |
380 | * match | |
381 | */ | |
382 | memset(nodes, '\0', sizeof(nodes)); | |
383 | ||
384 | /* First find all the compatible nodes */ | |
385 | for (node = count = 0; node >= 0 && count < maxcount;) { | |
386 | node = fdtdec_next_compatible(blob, node, id); | |
387 | if (node >= 0) | |
388 | nodes[count++] = node; | |
389 | } | |
390 | if (node >= 0) | |
391 | debug("%s: warning: maxcount exceeded with alias '%s'\n", | |
2e38662d | 392 | __func__, name); |
a53f4a29 SG |
393 | |
394 | /* Now find all the aliases */ | |
a53f4a29 SG |
395 | for (offset = fdt_first_property_offset(blob, alias_node); |
396 | offset > 0; | |
397 | offset = fdt_next_property_offset(blob, offset)) { | |
398 | const struct fdt_property *prop; | |
399 | const char *path; | |
400 | int number; | |
401 | int found; | |
402 | ||
403 | node = 0; | |
404 | prop = fdt_get_property_by_offset(blob, offset, NULL); | |
405 | path = fdt_string(blob, fdt32_to_cpu(prop->nameoff)); | |
406 | if (prop->len && 0 == strncmp(path, name, name_len)) | |
407 | node = fdt_path_offset(blob, prop->data); | |
408 | if (node <= 0) | |
409 | continue; | |
410 | ||
411 | /* Get the alias number */ | |
0b1284eb | 412 | number = dectoul(path + name_len, NULL); |
a53f4a29 SG |
413 | if (number < 0 || number >= maxcount) { |
414 | debug("%s: warning: alias '%s' is out of range\n", | |
2e38662d | 415 | __func__, path); |
a53f4a29 SG |
416 | continue; |
417 | } | |
418 | ||
419 | /* Make sure the node we found is actually in our list! */ | |
420 | found = -1; | |
421 | for (j = 0; j < count; j++) | |
422 | if (nodes[j] == node) { | |
423 | found = j; | |
424 | break; | |
425 | } | |
426 | ||
427 | if (found == -1) { | |
428 | debug("%s: warning: alias '%s' points to a node " | |
429 | "'%s' that is missing or is not compatible " | |
430 | " with '%s'\n", __func__, path, | |
431 | fdt_get_name(blob, node, NULL), | |
432 | compat_names[id]); | |
433 | continue; | |
434 | } | |
435 | ||
436 | /* | |
437 | * Add this node to our list in the right place, and mark | |
438 | * it as done. | |
439 | */ | |
440 | if (fdtdec_get_is_enabled(blob, node)) { | |
c6782270 SG |
441 | if (node_list[number]) { |
442 | debug("%s: warning: alias '%s' requires that " | |
443 | "a node be placed in the list in a " | |
444 | "position which is already filled by " | |
445 | "node '%s'\n", __func__, path, | |
446 | fdt_get_name(blob, node, NULL)); | |
447 | continue; | |
448 | } | |
a53f4a29 SG |
449 | node_list[number] = node; |
450 | if (number >= num_found) | |
451 | num_found = number + 1; | |
452 | } | |
c6782270 | 453 | nodes[found] = 0; |
a53f4a29 SG |
454 | } |
455 | ||
456 | /* Add any nodes not mentioned by an alias */ | |
457 | for (i = j = 0; i < maxcount; i++) { | |
458 | if (!node_list[i]) { | |
459 | for (; j < maxcount; j++) | |
460 | if (nodes[j] && | |
2e38662d | 461 | fdtdec_get_is_enabled(blob, nodes[j])) |
a53f4a29 SG |
462 | break; |
463 | ||
464 | /* Have we run out of nodes to add? */ | |
465 | if (j == maxcount) | |
466 | break; | |
467 | ||
468 | assert(!node_list[i]); | |
469 | node_list[i] = nodes[j++]; | |
470 | if (i >= num_found) | |
471 | num_found = i + 1; | |
472 | } | |
473 | } | |
474 | ||
475 | return num_found; | |
476 | } | |
477 | ||
5c33c9fd SG |
478 | int fdtdec_get_alias_seq(const void *blob, const char *base, int offset, |
479 | int *seqp) | |
480 | { | |
481 | int base_len = strlen(base); | |
482 | const char *find_name; | |
483 | int find_namelen; | |
484 | int prop_offset; | |
485 | int aliases; | |
486 | ||
487 | find_name = fdt_get_name(blob, offset, &find_namelen); | |
488 | debug("Looking for '%s' at %d, name %s\n", base, offset, find_name); | |
489 | ||
490 | aliases = fdt_path_offset(blob, "/aliases"); | |
491 | for (prop_offset = fdt_first_property_offset(blob, aliases); | |
492 | prop_offset > 0; | |
493 | prop_offset = fdt_next_property_offset(blob, prop_offset)) { | |
494 | const char *prop; | |
495 | const char *name; | |
496 | const char *slash; | |
c4af6732 | 497 | int len, val; |
5c33c9fd SG |
498 | |
499 | prop = fdt_getprop_by_offset(blob, prop_offset, &name, &len); | |
500 | debug(" - %s, %s\n", name, prop); | |
501 | if (len < find_namelen || *prop != '/' || prop[len - 1] || | |
502 | strncmp(name, base, base_len)) | |
503 | continue; | |
504 | ||
505 | slash = strrchr(prop, '/'); | |
506 | if (strcmp(slash + 1, find_name)) | |
507 | continue; | |
c589132a AG |
508 | |
509 | /* | |
510 | * Adding an extra check to distinguish DT nodes with | |
511 | * same name | |
512 | */ | |
513 | if (IS_ENABLED(CONFIG_PHANDLE_CHECK_SEQ)) { | |
514 | if (fdt_get_phandle(blob, offset) != | |
515 | fdt_get_phandle(blob, fdt_path_offset(blob, prop))) | |
516 | continue; | |
517 | } | |
518 | ||
c4af6732 SG |
519 | val = trailing_strtol(name); |
520 | if (val != -1) { | |
521 | *seqp = val; | |
522 | debug("Found seq %d\n", *seqp); | |
523 | return 0; | |
5c33c9fd SG |
524 | } |
525 | } | |
526 | ||
527 | debug("Not found\n"); | |
528 | return -ENOENT; | |
529 | } | |
530 | ||
003c9dc8 MS |
531 | int fdtdec_get_alias_highest_id(const void *blob, const char *base) |
532 | { | |
533 | int base_len = strlen(base); | |
534 | int prop_offset; | |
535 | int aliases; | |
536 | int max = -1; | |
537 | ||
538 | debug("Looking for highest alias id for '%s'\n", base); | |
539 | ||
540 | aliases = fdt_path_offset(blob, "/aliases"); | |
541 | for (prop_offset = fdt_first_property_offset(blob, aliases); | |
542 | prop_offset > 0; | |
543 | prop_offset = fdt_next_property_offset(blob, prop_offset)) { | |
544 | const char *prop; | |
545 | const char *name; | |
546 | int len, val; | |
547 | ||
548 | prop = fdt_getprop_by_offset(blob, prop_offset, &name, &len); | |
549 | debug(" - %s, %s\n", name, prop); | |
550 | if (*prop != '/' || prop[len - 1] || | |
551 | strncmp(name, base, base_len)) | |
552 | continue; | |
553 | ||
554 | val = trailing_strtol(name); | |
555 | if (val > max) { | |
556 | debug("Found seq %d\n", val); | |
557 | max = val; | |
558 | } | |
559 | } | |
560 | ||
561 | return max; | |
562 | } | |
563 | ||
3bc37a50 | 564 | const char *fdtdec_get_chosen_prop(const void *blob, const char *name) |
aac07d49 | 565 | { |
aac07d49 | 566 | int chosen_node; |
aac07d49 SG |
567 | |
568 | if (!blob) | |
3bc37a50 | 569 | return NULL; |
aac07d49 | 570 | chosen_node = fdt_path_offset(blob, "/chosen"); |
3bc37a50 SG |
571 | return fdt_getprop(blob, chosen_node, name, NULL); |
572 | } | |
573 | ||
574 | int fdtdec_get_chosen_node(const void *blob, const char *name) | |
575 | { | |
576 | const char *prop; | |
577 | ||
578 | prop = fdtdec_get_chosen_prop(blob, name); | |
aac07d49 SG |
579 | if (!prop) |
580 | return -FDT_ERR_NOTFOUND; | |
581 | return fdt_path_offset(blob, prop); | |
582 | } | |
583 | ||
9a263e55 SG |
584 | int fdtdec_check_fdt(void) |
585 | { | |
586 | /* | |
587 | * We must have an FDT, but we cannot panic() yet since the console | |
588 | * is not ready. So for now, just assert(). Boards which need an early | |
589 | * FDT (prior to console ready) will need to make their own | |
590 | * arrangements and do their own checks. | |
591 | */ | |
592 | assert(!fdtdec_prepare_fdt()); | |
593 | return 0; | |
594 | } | |
595 | ||
b5220bc6 SG |
596 | /* |
597 | * This function is a little odd in that it accesses global data. At some | |
598 | * point if the architecture board.c files merge this will make more sense. | |
599 | * Even now, it is common code. | |
600 | */ | |
9a263e55 | 601 | int fdtdec_prepare_fdt(void) |
b5220bc6 | 602 | { |
c309c2da SG |
603 | if (!gd->fdt_blob || ((uintptr_t)gd->fdt_blob & 3) || |
604 | fdt_check_header(gd->fdt_blob)) { | |
66312374 SG |
605 | #ifdef CONFIG_SPL_BUILD |
606 | puts("Missing DTB\n"); | |
607 | #else | |
e1d23f56 SG |
608 | printf("No valid device tree binary found at %p\n", |
609 | gd->fdt_blob); | |
cb5f97f7 SG |
610 | # ifdef DEBUG |
611 | if (gd->fdt_blob) { | |
612 | printf("fdt_blob=%p\n", gd->fdt_blob); | |
613 | print_buffer((ulong)gd->fdt_blob, gd->fdt_blob, 4, | |
614 | 32, 0); | |
615 | } | |
616 | # endif | |
66312374 | 617 | #endif |
9a263e55 SG |
618 | return -1; |
619 | } | |
b5220bc6 SG |
620 | return 0; |
621 | } | |
d17da655 SG |
622 | |
623 | int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name) | |
624 | { | |
625 | const u32 *phandle; | |
626 | int lookup; | |
627 | ||
1cb2323b | 628 | debug("%s: %s\n", __func__, prop_name); |
d17da655 SG |
629 | phandle = fdt_getprop(blob, node, prop_name, NULL); |
630 | if (!phandle) | |
631 | return -FDT_ERR_NOTFOUND; | |
632 | ||
633 | lookup = fdt_node_offset_by_phandle(blob, fdt32_to_cpu(*phandle)); | |
634 | return lookup; | |
635 | } | |
636 | ||
637 | /** | |
638 | * Look up a property in a node and check that it has a minimum length. | |
639 | * | |
640 | * @param blob FDT blob | |
641 | * @param node node to examine | |
642 | * @param prop_name name of property to find | |
643 | * @param min_len minimum property length in bytes | |
644 | * @param err 0 if ok, or -FDT_ERR_NOTFOUND if the property is not | |
645 | found, or -FDT_ERR_BADLAYOUT if not enough data | |
646 | * @return pointer to cell, which is only valid if err == 0 | |
647 | */ | |
648 | static const void *get_prop_check_min_len(const void *blob, int node, | |
2e38662d MS |
649 | const char *prop_name, int min_len, |
650 | int *err) | |
d17da655 SG |
651 | { |
652 | const void *cell; | |
653 | int len; | |
654 | ||
655 | debug("%s: %s\n", __func__, prop_name); | |
656 | cell = fdt_getprop(blob, node, prop_name, &len); | |
657 | if (!cell) | |
658 | *err = -FDT_ERR_NOTFOUND; | |
659 | else if (len < min_len) | |
660 | *err = -FDT_ERR_BADLAYOUT; | |
661 | else | |
662 | *err = 0; | |
663 | return cell; | |
664 | } | |
665 | ||
666 | int fdtdec_get_int_array(const void *blob, int node, const char *prop_name, | |
2e38662d | 667 | u32 *array, int count) |
d17da655 SG |
668 | { |
669 | const u32 *cell; | |
b79221a7 | 670 | int err = 0; |
d17da655 SG |
671 | |
672 | debug("%s: %s\n", __func__, prop_name); | |
673 | cell = get_prop_check_min_len(blob, node, prop_name, | |
674 | sizeof(u32) * count, &err); | |
675 | if (!err) { | |
b79221a7 MS |
676 | int i; |
677 | ||
d17da655 SG |
678 | for (i = 0; i < count; i++) |
679 | array[i] = fdt32_to_cpu(cell[i]); | |
680 | } | |
681 | return err; | |
682 | } | |
683 | ||
a9f04d49 SG |
684 | int fdtdec_get_int_array_count(const void *blob, int node, |
685 | const char *prop_name, u32 *array, int count) | |
686 | { | |
687 | const u32 *cell; | |
688 | int len, elems; | |
689 | int i; | |
690 | ||
691 | debug("%s: %s\n", __func__, prop_name); | |
692 | cell = fdt_getprop(blob, node, prop_name, &len); | |
693 | if (!cell) | |
694 | return -FDT_ERR_NOTFOUND; | |
695 | elems = len / sizeof(u32); | |
696 | if (count > elems) | |
697 | count = elems; | |
698 | for (i = 0; i < count; i++) | |
699 | array[i] = fdt32_to_cpu(cell[i]); | |
700 | ||
701 | return count; | |
702 | } | |
703 | ||
96875e7d SG |
704 | const u32 *fdtdec_locate_array(const void *blob, int node, |
705 | const char *prop_name, int count) | |
706 | { | |
707 | const u32 *cell; | |
708 | int err; | |
709 | ||
710 | cell = get_prop_check_min_len(blob, node, prop_name, | |
711 | sizeof(u32) * count, &err); | |
712 | return err ? NULL : cell; | |
713 | } | |
714 | ||
d17da655 SG |
715 | int fdtdec_get_bool(const void *blob, int node, const char *prop_name) |
716 | { | |
717 | const s32 *cell; | |
718 | int len; | |
719 | ||
720 | debug("%s: %s\n", __func__, prop_name); | |
721 | cell = fdt_getprop(blob, node, prop_name, &len); | |
722 | return cell != NULL; | |
723 | } | |
ed3ee5cd | 724 | |
57068a7a SG |
725 | int fdtdec_parse_phandle_with_args(const void *blob, int src_node, |
726 | const char *list_name, | |
727 | const char *cells_name, | |
728 | int cell_count, int index, | |
729 | struct fdtdec_phandle_args *out_args) | |
730 | { | |
731 | const __be32 *list, *list_end; | |
732 | int rc = 0, size, cur_index = 0; | |
733 | uint32_t count = 0; | |
734 | int node = -1; | |
735 | int phandle; | |
736 | ||
737 | /* Retrieve the phandle list property */ | |
738 | list = fdt_getprop(blob, src_node, list_name, &size); | |
739 | if (!list) | |
740 | return -ENOENT; | |
741 | list_end = list + size / sizeof(*list); | |
742 | ||
743 | /* Loop over the phandles until all the requested entry is found */ | |
744 | while (list < list_end) { | |
745 | rc = -EINVAL; | |
746 | count = 0; | |
747 | ||
748 | /* | |
749 | * If phandle is 0, then it is an empty entry with no | |
750 | * arguments. Skip forward to the next entry. | |
751 | */ | |
752 | phandle = be32_to_cpup(list++); | |
753 | if (phandle) { | |
754 | /* | |
755 | * Find the provider node and parse the #*-cells | |
756 | * property to determine the argument length. | |
757 | * | |
758 | * This is not needed if the cell count is hard-coded | |
759 | * (i.e. cells_name not set, but cell_count is set), | |
760 | * except when we're going to return the found node | |
761 | * below. | |
762 | */ | |
763 | if (cells_name || cur_index == index) { | |
764 | node = fdt_node_offset_by_phandle(blob, | |
765 | phandle); | |
cba487c7 | 766 | if (node < 0) { |
57068a7a SG |
767 | debug("%s: could not find phandle\n", |
768 | fdt_get_name(blob, src_node, | |
769 | NULL)); | |
770 | goto err; | |
771 | } | |
772 | } | |
773 | ||
774 | if (cells_name) { | |
775 | count = fdtdec_get_int(blob, node, cells_name, | |
776 | -1); | |
777 | if (count == -1) { | |
778 | debug("%s: could not get %s for %s\n", | |
779 | fdt_get_name(blob, src_node, | |
780 | NULL), | |
781 | cells_name, | |
782 | fdt_get_name(blob, node, | |
783 | NULL)); | |
784 | goto err; | |
785 | } | |
786 | } else { | |
787 | count = cell_count; | |
788 | } | |
789 | ||
790 | /* | |
791 | * Make sure that the arguments actually fit in the | |
792 | * remaining property data length | |
793 | */ | |
794 | if (list + count > list_end) { | |
795 | debug("%s: arguments longer than property\n", | |
796 | fdt_get_name(blob, src_node, NULL)); | |
797 | goto err; | |
798 | } | |
799 | } | |
800 | ||
801 | /* | |
802 | * All of the error cases above bail out of the loop, so at | |
803 | * this point, the parsing is successful. If the requested | |
804 | * index matches, then fill the out_args structure and return, | |
805 | * or return -ENOENT for an empty entry. | |
806 | */ | |
807 | rc = -ENOENT; | |
808 | if (cur_index == index) { | |
809 | if (!phandle) | |
810 | goto err; | |
811 | ||
812 | if (out_args) { | |
813 | int i; | |
814 | ||
815 | if (count > MAX_PHANDLE_ARGS) { | |
816 | debug("%s: too many arguments %d\n", | |
817 | fdt_get_name(blob, src_node, | |
818 | NULL), count); | |
819 | count = MAX_PHANDLE_ARGS; | |
820 | } | |
821 | out_args->node = node; | |
822 | out_args->args_count = count; | |
823 | for (i = 0; i < count; i++) { | |
824 | out_args->args[i] = | |
825 | be32_to_cpup(list++); | |
826 | } | |
827 | } | |
828 | ||
829 | /* Found it! return success */ | |
830 | return 0; | |
831 | } | |
832 | ||
833 | node = -1; | |
834 | list += count; | |
835 | cur_index++; | |
836 | } | |
837 | ||
838 | /* | |
839 | * Result will be one of: | |
840 | * -ENOENT : index is for empty phandle | |
841 | * -EINVAL : parsing error on data | |
842 | * [1..n] : Number of phandle (count mode; when index = -1) | |
843 | */ | |
844 | rc = index < 0 ? cur_index : -ENOENT; | |
845 | err: | |
846 | return rc; | |
847 | } | |
848 | ||
bed4d892 | 849 | int fdtdec_get_byte_array(const void *blob, int node, const char *prop_name, |
2e38662d | 850 | u8 *array, int count) |
bed4d892 AS |
851 | { |
852 | const u8 *cell; | |
853 | int err; | |
854 | ||
855 | cell = get_prop_check_min_len(blob, node, prop_name, count, &err); | |
856 | if (!err) | |
857 | memcpy(array, cell, count); | |
858 | return err; | |
859 | } | |
860 | ||
861 | const u8 *fdtdec_locate_byte_array(const void *blob, int node, | |
2e38662d | 862 | const char *prop_name, int count) |
bed4d892 AS |
863 | { |
864 | const u8 *cell; | |
865 | int err; | |
866 | ||
867 | cell = get_prop_check_min_len(blob, node, prop_name, count, &err); | |
868 | if (err) | |
869 | return NULL; | |
870 | return cell; | |
871 | } | |
09258f1e | 872 | |
5f7bfdd6 | 873 | u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells) |
56f42242 TR |
874 | { |
875 | u64 number = 0; | |
876 | ||
877 | while (cells--) | |
878 | number = (number << 32) | fdt32_to_cpu(*ptr++); | |
879 | ||
880 | return number; | |
881 | } | |
882 | ||
883 | int fdt_get_resource(const void *fdt, int node, const char *property, | |
884 | unsigned int index, struct fdt_resource *res) | |
885 | { | |
886 | const fdt32_t *ptr, *end; | |
887 | int na, ns, len, parent; | |
888 | unsigned int i = 0; | |
889 | ||
890 | parent = fdt_parent_offset(fdt, node); | |
891 | if (parent < 0) | |
892 | return parent; | |
893 | ||
894 | na = fdt_address_cells(fdt, parent); | |
895 | ns = fdt_size_cells(fdt, parent); | |
896 | ||
897 | ptr = fdt_getprop(fdt, node, property, &len); | |
898 | if (!ptr) | |
899 | return len; | |
900 | ||
901 | end = ptr + len / sizeof(*ptr); | |
902 | ||
903 | while (ptr + na + ns <= end) { | |
904 | if (i == index) { | |
feb7ac45 PD |
905 | if (CONFIG_IS_ENABLED(OF_TRANSLATE)) |
906 | res->start = fdt_translate_address(fdt, node, ptr); | |
907 | else | |
908 | res->start = fdtdec_get_number(ptr, na); | |
909 | ||
b79221a7 | 910 | res->end = res->start; |
56f42242 TR |
911 | res->end += fdtdec_get_number(&ptr[na], ns) - 1; |
912 | return 0; | |
913 | } | |
914 | ||
915 | ptr += na + ns; | |
916 | i++; | |
917 | } | |
918 | ||
919 | return -FDT_ERR_NOTFOUND; | |
920 | } | |
921 | ||
922 | int fdt_get_named_resource(const void *fdt, int node, const char *property, | |
923 | const char *prop_names, const char *name, | |
924 | struct fdt_resource *res) | |
925 | { | |
926 | int index; | |
927 | ||
b02e4044 | 928 | index = fdt_stringlist_search(fdt, node, prop_names, name); |
56f42242 TR |
929 | if (index < 0) |
930 | return index; | |
931 | ||
932 | return fdt_get_resource(fdt, node, property, index, res); | |
933 | } | |
9f85eee7 | 934 | |
12e67114 SG |
935 | static int decode_timing_property(const void *blob, int node, const char *name, |
936 | struct timing_entry *result) | |
937 | { | |
938 | int length, ret = 0; | |
939 | const u32 *prop; | |
940 | ||
941 | prop = fdt_getprop(blob, node, name, &length); | |
942 | if (!prop) { | |
943 | debug("%s: could not find property %s\n", | |
944 | fdt_get_name(blob, node, NULL), name); | |
945 | return length; | |
946 | } | |
947 | ||
948 | if (length == sizeof(u32)) { | |
949 | result->typ = fdtdec_get_int(blob, node, name, 0); | |
950 | result->min = result->typ; | |
951 | result->max = result->typ; | |
952 | } else { | |
953 | ret = fdtdec_get_int_array(blob, node, name, &result->min, 3); | |
954 | } | |
955 | ||
956 | return ret; | |
957 | } | |
958 | ||
959 | int fdtdec_decode_display_timing(const void *blob, int parent, int index, | |
960 | struct display_timing *dt) | |
961 | { | |
962 | int i, node, timings_node; | |
963 | u32 val = 0; | |
964 | int ret = 0; | |
965 | ||
966 | timings_node = fdt_subnode_offset(blob, parent, "display-timings"); | |
967 | if (timings_node < 0) | |
968 | return timings_node; | |
969 | ||
970 | for (i = 0, node = fdt_first_subnode(blob, timings_node); | |
971 | node > 0 && i != index; | |
972 | node = fdt_next_subnode(blob, node)) | |
973 | i++; | |
974 | ||
975 | if (node < 0) | |
976 | return node; | |
977 | ||
978 | memset(dt, 0, sizeof(*dt)); | |
979 | ||
980 | ret |= decode_timing_property(blob, node, "hback-porch", | |
981 | &dt->hback_porch); | |
982 | ret |= decode_timing_property(blob, node, "hfront-porch", | |
983 | &dt->hfront_porch); | |
984 | ret |= decode_timing_property(blob, node, "hactive", &dt->hactive); | |
985 | ret |= decode_timing_property(blob, node, "hsync-len", &dt->hsync_len); | |
986 | ret |= decode_timing_property(blob, node, "vback-porch", | |
987 | &dt->vback_porch); | |
988 | ret |= decode_timing_property(blob, node, "vfront-porch", | |
989 | &dt->vfront_porch); | |
990 | ret |= decode_timing_property(blob, node, "vactive", &dt->vactive); | |
991 | ret |= decode_timing_property(blob, node, "vsync-len", &dt->vsync_len); | |
992 | ret |= decode_timing_property(blob, node, "clock-frequency", | |
993 | &dt->pixelclock); | |
994 | ||
995 | dt->flags = 0; | |
996 | val = fdtdec_get_int(blob, node, "vsync-active", -1); | |
997 | if (val != -1) { | |
998 | dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : | |
999 | DISPLAY_FLAGS_VSYNC_LOW; | |
1000 | } | |
1001 | val = fdtdec_get_int(blob, node, "hsync-active", -1); | |
1002 | if (val != -1) { | |
1003 | dt->flags |= val ? DISPLAY_FLAGS_HSYNC_HIGH : | |
1004 | DISPLAY_FLAGS_HSYNC_LOW; | |
1005 | } | |
1006 | val = fdtdec_get_int(blob, node, "de-active", -1); | |
1007 | if (val != -1) { | |
1008 | dt->flags |= val ? DISPLAY_FLAGS_DE_HIGH : | |
1009 | DISPLAY_FLAGS_DE_LOW; | |
1010 | } | |
1011 | val = fdtdec_get_int(blob, node, "pixelclk-active", -1); | |
1012 | if (val != -1) { | |
1013 | dt->flags |= val ? DISPLAY_FLAGS_PIXDATA_POSEDGE : | |
1014 | DISPLAY_FLAGS_PIXDATA_NEGEDGE; | |
1015 | } | |
1016 | ||
1017 | if (fdtdec_get_bool(blob, node, "interlaced")) | |
1018 | dt->flags |= DISPLAY_FLAGS_INTERLACED; | |
1019 | if (fdtdec_get_bool(blob, node, "doublescan")) | |
1020 | dt->flags |= DISPLAY_FLAGS_DOUBLESCAN; | |
1021 | if (fdtdec_get_bool(blob, node, "doubleclk")) | |
1022 | dt->flags |= DISPLAY_FLAGS_DOUBLECLK; | |
1023 | ||
04b9dd10 | 1024 | return ret; |
12e67114 SG |
1025 | } |
1026 | ||
50c7b723 | 1027 | int fdtdec_setup_mem_size_base(void) |
623f6019 | 1028 | { |
c2f0950c MS |
1029 | int ret; |
1030 | ofnode mem; | |
1031 | struct resource res; | |
623f6019 | 1032 | |
c2f0950c MS |
1033 | mem = ofnode_path("/memory"); |
1034 | if (!ofnode_valid(mem)) { | |
623f6019 NR |
1035 | debug("%s: Missing /memory node\n", __func__); |
1036 | return -EINVAL; | |
1037 | } | |
1038 | ||
c2f0950c | 1039 | ret = ofnode_read_resource(mem, 0, &res); |
623f6019 NR |
1040 | if (ret != 0) { |
1041 | debug("%s: Unable to decode first memory bank\n", __func__); | |
1042 | return -EINVAL; | |
1043 | } | |
1044 | ||
1045 | gd->ram_size = (phys_size_t)(res.end - res.start + 1); | |
1473b12a | 1046 | gd->ram_base = (unsigned long)res.start; |
c69380f8 SG |
1047 | debug("%s: Initial DRAM size %llx\n", __func__, |
1048 | (unsigned long long)gd->ram_size); | |
623f6019 NR |
1049 | |
1050 | return 0; | |
1051 | } | |
1052 | ||
c2f0950c | 1053 | ofnode get_next_memory_node(ofnode mem) |
452bc121 | 1054 | { |
452bc121 | 1055 | do { |
c2f0950c MS |
1056 | mem = ofnode_by_prop_value(mem, "device_type", "memory", 7); |
1057 | } while (!ofnode_is_available(mem)); | |
452bc121 JW |
1058 | |
1059 | return mem; | |
1060 | } | |
1061 | ||
62897c43 | 1062 | int fdtdec_setup_memory_banksize(void) |
623f6019 | 1063 | { |
c2f0950c MS |
1064 | int bank, ret, reg = 0; |
1065 | struct resource res; | |
1066 | ofnode mem = ofnode_null(); | |
623f6019 | 1067 | |
c2f0950c MS |
1068 | mem = get_next_memory_node(mem); |
1069 | if (!ofnode_valid(mem)) { | |
658954cb MS |
1070 | debug("%s: Missing /memory node\n", __func__); |
1071 | return -EINVAL; | |
1072 | } | |
623f6019 NR |
1073 | |
1074 | for (bank = 0; bank < CONFIG_NR_DRAM_BANKS; bank++) { | |
c2f0950c MS |
1075 | ret = ofnode_read_resource(mem, reg++, &res); |
1076 | if (ret < 0) { | |
942ee093 | 1077 | reg = 0; |
c2f0950c | 1078 | mem = get_next_memory_node(mem); |
81d0cef3 | 1079 | if (!ofnode_valid(mem)) |
658954cb MS |
1080 | break; |
1081 | ||
c2f0950c MS |
1082 | ret = ofnode_read_resource(mem, reg++, &res); |
1083 | if (ret < 0) | |
658954cb MS |
1084 | break; |
1085 | } | |
c2f0950c MS |
1086 | |
1087 | if (ret != 0) | |
658954cb | 1088 | return -EINVAL; |
623f6019 NR |
1089 | |
1090 | gd->bd->bi_dram[bank].start = (phys_addr_t)res.start; | |
1091 | gd->bd->bi_dram[bank].size = | |
1092 | (phys_size_t)(res.end - res.start + 1); | |
1093 | ||
1094 | debug("%s: DRAM Bank #%d: start = 0x%llx, size = 0x%llx\n", | |
1095 | __func__, bank, | |
1096 | (unsigned long long)gd->bd->bi_dram[bank].start, | |
1097 | (unsigned long long)gd->bd->bi_dram[bank].size); | |
1098 | } | |
1099 | ||
1100 | return 0; | |
1101 | } | |
7fce7396 MS |
1102 | |
1103 | int fdtdec_setup_mem_size_base_lowest(void) | |
1104 | { | |
c2f0950c MS |
1105 | int bank, ret, reg = 0; |
1106 | struct resource res; | |
7fce7396 MS |
1107 | unsigned long base; |
1108 | phys_size_t size; | |
c2f0950c | 1109 | ofnode mem = ofnode_null(); |
7fce7396 MS |
1110 | |
1111 | gd->ram_base = (unsigned long)~0; | |
1112 | ||
c2f0950c MS |
1113 | mem = get_next_memory_node(mem); |
1114 | if (!ofnode_valid(mem)) { | |
7fce7396 MS |
1115 | debug("%s: Missing /memory node\n", __func__); |
1116 | return -EINVAL; | |
1117 | } | |
1118 | ||
1119 | for (bank = 0; bank < CONFIG_NR_DRAM_BANKS; bank++) { | |
c2f0950c MS |
1120 | ret = ofnode_read_resource(mem, reg++, &res); |
1121 | if (ret < 0) { | |
7fce7396 | 1122 | reg = 0; |
c2f0950c | 1123 | mem = get_next_memory_node(mem); |
81d0cef3 | 1124 | if (!ofnode_valid(mem)) |
7fce7396 MS |
1125 | break; |
1126 | ||
c2f0950c MS |
1127 | ret = ofnode_read_resource(mem, reg++, &res); |
1128 | if (ret < 0) | |
7fce7396 MS |
1129 | break; |
1130 | } | |
c2f0950c | 1131 | |
7fce7396 MS |
1132 | if (ret != 0) |
1133 | return -EINVAL; | |
1134 | ||
1135 | base = (unsigned long)res.start; | |
1136 | size = (phys_size_t)(res.end - res.start + 1); | |
1137 | ||
1138 | if (gd->ram_base > base && size) { | |
1139 | gd->ram_base = base; | |
1140 | gd->ram_size = size; | |
1141 | debug("%s: Initial DRAM base %lx size %lx\n", | |
1142 | __func__, base, (unsigned long)size); | |
1143 | } | |
1144 | } | |
1145 | ||
1146 | return 0; | |
1147 | } | |
623f6019 | 1148 | |
2f57c951 JJH |
1149 | static int uncompress_blob(const void *src, ulong sz_src, void **dstp) |
1150 | { | |
b4b6daf3 SG |
1151 | #if CONFIG_IS_ENABLED(MULTI_DTB_FIT_GZIP) ||\ |
1152 | CONFIG_IS_ENABLED(MULTI_DTB_FIT_LZO) | |
95f4bbd5 | 1153 | size_t sz_out = CONFIG_VAL(MULTI_DTB_FIT_UNCOMPRESS_SZ); |
1fd30354 | 1154 | bool gzip = 0, lzo = 0; |
2f57c951 JJH |
1155 | ulong sz_in = sz_src; |
1156 | void *dst; | |
1157 | int rc; | |
1158 | ||
1159 | if (CONFIG_IS_ENABLED(GZIP)) | |
1fd30354 MV |
1160 | if (gzip_parse_header(src, sz_in) >= 0) |
1161 | gzip = 1; | |
2f57c951 | 1162 | if (CONFIG_IS_ENABLED(LZO)) |
1fd30354 MV |
1163 | if (!gzip && lzop_is_valid_header(src)) |
1164 | lzo = 1; | |
1165 | ||
1166 | if (!gzip && !lzo) | |
1167 | return -EBADMSG; | |
1168 | ||
2f57c951 JJH |
1169 | |
1170 | if (CONFIG_IS_ENABLED(MULTI_DTB_FIT_DYN_ALLOC)) { | |
1171 | dst = malloc(sz_out); | |
1172 | if (!dst) { | |
1173 | puts("uncompress_blob: Unable to allocate memory\n"); | |
1174 | return -ENOMEM; | |
1175 | } | |
1176 | } else { | |
b4b6daf3 | 1177 | # if CONFIG_IS_ENABLED(MULTI_DTB_FIT_USER_DEFINED_AREA) |
2f57c951 | 1178 | dst = (void *)CONFIG_VAL(MULTI_DTB_FIT_USER_DEF_ADDR); |
b4b6daf3 | 1179 | # else |
2f57c951 | 1180 | return -ENOTSUPP; |
b4b6daf3 | 1181 | # endif |
2f57c951 JJH |
1182 | } |
1183 | ||
1fd30354 | 1184 | if (CONFIG_IS_ENABLED(GZIP) && gzip) |
2f57c951 | 1185 | rc = gunzip(dst, sz_out, (u8 *)src, &sz_in); |
1fd30354 | 1186 | else if (CONFIG_IS_ENABLED(LZO) && lzo) |
2f57c951 | 1187 | rc = lzop_decompress(src, sz_in, dst, &sz_out); |
1fd30354 MV |
1188 | else |
1189 | hang(); | |
2f57c951 JJH |
1190 | |
1191 | if (rc < 0) { | |
1192 | /* not a valid compressed blob */ | |
1193 | puts("uncompress_blob: Unable to uncompress\n"); | |
1194 | if (CONFIG_IS_ENABLED(MULTI_DTB_FIT_DYN_ALLOC)) | |
1195 | free(dst); | |
1196 | return -EBADMSG; | |
1197 | } | |
1198 | *dstp = dst; | |
b4b6daf3 SG |
1199 | #else |
1200 | *dstp = (void *)src; | |
410d9b64 | 1201 | *dstp = (void *)src; |
b4b6daf3 | 1202 | #endif |
410d9b64 | 1203 | return 0; |
2f57c951 | 1204 | } |
2f57c951 | 1205 | |
3b595da4 RC |
1206 | /* |
1207 | * For CONFIG_OF_SEPARATE, the board may optionally implement this to | |
1208 | * provide and/or fixup the fdt. | |
1209 | */ | |
e7fb7896 | 1210 | __weak void *board_fdt_blob_setup(int *err) |
3b595da4 RC |
1211 | { |
1212 | void *fdt_blob = NULL; | |
e7fb7896 IA |
1213 | |
1214 | *err = 0; | |
3b595da4 RC |
1215 | #ifdef CONFIG_SPL_BUILD |
1216 | /* FDT is at end of BSS unless it is in a different memory region */ | |
e31350c3 | 1217 | if (IS_ENABLED(CONFIG_SPL_SEPARATE_BSS)) |
3b595da4 RC |
1218 | fdt_blob = (ulong *)&_image_binary_end; |
1219 | else | |
1220 | fdt_blob = (ulong *)&__bss_end; | |
1221 | #else | |
1222 | /* FDT is at end of image */ | |
1223 | fdt_blob = (ulong *)&_end; | |
1224 | #endif | |
e7fb7896 | 1225 | |
3b595da4 RC |
1226 | return fdt_blob; |
1227 | } | |
3b595da4 | 1228 | |
ebf30e84 TR |
1229 | int fdtdec_set_ethernet_mac_address(void *fdt, const u8 *mac, size_t size) |
1230 | { | |
1231 | const char *path; | |
1232 | int offset, err; | |
1233 | ||
1234 | if (!is_valid_ethaddr(mac)) | |
1235 | return -EINVAL; | |
1236 | ||
1237 | path = fdt_get_alias(fdt, "ethernet"); | |
1238 | if (!path) | |
1239 | return 0; | |
1240 | ||
1241 | debug("ethernet alias found: %s\n", path); | |
1242 | ||
1243 | offset = fdt_path_offset(fdt, path); | |
1244 | if (offset < 0) { | |
1245 | debug("ethernet alias points to absent node %s\n", path); | |
1246 | return -ENOENT; | |
1247 | } | |
1248 | ||
1249 | err = fdt_setprop_inplace(fdt, offset, "local-mac-address", mac, size); | |
1250 | if (err < 0) | |
1251 | return err; | |
1252 | ||
1253 | debug("MAC address: %pM\n", mac); | |
1254 | ||
1255 | return 0; | |
1256 | } | |
1257 | ||
c9222a08 TR |
1258 | static int fdtdec_init_reserved_memory(void *blob) |
1259 | { | |
1260 | int na, ns, node, err; | |
1261 | fdt32_t value; | |
1262 | ||
1263 | /* inherit #address-cells and #size-cells from the root node */ | |
1264 | na = fdt_address_cells(blob, 0); | |
1265 | ns = fdt_size_cells(blob, 0); | |
1266 | ||
1267 | node = fdt_add_subnode(blob, 0, "reserved-memory"); | |
1268 | if (node < 0) | |
1269 | return node; | |
1270 | ||
1271 | err = fdt_setprop(blob, node, "ranges", NULL, 0); | |
1272 | if (err < 0) | |
1273 | return err; | |
1274 | ||
1275 | value = cpu_to_fdt32(ns); | |
1276 | ||
1277 | err = fdt_setprop(blob, node, "#size-cells", &value, sizeof(value)); | |
1278 | if (err < 0) | |
1279 | return err; | |
1280 | ||
1281 | value = cpu_to_fdt32(na); | |
1282 | ||
1283 | err = fdt_setprop(blob, node, "#address-cells", &value, sizeof(value)); | |
1284 | if (err < 0) | |
1285 | return err; | |
1286 | ||
1287 | return node; | |
1288 | } | |
1289 | ||
1290 | int fdtdec_add_reserved_memory(void *blob, const char *basename, | |
1291 | const struct fdt_memory *carveout, | |
46cb0678 | 1292 | const char **compatibles, unsigned int count, |
b9aad375 | 1293 | uint32_t *phandlep, unsigned long flags) |
c9222a08 TR |
1294 | { |
1295 | fdt32_t cells[4] = {}, *ptr = cells; | |
1296 | uint32_t upper, lower, phandle; | |
1297 | int parent, node, na, ns, err; | |
3bf2f153 | 1298 | fdt_size_t size; |
c9222a08 TR |
1299 | char name[64]; |
1300 | ||
1301 | /* create an empty /reserved-memory node if one doesn't exist */ | |
1302 | parent = fdt_path_offset(blob, "/reserved-memory"); | |
1303 | if (parent < 0) { | |
1304 | parent = fdtdec_init_reserved_memory(blob); | |
1305 | if (parent < 0) | |
1306 | return parent; | |
1307 | } | |
1308 | ||
1309 | /* only 1 or 2 #address-cells and #size-cells are supported */ | |
1310 | na = fdt_address_cells(blob, parent); | |
1311 | if (na < 1 || na > 2) | |
1312 | return -FDT_ERR_BADNCELLS; | |
1313 | ||
1314 | ns = fdt_size_cells(blob, parent); | |
1315 | if (ns < 1 || ns > 2) | |
1316 | return -FDT_ERR_BADNCELLS; | |
1317 | ||
1318 | /* find a matching node and return the phandle to that */ | |
1319 | fdt_for_each_subnode(node, blob, parent) { | |
1320 | const char *name = fdt_get_name(blob, node, NULL); | |
a9ad113d BM |
1321 | fdt_addr_t addr; |
1322 | fdt_size_t size; | |
c9222a08 | 1323 | |
f6704c79 BM |
1324 | addr = fdtdec_get_addr_size_fixed(blob, node, "reg", 0, na, ns, |
1325 | &size, false); | |
c9222a08 TR |
1326 | if (addr == FDT_ADDR_T_NONE) { |
1327 | debug("failed to read address/size for %s\n", name); | |
1328 | continue; | |
1329 | } | |
1330 | ||
f614753c AP |
1331 | if (addr == carveout->start && (addr + size - 1) == |
1332 | carveout->end) { | |
086336a2 HS |
1333 | if (phandlep) |
1334 | *phandlep = fdt_get_phandle(blob, node); | |
c9222a08 TR |
1335 | return 0; |
1336 | } | |
1337 | } | |
1338 | ||
1339 | /* | |
1340 | * Unpack the start address and generate the name of the new node | |
1341 | * base on the basename and the unit-address. | |
1342 | */ | |
3bf2f153 TR |
1343 | upper = upper_32_bits(carveout->start); |
1344 | lower = lower_32_bits(carveout->start); | |
c9222a08 TR |
1345 | |
1346 | if (na > 1 && upper > 0) | |
1347 | snprintf(name, sizeof(name), "%s@%x,%x", basename, upper, | |
1348 | lower); | |
1349 | else { | |
1350 | if (upper > 0) { | |
1351 | debug("address %08x:%08x exceeds addressable space\n", | |
1352 | upper, lower); | |
1353 | return -FDT_ERR_BADVALUE; | |
1354 | } | |
1355 | ||
1356 | snprintf(name, sizeof(name), "%s@%x", basename, lower); | |
1357 | } | |
1358 | ||
1359 | node = fdt_add_subnode(blob, parent, name); | |
1360 | if (node < 0) | |
1361 | return node; | |
1362 | ||
b9aad375 TR |
1363 | if (flags & FDTDEC_RESERVED_MEMORY_NO_MAP) { |
1364 | err = fdt_setprop(blob, node, "no-map", NULL, 0); | |
1365 | if (err < 0) | |
1366 | return err; | |
1367 | } | |
1368 | ||
357d2ceb HS |
1369 | if (phandlep) { |
1370 | err = fdt_generate_phandle(blob, &phandle); | |
1371 | if (err < 0) | |
1372 | return err; | |
1373 | ||
1374 | err = fdtdec_set_phandle(blob, node, phandle); | |
1375 | if (err < 0) | |
1376 | return err; | |
1377 | } | |
c9222a08 TR |
1378 | |
1379 | /* store one or two address cells */ | |
1380 | if (na > 1) | |
1381 | *ptr++ = cpu_to_fdt32(upper); | |
1382 | ||
1383 | *ptr++ = cpu_to_fdt32(lower); | |
1384 | ||
1385 | /* store one or two size cells */ | |
3bf2f153 TR |
1386 | size = carveout->end - carveout->start + 1; |
1387 | upper = upper_32_bits(size); | |
1388 | lower = lower_32_bits(size); | |
c9222a08 TR |
1389 | |
1390 | if (ns > 1) | |
1391 | *ptr++ = cpu_to_fdt32(upper); | |
1392 | ||
1393 | *ptr++ = cpu_to_fdt32(lower); | |
1394 | ||
1395 | err = fdt_setprop(blob, node, "reg", cells, (na + ns) * sizeof(*cells)); | |
1396 | if (err < 0) | |
1397 | return err; | |
1398 | ||
46cb0678 TR |
1399 | if (compatibles && count > 0) { |
1400 | size_t length = 0, len = 0; | |
1401 | unsigned int i; | |
1402 | char *buffer; | |
1403 | ||
1404 | for (i = 0; i < count; i++) | |
1405 | length += strlen(compatibles[i]) + 1; | |
1406 | ||
1407 | buffer = malloc(length); | |
1408 | if (!buffer) | |
1409 | return -FDT_ERR_INTERNAL; | |
1410 | ||
1411 | for (i = 0; i < count; i++) | |
1412 | len += strlcpy(buffer + len, compatibles[i], | |
1413 | length - len) + 1; | |
1414 | ||
1415 | err = fdt_setprop(blob, node, "compatible", buffer, length); | |
1416 | free(buffer); | |
1417 | if (err < 0) | |
1418 | return err; | |
1419 | } | |
1420 | ||
c9222a08 TR |
1421 | /* return the phandle for the new node for the caller to use */ |
1422 | if (phandlep) | |
1423 | *phandlep = phandle; | |
1424 | ||
1425 | return 0; | |
1426 | } | |
1427 | ||
4bf88ba7 TR |
1428 | int fdtdec_get_carveout(const void *blob, const char *node, |
1429 | const char *prop_name, unsigned int index, | |
46cb0678 | 1430 | struct fdt_memory *carveout, const char **name, |
b9aad375 TR |
1431 | const char ***compatiblesp, unsigned int *countp, |
1432 | unsigned long *flags) | |
16523ac7 TR |
1433 | { |
1434 | const fdt32_t *prop; | |
1435 | uint32_t phandle; | |
1436 | int offset, len; | |
1437 | fdt_size_t size; | |
1438 | ||
1439 | offset = fdt_path_offset(blob, node); | |
1440 | if (offset < 0) | |
1441 | return offset; | |
1442 | ||
4bf88ba7 | 1443 | prop = fdt_getprop(blob, offset, prop_name, &len); |
16523ac7 | 1444 | if (!prop) { |
4bf88ba7 | 1445 | debug("failed to get %s for %s\n", prop_name, node); |
16523ac7 TR |
1446 | return -FDT_ERR_NOTFOUND; |
1447 | } | |
1448 | ||
1449 | if ((len % sizeof(phandle)) != 0) { | |
1450 | debug("invalid phandle property\n"); | |
1451 | return -FDT_ERR_BADPHANDLE; | |
1452 | } | |
1453 | ||
1454 | if (len < (sizeof(phandle) * (index + 1))) { | |
1455 | debug("invalid phandle index\n"); | |
d5598cfa | 1456 | return -FDT_ERR_NOTFOUND; |
16523ac7 TR |
1457 | } |
1458 | ||
1459 | phandle = fdt32_to_cpu(prop[index]); | |
1460 | ||
1461 | offset = fdt_node_offset_by_phandle(blob, phandle); | |
1462 | if (offset < 0) { | |
1463 | debug("failed to find node for phandle %u\n", phandle); | |
1464 | return offset; | |
1465 | } | |
1466 | ||
4bf88ba7 TR |
1467 | if (name) |
1468 | *name = fdt_get_name(blob, offset, NULL); | |
1469 | ||
46cb0678 TR |
1470 | if (compatiblesp) { |
1471 | const char **compatibles = NULL; | |
1472 | const char *start, *end, *ptr; | |
1473 | unsigned int count = 0; | |
1474 | ||
1475 | prop = fdt_getprop(blob, offset, "compatible", &len); | |
1476 | if (!prop) | |
1477 | goto skip_compat; | |
1478 | ||
1479 | start = ptr = (const char *)prop; | |
1480 | end = start + len; | |
1481 | ||
1482 | while (ptr < end) { | |
1483 | ptr = strchrnul(ptr, '\0'); | |
1484 | count++; | |
1485 | ptr++; | |
1486 | } | |
1487 | ||
1488 | compatibles = malloc(sizeof(ptr) * count); | |
1489 | if (!compatibles) | |
1490 | return -FDT_ERR_INTERNAL; | |
1491 | ||
1492 | ptr = start; | |
1493 | count = 0; | |
1494 | ||
1495 | while (ptr < end) { | |
1496 | compatibles[count] = ptr; | |
1497 | ptr = strchrnul(ptr, '\0'); | |
1498 | count++; | |
1499 | ptr++; | |
1500 | } | |
1501 | ||
1502 | skip_compat: | |
1503 | *compatiblesp = compatibles; | |
1504 | ||
1505 | if (countp) | |
1506 | *countp = count; | |
1507 | } | |
1508 | ||
16523ac7 TR |
1509 | carveout->start = fdtdec_get_addr_size_auto_noparent(blob, offset, |
1510 | "reg", 0, &size, | |
1511 | true); | |
1512 | if (carveout->start == FDT_ADDR_T_NONE) { | |
1513 | debug("failed to read address/size from \"reg\" property\n"); | |
1514 | return -FDT_ERR_NOTFOUND; | |
1515 | } | |
1516 | ||
1517 | carveout->end = carveout->start + size - 1; | |
1518 | ||
b9aad375 TR |
1519 | if (flags) { |
1520 | *flags = 0; | |
1521 | ||
1522 | if (fdtdec_get_bool(blob, offset, "no-map")) | |
1523 | *flags |= FDTDEC_RESERVED_MEMORY_NO_MAP; | |
1524 | } | |
1525 | ||
16523ac7 TR |
1526 | return 0; |
1527 | } | |
1528 | ||
1529 | int fdtdec_set_carveout(void *blob, const char *node, const char *prop_name, | |
90194876 TR |
1530 | unsigned int index, const struct fdt_memory *carveout, |
1531 | const char *name, const char **compatibles, | |
b9aad375 | 1532 | unsigned int count, unsigned long flags) |
16523ac7 TR |
1533 | { |
1534 | uint32_t phandle; | |
b9200b19 | 1535 | int err, offset, len; |
16523ac7 | 1536 | fdt32_t value; |
b9200b19 | 1537 | void *prop; |
16523ac7 | 1538 | |
46cb0678 | 1539 | err = fdtdec_add_reserved_memory(blob, name, carveout, compatibles, |
b9aad375 | 1540 | count, &phandle, flags); |
16523ac7 TR |
1541 | if (err < 0) { |
1542 | debug("failed to add reserved memory: %d\n", err); | |
1543 | return err; | |
1544 | } | |
1545 | ||
1546 | offset = fdt_path_offset(blob, node); | |
1547 | if (offset < 0) { | |
1548 | debug("failed to find offset for node %s: %d\n", node, offset); | |
1549 | return offset; | |
1550 | } | |
1551 | ||
1552 | value = cpu_to_fdt32(phandle); | |
1553 | ||
b9200b19 LT |
1554 | if (!fdt_getprop(blob, offset, prop_name, &len)) { |
1555 | if (len == -FDT_ERR_NOTFOUND) | |
1556 | len = 0; | |
1557 | else | |
1558 | return len; | |
1559 | } | |
1560 | ||
1561 | if ((index + 1) * sizeof(value) > len) { | |
1562 | err = fdt_setprop_placeholder(blob, offset, prop_name, | |
1563 | (index + 1) * sizeof(value), | |
1564 | &prop); | |
1565 | if (err < 0) { | |
1566 | debug("failed to resize reserved memory property: %s\n", | |
1567 | fdt_strerror(err)); | |
1568 | return err; | |
1569 | } | |
1570 | } | |
1571 | ||
1572 | err = fdt_setprop_inplace_namelen_partial(blob, offset, prop_name, | |
1573 | strlen(prop_name), | |
1574 | index * sizeof(value), | |
1575 | &value, sizeof(value)); | |
16523ac7 | 1576 | if (err < 0) { |
b9200b19 LT |
1577 | debug("failed to update %s property for node %s: %s\n", |
1578 | prop_name, node, fdt_strerror(err)); | |
16523ac7 TR |
1579 | return err; |
1580 | } | |
1581 | ||
1582 | return 0; | |
1583 | } | |
1584 | ||
0e2afc83 MV |
1585 | __weak int fdtdec_board_setup(const void *fdt_blob) |
1586 | { | |
1587 | return 0; | |
1588 | } | |
1589 | ||
3f51f78c SG |
1590 | /** |
1591 | * setup_multi_dtb_fit() - locate the correct dtb from a FIT | |
1592 | * | |
1593 | * This supports the CONFIG_MULTI_DTB_FIT feature, looking for the dtb in a | |
1594 | * supplied FIT | |
1595 | * | |
1596 | * It accepts the current value of gd->fdt_blob, which points to the FIT, then | |
1597 | * updates that gd->fdt_blob, to point to the chosen dtb so that U-Boot uses the | |
1598 | * correct one | |
1599 | */ | |
1600 | static void setup_multi_dtb_fit(void) | |
1601 | { | |
3f51f78c SG |
1602 | void *blob; |
1603 | ||
1604 | /* | |
1605 | * Try and uncompress the blob. | |
1606 | * Unfortunately there is no way to know how big the input blob really | |
1607 | * is. So let us set the maximum input size arbitrarily high. 16MB | |
1608 | * ought to be more than enough for packed DTBs. | |
1609 | */ | |
1610 | if (uncompress_blob(gd->fdt_blob, 0x1000000, &blob) == 0) | |
1611 | gd->fdt_blob = blob; | |
1612 | ||
1613 | /* | |
1614 | * Check if blob is a FIT images containings DTBs. | |
1615 | * If so, pick the most relevant | |
1616 | */ | |
1617 | blob = locate_dtb_in_fit(gd->fdt_blob); | |
1618 | if (blob) { | |
b4b6daf3 | 1619 | gd_set_multi_dtb_fit(gd->fdt_blob); |
3f51f78c SG |
1620 | gd->fdt_blob = blob; |
1621 | } | |
3f51f78c SG |
1622 | } |
1623 | ||
0879361f | 1624 | int fdtdec_setup(void) |
b45122fd | 1625 | { |
0e2afc83 | 1626 | int ret; |
ba83d859 SG |
1627 | |
1628 | /* The devicetree is typically appended to U-Boot */ | |
1629 | if (IS_ENABLED(CONFIG_OF_SEPARATE) || IS_ENABLED(CONFIG_OF_BOARD)) { | |
1630 | /* Allow the board to override the fdt address. */ | |
1631 | gd->fdt_blob = board_fdt_blob_setup(&ret); | |
1632 | if (ret) | |
1633 | return ret; | |
1634 | } else { /* embed dtb in ELF file for testing / development */ | |
1635 | gd->fdt_blob = dtb_dt_embedded(); | |
1636 | } | |
1637 | ||
931511d0 SG |
1638 | if (!IS_ENABLED(CONFIG_SPL_BUILD)) { |
1639 | /* Allow the early environment to override the fdt address */ | |
1640 | gd->fdt_blob = map_sysmem(env_get_ulong("fdtcontroladdr", 16, | |
f980c999 | 1641 | (unsigned long)map_to_sysmem(gd->fdt_blob)), 0); |
931511d0 | 1642 | } |
2f57c951 | 1643 | |
3f51f78c SG |
1644 | if (CONFIG_IS_ENABLED(MULTI_DTB_FIT)) |
1645 | setup_multi_dtb_fit(); | |
2f57c951 | 1646 | |
0e2afc83 MV |
1647 | ret = fdtdec_prepare_fdt(); |
1648 | if (!ret) | |
1649 | ret = fdtdec_board_setup(gd->fdt_blob); | |
1650 | return ret; | |
b45122fd SG |
1651 | } |
1652 | ||
f1d2bc90 JJH |
1653 | int fdtdec_resetup(int *rescan) |
1654 | { | |
1655 | void *fdt_blob; | |
1656 | ||
1657 | /* | |
1658 | * If the current DTB is part of a compressed FIT image, | |
1659 | * try to locate the best match from the uncompressed | |
1660 | * FIT image stillpresent there. Save the time and space | |
1661 | * required to uncompress it again. | |
1662 | */ | |
b4b6daf3 SG |
1663 | if (gd_multi_dtb_fit()) { |
1664 | fdt_blob = locate_dtb_in_fit(gd_multi_dtb_fit()); | |
f1d2bc90 JJH |
1665 | |
1666 | if (fdt_blob == gd->fdt_blob) { | |
1667 | /* | |
1668 | * The best match did not change. no need to tear down | |
1669 | * the DM and rescan the fdt. | |
1670 | */ | |
1671 | *rescan = 0; | |
1672 | return 0; | |
1673 | } | |
1674 | ||
1675 | *rescan = 1; | |
1676 | gd->fdt_blob = fdt_blob; | |
1677 | return fdtdec_prepare_fdt(); | |
1678 | } | |
1679 | ||
1680 | /* | |
1681 | * If multi_dtb_fit is NULL, it means that blob appended to u-boot is | |
1682 | * not a FIT image containings DTB, but a single DTB. There is no need | |
1683 | * to teard down DM and rescan the DT in this case. | |
1684 | */ | |
1685 | *rescan = 0; | |
1686 | return 0; | |
1687 | } | |
f1d2bc90 | 1688 | |
90c08fa0 | 1689 | int fdtdec_decode_ram_size(const void *blob, const char *area, int board_id, |
b75d8dc5 MY |
1690 | phys_addr_t *basep, phys_size_t *sizep, |
1691 | struct bd_info *bd) | |
90c08fa0 MP |
1692 | { |
1693 | int addr_cells, size_cells; | |
1694 | const u32 *cell, *end; | |
1695 | u64 total_size, size, addr; | |
1696 | int node, child; | |
1697 | bool auto_size; | |
1698 | int bank; | |
1699 | int len; | |
1700 | ||
1701 | debug("%s: board_id=%d\n", __func__, board_id); | |
1702 | if (!area) | |
1703 | area = "/memory"; | |
1704 | node = fdt_path_offset(blob, area); | |
1705 | if (node < 0) { | |
1706 | debug("No %s node found\n", area); | |
1707 | return -ENOENT; | |
1708 | } | |
1709 | ||
1710 | cell = fdt_getprop(blob, node, "reg", &len); | |
1711 | if (!cell) { | |
1712 | debug("No reg property found\n"); | |
1713 | return -ENOENT; | |
1714 | } | |
1715 | ||
1716 | addr_cells = fdt_address_cells(blob, node); | |
1717 | size_cells = fdt_size_cells(blob, node); | |
1718 | ||
1719 | /* Check the board id and mask */ | |
1720 | for (child = fdt_first_subnode(blob, node); | |
1721 | child >= 0; | |
1722 | child = fdt_next_subnode(blob, child)) { | |
1723 | int match_mask, match_value; | |
1724 | ||
1725 | match_mask = fdtdec_get_int(blob, child, "match-mask", -1); | |
1726 | match_value = fdtdec_get_int(blob, child, "match-value", -1); | |
1727 | ||
1728 | if (match_value >= 0 && | |
1729 | ((board_id & match_mask) == match_value)) { | |
1730 | /* Found matching mask */ | |
1731 | debug("Found matching mask %d\n", match_mask); | |
1732 | node = child; | |
1733 | cell = fdt_getprop(blob, node, "reg", &len); | |
1734 | if (!cell) { | |
1735 | debug("No memory-banks property found\n"); | |
1736 | return -EINVAL; | |
1737 | } | |
1738 | break; | |
1739 | } | |
1740 | } | |
1741 | /* Note: if no matching subnode was found we use the parent node */ | |
1742 | ||
1743 | if (bd) { | |
1744 | memset(bd->bi_dram, '\0', sizeof(bd->bi_dram[0]) * | |
1745 | CONFIG_NR_DRAM_BANKS); | |
1746 | } | |
1747 | ||
1748 | auto_size = fdtdec_get_bool(blob, node, "auto-size"); | |
1749 | ||
1750 | total_size = 0; | |
1751 | end = cell + len / 4 - addr_cells - size_cells; | |
1752 | debug("cell at %p, end %p\n", cell, end); | |
1753 | for (bank = 0; bank < CONFIG_NR_DRAM_BANKS; bank++) { | |
1754 | if (cell > end) | |
1755 | break; | |
1756 | addr = 0; | |
1757 | if (addr_cells == 2) | |
1758 | addr += (u64)fdt32_to_cpu(*cell++) << 32UL; | |
1759 | addr += fdt32_to_cpu(*cell++); | |
1760 | if (bd) | |
1761 | bd->bi_dram[bank].start = addr; | |
1762 | if (basep && !bank) | |
1763 | *basep = (phys_addr_t)addr; | |
1764 | ||
1765 | size = 0; | |
1766 | if (size_cells == 2) | |
1767 | size += (u64)fdt32_to_cpu(*cell++) << 32UL; | |
1768 | size += fdt32_to_cpu(*cell++); | |
1769 | ||
1770 | if (auto_size) { | |
1771 | u64 new_size; | |
1772 | ||
dee37fc9 | 1773 | debug("Auto-sizing %llx, size %llx: ", addr, size); |
90c08fa0 MP |
1774 | new_size = get_ram_size((long *)(uintptr_t)addr, size); |
1775 | if (new_size == size) { | |
1776 | debug("OK\n"); | |
1777 | } else { | |
dee37fc9 | 1778 | debug("sized to %llx\n", new_size); |
90c08fa0 MP |
1779 | size = new_size; |
1780 | } | |
1781 | } | |
1782 | ||
1783 | if (bd) | |
1784 | bd->bi_dram[bank].size = size; | |
1785 | total_size += size; | |
1786 | } | |
1787 | ||
dee37fc9 | 1788 | debug("Memory size %llu\n", total_size); |
90c08fa0 MP |
1789 | if (sizep) |
1790 | *sizep = (phys_size_t)total_size; | |
1791 | ||
1792 | return 0; | |
1793 | } | |
90c08fa0 | 1794 | |
b45122fd | 1795 | #endif /* !USE_HOSTCC */ |