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