summaryrefslogtreecommitdiff
path: root/bootloader/qemu_arm/System.map
blob: 9d2022c38a9e2eaa56c6f90f7ce8fa8eb30cd412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
00000000 T __image_copy_start
00000000 T _start
00000020 T _undefined_instruction
00000024 T _software_interrupt
00000028 T _prefetch_abort
0000002c T _data_abort
00000030 T _not_used
00000034 T _irq
00000038 T _fiq
00000040 T IRQ_STACK_START_IN
00000060 t undefined_instruction
000000c0 t software_interrupt
00000120 t prefetch_abort
00000180 t data_abort
000001e0 t not_used
00000240 t irq
000002a0 t fiq
000002e8 T reset
000002ec T save_boot_params_ret
000002fc T switch_to_hypervisor_ret
00000338 T c_runtime_cpu_setup
00000348 W save_boot_params
0000034c W switch_to_hypervisor
00000350 T cpu_init_cp15
000003b0 T cpu_init_crit
000003bc T __efi_runtime_start
000003c0 T __arm_smccc_smc
000003e0 T __arm_smccc_hvc
00000400 T invoke_psci_fn
00000488 T efi_memcpy_runtime
000004a4 T efi_update_table_header_crc32
000004cc W efi_reset_system
000004d0 W efi_get_time
000004d8 W efi_set_time
000004e0 T efi_convert_pointer
000005b0 t efi_unimplemented
000005b8 t efi_update_capsule_unsupported
000005c0 t efi_query_capsule_caps_unsupported
000005c8 t efi_set_virtual_address_map_runtime
000005d0 t efi_convert_pointer_runtime
000005d8 T efi_runtime_detach
00000624 T efi_runtime_relocate
00000794 T efi_get_variable_runtime
000007d0 T efi_get_next_variable_name_runtime
000007d4 T efi_var_mem_find
00000904 t efi_var_mem_compare
000009b4 T efi_var_mem_del
00000a54 T efi_var_mem_ins
00000b5c T efi_var_mem_free
00000b90 t efi_var_mem_notify_virtual_address_map
00000bb8 T efi_get_variable_mem
00000c70 T efi_get_next_variable_name_mem
00000d50 T efi_get_variable_int
00000d64 T efi_get_next_variable_name_int
00000d68 t efi_set_variable_runtime
00000d70 t efi_query_variable_info_runtime
00000d78 T u16_strnlen
00000db0 T crc32_no_comp
00000e98 T crc32
00000eac t crc_table
000012ac T psci_method
000012b0 T efi_events
000012b8 T systab
00001300 t firmware_vendor
00001318 T efi_runtime_services
00001368 t efi_virtmap
0000136c t efi_descriptor_count
00001370 t efi_descriptor_size
00001374 t efi_runtime_mmio
0000137c t efi_var_buf
00001380 t efi_current_var
00001384 T __efi_runtime_stop
000013a0 T invalidate_dcache_all
000013b0 W v7_outer_cache_inval_all
000013b4 T flush_dcache_all
000013c4 W v7_outer_cache_flush_all
000013c8 T invalidate_dcache_range
000013f8 t v7_dcache_maint_range
00001474 W v7_outer_cache_inval_range
00001478 T flush_dcache_range
000014d0 W v7_outer_cache_flush_range
000014d4 T arm_init_before_mmu
00001500 W v7_outer_cache_enable
00001504 T invalidate_icache_all
0000151c W v7_outer_cache_disable
00001520 T __v7_flush_dcache_all
00001534 t start_flush_levels
00001538 t flush_levels
00001574 t loop1
00001578 t loop2
00001594 t skip
000015a0 t finished
000015b4 T v7_flush_dcache_all
000015c4 T __v7_invalidate_dcache_all
000015dc t inval_levels
00001618 t inval_loop1
0000161c t inval_loop2
00001638 t inval_skip
00001644 t inval_finished
00001658 T v7_invalidate_dcache_all
00001668 W cpu_cache_initialization
0000166c T cleanup_before_linux_select
000016b8 T cleanup_before_linux
000016cc T allow_unaligned
000016d0 T v7_arch_cp15_allow_unaligned
000016e0 W s_init
000016e4 W lowlevel_init
00001708 T timer_init
00001730 T get_ticks
00001758 T get_tbclk
00001764 T _main
000017ac t here
000017dc t _start_ofs
000017f0 T setjmp
00001800 T longjmp
0000181c W relocate_vectors
00001828 T relocate_code
00001828 t relocate_base
0000184c t copy_loop
0000186c t fixloop
0000188c t fixnext
00001894 t relocate_done
00001898 t _image_copy_start_ofs
0000189c t _image_copy_end_ofs
000018a0 t _rel_dyn_start_ofs
000018a4 t _rel_dyn_end_ofs
000018a8 T arch_fixup_fdt
000018b4 W board_quiesce_devices
000018b8 W board_prep_linux
000018bc T do_bootm_linux
00001908 t boot_prep_linux
0000195c t boot_jump_linux
00001a34 T bootz_setup
00001b00 T memset
00001bdc T memcpy
00001f8c T arch_setup_bdinfo
00001f94 T arch_reserve_stacks
00001fbc T arch_lmb_reserve
00001fd0 T interrupt_init
00001ff0 T enable_interrupts
00001ff4 T disable_interrupts
00001ffc T show_regs
000021b8 T do_undefined_instruction
000021f4 T do_software_interrupt
00002230 T do_prefetch_abort
0000226c T do_data_abort
000022a8 T do_not_used
000022e4 T do_fiq
00002320 T do_irq
0000235c W flush_cache
00002364 T check_cache_range
00002398 T arch_reserve_mmu
0000239c W arm_reserve_mmu
000023e8 W dram_bank_mmu_setup
00002468 T icache_enable
000024ac T icache_disable
000024b4 t cache_disable
00002538 T dcache_enable
000026dc T dcache_disable
000026e4 T board_init
000026ec T board_late_init
0000277c T board_fdt_blob_setup
0000278c T dram_init
000027a0 T dram_init_banksize
000027b0 T enable_caches
000027c0 T bootm_find_images
0000291c T bootm_disable_interrupts
00002920 T do_bootm_states
00002f0c W switch_to_non_secure_mode
00002f10 W arch_preboot_os
00002f14 W board_preboot_os
00002f18 T boot_selected_os
00002f6c T bootm_os_get_boot_func
00002f7c t do_bootm_standalone
00002fc4 t qfw_bootmeth_bind
00002fe0 t qfw_check
00003000 t qfw_read_bootflow
00003088 t qfw_read_file
00003090 t qfw_boot
000030d4 T image_multi_getimg
0000315c T image_decomp
000032b4 T genimg_get_os_name
000032f0 T genimg_get_comp_name
0000332c t on_loadaddr
00003360 T env_get_bootm_low
00003394 T env_get_bootm_size
00003420 T env_get_bootm_mapsize
00003450 T memmove_wd
0000345c T genimg_get_kernel_addr_fit
00003478 T genimg_get_format
000034b0 T genimg_has_config
000034b8 T boot_get_ramdisk
000035fc T boot_ramdisk_high
00003710 T boot_get_setup
00003718 T image_setup_linux
0000378c T image_locate_script
000037bc T ab_select_slot
00003cd8 T android_image_get_kernel
00003d00 T android_image_check_header
00003d08 T android_image_get_end
00003d10 T android_image_get_kload
00003d30 T android_image_get_kcomp
00003d38 T android_image_get_ramdisk
00003dc8 T android_image_get_kernel_cmdline
00003dd0 T android_image_is_bootconfig_used
00003df8 T android_get_preloaded_partition
00003ef4 t is_same_partition
00003f7c T android_image_load
00004b84 t _extract_boot_image_header
00004c54 t _read_in_boot_ramdisk
00004ce0 T android_image_get_second
00004ce8 T android_image_get_dtb_by_index
00004cf0 t android_read_data
00004e3c W android_bootloader_boot_kernel
00004f28 t hex_to_str
00004fa0 T android_bootloader_boot_flow
000058b4 t do_avb_verify
00005a5c t android_part_get_info_by_name_suffix
00005aec t get_partition_size
00005b94 T android_bootloader_request_response
00005d80 t console_write
00005df4 t console_read
00005e70 T oemlock_is_allowed
00005e78 t oemlock_get_field
00005ee8 T oemlock_set_locked
00005f58 T oemlock_is_locked
00005f60 t get_console
00005fb8 T write_avb_to_keymint_console
000063d0 t parse_patchlevel
000064a8 T fdt_find_and_setprop
00006520 T fdt_find_or_add_subnode
00006588 T fdt_root
0000662c T fdt_initrd
00006808 W board_fdt_chosen_bootargs
00006814 T fdt_chosen
00006918 T do_fixup_by_path
00006974 T fdt_fixup_ethernet
00006b20 T fdt_shrink_to_minimum
00006c98 T fdt_support_default_count_cells
00006cfc T fdt_translate_address
00006d08 t __of_translate_address
00006fb0 t of_bus_default_map
00007080 t of_bus_default_translate
00007100 T boot_fdt_add_mem_rsv_regions
00007274 t boot_fdt_reserve_region
000072d4 T boot_relocate_fdt
000074b0 t fdt_error
000074dc T boot_get_fdt
00007788 W ft_verify_fdt
00007790 T image_setup_libfdt
0000795c T do_bootm
00007a60 T bootm_maybe_autostart
00007af0 T do_bootd
00007b10 t do_help
00007b64 t do_panic
00007b80 t do_version
00007bc0 t do_ab_select
00007cb0 T blk_common_cmd
00007fe0 t do_source
0000802c T bcb_find_partition_and_load
000080a4 t __bcb_initialize
000081a4 t __bcb_load
0000827c T bcb_load
000082dc T bcb_set
000082f8 t __bcb_set
00008400 T bcb_get
0000845c t bcb_field_get
00008554 T bcb_store
00008558 t __bcb_store
000085e4 T bcb_reset
00008630 t do_bcb
000087bc t do_bcb_load
00008838 t do_bcb_set
00008840 t do_bcb_clear
000088a0 t do_bcb_test
00008940 t do_bcb_dump
00008998 t do_bcb_store
0000899c t do_boot_android
000089ac t do_verified_boot_android
000089bc t boot_android
00008b38 T efi_get_image_parameters
00008b5c T efi_set_bootdev
00008cbc T efi_install_fdt
00008f18 T efi_run_image
000090d8 t do_bootefi_exec
000091a8 t do_bootefi
000093a4 T do_bootz
000094a8 t do_video_clear
000094c0 T mk_date
00009710 t do_date
000098bc t do_dm
0000994c t complete_dm
0000997c t do_dm_dump_driver_compat
0000998c t do_dm_dump_devres
00009994 t do_dm_dump_drivers
000099a4 t do_dm_dump_static_driver_info
000099b4 t do_dm_dump_tree
00009a68 t do_dm_dump_uclass
00009ad0 t do_echo
00009b60 T eficonfig_print_msg
00009b9c T eficonfig_print_entry
00009c24 T eficonfig_display_statusline
00009c90 T eficonfig_choice_entry
00009d90 T eficonfig_destroy
00009dfc T eficonfig_process_quit
00009e04 T eficonfig_append_menu_entry
00009e98 T eficonfig_append_quit_entry
00009efc T eficonfig_create_fixed_menu
00009f90 T eficonfig_process_common
0000a0f8 T eficonfig_create_device_path
0000a1b0 T eficonfig_process_clear_file_selection
0000a1cc T eficonfig_process_show_file_option
0000a260 T eficonfig_process_select_file
0000aaf8 T eficonfig_choice_change_boot_order
0000ae14 t do_eficonfig
0000afd0 t eficonfig_volume_selected
0000aff0 t sort_file
0000b004 t eficonfig_file_selected
0000b1d0 t eficonfig_process_add_boot_option
0000b264 t eficonfig_process_edit_boot_option
0000b39c t eficonfig_process_change_boot_order
0000b674 t eficonfig_process_delete_boot_option
0000b6b0 t eficonfig_edit_boot_option
0000bb98 t fill_file_info
0000bc0c t eficonfig_set_boot_option
0000bc90 t create_boot_option_entry
0000bd3c t eficonfig_boot_add_enter_description
0000bd54 t prepare_file_selection_entry
0000bec4 t eficonfig_boot_add_optional_data
0000bedc t eficonfig_boot_edit_save
0000bf40 t handle_user_input
0000bff0 t eficonfig_show_boot_selection
0000c1d4 t eficonfig_add_boot_selection_entry
0000c358 t eficonfig_process_boot_selected
0000c370 t eficonfig_print_change_boot_order_entry
0000c42c t eficonfig_add_change_boot_order_entry
0000c574 t eficonfig_process_save_boot_order
0000c674 t do_exit
0000c6a4 T do_fat_size
0000c6c0 T do_fat_fsload
0000c6dc t do_fat_ls
0000c6f8 t do_fat_fsinfo
0000c78c t do_fat_fswrite
0000c7a8 t do_fat_rm
0000c7c4 t do_fat_mkdir
0000c7e0 t do_size_wrapper
0000c7fc t do_load_wrapper
0000c818 t do_save_wrapper
0000c834 t do_ls_wrapper
0000c850 t do_ln_wrapper
0000c86c t do_fstype_wrapper
0000c870 t do_fstypes_wrapper
0000c874 t do_itest
0000c8f4 t binary_test
0000caa4 t evalstr
0000cb18 t evalexp
0000cb8c t do_sleep
0000cc7c t do_bootp
0000cc88 T do_tftpb
0000cc94 t netboot_common
0000d0c0 t do_ping
0000d128 T do_ping6
0000d1a8 t do_net
0000d22c t do_net_list
0000d2dc t do_net_stats
0000d420 t do_part
0000d76c t do_part_types
0000d810 t do_part_set
0000d8a4 t do_part_type
0000d924 t do_part_info
0000da64 t do_qemu_fw
0000daf0 t qemu_fwcfg_do_list
0000db80 t qemu_fwcfg_do_cpus
0000dbac t qemu_fwcfg_do_load
0000dc8c t do_rw
0000dd80 T setexpr_regex_sub
0000e034 t substitute
0000e12c t do_setexpr
0000e408 t get_arg
0000e4f4 t regex_sub_var
0000e608 t do_test
0000e978 t do_false
0000e980 t do_true
0000e988 t do_virtio
0000ea3c t do_video_setcursor
0000eaa8 t do_video_puts
0000eb10 t do_fastboot
0000ecb8 t do_gpt
0000ef38 t gpt_verify
0000f078 t gpt_setenv
0000f1d0 t gpt_enumerate
0000f338 t do_disk_guid
0000f394 t set_gpt_info
0000f8fc t extract_val
0000f9ac t extract_env
0000fa74 T do_avb_init
0000fad4 T do_avb_read_part
0000fbb0 T do_avb_read_part_hex
0000fd08 T do_avb_write_part
0000fdd0 T do_avb_read_rb
0000fe60 T do_avb_write_rb
0000feec T do_avb_get_uuid
0000ff78 T do_avb_verify_part
0001002c T do_avb_is_unlocked
000100bc t do_avb
0001012c T env_get_id
0001013c T env_set
000101a0 t _do_env_set
00010390 t do_env
000103ec t do_env_print
000104c0 t do_env_set
000104dc t do_env_default
0001058c t do_env_delete
00010670 t do_env_verified_import
00010898 t do_env_exists
000108ec t env_print
000109ac T board_init_f_alloc_reserve
000109bc T board_init_f_init_reserve
000109e0 T main_loop
00010a20 T get_version
00010a28 T jumptable_init
00010c98 t dummy
00010c9c t mdelay
00010ca8 T get_local_var
00010d44 T set_local_var
00010ed4 T unset_local_var
00010f74 T parse_string_outer
000110ac t parse_stream_outer
00011858 T parse_file_outer
000118b4 T u_boot_hush_start
0001190c t do_showvar
00011a38 t static_peek
00011a44 t static_get
00011a60 t done_word
00011dc0 t done_pipe
00011e08 t file_peek
00011e14 t free_pipe_list
00011f00 t new_pipe
00011f40 t done_command
00011fdc t b_addqchr
0001202c t b_addchr
000120ac t run_list_real
000128d4 t insert_var_value_sub
00012c14 t is_assignment
00012c68 t make_string
00012dd0 t file_get
00012f8c T bootdelay_process
0001303c T autoboot_command
00013138 W coloured_LED_init
0001313c W red_led_on
00013140 W board_add_ram_info
00013144 W arch_cpu_init
0001314c W mach_cpu_init
00013154 W board_get_usable_ram_top
00013160 W arch_setup_dest_addr
00013168 T setup_bdinfo
00013170 W reserve_arch
00013178 W checkcpu
00013180 W clear_bss
00013188 T board_init_f
000131b8 t setup_mon_len
000131dc t log_init
000131e4 t initf_bootstage
000131ec t bloblist_maybe_init
000131f4 t setup_spl_handoff
000131fc t initf_dm
00013204 t init_baud_rate
00013230 t display_text_info
00013238 t print_resetinfo
00013308 t announce_dram_init
00013320 t setup_dest_addr
00013368 t reserve_round_4k
00013380 t reserve_video
000133b8 t reserve_trace
000133c0 t reserve_uboot
00013410 t reserve_malloc
00013438 t reserve_board
00013490 t reserve_global_data
000134c0 t reserve_fdt
00013544 t reserve_bootstage
0001354c t reserve_bloblist
00013554 t reserve_stacks
00013570 t show_dram_config
000136d8 t display_new_sp
000136e0 t reloc_fdt
00013748 t reloc_bootstage
00013750 t reloc_bloblist
00013758 t setup_reloc
0001379c t cyclic_unregister_all
000137a4 W cpu_secondary_init_r
000137ac W arch_initr_trap
000137b4 W power_init_board
000137bc T board_init_r
000137f4 t initr_trace
000137fc t initr_reloc
00013818 t initr_caches
00013828 t initr_reloc_global_data
00013868 t initr_barrier
00013870 t initr_malloc
0001389c t log_init
000138a4 t initr_bootstage
000138ac t initr_of_live
000138b4 t initr_dm
000138d8 t initr_binman
000138e0 t initr_dm_devices
000138e8 t initr_announce
000138f0 t dm_announce
00013998 t initr_env
00013a04 t initr_net
00013a20 t run_main_loop
00013a30 T iomux_match_device
00013a6c T iomux_doenv
00013c94 T menu_default_choice
00013cb0 T menu_default_set
00013d3c T menu_get_choice
00013f2c T menu_item_add
00014020 T menu_create
000140b8 T menu_destroy
00014120 T bootmenu_conv_key
000141d4 T bootmenu_loop
00014228 T cli_ch_init
00014234 T cli_ch_process
000144a0 T cread_line_process_ch
00014a64 t cread_add_char
00014b68 T cli_cread_init
00014be4 T cli_readline
00014bfc T cli_readline_into_buffer
00015038 t delete_char
00015134 T cli_simple_process_macros
0001537c T bounce_buffer_start_extalign
00015420 T bounce_buffer_stop
00015480 t on_console
0001555c t console_puts_select
00015604 t console_needs_start_stop
0001566c T console_stop
00015694 T serial_printf
000156f8 T fgetc
00015744 t console_tstc
000157d8 T fputs
00015844 T getchar
00015874 T tstc
000158a4 T putc
000159a0 T puts
00015a50 t pre_console_puts
00015ab4 T flush
00015b44 T ctrlc
00015b9c T disable_ctrlc
00015bb4 T had_ctrlc
00015bc4 T clear_ctrlc
00015bd8 T console_search_dev
00015bfc T console_assign
00015d1c T console_init_f
00015d40 t print_pre_console_buffer
00015e18 T console_init_r
00016008 T sbrk
00016068 T mem_malloc_init
00016094 t malloc
0001658c t malloc_extend_top
0001672c t free
00016998 t malloc_trim
00016aac t realloc
00016f3c t memalign
000170e0 t calloc
000171b8 T initf_malloc
000171dc T malloc_simple
000171e4 t alloc_simple
00017258 T memalign_simple
00017268 T event_type_name
00017274 T event_notify
0001736c T event_notify_null
00017378 T event_register
000173d4 T event_init
000173ec W get_effective_memsize
000173f8 T stdio_file_to_flags
00017414 T stdio_get_by_name
00017510 T stdio_clone
00017554 T stdio_register_dev
000175a8 T stdio_register
000175ec T stdio_init_tables
00017608 T stdio_add_devices
000176bc t stdio_serial_putc
000176c4 t stdio_serial_puts
000176cc t stdio_serial_flush
000176d0 t stdio_serial_getc
000176d4 t stdio_serial_tstc
000176d8 T run_command
000176ec T run_command_list
00017764 T do_run
000177c8 T cli_process_fdt
00017800 T cli_secure_boot_cmd
0001787c T cli_loop
00017884 T cli_init
00017888 T _do_help
00017a40 T find_cmd_tbl
00017aec T cmd_usage
00017b48 T find_cmd
00017b78 T var_complete
00017c20 T complete_subcmdv
00017dc8 T cmd_auto_complete
00018228 T cmd_get_data_size
000182a8 T cmd_always_repeatable
000182c4 T cmd_never_repeatable
000182e0 T cmd_discard_repeatable
00018300 T cmd_process
000184ac T cmd_process_error
000184ec T cmd_source_script
00018538 T avb_ops_alloc
000185f0 t read_from_partition
00018624 t write_to_partition
00018658 t validate_vbmeta_public_key
000186b4 t read_rollback_index
000186e8 t write_rollback_index
00018708 t read_is_device_unlocked
0001872c t get_unique_guid_for_partition
00018780 t get_size_of_partition
000187cc T avb_ops_free
00018810 T avb_verify
00018848 T avb_verify_partitions
000189cc t blk_byte_io
00018cbc t get_partition
00018d90 t blk_read_and_flush
00018e84 t avb_blk_write
00018f58 T qfw_get_dev
00018f64 T qfw_online_cpus
00018f88 T qfw_read_firmware_list
00019070 T qfw_file_iter_init
00019090 T qfw_file_iter_next
000190a4 T qfw_file_iter_end
000190bc T qemu_fwcfg_setup_kernel
00019268 T part_get_type_by_name
000192e8 T blk_get_dev
000192f0 t get_dev_hwpart
00019328 T dev_print
000195a4 T part_init
00019634 T part_print
000197bc t part_driver_lookup_type
000198ac T part_get_info_by_type
0001997c T part_get_info
00019988 T part_get_info_whole_disk
000199dc T blk_get_device_by_str
00019af8 T blk_get_device_part_str
00019eec T part_get_info_by_name
00019f90 T part_get_info_by_dev_and_name
0001a040 T part_get_info_by_dev_and_name_or_num
0001a0b0 T part_set_generic_name
0001a144 T disk_blk_read
0001a198 t disk_blk_part_validate
0001a1ec T disk_blk_write
0001a240 T disk_blk_erase
0001a28c t test_block_type
0001a348 t part_get_info_dos
0001a370 t part_print_dos
0001a3ac t part_test_dos
0001a448 t part_get_info_extended
0001a768 t print_partition_extended
0001aa1c T get_disk_guid
0001aab4 t find_valid_gpt
0001ab18 T part_print_efi
0001ad94 t is_pte_valid
0001ade0 t print_efiname
0001ae40 T part_get_info_efi
0001afd8 T write_gpt_table
0001b364 t set_protective_mbr
0001b458 T gpt_fill_pte
0001b7b4 T gpt_fill_header
0001b99c t partition_entries_offset
0001ba14 T gpt_restore
0001bb2c T gpt_verify_headers
0001bbd8 t is_gpt_valid
0001beec T gpt_repair_headers
0001c0c0 t write_one_gpt_table
0001c188 T gpt_verify_partitions
0001c3c4 t validate_gpt_header
0001c5b0 t part_test_efi
0001c670 T blk_get_uclass_name
0001c6b0 T blk_get_devnum_by_uclass_idname
0001c78c T blk_get_desc
0001c850 T blk_list_part
0001c8d4 T blk_print_part_devnum
0001c914 T blk_list_devices
0001c988 T blk_print_device_num
0001c9cc T blk_show_device
0001ca48 T blk_dselect_hwpart
0001ca74 T blk_read
0001cbac t blk_buffer_aligned
0001cbd0 T blk_write
0001ccc0 T blk_erase
0001cd18 T blk_dread
0001cd20 T blk_dwrite
0001cd28 T blk_derase
0001cd30 T blk_find_max_devnum
0001cda4 T blk_next_free_devnum
0001cdc8 T blk_create_device
0001cf5c t blk_post_probe
0001d054 T blkcache_read
0001d144 T blkcache_fill
0001d284 T blkcache_invalidate
0001d310 T device_bind_with_driver_data
0001d338 t device_bind_common
0001d69c T device_bind
0001d6c8 T device_bind_by_name
0001d738 T device_of_to_plat
0001d890 T device_probe
0001d9fc T device_get_uclass_id
0001da0c T dev_get_plat
0001da1c T dev_get_parent_plat
0001da2c T dev_get_uclass_plat
0001da3c T dev_get_priv
0001da4c T dev_get_uclass_priv
0001da5c T dev_get_parent_priv
0001da6c T dev_get_parent
0001da74 T device_get_decendent_count
0001daa8 T device_find_first_child
0001dac0 T device_find_next_child
0001dae4 T device_first_child_err
0001db20 T device_next_child_err
0001db64 T dev_get_driver_data
0001db6c T device_set_name_alloced
0001db7c T device_set_name
0001dbb4 T dev_set_priv
0001dbbc T dev_set_parent_priv
0001dbc4 T dev_set_uclass_priv
0001dbcc T dev_set_plat
0001dbd4 T dev_set_parent_plat
0001dbdc T dev_set_uclass_plat
0001dbe4 T device_is_compatible
0001dbfc t alloc_priv
0001dc60 T devfdt_get_addr_index
0001dd40 T devfdt_get_addr
0001dd48 T lists_driver_lookup_name
0001ddc4 T lists_uclass_lookup
0001de2c T lists_bind_drivers
0001df08 T device_bind_driver
0001df24 T device_bind_driver_to_node
0001df7c T lists_bind_fdt
0001e150 T dm_root
0001e170 T dm_init
0001e20c T dm_remove_devices_flags
0001e240 T dm_scan_fdt_dev
0001e258 t dm_scan_fdt_node
0001e2f0 T dm_extended_scan
0001e358 W dm_scan_other
0001e360 T dm_init_and_scan
0001e3f8 T dm_get_stats
0001e420 t dm_probe_devices
0001e4a8 T uclass_get_priv
0001e4b0 T uclass_get
0001e634 T dev_get_uclass_index
0001e688 T uclass_find_device
0001e6f8 T uclass_find_first_device
0001e738 T uclass_find_next_device
0001e764 T uclass_find_device_by_namelen
0001e800 T uclass_find_next_free_seq
0001e86c T uclass_find_device_by_seq
0001e8dc T uclass_find_device_by_of_offset
0001e94c T uclass_get_nth_device_by_driver_name
0001e9d8 T uclass_get_device
0001ea1c T uclass_get_device_by_name
0001ea7c T uclass_get_device_by_seq
0001eac0 T uclass_get_device_by_of_offset
0001eb04 T uclass_first_device
0001eb48 t _uclass_next_device
0001eb98 T uclass_next_device
0001ebb8 T uclass_first_device_err
0001ebe0 T uclass_first_device_check
0001ec40 T uclass_next_device_check
0001ec7c T uclass_get_count
0001ecb8 T uclass_bind_device
0001ed3c T uclass_pre_unbind_device
0001ed6c T uclass_unbind_device
0001ed90 T uclass_pre_probe_device
0001ee00 T uclass_post_probe_device
0001ee68 T uclass_pre_remove_device
0001ee98 T uclass_probe_all
0001ef08 T pci_get_devfn
0001ef50 T dev_tag_set_ptr
0001effc T dev_tag_get_ptr
0001f070 T dev_tag_del
0001f104 T devres_release_probe
0001f110 t release_nodes
0001f184 T devres_release_all
0001f190 T device_chld_unbind
0001f210 T device_unbind
0001f34c T device_chld_remove
0001f3c0 T device_remove
0001f4f8 T device_free
0001f5b4 T dm_dump_tree
0001f638 t dm_dump_tree_single
0001f6a8 t dm_dump_tree_recursive
0001f734 T dm_dump_uclass
0001f7f0 t dm_dump_uclass_single
0001f8c0 T dm_dump_driver_compat
0001f998 T dm_dump_drivers
0001fae4 T dm_dump_static_driver_info
0001fb48 t show_devices
0001fd14 t h_cmp_uclass_id
0001fd38 T ofnode_get_name
0001fd58 T ofnode_read_u32_index
0001fdc0 T ofnode_read_u32_default
0001fde4 T ofnode_read_bool
0001fe0c T ofnode_read_string
0001fe60 T ofnode_find_subnode
0001fe74 T ofnode_is_enabled
0001fe94 T ofnode_first_subnode
0001fea4 T ofnode_next_subnode
0001feb4 T ofnode_path
0001fed0 T ofnode_get_property
0001fee8 T ofnode_read_u8_array_ptr
0001ff00 T ofnode_read_pci_addr
0001fff8 T ofnode_read_pci_vendev
00020100 T ofnode_read_simple_addr_cells
00020110 T ofnode_read_simple_size_cells
00020120 T ofnode_pre_reloc
000202a0 T ofnode_read_resource
0002030c T ofnode_device_is_compatible
00020330 T ofnode_by_prop_value
00020360 T ofnode_conf_read_int
000203b0 T ofnode_conf_read_str
000203e8 T sysreset_get_status
00020404 T sysreset_walk
0002049c T sysreset_walk_halt
000204c8 T do_reset
0002051c W psci_sysreset_get_status
00020524 t psci_sysreset_request
00020554 T psci_sys_reset
000205e4 T psci_sys_poweroff
00020620 t psci_bind
00020674 t psci_probe
00020700 T pci_get_controller
00020738 T dm_pci_get_bdf
0002077c t pci_get_bus_max
000207c4 T pci_get_ff
000207e0 T pci_bus_find_devfn
00020854 T dm_pci_write_config
00020904 T dm_pci_write_config8
0002090c T dm_pci_write_config16
00020914 T dm_pci_write_config32
0002091c T dm_pci_read_config
000209ec T dm_pci_read_config8
00020a18 T dm_pci_read_config16
00020a44 T dm_pci_read_config32
00020a70 T pci_auto_config_devices
00020b9c T pci_generic_mmap_write_config
00020c28 T pci_generic_mmap_read_config
00020cc8 T dm_pci_hose_probe_bus
00020d94 T dm_pci_find_capability
00020e14 W board_pci_fixup_dev
00020e18 T pci_bind_bus_devices
000213d0 T dm_pci_read_bar32
00021424 T dm_pci_bus_to_phys
000214ec T dm_pci_map_bar
0002164c T dm_pci_find_next_capability
00021658 t _dm_pci_find_next_capability
00021700 t pci_uclass_pre_probe
00021a80 t pci_uclass_post_probe
00021ae8 t pci_uclass_child_post_bind
00021b2c T pci_init
00021b70 t pci_bridge_read_config
00021bf0 t pci_bridge_write_config
00021c54 T dm_pciauto_prescan_setup_bridge
0002205c T dm_pciauto_postscan_setup_bridge
000221bc T dm_pciauto_config_device
0002225c t dm_pciauto_setup_device
000224e8 t dm_pciauto_exp_link_stable
000225b8 T pciauto_region_align
000225d4 T pciauto_region_allocate
00022634 T pciauto_config_init
00022744 t pci_generic_ecam_probe
00022760 t pci_generic_ecam_of_to_plat
000227d8 t pci_generic_ecam_read_config
0002285c t pci_generic_ecam_write_config
000228d4 t pci_generic_ecam_conf_address
0002294c T serial_init
00022ac0 T serial_setbrg
00022b04 T serial_initialize
00022b14 T serial_putc
00022b78 T serial_puts
00022b98 t _serial_puts
00022c08 T serial_flush
00022c54 T serial_getc
00022c9c T serial_tstc
00022cd8 T serial_stdio_init
00022cdc t on_baudrate
00022de4 t serial_post_probe
00022ec8 t serial_pre_remove
00022ed0 t serial_stub_putc
00022f20 t serial_stub_puts
00022f28 t serial_stub_flush
00022f60 t serial_stub_getc
00022f8c t serial_stub_tstc
00022fb0 T pl01x_serial_setbrg
000230e8 T pl01x_serial_probe
00023154 T pl01x_serial_getc
00023194 T pl01x_serial_putc
000231c8 T pl01x_serial_pending
0002320c T pl01x_serial_of_to_plat
0002327c T virtio_get_config
00023290 T virtio_set_config
000232a4 T virtio_generation
000232c4 T virtio_reset
000232d8 T virtio_find_vqs
000232ec T virtio_notify
00023300 T virtio_add_status
00023354 T virtio_finalize_features
000233dc T virtio_driver_features_init
000233ec T virtio_init
000233f4 t virtio_uclass_pre_probe
00023474 t virtio_uclass_post_probe
0002353c t virtio_uclass_child_post_bind
00023550 t virtio_uclass_child_pre_probe
000237f4 t virtio_uclass_child_post_probe
00023808 t virtio_bootdev_bind
00023820 t virtio_bootdev_hunt
00023850 T virtqueue_add
00023ad0 T virtqueue_kick
00023b58 T virtqueue_get_buf
00023d04 T vring_create_virtqueue
00023fac T vring_del_virtqueue
00023ff0 T virtqueue_get_vring_size
00023ff8 T virtqueue_get_desc_addr
00024000 T virtqueue_get_avail_addr
00024008 T virtqueue_get_used_addr
00024010 T virtqueue_poll
00024038 t __bb_force_page_align
00024068 t virtqueue_detach_desc
000240b0 t virtio_mmio_probe
0002414c t virtio_mmio_of_to_plat
0002417c t virtio_mmio_get_config
000242bc t virtio_mmio_set_config
00024410 t virtio_mmio_generation
00024444 t virtio_mmio_get_status
00024468 t virtio_mmio_set_status
000244b8 t virtio_mmio_reset
000244d8 t virtio_mmio_get_features
00024538 t virtio_mmio_set_features
000245b4 t virtio_mmio_find_vqs
00024794 t virtio_mmio_del_vqs
00024850 t virtio_mmio_notify
00024874 t virtio_pci_bind
000248c8 t virtio_pci_probe
00024adc t virtio_pci_find_capability
00024c10 t virtio_pci_get_config
00024d24 t virtio_pci_set_config
00024e5c t virtio_pci_generation
00024e80 t virtio_pci_get_status
00024ea4 t virtio_pci_set_status
00024ef4 t virtio_pci_reset
00024f50 t virtio_pci_get_features
00024fac t virtio_pci_set_features
00025024 t virtio_pci_find_vqs
0002516c t virtio_pci_del_vqs
000251cc t virtio_pci_notify
00025234 t virtio_net_bind
00025270 t virtio_net_probe
000252c4 t virtio_net_start
00025344 t virtio_net_send
000253e8 t virtio_net_recv
0002543c t virtio_net_free_pkt
0002548c t virtio_net_stop
00025490 t virtio_net_write_hwaddr
00025508 t virtio_net_read_rom_hwaddr
000255d4 t virtio_blk_bind
00025680 t virtio_blk_probe
0002572c t virtio_blk_read
00025750 t virtio_blk_write
00025774 t virtio_blk_erase
00025800 t virtio_blk_do_req
00025960 t virtio_console_bind
00025994 t virtio_console_probe
000259e4 t add_inbuf
00025a60 t virtio_console_serial_setbrg
00025a68 t virtio_console_serial_getc
00025aec t virtio_console_serial_putc
00025b68 t virtio_console_serial_pending
00025b80 t console_putc_xy
00025c40 t console_move_rows
00025c94 t console_set_row
00025d4c t console_set_cursor_visible
00025d70 T check_bpix_support
00025d84 T fill_pixel_and_goto_next
00025dbc T fill_char_vertically
00025f14 T console_probe
00025f2c t console_set_font
00025fcc T console_simple_get_font_size
00025ff0 T console_simple_get_font
0002600c T console_simple_select_font
00026098 T video_reserve
00026128 t alloc_fb
00026178 T video_fill
000261f8 T video_sync
0002626c T video_clear
00026288 T video_index_to_colour
00026368 T video_set_default_colors
000263b0 T video_sync_all
00026400 T video_get_xsize
00026410 T video_get_ysize
00026420 t video_post_bind
000264b0 t video_post_probe
0002660c T vidconsole_put_char
00026c80 t vidconsole_newline
00026d40 T vidconsole_put_string
00026d80 t vidconsole_pre_probe
00026dac t vidconsole_post_probe
00026e30 T vidconsole_position_cursor
00026eac t vidconsole_putc
00026ecc t vidconsole_puts
00026f14 T video_bmp_display
000275c0 t write_pix8
000276a0 t bochs_video_bind
000276b8 t bochs_video_probe
000277e0 T fastboot_response
00027850 T fastboot_fail
00027868 T fastboot_okay
0002789c W fastboot_set_reboot_flag
00027928 T fastboot_boot
000279b4 T fastboot_handle_boot
00027a20 T fastboot_set_progress_callback
00027a30 T fastboot_init
00027a6c T fastboot_getvar
00027b58 t getvar_version
00027b64 t getvar_version_bootloader
00027b70 t getvar_downloadsize
00027b90 t getvar_serialno
00027bcc t getvar_version_baseband
00027bd8 t getvar_product
00027c14 t getvar_platform
00027c50 t getvar_current_slot
00027c5c t getvar_has_slot
00027d18 t getvar_partition_size
00027d64 t getvar_is_userspace
00027d70 T fastboot_handle_command
00027e30 T fastboot_data_remaining
00027e50 T fastboot_data_download
00027f14 T fastboot_data_complete
00027f70 t getvar
00027f74 t download
0002804c t flash
00028094 t erase
000280c4 t okay
000280cc t reboot_bootloader
00028108 t reboot_fastbootd
00028144 t reboot_recovery
00028180 t run_flashing_lock
000281d8 t run_flashing_unlock
00028250 t ensure_device_is_unlocked
00028298 T fastboot_block_get_part_info
00028358 T fastboot_block_erase
000283c0 t fb_block_write
0002849c T fastboot_block_write_raw_image
00028570 T fastboot_block_write_sparse_image
00028604 t fb_block_sparse_write
00028610 t fb_block_sparse_reserve
00028618 T fastboot_block_flash_write
0002869c T qfw_read_entry
0002873c T qfw_register
000287d4 t qfw_post_bind
000287dc t qfw_get_bootflow
000287ec t qfw_bootdev_bind
00028804 t qfw_bootdev_hunt
00028820 t qfw_mmio_probe
00028824 t qfw_mmio_of_to_plat
00028848 t qfw_mmio_read_entry_io
000288e8 t qfw_mmio_read_entry_dma
00028904 T dm_rtc_get
00028920 T dm_rtc_set
0002893c T dm_rtc_reset
00028958 t pl031_probe
00028978 t pl031_of_to_plat
0002899c t pl031_get
000289dc t pl031_set
00028a18 t pl031_reset
00028a38 T dm_rng_read
00028a54 T env_set_ulong
00028a74 T env_set_hex
00028aac T env_get_hex
00028af4 T env_get
00028ba4 T eth_env_get_enetaddr
00028bf8 T eth_env_set_enetaddr
00028c4c t env_get_from_linear
00028d54 T env_get_ulong
00028d84 T env_get_yesno
00028ddc T env_get_autostart
00028dfc T env_get_default
00028e38 T env_set_default
00028ef4 T env_set_default_vars
00028f38 T env_relocate
00028f58 T env_complete
00029150 W arch_env_get_location
00029160 W env_get_location
00029164 T env_load
00029228 t env_driver_lookup
000292a4 T env_init
0002937c T env_attr_walk
000294bc T env_attr_lookup
00029548 t regex_callback
00029690 T env_flags_parse_vartype
000296e4 T env_flags_parse_varaccess
00029738 T eth_validate_ethaddr_str
00029800 T env_flags_init
000298dc t on_flags
0002992c T env_flags_validate
00029c1c t clear_flags
00029c2c t set_flags
00029cc0 T env_callback_init
00029d8c t find_env_callback
00029e00 t on_callbacks
00029e50 t clear_callback
00029e60 t set_callback
00029ee4 t env_nowhere_load
00029f08 t env_nowhere_init
00029f1c T fs_get_type
00029f2c T fs_set_blk_dev
0002a000 T fs_set_blk_dev_with_part
0002a0b8 T fs_close
0002a0f0 T fs_exists
0002a150 T fs_size
0002a1b0 T fs_read
0002a230 T fs_write
0002a2e8 T fs_opendir
0002a39c T fs_readdir
0002a42c T fs_closedir
0002a49c T fs_unlink
0002a4fc T fs_mkdir
0002a55c T fs_ln
0002a5c8 T do_size
0002a67c T do_load
0002aa70 T do_ls
0002ab40 T file_exists
0002abbc T do_save
0002ad30 T do_fs_type
0002ade0 T do_rm
0002ae74 T do_mkdir
0002af1c T do_ln
0002af64 T do_fs_types
0002afec t fs_ls_generic
0002b0d8 t fs_ln_unsupported
0002b0e0 t fs_probe_unsupported
0002b0e8 t fs_ls_unsupported
0002b0f0 t fs_exists_unsupported
0002b0f8 t fs_size_unsupported
0002b100 t fs_read_unsupported
0002b108 t fs_write_unsupported
0002b110 t fs_close_unsupported
0002b114 t fs_uuid_unsupported
0002b11c t fs_opendir_unsupported
0002b124 t fs_unlink_unsupported
0002b12c t fs_mkdir_unsupported
0002b134 T fat_set_blk_dev
0002b220 T fat_next_cluster
0002b368 t get_fatent
0002b510 T file_fat_detectfs
0002b5dc t read_bootsectandvi
0002b724 T fat_exists
0002b79c t fat_itr_root
0002b968 t fat_itr_resolve
0002bb1c T fat_size
0002bbf0 T fat_read_file
0002c078 T fat_opendir
0002c118 T fat_readdir
0002c210 t fat_itr_next
0002c524 t fat2rtc
0002c580 T fat_closedir
0002c59c T fat_close
0002c5a0 T fat_uuid
0002c5fc T file_fat_write_at
0002c8a0 t split_filename
0002c9f4 t normalize_longname
0002caec t find_directory_entry
0002cb6c t set_name
0002cd94 t fat_find_empty_dentries
0002cf58 t fill_dir_slot
0002d1e8 t fill_dentry
0002d240 t set_contents
0002ddbc t flush_dirty_fat_buffer
0002de58 t flush_dir
0002dee8 T file_fat_write
0002df18 T fat_unlink
0002e258 T fat_mkdir
0002e5f8 t fat_itr_child
0002e678 t get_cluster
0002e858 t next_dent
0002e8d0 t downcase
0002e928 t str2fat
0002e9b8 t fat_move_to_cluster
0002ea08 t set_fatent_value
0002ec78 t clear_fatent
0002ecec t determine_fatent
0002ed2c t disk_write
0002edb8 t set_sectors
0002ef28 t delete_single_dentry
0002ef68 T efi_driver_init
0002f0a0 t efi_uc_init
0002f0a8 t efi_uc_destroy
0002f0b0 t efi_uc_supported
0002f170 t efi_uc_start
0002f254 t efi_uc_stop
0002f364 t check_node_type
0002f3e8 t disconnect_child
0002f43c t efi_bl_read
0002f4a0 t efi_bl_write
0002f504 t efi_bl_init
0002f57c t efi_bl_bind
0002f6c4 T efi_bootmgr_load
0002f868 t try_load_entry
0002fb74 T efi_bootmgr_get_unused_bootoption
0002fc28 T efi_bootmgr_append_bootorder
0002fcd4 T efi_bootmgr_delete_boot_option
0002fddc T efi_bootmgr_update_media_device_boot_option
00030308 t try_load_from_file_path
000303fc T __efi_entry_check
0003044c T __efi_exit_check
0003048c T efi_save_gd
000304a0 T efi_restore_gd
000304cc T efi_signal_event
00030588 t efi_queue_event
00030600 T efi_add_handle
0003062c T efi_create_handle
0003067c T efi_search_protocol
00030704 T efi_search_obj
0003073c T efi_delete_handle
000307cc t efi_purge_handle
00030874 T efi_create_event
000309b4 T efi_timer_check
00030a68 t efi_process_event_queue
00030b48 T efi_set_timer
00030c14 T efi_add_protocol
00030d7c T efi_register_protocol_notify
00030e6c T efi_install_configuration_table
00031000 T efi_setup_loaded_image
00031144 T efi_locate_device_path
00031330 T efi_locate_handle_buffer
000313a4 T efi_load_image
00031994 T efi_close_protocol
00031a74 T efi_locate_handle_buffer_int
00031b24 t efi_locate_handle
00031cbc T efi_install_multiple_protocol_interfaces
00031cec t efi_install_multiple_protocol_interfaces_int
00031ecc T efi_uninstall_multiple_protocol_interfaces
00031efc t efi_uninstall_multiple_protocol_interfaces_int
00032024 T efi_protocol_open
0003228c t efi_disconnect_controller
00032680 T efi_start_image
00032938 t efi_open_protocol
00032ac0 T efi_unload_image
00032c54 t efi_delete_image
00032cfc T efi_handle_protocol
00032d2c T efi_initialize_system_table
00032db0 t efi_uninstall_protocol
00032fbc t efi_disconnect_all_drivers
000331c4 t efi_connect_controller
000334a4 t efi_bind_controller
00033608 t efi_install_protocol_interface
000336c8 t efi_uninstall_protocol_interface
00033738 t efi_raise_tpl
000337bc t efi_restore_tpl
0003383c t efi_allocate_pages_ext
000338a8 t efi_free_pages_ext
00033914 t efi_get_memory_map_ext
00033988 t efi_allocate_pool_ext
000339f4 t efi_free_pool_ext
00033a60 t efi_create_event_ext
00033adc t efi_set_timer_ext
00033b48 t efi_wait_for_event
00033d00 t efi_signal_event_ext
00033dbc t efi_close_event
00033f50 t efi_check_event
00034058 t efi_reinstall_protocol_interface
00034154 t efi_locate_handle_ext
000341c8 t efi_install_configuration_table_ext
00034234 t efi_exit
000343c4 t efi_exit_boot_services
00034604 t efi_get_next_monotonic_count
0003469c t efi_stall
00034740 t efi_set_watchdog_timer
000347ac t efi_close_protocol_ext
00034818 t efi_open_protocol_information
00034958 t efi_protocols_per_handle
00034adc t efi_locate_protocol
00034c90 t efi_install_multiple_protocol_interfaces_ext
00034d18 t efi_uninstall_multiple_protocol_interfaces_ext
00034da0 t efi_calculate_crc32
00034e40 t efi_copy_mem
00034eac t efi_set_mem
00034f24 t efi_create_event_ex
00034fc0 t efi_update_exit_data
00035030 T efi_get_dp_from_boot
000350f8 T efi_link_dev
0003510c T efi_unlink_dev
00035130 T efi_varname_is_load_option
000351d0 T efi_next_variable_name
00035240 T efi_search_bootorder
000352bc T efi_setup_console_size
000354bc t efi_cout_reset
00035504 t efi_cout_output_string
00035680 t efi_cout_test_string
00035694 t efi_cout_query_mode
00035704 t efi_cout_set_mode
0003576c t efi_cout_set_attribute
000357d8 t efi_cout_clear_screen
0003582c t efi_cout_set_cursor_position
000358b0 t efi_cout_enable_cursor
000358ec t efi_cin_reset
0003591c t efi_cin_read_key_stroke
0003599c T efi_console_register
00035b08 t efi_key_notify
00035b1c t efi_console_timer_notify
00035b30 T efi_console_get_u16_string
00035c6c t efi_cin_empty_buffer
00035c98 t term_get_char
00035cdc t efi_cin_check
00036094 t set_shift_mask
000360f4 t analyze_modifiers
00036174 t efi_cin_reset_ex
000361a4 t efi_cin_read_key_stroke_ex
00036290 t efi_cin_set_state
000362a4 t efi_cin_register_key_notify
00036334 t efi_cin_unregister_key_notify
000363a4 T efi_dp_next
000363dc T efi_dp_shorten
00036450 T efi_dp_find_obj
0003648c t find_handle
00036658 T efi_dp_last_node
000366ac T efi_dp_instance_size
0003670c T efi_dp_size
00036748 T efi_dp_dup
000367b8 T efi_dp_append
000367c0 t efi_dp_append_or_concatenate
000368e8 T efi_dp_concat
000368f0 T efi_dp_append_node
00036a0c T efi_dp_create_device_node
00036a54 T efi_dp_append_instance
00036b54 T efi_dp_get_next_instance
00036c14 T efi_dp_is_multi_instance
00036c54 T efi_dp_from_part
00036cdc T efi_dp_part_node
00036d20 t dp_part_node
00036f70 T efi_dp_from_file
000370b8 T efi_dp_from_uart
00037124 t dp_size
000371d8 t dp_fill
000373dc T efi_dp_from_eth
00037438 T efi_dp_from_mem
00037544 T efi_dp_split_file_path
00037604 T efi_dp_from_name
0003780c T efi_dp_check_length
00037884 T efi_dp_from_lo
00037938 T efi_dp_str
00037964 t efi_convert_device_path_to_text
00037a04 t efi_convert_device_node_to_text
00037a50 t efi_convert_single_device_node_to_text
0003835c t efi_str_to_u16
000383a8 t get_device_path_size
000383dc t duplicate_device_path
00038400 t append_device_path
0003842c t append_device_node
00038458 t append_device_path_instance
00038484 t get_next_device_path_instance
000384b0 t is_device_path_multi_instance
000384d4 t create_device_node
00038508 T efi_try_purge_kaslr_seed
00038594 T efi_carve_out_dt_rsv
000386dc t efi_reserve_memory
0003873c t efi_dt_fixup
000388c0 T efi_file_open_int
00038968 t file_open
00038cc4 T efi_file_size
00038d7c T efi_file_read_int
000390c0 T efi_file_setpos_int
00039134 t efi_get_file_size
00039178 T efi_file_from_path
000392f0 T efi_create_simple_file_system
00039350 t efi_open_volume
0003939c t efi_create_file
000393dc t is_dir
00039404 t efi_file_open
00039460 t efi_file_close
00039488 t efi_file_delete
000394e4 t efi_file_read
00039518 t efi_file_write
0003954c t efi_file_getpos
00039580 t efi_file_setpos
000395b4 t efi_file_getinfo
000397d0 t efi_file_setinfo
0003990c t efi_file_flush
00039944 t efi_file_open_ex
000399d4 t efi_file_read_ex
00039a34 t efi_file_write_ex
00039a94 t efi_file_flush_ex
00039aec t efi_file_write_int
00039bc0 t new_package_list
00039c84 t remove_package_list
00039cd4 t update_package_list
00039df0 t list_package_lists
00039f04 t export_package_lists
00039f30 t register_package_notify
00039f80 t unregister_package_notify
00039f94 t find_keyboard_layouts
0003a038 t get_keyboard_layout
0003a0f4 t set_keyboard_layout
0003a114 t get_package_list_handle
0003a168 t new_string
0003a280 t get_string
0003a350 t set_string
0003a47c t get_languages
0003a584 t get_secondary_languages
0003a624 t add_packages
0003aa40 t free_packagelist
0003aa80 t free_keyboard_layouts
0003aad8 t remove_strings_package
0003ab58 t remove_guid_package
0003ab98 t remove_keyboard_package
0003abe4 t language_match
0003ac38 T efi_print_image_infos
0003ad28 T efi_check_pe
0003ad7c T efi_load_pe
0003b0b4 t efi_set_code_and_data_type
0003b108 t efi_loader_relocate
0003b230 T efi_set_load_options
0003b278 T efi_deserialize_load_option
0003b36c T efi_serialize_load_option
0003b448 T efi_add_memory_map
0003b498 t efi_add_memory_map_pg
0003b8b0 T efi_allocate_pages
0003bb10 t efi_check_allocated
0003bb8c T efi_free_pages
0003bc28 T efi_alloc_aligned_pages
0003bda4 T efi_allocate_pool
0003be44 T efi_alloc
0003be98 T efi_free_pool
0003bf58 T efi_get_memory_map
0003c024 T efi_get_memory_map_alloc
0003c0d0 T efi_add_conventional_memory_map
0003c1ac W efi_add_known_memory
0003c208 T efi_memory_init
0003c2a8 t efi_mem_sort
0003c3dc t efi_mem_cmp
0003c410 T efi_root_node_register
0003c544 T efi_init_runtime_supported
0003c59c W efi_reset_system_init
0003c5a4 t efi_get_time_boottime
0003c6a0 t efi_set_time_boottime
0003c810 t efi_set_virtual_address_map
0003ca94 t efi_reset_system_boottime
0003cb18 T efi_init_early
0003cb60 T efi_init_obj_list
0003cd30 T efi_create_indexed_name
0003cdb4 t efi_stri_coll
0003ce34 t efi_metai_match
0003ce60 t efi_str_lwr
0003cea0 t efi_str_upr
0003cee0 t efi_fat_to_str
0003cf58 t efi_str_to_fat
0003d050 t metai_match
0003d200 T efi_get_variable
0003d264 T efi_set_variable
0003d2c0 T efi_get_next_variable_name
0003d2f4 T efi_query_variable_info
0003d348 T efi_init_secure_state
0003d48c T efi_auth_var_get_type
0003d4f4 T efi_get_var
0003d58c T efi_var_mem_init
0003d648 t efi_var_mem_notify_exit_boot_services
0003d6cc T efi_var_collect
0003d890 T efi_var_to_file
0003d940 t efi_set_blk_dev_to_system_partition
0003d9c8 T efi_var_restore
0003db50 T efi_var_from_file
0003dc2c T efi_set_variable_int
0003de68 T efi_query_variable_info_int
0003dee0 T efi_variables_boot_exit_notify
0003df1c T efi_init_variables
0003df44 T efi_set_watchdog
0003df80 T efi_watchdog_register
0003dfdc t efi_watchdog_timer_notify
0003e00c T efi_gop_register
0003e1d4 t gop_query_mode
0003e250 t gop_set_mode
0003e2f4 t gop_blt
0003e8e0 t gop_blt_video_fill
0003e9f8 T efi_disk_is_removable
0003ea4c T efi_fs_from_path
0003eac8 T efi_disk_probe
0003ec8c T efi_disk_remove
0003ed50 T efi_disk_get_device_name
0003ee3c T efi_disks_register
0003ee80 t efi_disk_add_dev
0003f120 t efi_disk_reset
0003f134 t efi_disk_read_blocks
0003f204 t efi_disk_write_blocks
0003f2e4 t efi_disk_flush_blocks
0003f2f8 t efi_disk_rw_blocks
0003f3a8 T efi_net_register
0003f7c0 t efi_net_start
0003f820 t efi_net_stop
0003f87c t efi_net_initialize
0003f914 t efi_net_reset
0003f980 t efi_net_shutdown
0003f9f8 t efi_net_receive_filters
0003fa0c t efi_net_station_address
0003fa20 t efi_net_statistics
0003fa34 t efi_net_mcastiptomac
0003faf0 t efi_net_nvdata
0003fb04 t efi_net_get_status
0003fb94 t efi_net_transmit
0003fcbc t efi_net_receive
0003fe7c t efi_pxe_base_code_start
0003fe84 t efi_pxe_base_code_stop
0003fe8c t efi_pxe_base_code_dhcp
0003fe94 t efi_pxe_base_code_discover
0003fe9c t efi_pxe_base_code_mtftp
0003fea4 t efi_pxe_base_code_udp_write
0003feac t efi_pxe_base_code_udp_read
0003feb4 t efi_pxe_base_code_set_ip_filter
0003febc t efi_pxe_base_code_arp
0003fec4 t efi_pxe_base_code_set_parameters
0003fecc t efi_pxe_base_code_set_station_ip
0003fed4 t efi_pxe_base_code_set_packets
0003fedc t efi_network_timer_notify
0003ff68 t efi_net_push
0003fff0 T efi_smbios_register
0004005c t install_smbios_table
000400d8 W platform_get_rng_device
00040114 T efi_rng_register
00040188 t rng_getinfo
00040214 t getrng
000402c0 T efi_initrd_register
00040390 T efi_initrd_deregister
000403f4 t get_initrd_fp
00040420 t efi_load_file2_initrd
00040564 T console_read_unicode
00040664 T utf8_get
00040780 T utf8_put
00040868 T utf8_utf16_strnlen
000408e4 T utf8_utf16_strncpy
00040964 T utf16_put
000409e4 T utf16_get
00040a78 T utf16_strnlen
00040ae8 T utf16_utf8_strnlen
00040b7c T utf16_utf8_strncpy
00040bfc T utf_to_lower
00040c48 T utf_to_upper
00040c8c T u16_strncmp
00040cd4 T u16_strsize
00040d04 T u16_strcpy
00040d38 T u16_strdup
00040da8 T u16_strlcat
00040e4c T utf16_to_utf8
00040f70 T utf_to_cp
00040fc0 T write_smbios_table
0004111c t smbios_write_type0
00041254 t smbios_write_type1
000413bc t smbios_write_type2
000414d0 t smbios_write_type3
00041590 t smbios_write_type4
00041680 t smbios_write_type32
000416e8 t smbios_write_type127
00041738 t smbios_add_string
000417d0 t smbios_add_prop_si
00041800 T write_sparse_image
00041eac t default_log
00041eb0 T initcall_run_list
00041f84 T string_to_ip
00042020 T string_to_ip6
000422a4 T string_to_enetaddr
00042308 T compute_ip_checksum
00042350 T ip_checksum_ok
0004236c T list_sort
00042598 t merge
00042634 T inflate_fast
00042bd8 T inflate_table
00043124 T inflateReset
0004319c T inflateInit2_
0004329c T zcalloc
000432a4 T zcfree
000432ac T inflate
00044dac T adler32
00045090 T inflateEnd
000450f8 T gzalloc
00045108 T gzfree
00045110 T gzip_parse_header
000451a8 T gunzip
000451fc T zunzip
00045308 T ulz4fn
00045a18 T avb_chain_partition_descriptor_validate_and_byteswap
00045d0c T avb_sub_cmdline
00045f54 T avb_append_options
00046340 t cmdline_append_option
0004642c t cmdline_append_hex
0004647c T avb_new_cmdline_subst_list
00046484 T avb_free_cmdline_subst_list
000464d4 T avb_add_root_digest_substitution
00046598 t uint64_to_base10
00046614 T avb_get_algorithm_data
00046634 T avb_rsa_public_key_header_validate_and_byteswap
000466d0 T avb_footer_validate_and_byteswap
00046998 T avb_hashtree_descriptor_validate_and_byteswap
00047020 T avb_property_descriptor_validate_and_byteswap
00047328 T avb_property_lookup
000473a4 t property_lookup_desc_foreach
00047528 T avb_sha256_init
0004755c T avb_sha256_update
00047608 t SHA256_transform
000477e4 T avb_sha256_final
000478c4 T avb_slot_verify
00047d30 t load_and_verify_vbmeta
00048dec t has_system_partition
00048ee4 t avb_manage_hashtree_error_mode
000490d0 T avb_slot_verify_data_free
000491d0 T avb_slot_verify_data_calculate_vbmeta_digest
000492e8 t load_requested_partitions
000494f8 t load_and_verify_hash_partition
00049a30 t read_persistent_digest
00049d50 t load_full_partition
00049f60 T avb_be32toh
00049f68 T avb_be64toh
00049f78 T avb_safe_memcmp
00049fb4 T avb_safe_add_to
0004a030 T avb_basename
0004a088 T avb_safe_add
0004a0bc T avb_validate_utf8
0004a154 T avb_str_concat
0004a250 T avb_malloc
0004a2b0 T avb_calloc
0004a2e0 T avb_strdup
0004a324 T avb_strstr
0004a3a4 T avb_strv_find_str
0004a408 T avb_replace
0004a5b4 T avb_strdupv
0004a6fc T avb_uppercase
0004a730 T avb_bin2hex
0004a7a4 T avb_version_string
0004a7b0 T avb_descriptor_validate_and_byteswap
0004a904 T avb_descriptor_foreach
0004acb4 T avb_descriptor_get_all
0004ad34 t count_descriptors
0004ad48 t set_descriptors
0004ad60 T avb_hash_descriptor_validate_and_byteswap
0004b0f8 T avb_kernel_cmdline_descriptor_validate_and_byteswap
0004b30c T avb_rsa_verify
0004b874 t montMul
0004b9c4 T avb_sha512_init
0004ba0c T avb_sha512_update
0004bab8 t SHA512_transform
0004bf70 T avb_sha512_final
0004c070 T avb_memcmp
0004c074 T avb_memcpy
0004c078 T avb_memset
0004c07c T avb_strcmp
0004c080 T avb_strncmp
0004c084 T avb_strlen
0004c088 T avb_abort
0004c08c T avb_printv
0004c0f4 T avb_malloc_
0004c0f8 T avb_free
0004c0fc T avb_div_by_10
0004c12c T avb_vbmeta_image_verify
0004cd38 T avb_vbmeta_image_header_to_host_byte_order
0004d49c T avb_vbmeta_verify_result_to_string
0004d508 T addBootConfigParameters
0004d5c0 T addBootConfigTrailer
0004d670 T fdt_ro_probe_
0004d77c T fdt_header_size
0004d7cc T fdt_check_header
0004da00 T fdt_offset_ptr
0004dad8 T fdt_next_tag
0004dc38 T fdt_check_node_offset_
0004dc78 T fdt_check_prop_offset_
0004dcb8 T fdt_next_node
0004ddb0 T fdt_first_subnode
0004ddec T fdt_next_subnode
0004de3c T fdt_find_string_
0004dea0 T fdt_move
0004df10 T fdt_get_string
0004e098 T fdt_get_mem_rsv
0004e104 t fdt_mem_rsv
0004e170 T fdt_num_mem_rsv
0004e1bc T fdt_subnode_offset_namelen
0004e2c0 T fdt_subnode_offset
0004e2f0 T fdt_path_offset_namelen
0004e400 T fdt_get_alias_namelen
0004e49c T fdt_path_offset
0004e4c4 T fdt_get_name
0004e590 T fdt_first_property_offset
0004e5bc t nextprop_
0004e61c T fdt_next_property_offset
0004e648 t fdt_get_property_by_offset_
0004e6b8 T fdt_get_property_namelen
0004e71c t fdt_get_property_namelen_
0004e7e8 T fdt_get_property
0004e828 T fdt_getprop_namelen
0004e8b8 T fdt_getprop_by_offset
0004e97c T fdt_getprop
0004e9bc T fdt_supernode_atdepth_offset
0004ea80 T fdt_parent_offset
0004ead4 T fdt_node_offset_by_prop_value
0004eb94 T fdt_stringlist_contains
0004ec1c T fdt_node_check_compatible
0004ec84 T fdt_add_mem_rsv
0004ed20 t fdt_rw_probe_
0004edb0 t fdt_splice_mem_rsv_
0004ee34 T fdt_del_mem_rsv
0004eea4 t fdt_splice_struct_
0004ef20 T fdt_setprop_placeholder
0004efe8 t fdt_add_property_
0004f214 T fdt_setprop
0004f264 T fdt_delprop
0004f2c8 T fdt_add_subnode_namelen
0004f3ec T fdt_add_subnode
0004f41c T fdt_open_into
0004f65c t fdt_blocks_misordered_
0004f73c t fdt_packblocks_
0004f834 t fdt_splice_
0004f908 T fdt_strerror
0004f950 T fdt_address_cells
0004f97c t fdt_cells
0004f9c8 T fdt_size_cells
0004f9e4 T fdtdec_get_srcname
0004f9fc T fdtdec_get_addr_size_fixed
0004faec T fdtdec_get_number
0004fb20 T fdtdec_get_addr_size_auto_parent
0004fb94 T fdtdec_get_is_enabled
0004fbd0 T fdtdec_get_alias_seq
0004fcf8 T fdtdec_get_alias_highest_id
0004fdd0 T fdtdec_get_chosen_prop
0004fe0c t fdtdec_prepare_fdt
0004fe58 T fdtdec_get_bool
0004fe78 T fdtdec_locate_byte_array
0004feac T fdt_get_resource
0004ffcc T fdtdec_setup_mem_size_base
00050030 T get_next_memory_node
00050074 T fdtdec_setup_memory_banksize
0005011c W fdtdec_board_setup
00050124 T fdtdec_setup
000501c8 T qsort
000502b8 T strcmp_compar
000502c4 T hcreate_r
0005037c T hdestroy_r
00050400 T hmatch_r
000504a8 T hsearch_r
00050984 T hdelete_r
00050a94 T hexport_r
00050e38 t cmpkey
00050e4c T himport_r
00051244 t drop_var_from_set
000512b0 T hwalk_r
00051310 t match_string
000513a8 T display_options_get_banner_priv
00051450 T display_options_get_banner
00051460 T display_options
000514d0 T print_size
00051620 T hexdump_line
000517d4 T print_buffer
000518d0 W __div64_32
000519dc T hang
000519ec T kmalloc
00051a30 T strim
00051a98 T lmb_dump_all
00051a9c T arch_lmb_reserve_generic
00051b48 T lmb_reserve
00051b54 T lmb_init_and_reserve
00051ba4 t lmb_reserve_common
00051c6c T lmb_init_and_reserve_range
00051cac T lmb_free
00051da0 t lmb_remove_region
00051df8 t lmb_add_region_flags
00052018 T lmb_reserve_flags
00052020 T lmb_alloc
00052028 T lmb_alloc_base
00052060 T __lmb_alloc_base
000521a8 T lmb_alloc_addr
00052238 T lmb_get_free_size
000522f4 W board_lmb_reserve
000522f8 T slre_compile
00052440 t compile
00052a78 T slre_match
00052b14 t match
00052f20 t get_escape_char
00052fb0 t quantifier
00053094 t relocate
000530f0 t loop_greedy
000531b8 t loop_non_greedy
0005326c T strncasecmp
000532ec T strcasecmp
000532f4 T strcpy
00053310 T strncpy
00053330 T strlcpy
00053380 T strlen
0005339c T strcat
000533c8 T strncat
00053410 T strlcat
00053460 T strnlen
00053498 T strcmp
000534b8 T strncmp
000534f0 T strchr
00053518 T strrchr
00053550 T strdup
000535a4 T strsep
0005361c T memmove
00053668 T memcmp
0005369c T strstr
00053738 T memchr
00053760 T table_compute_checksum
00053784 W get_timer
0005379c t tick_to_time
000537f0 W timer_get_us
0005380c T usec_to_tick
00053874 W __udelay
000538b4 T udelay
000538e4 T uuid_str_valid
00053974 T uuid_guid_get_bin
000539d0 T uuid_guid_get_str
00053a1c T uuid_str_to_bin
00053b80 T uuid_bin_to_str
00053c30 T rand
00053c50 t panic_finish
00053c74 T panic
00053c8c T vsnprintf
00053c90 t vsnprintf_internal
000544ac T vscnprintf
000544d0 T snprintf
000544fc T sprintf
00054538 T printf
00054568 T vprintf
000545c0 T simple_itoa
00054608 t string16
0005472c t string
000547e4 t number
00054adc t put_dec_trunc
00054bdc t put_dec
00054d10 T simple_strtoul
00054dc4 T hextoul
00054dcc T dectoul
00054dd4 T strict_strtoul
00054e58 T simple_strtol
00054e80 T ustrtoul
00054f10 T ustrtoull
00054fb8 T simple_strtoull
0005507c T trailing_strtoln_end
00055108 T trailing_strtoln
00055110 T trailing_strtol
0005511c T rtc_calc_weekday
000551fc T rtc_mktime
000552c8 T rtc_month_days
0005533c T rtc_to_tm
00055570 T arp_init
000555c4 T arp_raw_request
00055690 T arp_request
00055714 T arp_timeout_check
000557b0 T arp_is_waiting
000557c8 T arp_receive
000559f8 T bootp_reset
00055a40 T bootp_request
00055d70 t bootp_timeout_handler
00055de0 t bootp_handler
000561e4 t eth_get_uclass_priv
00056218 T eth_set_current_to_next
00056254 T eth_get_dev
000562c4 T eth_set_dev
00056310 T eth_get_dev_by_name
00056408 T eth_get_ethaddr
00056430 T eth_halt_state_only
0005645c T eth_get_dev_index
00056480 t on_ethaddr
00056508 T eth_init
00056618 T eth_halt
00056670 T eth_send
000566dc T eth_rx
000567c8 T eth_initialize
00056910 t eth_write_hwaddr
000569dc t eth_post_bind
00056a20 t eth_pre_unbind
00056a4c t eth_post_probe
00056c98 t eth_pre_remove
00056cd4 T eth_env_get_enetaddr_by_index
00056d20 T eth_env_set_enetaddr_by_index
00056d6c T eth_common_init
00056d70 T eth_mac_skip
00056db8 T eth_current_changed
00056e70 T eth_get_name
00056e98 T eth_try_another
00056f18 T eth_set_current
00056fa4 T ndisc_request
00057138 T ndisc_timeout_check
000571d0 T ndisc_init
00057240 T process_ra
00057340 T ndisc_receive
00057648 t on_ipaddr
00057674 t on_gatewayip
000576a0 t on_netmask
000576cc t on_serverip
000576f8 t on_nvlan
00057754 t on_vlan
000577b0 T net_auto_load
00057814 t net_check_prereq
00057a34 T net_init
00057af0 t net_init_loop
00057b74 T net_loop
00057ed8 T net_start_again
00058058 T net_set_timeout_handler
000580c0 t start_again_timeout_handler
000580d4 T net_set_udp_handler
000580f4 T net_get_udp_handler
00058104 t dummy_handler
00058108 T net_get_arp_handler
00058118 T net_get_async_tx_pkt_buf
00058140 T net_send_udp_packet
00058174 T net_send_ip_packet
00058320 T net_send_tcp_packet
00058374 T net_set_ether
00058410 T net_set_udp_header
000584b0 T net_set_ip_header
00058578 T net_process_received_packet
00058864 t receive_icmp
000588a0 T net_eth_hdr_size
000588c4 T net_update_ether
00058958 T copy_filename
000589c4 T net_parse_bootfile
00058a54 T ip_to_string
00058a94 t on_ip6addr
00058b30 t on_gatewayip6
00058b64 t on_serverip6
00058b98 T ip6_is_unspecified_addr
00058c2c T ip6_is_our_addr
00058c74 T ip6_make_eui
00058cb8 T ip6_make_lladdr
00058d0c T ip6_make_snma
00058d5c T ip6_make_mult_ethdstaddr
00058d78 T ip6_addr_in_subnet
00058dd8 T csum_partial
00058eac T csum_ipv6_magic
00059044 T ip6_add_hdr
000590b0 T udp6_add_hdr
00059154 T net_send_ip_packet6
000593b0 T net_send_udp_packet6
000593e4 T net_send_tcp_packet6
00059430 T net_ip6_handler
0005969c T ping_start
000597c8 t ping_timeout_handler
000597e4 T ping_receive
00059920 T ip6_make_ping
000599e8 T ping6_send
00059a70 T ping6_start
00059aa0 t ping6_timeout
00059abc T ping6_receive
00059b24 T tftp_start
0005a0bc t tftp_timeout_handler
0005a144 t tftp_handler
0005a5a8 t tftp_send
0005a85c t update_block_number
0005a924 t tftp_complete
0005a9d8 T fastboot_udp_start_server
0005aa44 t fastboot_timed_send_info
0005ab98 t fastboot_handler
0005ad00 t fastboot_send
0005b024 T fastboot_tcp_start_server
0005b084 t fastboot_tcp_reset_state
0005b15c t fastboot_tcp_handler_ipv4
0005b1b0 t fastboot_tcp_handler_ipv6
0005b204 t fastboot_tcp_handler
0005b618 t fastboot_tcp_reset
0005b648 t fastboot_tcp_send_packet
0005b6b8 t fastboot_tcp_answer
0005b764 t fastboot_tcp_send_message
0005b7f8 T udp_prereq
0005b81c T udp_start
0005b834 T tcp_set_tcp_state
0005b858 T tcp_update_last_connection_data_frame_time
0005b874 T tcp_set_tcp_handler
0005b894 t dummy_handler
0005b898 T tcp_set_pseudo_header
0005b918 T net_set_ack_options
0005bb88 T tcp_sent_state_machine
0005bc34 T net_set_tcp_header_common
0005bdfc T net_set_tcp_header
0005be84 T tcp_hole
0005c04c T tcp_parse_options
0005c0b0 T tcp_state_machine
0005c3f0 T rxhand_tcp_f
0005c6fc T net_set_tcp_handler6
0005c71c t dummy_handler
0005c720 T net_set_tcp_header6
0005c7b8 T rxhand_tcp6
0005ca08 T __aeabi_uidiv
0005ca08 T __udivsi3
0005caa4 T __aeabi_idiv
0005caa4 T __divsi3
0005cb70 T __aeabi_uidivmod
0005cb88 T __aeabi_idivmod
0005cba0 t Ldiv0
0005cbb0 T __aeabi_uldivmod
0005cbd8 t L_div_64_64
0005cbe8 t L_lsl_4
0005cc14 t L_lsl_1
0005cc40 t L_subtract
0005cc5c t L_update
0005cc80 t L_exit
0005cc94 t L_div_32_32
0005ccac t L_pow2
0005cd1c t L_div_by_0
0005cd34 T __div0
0005cd40 R __splash_u_boot_logo_begin
0005e854 R __splash_u_boot_logo_end
0005e8b0 r block_io_disk_template
0005e910 r efi_file_handle_protocol
0005e950 R efi_u_boot_guid
0005e960 r sha512_h0
0005e9a0 r sha512_k
0005ed18 R avb_pubkey_size
0005ed1c r baudrate_table
0005ed30 r blk_part_ops
0005ed44 r boot_os
0005ed8c r color
0005edcc r colours
0005ee8c r commands
0005ef24 r env_flags_varaccess_mask
0005ef74 r LZ4_decompress_generic.inc32table
0005ef94 r LZ4_decompress_generic.dec64table
0005efb4 r sha256_h0
0005efd4 r driver_ops
0005efe4 r efi_blk_ops
0005eff8 R efi_block_io_guid
0005f008 R efi_device_path_to_text
0005f010 R efi_device_path_utilities
0005f030 R efi_file_info_guid
0005f040 R efi_file_system_info_guid
0005f050 R efi_global_variable_guid
0005f060 r efi_gop_guid
0005f070 R efi_guid_bootmenu_auto_generated
0005f080 R efi_guid_device_path
0005f090 R efi_guid_device_path_to_text_protocol
0005f0a0 R efi_guid_device_path_utilities_protocol
0005f0b0 R efi_guid_driver_binding_protocol
0005f0c0 R efi_guid_dt_fixup_protocol
0005f0d0 R efi_guid_event_group_before_exit_boot_services
0005f0e0 R efi_guid_event_group_exit_boot_services
0005f0f0 R efi_guid_event_group_memory_map_change
0005f100 R efi_guid_event_group_reset_system
0005f110 R efi_guid_fdt
0005f120 R efi_guid_hii_database_protocol
0005f130 R efi_guid_hii_string_protocol
0005f140 R efi_guid_image_security_database
0005f150 R efi_guid_load_file2_protocol
0005f160 R efi_guid_load_file_protocol
0005f170 R efi_guid_loaded_image
0005f180 R efi_guid_loaded_image_device_path
0005f190 R efi_guid_rng_protocol
0005f1a0 R efi_guid_text_input_ex_protocol
0005f1b0 R efi_guid_text_input_protocol
0005f1c0 R efi_guid_text_output_protocol
0005f1d0 R efi_guid_unicode_collation_protocol2
0005f1e0 R efi_hii_database
0005f20c R efi_hii_string
0005f220 R efi_lf2_initrd_guid
0005f230 r efi_lf2_protocol
0005f234 r efi_net_guid
0005f244 r efi_pxe_base_code_protocol_guid
0005f254 r efi_rng_protocol
0005f25c r efi_rt_properties_table_guid
0005f26c R efi_simple_file_system_protocol_guid
0005f27c R efi_system_partition_guid
0005f28c R efi_system_volume_label_id
0005f29c R efi_unicode_collation_protocol2
0005f2b8 r fastboot_boot.bootm_args
0005f2c4 r fastboot_set_reboot_flag.commands
0005f2d4 r fastboot_set_reboot_flag.recovery
0005f2e4 r fdt_errtable
0005f334 r fdt_src_name
0005f348 r feature
0005f34c r feature
0005f350 r feature_legacy
0005f354 r fields
0005f364 r fstypes
0005f3ec r getvar_dispatch
0005f44c r init_sequence_f
0005f510 r list_guid
0005f614 r maintenance_menu_items
0005f650 r month_offset
0005f680 r name_type
0005f6e0 R op_adv
0005f7e0 r op_table
0005f848 r partition_basic_data_guid
0005f858 r pci_bridge_ids
0005f868 r pci_bridge_ops
0005f870 r pci_generic_ecam_ids
0005f888 r pci_generic_ecam_ops
0005f890 r pci_generic_ids
0005f8a0 r pl01x_serial_id
0005f8b8 r pl01x_serial_ops
0005f8dc r pl031_ids
0005f8ec r pl031_ops
0005f908 r psci_of_match
0005f928 r qfw_bootdev_ids
0005f938 r qfw_bootmeth_ids
0005f948 r qfw_mmio_ids
0005f958 r reserved_list
0005f9dc r sha256_k
0005fadc r shim_lock_guid
0005faec R smbios_guid
0005fafc r smbios_write_funcs
0005fb34 r machines
0005fb44 r system_guid
0005fb54 r uclass_idname_str
0005fbc4 r uimage_comp
0005fc24 r uimage_os
0005fcc0 r uimage_type
0005fedc r virtio_blk_ops
0005fef0 r virtio_bootdev_ids
0005ff00 r virtio_console_serial_ops
0005ff24 r virtio_drv_name
0005ff38 r virtio_mmio_ids
0005ff48 r virtio_mmio_ops
0005ff74 r virtio_net_ops
0005ffa4 r virtio_pci_ops
0005ffd0 r weekdays
0005ffec R END
0005fff0 r capitalization_table
00060ec0 R codepage_437
00060fc0 r distfix
00061040 r dp_lf2_handle
00061058 r inflate.order
0006107e r inflate_table.dbase
000610be r inflate_table.dext
000610fe r inflate_table.lbase
0006113c r inflate_table.lext
0006117a r lenfix
00061af2 r LONG_ONLY_CHARS
00061af9 R _ctype
00061bf9 r android_bootloader_boot_flow.km_name
00061c0a R avb_pubkey
00062013 r bootefi_help_text
00062124 r bootm_help_text
000624b2 r bootz_help_text
000626ba r number.digits
000626ca R default_environment
00062874 r dm_help_text
000629f6 r env_flags_varaccess_rep
000629fb r env_flags_vartype_rep
00062a02 r env_help_text
00062bd0 r erase_seq
00062bd4 r extract_keymint_relevant_data.boot_patchlevel_key
00062bfa r extract_keymint_relevant_data.system_patchlevel_key
00062c22 r extract_keymint_relevant_data.system_version_key
00062c46 r extract_keymint_relevant_data.vendor_patchlevel_key
00062c6e R hex_asc
00062c7f r illegal
00062c90 R net_bcast_ethaddr
00062c96 R net_null_addr_ip6
00062ca6 R net_null_ethaddr
00062cac r padding_RSA2048_SHA256
00062d8c r padding_RSA2048_SHA512
00062e4c r padding_RSA4096_SHA256
0006302c r padding_RSA4096_SHA512
000631ec r padding_RSA8192_SHA256
000635cc r padding_RSA8192_SHA512
0006398c r print_size.names
00063992 r rtc_days_in_month
0006399e r source_help_text
00071782 r tab_seq
0007178b R version_string
000717f0 d qfw_bootmeth_ops
00071808 D image_load_addr
0007180c d cmd_bootm_sub
00071908 d partition
0007190c d cmd_bcb_sub
000719b4 d default_tm
000719d8 d dm_subcmds
00071a80 D eficonfig_menu_desc
00071a84 d select_file_menu_items
00071aa8 d cmd_net
00071ae0 d fwcfg_commands
00071b34 d fastboot_help_text
00071bf0 d cmd_avb
00071cec d env_id
00071cf0 d cmd_env_sub
00071db4 d init_sequence_r
00071e3c d hist_cur
00071e40 d av_
00072248 d trim_threshold
0007224c d sbrk_base
00072250 d _stats
00072264 d block_cache
0007226c d root_info
00072274 d psci_sysreset_ops
00072280 d virtio_pci_supported
0007299c D console_ops
000729d0 d fonts
00072a00 d video_fontdata_8x16
00073a00 d bochs_video_supported
00073a38 D qfw_bootdev_ops
00073a3c d qfw_mmio_ops
00073a44 D env_htab
00073a54 D efi_obj_list
00073a5c d entry_count
00073a60 d efi_register_notify_events
00073a68 d efi_boot_services
00073b30 d efi_event_queue
00073b38 d efi_tpl
00073b3c d efi_cout_modes
00073b60 d efi_con_mode
00073b78 D efi_con_out
00073ba0 D efi_con_in
00073bac d efi_con_in_ex
00073bc4 d cin_notify_functions
00073bd0 D efi_dt_fixup_prot
00073be0 d efi_package_lists
00073be8 d efi_keyboard_layout_list
00073bf0 d efi_mem
00073bf8 D efi_obj_list_initialized
00073bfc D efi_system_partition
00073c08 d algorithm_data
00073c5c d y
00073c60 D net_our_vlan
00073c62 D net_native_vlan
00073c64 D tftp_timeout_count_max
00073c68 d tftp_block_size_option
00073c6a d tftp_window_size_option
00073c6c d timeout_ms
00073c70 d timeout_count_max
00073c74 d tftp_block_size
00073c76 d sequence_number
00073c78 d fastboot_send.cmd
00073c88 D _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
00073c98 D _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
00073ca8 D _u_boot_list_2_cmd_2_ab_select
00073ca8 d complete_cmdv.start
00073ca8 d complete_cmdv.start.17
00073ca8 d do_help.start
00073ca8 d do_help.start.6
00073ca8 d find_cmd.start
00073ca8 d find_cmd.start.2
00073cc4 D _u_boot_list_2_cmd_2_avb
00073ce0 D _u_boot_list_2_cmd_2_bcb
00073cfc D _u_boot_list_2_cmd_2_boot
00073d18 D _u_boot_list_2_cmd_2_boot_android
00073d34 D _u_boot_list_2_cmd_2_bootd
00073d50 D _u_boot_list_2_cmd_2_bootefi
00073d6c D _u_boot_list_2_cmd_2_bootm
00073d88 D _u_boot_list_2_cmd_2_bootp
00073da4 D _u_boot_list_2_cmd_2_bootz
00073dc0 D _u_boot_list_2_cmd_2_cls
00073ddc D _u_boot_list_2_cmd_2_date
00073df8 D _u_boot_list_2_cmd_2_dm
00073e14 D _u_boot_list_2_cmd_2_echo
00073e30 D _u_boot_list_2_cmd_2_eficonfig
00073e4c D _u_boot_list_2_cmd_2_env
00073e68 D _u_boot_list_2_cmd_2_exit
00073e84 D _u_boot_list_2_cmd_2_false
00073ea0 D _u_boot_list_2_cmd_2_fastboot
00073ebc D _u_boot_list_2_cmd_2_fatinfo
00073ed8 D _u_boot_list_2_cmd_2_fatload
00073ef4 D _u_boot_list_2_cmd_2_fatls
00073f10 D _u_boot_list_2_cmd_2_fatmkdir
00073f2c D _u_boot_list_2_cmd_2_fatrm
00073f48 D _u_boot_list_2_cmd_2_fatsize
00073f64 D _u_boot_list_2_cmd_2_fatwrite
00073f80 D _u_boot_list_2_cmd_2_fstype
00073f9c D _u_boot_list_2_cmd_2_fstypes
00073fb8 D _u_boot_list_2_cmd_2_gpt
00073fd4 D _u_boot_list_2_cmd_2_help
00073ff0 D _u_boot_list_2_cmd_2_itest
0007400c D _u_boot_list_2_cmd_2_lcdputs
00074028 D _u_boot_list_2_cmd_2_ln
00074044 D _u_boot_list_2_cmd_2_load
00074060 D _u_boot_list_2_cmd_2_ls
0007407c D _u_boot_list_2_cmd_2_net
00074098 D _u_boot_list_2_cmd_2_panic
000740b4 D _u_boot_list_2_cmd_2_part
000740d0 D _u_boot_list_2_cmd_2_ping
000740ec D _u_boot_list_2_cmd_2_ping6
00074108 D _u_boot_list_2_cmd_2_printenv
00074124 D _u_boot_list_2_cmd_2_qfw
00074140 D _u_boot_list_2_cmd_2_question_mark
0007415c D _u_boot_list_2_cmd_2_read
00074178 D _u_boot_list_2_cmd_2_reset
00074194 D _u_boot_list_2_cmd_2_run
000741b0 D _u_boot_list_2_cmd_2_save
000741cc D _u_boot_list_2_cmd_2_setcurs
000741e8 D _u_boot_list_2_cmd_2_setenv
00074204 D _u_boot_list_2_cmd_2_setexpr
00074220 D _u_boot_list_2_cmd_2_showvar
0007423c D _u_boot_list_2_cmd_2_size
00074258 D _u_boot_list_2_cmd_2_sleep
00074274 D _u_boot_list_2_cmd_2_source
00074290 D _u_boot_list_2_cmd_2_test
000742ac D _u_boot_list_2_cmd_2_tftpboot
000742c8 D _u_boot_list_2_cmd_2_true
000742e4 D _u_boot_list_2_cmd_2_verified_boot_android
00074300 D _u_boot_list_2_cmd_2_version
0007431c D _u_boot_list_2_cmd_2_virtio
00074338 D _u_boot_list_2_driver_2_blk_partition
00074338 d complete_cmdv.end
00074338 d dm_dump_driver_compat.start
00074338 d dm_dump_driver_compat.start.3
00074338 d dm_dump_drivers.start
00074338 d dm_dump_drivers.start.11
00074338 d do_help.end
00074338 d efi_driver_init.start
00074338 d find_cmd.end
00074338 d lists_bind_fdt.start
00074338 d lists_bind_fdt.start.3
00074338 d lists_driver_lookup_name.start
00074338 d lists_driver_lookup_name.start.1
0007437c D _u_boot_list_2_driver_2_bochs_video
000743c0 D _u_boot_list_2_driver_2_bootmeth_qfw
00074404 D _u_boot_list_2_driver_2_efi_blk
00074448 D _u_boot_list_2_driver_2_efi_block
0007448c D _u_boot_list_2_driver_2_pci_bridge_drv
000744d0 D _u_boot_list_2_driver_2_pci_generic_drv
00074514 D _u_boot_list_2_driver_2_pci_generic_ecam
00074558 D _u_boot_list_2_driver_2_psci
0007459c D _u_boot_list_2_driver_2_psci_sysreset
000745e0 D _u_boot_list_2_driver_2_qfw_bootdev
00074624 D _u_boot_list_2_driver_2_qfw_mmio
00074668 D _u_boot_list_2_driver_2_root_driver
000746ac D _u_boot_list_2_driver_2_rtc_pl031
000746f0 D _u_boot_list_2_driver_2_serial_pl01x
00074734 D _u_boot_list_2_driver_2_vidconsole_normal
00074778 D _u_boot_list_2_driver_2_virtio_blk
000747bc D _u_boot_list_2_driver_2_virtio_bootdev
00074800 D _u_boot_list_2_driver_2_virtio_console
00074844 D _u_boot_list_2_driver_2_virtio_mmio
00074888 D _u_boot_list_2_driver_2_virtio_net
000748cc D _u_boot_list_2_driver_2_virtio_pci_modern
00074910 D _u_boot_list_2_env_clbk_2_baudrate
00074910 d bind_drivers_pass.end
00074910 d bind_drivers_pass.start
00074910 d bind_drivers_pass.start.14
00074910 d dm_dump_driver_compat.end
00074910 d dm_dump_drivers.end
00074910 d dm_dump_static_driver_info.end
00074910 d dm_dump_static_driver_info.start
00074910 d dm_dump_static_driver_info.start.19
00074910 d efi_driver_init.end
00074910 d find_env_callback.start
00074910 d find_env_callback.start.3
00074910 d lists_bind_fdt.end
00074910 d lists_driver_lookup_name.end
00074918 D _u_boot_list_2_env_clbk_2_callbacks
00074920 D _u_boot_list_2_env_clbk_2_console
00074928 D _u_boot_list_2_env_clbk_2_ethaddr
00074930 D _u_boot_list_2_env_clbk_2_flags
00074938 D _u_boot_list_2_env_clbk_2_gatewayip
00074940 D _u_boot_list_2_env_clbk_2_gatewayip6
00074948 D _u_boot_list_2_env_clbk_2_ip6addr
00074950 D _u_boot_list_2_env_clbk_2_ipaddr
00074958 D _u_boot_list_2_env_clbk_2_loadaddr
00074960 D _u_boot_list_2_env_clbk_2_netmask
00074968 D _u_boot_list_2_env_clbk_2_nvlan
00074970 D _u_boot_list_2_env_clbk_2_serverip
00074978 D _u_boot_list_2_env_clbk_2_serverip6
00074980 D _u_boot_list_2_env_clbk_2_vlan
00074988 D _u_boot_list_2_env_driver_2_nowhere
00074988 d _env_driver_lookup.start
00074988 d _env_driver_lookup.start.11
00074988 d env_select.start
00074988 d env_select.start.8
00074988 d find_env_callback.end
000749a0 D _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_install_smbios_table
000749a0 d _env_driver_lookup.end
000749a0 d env_select.end
000749a0 d event_show_spy_list.start
000749a0 d event_show_spy_list.start.4
000749a0 d notify_static.start
000749a0 d notify_static.start.11
000749a8 D _u_boot_list_2_part_driver_2_a_efi
000749a8 d do_part_types.start
000749a8 d do_part_types.start.20
000749a8 d event_show_spy_list.end
000749a8 d fit_loadable_process.start
000749a8 d fit_loadable_process.start.27
000749a8 d notify_static.end
000749a8 d part_driver_get_count.start
000749a8 d part_driver_get_first.start
000749a8 d part_driver_get_type.start
000749a8 d part_driver_get_type.start.60
000749a8 d part_driver_lookup_type.start
000749a8 d part_driver_lookup_type.start.44
000749a8 d part_get_type_by_name.start
000749a8 d part_get_type_by_name.start.1
000749a8 d part_init.start
000749a8 d part_init.start.19
000749c0 D _u_boot_list_2_part_driver_2_dos
000749d8 D _u_boot_list_2_pci_driver_entry_2_bochs_video
000749d8 d do_part_types.end
000749d8 d part_driver_get_count.end
000749d8 d part_driver_get_type.end
000749d8 d part_driver_lookup_type.end
000749d8 d part_get_type_by_name.end
000749d8 d part_init.end
000749d8 d pci_find_and_bind_driver.start
000749d8 d pci_find_and_bind_driver.start.14
000749e0 D _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
000749e8 D _u_boot_list_2_uclass_driver_2_backlight
000749e8 d lists_uclass_lookup.start
000749e8 d lists_uclass_lookup.start.2
000749e8 d pci_find_and_bind_driver.end
00074a30 D _u_boot_list_2_uclass_driver_2_blk
00074a78 D _u_boot_list_2_uclass_driver_2_efi
00074ac0 D _u_boot_list_2_uclass_driver_2_ethernet
00074b08 D _u_boot_list_2_uclass_driver_2_firmware
00074b50 D _u_boot_list_2_uclass_driver_2_nop
00074b98 D _u_boot_list_2_uclass_driver_2_panel
00074be0 D _u_boot_list_2_uclass_driver_2_partition
00074c28 D _u_boot_list_2_uclass_driver_2_pci
00074c70 D _u_boot_list_2_uclass_driver_2_pci_generic
00074cb8 D _u_boot_list_2_uclass_driver_2_qfw
00074d00 D _u_boot_list_2_uclass_driver_2_rng
00074d48 D _u_boot_list_2_uclass_driver_2_root
00074d90 D _u_boot_list_2_uclass_driver_2_rtc
00074dd8 D _u_boot_list_2_uclass_driver_2_serial
00074e20 D _u_boot_list_2_uclass_driver_2_sysreset
00074e68 D _u_boot_list_2_uclass_driver_2_vidconsole
00074eb0 D _u_boot_list_2_uclass_driver_2_video
00074ef8 D _u_boot_list_2_uclass_driver_2_virtio
00074f40 D __efi_runtime_rel_start
00074f40 d lists_uclass_lookup.end
00075040 ? __bss_base
00075040 ? __bss_start
00075040 B images
00075040 R __efi_runtime_rel_stop
00075040 R __image_copy_end
00075040 R __rel_dyn_start
00075294 b get_console.console
00075298 b block
0007529c b partition_data
00075340 b bcb
00075b40 b image_addr
00075b44 b image_size
00075b48 b bootefi_device_path
00075b4c b bootefi_image_path
00075b50 b avail_row
00075b54 b eficonfig_init.init
00075b58 b cin
00075b5c b cout
00075b60 b qfw_dev
00075b64 b virtio_curr_dev
00075b68 b avb_ops
00075b6c b top_vars
00075b70 b last_return_code
00075b74 b get_dollar_var.buf
00075b9c b flag_repeat
00075ba0 b ifs
00075ba4 b map
00075ca4 b do_repeat
00075ca5 b get_user_input.the_command
000760a8 b stored_bootdelay
000760ac B monitor_flash_len
000760b0 b hist_num
000760b4 b hist_max
000760b8 b hist_add_idx
000760bc b hist_list
0007610c B console_buffer
00076510 b cli_readline_into_buffer.initted
00076511 b hist_lines
0007b528 b ctrlc_disabled
0007b52c b ctrlc_was_pressed
0007b530 B console_devices
0007b53c B cd_count
0007b548 b tstcdev
0007b54c B mem_malloc_start
0007b550 B mem_malloc_end
0007b554 B mem_malloc_brk
0007b558 b top_pad
0007b55c b current_mallinfo.0
0007b560 b max_sbrked_mem
0007b564 b max_total_mem
0007b568 B stdio_devices
0007b574 b devs
0007b5c4 b env_complete_buf
0007b7c4 b tmp_buf
0007bbc8 b sector_buf
00080878 A _image_binary_end
00080878 R __rel_dyn_end
00080878 R _end
0017bbc8 b print_efiname.name
0017bbf0 B virtio_bootdev_ops
0017bbf4 b virtio_pci_bind.num_devs
0017bbf8 B fastboot_progress_callback
0017bbfc b fastboot_boot.boot_addr_start
0017bc10 B fastboot_buf_addr
0017bc14 B fastboot_buf_size
0017bc18 b fastboot_bytes_expected
0017bc1c b fastboot_bytes_received
0017bc20 b image_size
0017bc24 b first_call
0017bc28 b flags_list
0017bc2c b first_call
0017bc30 b callback_list
0017bc34 b fs_type
0017bc38 b fs_dev_desc
0017bc3c b fs_partition
0017bcd8 b fs_dev_part
0017bcdc b cur_dev
0017bce0 b cur_part_info
0017bd7c b total_sector
0017bd80 b get_set_cluster.tmpbuf_cluster
0017bd84 b bs
0017bd88 b rs
0017bd8c b efi_gd
0017bd90 b app_gd
0017bd94 b timers_enabled
0017bd98 b current_image
0017bd9c B efi_st_keep_devices
0017bda0 b efi_get_next_monotonic_count.mono
0017bda8 b uart_obj
0017bdc0 b console_timer_event
0017bdc4 b key_available
0017bdc8 b next_key
0017bdd4 B efi_memory_map_key
0017bdd8 B efi_root
0017bddc b efi_runtime_relocate.lastoff
0017bde0 b watchdog_timer_event
0017bde4 b dhcp_ack
0017bde8 b netobj
0017bdec b transmit_buffer
0017bdf0 b receive_buffer
0017bdf4 b receive_lengths
0017bdf8 b wait_for_packet
0017bdfc b network_timer_event
0017be00 b rx_packet_num
0017be04 b new_tx_packet
0017be08 b rx_packet_idx
0017be0c b efi_initrd_handle
0017be10 B errno
0017be14 b local_toa
0017be2c B arp_wait_packet_ethaddr
0017be30 B net_arp_wait_packet_ip
0017be34 b net_arp_wait_reply_ip.0
0017be38 B arp_wait_tx_packet_size
0017be3c b arp_tx_packet_buf
0017c47c B arp_tx_packet
0017c480 B arp_wait_timer_start
0017c484 B arp_wait_try
0017c488 B net_nis_domain
0017c4a8 B net_hostname
0017c4c8 B net_root_path
0017c508 B bootp_num_ids
0017c50c B bootp_try
0017c510 B bootp_start
0017c514 B bootp_timeout
0017c518 b time_taken_max
0017c51c B bootp_ids
0017c52c b eth_errno
0017c530 b eth_try_another.first_failed
0017c534 b eth_set_current.act
0017c538 b eth_set_current.env_changed_id
0017c540 B net_nd_sol_packet_ip6
0017c550 B net_nd_timer_start
0017c554 B net_nd_try
0017c558 B net_nd_packet_mac_out
0017c55c B net_nd_tx_packet
0017c560 B net_nd_tx_packet_size
0017c564 b net_nd_packet_buf
0017cba8 b net_nd_rep_packet_ip6
0017cbb8 B push_packet
0017cbbc b net_init.first_call
0017cbbd b net_pkt_buf
0017ea00 B net_tx_packet
0017ea04 B net_rx_packets
0017ea14 B net_state
0017ea18 b net_restarted
0017ea1c b net_dev_exists
0017ea20 b net_try_count
0017ea24 B net_boot_file_size
0017ea28 B net_ip
0017ea2c b time_start
0017ea30 b time_handler
0017ea34 b time_delta
0017ea38 B net_restart_wrap
0017ea3c b udp_packet_handler
0017ea40 b arp_packet_handler
0017ea44 B net_server_ethaddr
0017ea4c B net_server_ip
0017ea50 B net_rx_packet
0017ea54 B net_rx_packet_len
0017ea58 B net_ethaddr
0017ea60 b net_ip_id
0017ea64 B net_boot_file_name
0017ee64 B net_netmask
0017ee68 B net_gateway
0017ee6c B net_dns_server
0017ee70 B net_boot_file_name_explicit
0017ee74 B net_boot_file_expected_size_in_blocks
0017ee78 B net_gateway6
0017ee88 B net_ip6
0017ee98 B net_link_local_ip6
0017eea8 B net_server_ip6
0017eeb8 B net_prefix_length
0017eebc B use_ip6
0017eec0 B net_ping_ip
0017eec4 b ping_seq_number
0017eec6 b seq_no
0017eec8 B net_ping_ip6
0017eed8 b saved_tftp_block_size_option
0017eee0 b tftp_remote_ip6
0017eef0 b tftp_remote_ip
0017eef4 b tftp_filename
0017ef74 b default_filename
0017ef84 b tftp_load_addr
0017ef88 b tftp_state
0017ef8c b time_start
0017ef90 b tftp_remote_port
0017ef94 b timeout_count
0017ef98 b tftp_our_port
0017ef9c b tftp_cur_block
0017efa0 b tftp_windowsize
0017efa2 b tftp_last_nack
0017efa4 b tftp_load_size
0017efa8 b tftp_next_ack
0017efac b tftp_prev_block
0017efb0 b tftp_block_wrap
0017efb4 b tftp_block_wrap_offset
0017efb8 b fastboot_our_port
0017efbc b fastboot_timed_send_info.start
0017efc0 b last_packet_len
0017efc4 b last_packet
0017f3c4 b fastboot_remote_ip.0
0017f3c8 b fastboot_remote_port
0017f3cc b fastboot_send.command
0017f40d b fastboot_send.pending_command
0017f410 b state
0017f414 b command
0017f455 b response
0017f498 b curr_header_buffer
0017f4a0 b curr_sport
0017f4a2 b curr_dport
0017f4a4 b curr_tcp_seq_num
0017f4a8 b curr_tcp_ack_num
0017f4ac b curr_request_len
0017f4b0 b curr_chunk_size
0017f4b8 b curr_chunk_downloaded
0017f4c0 b curr_header_downloaded
0017f4c8 b command_handled_id
0017f4cc b command_handled_success
0017f4cd b is_ipv6
0017f4d0 b ip_header_size
0017f4d4 b udp_ops
0017f4d8 b current_tcp_state
0017f4dc b tcp_last_connection_data_frame
0017f4e0 b tcp_packet_handler
0017f4e4 b loc_timestamp
0017f4e8 b rmt_timestamp
0017f4ec b tcp_lost
0017f510 b tcp_activity_count
0017f514 b tcp_ack_edge
0017f518 b prev_len
0017f51c b sack_idx
0017f520 b edge_a
0017f6a0 b tcp6_packet_handler
0017f6a4 ? __bss_end
0017f6a4 B __bss_limit