summaryrefslogtreecommitdiff
path: root/bootloader/qemu_arm/System.map
blob: bbbc147df8f44ccc707ffa2e30710970b8339cf5 (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
00005a60 t android_part_get_info_by_name_suffix
00005af0 t get_partition_size
00005b98 T android_bootloader_request_response
00005d84 t console_write
00005df8 t console_read
00005e74 T oemlock_is_allowed
00005e7c t oemlock_get_field
00005eec T oemlock_set_locked
00005f5c T oemlock_is_locked
00005f64 t get_console
00005fbc T write_avb_to_keymint_console
000063d4 t parse_patchlevel
000064ac T fdt_find_and_setprop
00006524 T fdt_find_or_add_subnode
0000658c T fdt_root
00006630 T fdt_initrd
0000680c W board_fdt_chosen_bootargs
00006818 T fdt_chosen
0000691c T do_fixup_by_path
00006978 T fdt_fixup_ethernet
00006b24 T fdt_shrink_to_minimum
00006c9c T fdt_support_default_count_cells
00006d00 T fdt_translate_address
00006d0c t __of_translate_address
00006fb4 t of_bus_default_map
00007084 t of_bus_default_translate
00007104 T boot_fdt_add_mem_rsv_regions
00007278 t boot_fdt_reserve_region
000072d8 T boot_relocate_fdt
000074b4 t fdt_error
000074e0 T boot_get_fdt
0000778c W ft_verify_fdt
00007794 T image_setup_libfdt
00007960 T do_bootm
00007a64 T bootm_maybe_autostart
00007af4 T do_bootd
00007b14 t do_help
00007b68 t do_panic
00007b84 t do_version
00007bc4 t do_ab_select
00007cb4 T blk_common_cmd
00007fe4 t do_source
00008030 T bcb_find_partition_and_load
000080a8 t __bcb_initialize
000081a8 t __bcb_load
00008280 T bcb_load
000082e0 T bcb_set
000082fc t __bcb_set
00008404 T bcb_get
00008460 t bcb_field_get
00008558 T bcb_store
0000855c t __bcb_store
000085e8 T bcb_reset
00008634 t do_bcb
000087c0 t do_bcb_load
0000883c t do_bcb_set
00008844 t do_bcb_clear
000088a4 t do_bcb_test
00008944 t do_bcb_dump
0000899c t do_bcb_store
000089a0 t do_boot_android
000089b0 t do_verified_boot_android
000089c0 t boot_android
00008b3c T efi_get_image_parameters
00008b60 T efi_set_bootdev
00008cc0 T efi_install_fdt
00008f1c T efi_run_image
000090dc t do_bootefi_exec
000091ac t do_bootefi
000093a8 T do_bootz
000094ac t do_video_clear
000094c4 T mk_date
00009714 t do_date
000098c0 t do_dm
00009950 t complete_dm
00009980 t do_dm_dump_driver_compat
00009990 t do_dm_dump_devres
00009998 t do_dm_dump_drivers
000099a8 t do_dm_dump_static_driver_info
000099b8 t do_dm_dump_tree
00009a6c t do_dm_dump_uclass
00009ad4 t do_echo
00009b64 T eficonfig_print_msg
00009ba0 T eficonfig_print_entry
00009c28 T eficonfig_display_statusline
00009c94 T eficonfig_choice_entry
00009d94 T eficonfig_destroy
00009e00 T eficonfig_process_quit
00009e08 T eficonfig_append_menu_entry
00009e9c T eficonfig_append_quit_entry
00009f00 T eficonfig_create_fixed_menu
00009f94 T eficonfig_process_common
0000a0fc T eficonfig_create_device_path
0000a1b4 T eficonfig_process_clear_file_selection
0000a1d0 T eficonfig_process_show_file_option
0000a264 T eficonfig_process_select_file
0000aafc T eficonfig_choice_change_boot_order
0000ae18 t do_eficonfig
0000afd4 t eficonfig_volume_selected
0000aff4 t sort_file
0000b008 t eficonfig_file_selected
0000b1d4 t eficonfig_process_add_boot_option
0000b268 t eficonfig_process_edit_boot_option
0000b3a0 t eficonfig_process_change_boot_order
0000b678 t eficonfig_process_delete_boot_option
0000b6b4 t eficonfig_edit_boot_option
0000bb9c t fill_file_info
0000bc10 t eficonfig_set_boot_option
0000bc94 t create_boot_option_entry
0000bd40 t eficonfig_boot_add_enter_description
0000bd58 t prepare_file_selection_entry
0000bec8 t eficonfig_boot_add_optional_data
0000bee0 t eficonfig_boot_edit_save
0000bf44 t handle_user_input
0000bff4 t eficonfig_show_boot_selection
0000c1d8 t eficonfig_add_boot_selection_entry
0000c35c t eficonfig_process_boot_selected
0000c374 t eficonfig_print_change_boot_order_entry
0000c430 t eficonfig_add_change_boot_order_entry
0000c578 t eficonfig_process_save_boot_order
0000c678 t do_exit
0000c6a8 T do_fat_size
0000c6c4 T do_fat_fsload
0000c6e0 t do_fat_ls
0000c6fc t do_fat_fsinfo
0000c790 t do_fat_fswrite
0000c7ac t do_fat_rm
0000c7c8 t do_fat_mkdir
0000c7e4 t do_size_wrapper
0000c800 t do_load_wrapper
0000c81c t do_save_wrapper
0000c838 t do_ls_wrapper
0000c854 t do_ln_wrapper
0000c870 t do_fstype_wrapper
0000c874 t do_fstypes_wrapper
0000c878 t do_itest
0000c8f8 t binary_test
0000caa8 t evalstr
0000cb1c t evalexp
0000cb90 t do_sleep
0000cc80 t do_bootp
0000cc8c T do_tftpb
0000cc98 t netboot_common
0000d0c4 t do_ping
0000d12c T do_ping6
0000d1ac t do_net
0000d230 t do_net_list
0000d2e0 t do_net_stats
0000d424 t do_part
0000d770 t do_part_types
0000d814 t do_part_set
0000d8a8 t do_part_type
0000d928 t do_part_info
0000da68 t do_qemu_fw
0000daf4 t qemu_fwcfg_do_list
0000db84 t qemu_fwcfg_do_cpus
0000dbb0 t qemu_fwcfg_do_load
0000dc90 t do_rw
0000dd84 T setexpr_regex_sub
0000e038 t substitute
0000e130 t do_setexpr
0000e40c t get_arg
0000e4f8 t regex_sub_var
0000e60c t do_test
0000e97c t do_false
0000e984 t do_true
0000e98c t do_virtio
0000ea40 t do_video_setcursor
0000eaac t do_video_puts
0000eb14 t do_fastboot
0000ecbc t do_gpt
0000ef3c t gpt_verify
0000f07c t gpt_setenv
0000f1d4 t gpt_enumerate
0000f33c t do_disk_guid
0000f398 t set_gpt_info
0000f900 t extract_val
0000f9b0 t extract_env
0000fa78 T do_avb_init
0000fad8 T do_avb_read_part
0000fbb4 T do_avb_read_part_hex
0000fd0c T do_avb_write_part
0000fdd4 T do_avb_read_rb
0000fe64 T do_avb_write_rb
0000fef0 T do_avb_get_uuid
0000ff7c T do_avb_verify_part
00010030 T do_avb_is_unlocked
000100c0 t do_avb
00010130 T env_get_id
00010140 T env_set
000101a4 t _do_env_set
00010394 t do_env
000103f0 t do_env_print
000104c4 t do_env_set
000104e0 t do_env_default
00010590 t do_env_delete
00010674 t do_env_verified_import
0001089c t do_env_exists
000108f0 t env_print
000109b0 T board_init_f_alloc_reserve
000109c0 T board_init_f_init_reserve
000109e4 T main_loop
00010a24 T get_version
00010a2c T jumptable_init
00010c9c t dummy
00010ca0 t mdelay
00010cac T get_local_var
00010d48 T set_local_var
00010ed8 T unset_local_var
00010f78 T parse_string_outer
000110b0 t parse_stream_outer
0001185c T parse_file_outer
000118b8 T u_boot_hush_start
00011910 t do_showvar
00011a3c t static_peek
00011a48 t static_get
00011a64 t done_word
00011dc4 t done_pipe
00011e0c t file_peek
00011e18 t free_pipe_list
00011f04 t new_pipe
00011f44 t done_command
00011fe0 t b_addqchr
00012030 t b_addchr
000120b0 t run_list_real
000128d8 t insert_var_value_sub
00012c18 t is_assignment
00012c6c t make_string
00012dd4 t file_get
00012f90 T bootdelay_process
00013040 T autoboot_command
0001313c W coloured_LED_init
00013140 W red_led_on
00013144 W board_add_ram_info
00013148 W arch_cpu_init
00013150 W mach_cpu_init
00013158 W board_get_usable_ram_top
00013164 W arch_setup_dest_addr
0001316c T setup_bdinfo
00013174 W reserve_arch
0001317c W checkcpu
00013184 W clear_bss
0001318c T board_init_f
000131bc t setup_mon_len
000131e0 t log_init
000131e8 t initf_bootstage
000131f0 t bloblist_maybe_init
000131f8 t setup_spl_handoff
00013200 t initf_dm
00013208 t init_baud_rate
00013234 t display_text_info
0001323c t print_resetinfo
0001330c t announce_dram_init
00013324 t setup_dest_addr
0001336c t reserve_round_4k
00013384 t reserve_video
000133bc t reserve_trace
000133c4 t reserve_uboot
00013414 t reserve_malloc
0001343c t reserve_board
00013494 t reserve_global_data
000134c4 t reserve_fdt
00013548 t reserve_bootstage
00013550 t reserve_bloblist
00013558 t reserve_stacks
00013574 t show_dram_config
000136dc t display_new_sp
000136e4 t reloc_fdt
0001374c t reloc_bootstage
00013754 t reloc_bloblist
0001375c t setup_reloc
000137a0 t cyclic_unregister_all
000137a8 W cpu_secondary_init_r
000137b0 W arch_initr_trap
000137b8 W power_init_board
000137c0 T board_init_r
000137f8 t initr_trace
00013800 t initr_reloc
0001381c t initr_caches
0001382c t initr_reloc_global_data
0001386c t initr_barrier
00013874 t initr_malloc
000138a0 t log_init
000138a8 t initr_bootstage
000138b0 t initr_of_live
000138b8 t initr_dm
000138dc t initr_binman
000138e4 t initr_dm_devices
000138ec t initr_announce
000138f4 t dm_announce
0001399c t initr_env
00013a08 t initr_net
00013a24 t run_main_loop
00013a34 T iomux_match_device
00013a70 T iomux_doenv
00013c98 T menu_default_choice
00013cb4 T menu_default_set
00013d40 T menu_get_choice
00013f30 T menu_item_add
00014024 T menu_create
000140bc T menu_destroy
00014124 T bootmenu_conv_key
000141d8 T bootmenu_loop
0001422c T cli_ch_init
00014238 T cli_ch_process
000144a4 T cread_line_process_ch
00014a68 t cread_add_char
00014b6c T cli_cread_init
00014be8 T cli_readline
00014c00 T cli_readline_into_buffer
0001503c t delete_char
00015138 T cli_simple_process_macros
00015380 T bounce_buffer_start_extalign
00015424 T bounce_buffer_stop
00015484 t on_console
00015560 t console_puts_select
00015608 t console_needs_start_stop
00015670 T console_stop
00015698 T serial_printf
000156fc T fgetc
00015748 t console_tstc
000157dc T fputs
00015848 T getchar
00015878 T tstc
000158a8 T putc
000159a4 T puts
00015a54 t pre_console_puts
00015ab8 T flush
00015b48 T ctrlc
00015ba0 T disable_ctrlc
00015bb8 T had_ctrlc
00015bc8 T clear_ctrlc
00015bdc T console_search_dev
00015c00 T console_assign
00015d20 T console_init_f
00015d44 t print_pre_console_buffer
00015e1c T console_init_r
0001600c T sbrk
0001606c T mem_malloc_init
00016098 t malloc
00016590 t malloc_extend_top
00016730 t free
0001699c t malloc_trim
00016ab0 t realloc
00016f40 t memalign
000170e4 t calloc
000171bc T initf_malloc
000171e0 T malloc_simple
000171e8 t alloc_simple
0001725c T memalign_simple
0001726c T event_type_name
00017278 T event_notify
00017370 T event_notify_null
0001737c T event_register
000173d8 T event_init
000173f0 W get_effective_memsize
000173fc T stdio_file_to_flags
00017418 T stdio_get_by_name
00017514 T stdio_clone
00017558 T stdio_register_dev
000175ac T stdio_register
000175f0 T stdio_init_tables
0001760c T stdio_add_devices
000176c0 t stdio_serial_putc
000176c8 t stdio_serial_puts
000176d0 t stdio_serial_flush
000176d4 t stdio_serial_getc
000176d8 t stdio_serial_tstc
000176dc T run_command
000176f0 T run_command_list
00017768 T do_run
000177cc T cli_process_fdt
00017804 T cli_secure_boot_cmd
00017880 T cli_loop
00017888 T cli_init
0001788c T _do_help
00017a44 T find_cmd_tbl
00017af0 T cmd_usage
00017b4c T find_cmd
00017b7c T var_complete
00017c24 T complete_subcmdv
00017dcc T cmd_auto_complete
0001822c T cmd_get_data_size
000182ac T cmd_always_repeatable
000182c8 T cmd_never_repeatable
000182e4 T cmd_discard_repeatable
00018304 T cmd_process
000184b0 T cmd_process_error
000184f0 T cmd_source_script
0001853c T avb_ops_alloc
000185f4 t read_from_partition
00018628 t write_to_partition
0001865c t validate_vbmeta_public_key
000186b8 t read_rollback_index
000186ec t write_rollback_index
0001870c t read_is_device_unlocked
00018730 t get_unique_guid_for_partition
00018784 t get_size_of_partition
000187d0 T avb_ops_free
00018814 T avb_verify
0001884c T avb_verify_partitions
000189d0 t blk_byte_io
00018cc0 t get_partition
00018d94 t blk_read_and_flush
00018e88 t avb_blk_write
00018f5c T qfw_get_dev
00018f68 T qfw_online_cpus
00018f8c T qfw_read_firmware_list
00019074 T qfw_file_iter_init
00019094 T qfw_file_iter_next
000190a8 T qfw_file_iter_end
000190c0 T qemu_fwcfg_setup_kernel
0001926c T part_get_type_by_name
000192ec T blk_get_dev
000192f4 t get_dev_hwpart
0001932c T dev_print
000195a8 T part_init
00019638 T part_print
000197c0 t part_driver_lookup_type
000198b0 T part_get_info_by_type
00019980 T part_get_info
0001998c T part_get_info_whole_disk
000199e0 T blk_get_device_by_str
00019afc T blk_get_device_part_str
00019ef0 T part_get_info_by_name
00019f94 T part_get_info_by_dev_and_name
0001a044 T part_get_info_by_dev_and_name_or_num
0001a0b4 T part_set_generic_name
0001a148 T disk_blk_read
0001a19c t disk_blk_part_validate
0001a1f0 T disk_blk_write
0001a244 T disk_blk_erase
0001a290 t test_block_type
0001a34c t part_get_info_dos
0001a374 t part_print_dos
0001a3b0 t part_test_dos
0001a44c t part_get_info_extended
0001a76c t print_partition_extended
0001aa20 T get_disk_guid
0001aab8 t find_valid_gpt
0001ab1c T part_print_efi
0001ad98 t is_pte_valid
0001ade4 t print_efiname
0001ae44 T part_get_info_efi
0001afdc T write_gpt_table
0001b368 t set_protective_mbr
0001b45c T gpt_fill_pte
0001b7b8 T gpt_fill_header
0001b9a0 t partition_entries_offset
0001ba18 T gpt_restore
0001bb30 T gpt_verify_headers
0001bbdc t is_gpt_valid
0001bef0 T gpt_repair_headers
0001c0c4 t write_one_gpt_table
0001c18c T gpt_verify_partitions
0001c3c8 t validate_gpt_header
0001c5b4 t part_test_efi
0001c674 T blk_get_uclass_name
0001c6b4 T blk_get_devnum_by_uclass_idname
0001c790 T blk_get_desc
0001c854 T blk_list_part
0001c8d8 T blk_print_part_devnum
0001c918 T blk_list_devices
0001c98c T blk_print_device_num
0001c9d0 T blk_show_device
0001ca4c T blk_dselect_hwpart
0001ca78 T blk_read
0001cbb0 t blk_buffer_aligned
0001cbd4 T blk_write
0001ccc4 T blk_erase
0001cd1c T blk_dread
0001cd24 T blk_dwrite
0001cd2c T blk_derase
0001cd34 T blk_find_max_devnum
0001cda8 T blk_next_free_devnum
0001cdcc T blk_create_device
0001cf60 t blk_post_probe
0001d058 T blkcache_read
0001d148 T blkcache_fill
0001d288 T blkcache_invalidate
0001d314 T device_bind_with_driver_data
0001d33c t device_bind_common
0001d6a0 T device_bind
0001d6cc T device_bind_by_name
0001d73c T device_of_to_plat
0001d894 T device_probe
0001da00 T device_get_uclass_id
0001da10 T dev_get_plat
0001da20 T dev_get_parent_plat
0001da30 T dev_get_uclass_plat
0001da40 T dev_get_priv
0001da50 T dev_get_uclass_priv
0001da60 T dev_get_parent_priv
0001da70 T dev_get_parent
0001da78 T device_get_decendent_count
0001daac T device_find_first_child
0001dac4 T device_find_next_child
0001dae8 T device_first_child_err
0001db24 T device_next_child_err
0001db68 T dev_get_driver_data
0001db70 T device_set_name_alloced
0001db80 T device_set_name
0001dbb8 T dev_set_priv
0001dbc0 T dev_set_parent_priv
0001dbc8 T dev_set_uclass_priv
0001dbd0 T dev_set_plat
0001dbd8 T dev_set_parent_plat
0001dbe0 T dev_set_uclass_plat
0001dbe8 T device_is_compatible
0001dc00 t alloc_priv
0001dc64 T devfdt_get_addr_index
0001dd44 T devfdt_get_addr
0001dd4c T lists_driver_lookup_name
0001ddc8 T lists_uclass_lookup
0001de30 T lists_bind_drivers
0001df0c T device_bind_driver
0001df28 T device_bind_driver_to_node
0001df80 T lists_bind_fdt
0001e154 T dm_root
0001e174 T dm_init
0001e210 T dm_remove_devices_flags
0001e244 T dm_scan_fdt_dev
0001e25c t dm_scan_fdt_node
0001e2f4 T dm_extended_scan
0001e35c W dm_scan_other
0001e364 T dm_init_and_scan
0001e3fc T dm_get_stats
0001e424 t dm_probe_devices
0001e4ac T uclass_get_priv
0001e4b4 T uclass_get
0001e638 T dev_get_uclass_index
0001e68c T uclass_find_device
0001e6fc T uclass_find_first_device
0001e73c T uclass_find_next_device
0001e768 T uclass_find_device_by_namelen
0001e804 T uclass_find_next_free_seq
0001e870 T uclass_find_device_by_seq
0001e8e0 T uclass_find_device_by_of_offset
0001e950 T uclass_get_nth_device_by_driver_name
0001e9dc T uclass_get_device
0001ea20 T uclass_get_device_by_name
0001ea80 T uclass_get_device_by_seq
0001eac4 T uclass_get_device_by_of_offset
0001eb08 T uclass_first_device
0001eb4c t _uclass_next_device
0001eb9c T uclass_next_device
0001ebbc T uclass_first_device_err
0001ebe4 T uclass_first_device_check
0001ec44 T uclass_next_device_check
0001ec80 T uclass_get_count
0001ecbc T uclass_bind_device
0001ed40 T uclass_pre_unbind_device
0001ed70 T uclass_unbind_device
0001ed94 T uclass_pre_probe_device
0001ee04 T uclass_post_probe_device
0001ee6c T uclass_pre_remove_device
0001ee9c T uclass_probe_all
0001ef0c T pci_get_devfn
0001ef54 T dev_tag_set_ptr
0001f000 T dev_tag_get_ptr
0001f074 T dev_tag_del
0001f108 T devres_release_probe
0001f114 t release_nodes
0001f188 T devres_release_all
0001f194 T device_chld_unbind
0001f214 T device_unbind
0001f350 T device_chld_remove
0001f3c4 T device_remove
0001f4fc T device_free
0001f5b8 T dm_dump_tree
0001f63c t dm_dump_tree_single
0001f6ac t dm_dump_tree_recursive
0001f738 T dm_dump_uclass
0001f7f4 t dm_dump_uclass_single
0001f8c4 T dm_dump_driver_compat
0001f99c T dm_dump_drivers
0001fae8 T dm_dump_static_driver_info
0001fb4c t show_devices
0001fd18 t h_cmp_uclass_id
0001fd3c T ofnode_get_name
0001fd5c T ofnode_read_u32_index
0001fdc4 T ofnode_read_u32_default
0001fde8 T ofnode_read_bool
0001fe10 T ofnode_read_string
0001fe64 T ofnode_find_subnode
0001fe78 T ofnode_is_enabled
0001fe98 T ofnode_first_subnode
0001fea8 T ofnode_next_subnode
0001feb8 T ofnode_path
0001fed4 T ofnode_get_property
0001feec T ofnode_read_u8_array_ptr
0001ff04 T ofnode_read_pci_addr
0001fffc T ofnode_read_pci_vendev
00020104 T ofnode_read_simple_addr_cells
00020114 T ofnode_read_simple_size_cells
00020124 T ofnode_pre_reloc
000202a4 T ofnode_read_resource
00020310 T ofnode_device_is_compatible
00020334 T ofnode_by_prop_value
00020364 T ofnode_conf_read_int
000203b4 T ofnode_conf_read_str
000203ec T sysreset_get_status
00020408 T sysreset_walk
000204a0 T sysreset_walk_halt
000204cc T do_reset
00020520 W psci_sysreset_get_status
00020528 t psci_sysreset_request
00020558 T psci_sys_reset
000205e8 T psci_sys_poweroff
00020624 t psci_bind
00020678 t psci_probe
00020704 T pci_get_controller
0002073c T dm_pci_get_bdf
00020780 t pci_get_bus_max
000207c8 T pci_get_ff
000207e4 T pci_bus_find_devfn
00020858 T dm_pci_write_config
00020908 T dm_pci_write_config8
00020910 T dm_pci_write_config16
00020918 T dm_pci_write_config32
00020920 T dm_pci_read_config
000209f0 T dm_pci_read_config8
00020a1c T dm_pci_read_config16
00020a48 T dm_pci_read_config32
00020a74 T pci_auto_config_devices
00020ba0 T pci_generic_mmap_write_config
00020c2c T pci_generic_mmap_read_config
00020ccc T dm_pci_hose_probe_bus
00020d98 T dm_pci_find_capability
00020e18 W board_pci_fixup_dev
00020e1c T pci_bind_bus_devices
000213d4 T dm_pci_read_bar32
00021428 T dm_pci_bus_to_phys
000214f0 T dm_pci_map_bar
00021650 T dm_pci_find_next_capability
0002165c t _dm_pci_find_next_capability
00021704 t pci_uclass_pre_probe
00021a84 t pci_uclass_post_probe
00021aec t pci_uclass_child_post_bind
00021b30 T pci_init
00021b74 t pci_bridge_read_config
00021bf4 t pci_bridge_write_config
00021c58 T dm_pciauto_prescan_setup_bridge
00022060 T dm_pciauto_postscan_setup_bridge
000221c0 T dm_pciauto_config_device
00022260 t dm_pciauto_setup_device
000224ec t dm_pciauto_exp_link_stable
000225bc T pciauto_region_align
000225d8 T pciauto_region_allocate
00022638 T pciauto_config_init
00022748 t pci_generic_ecam_probe
00022764 t pci_generic_ecam_of_to_plat
000227dc t pci_generic_ecam_read_config
00022860 t pci_generic_ecam_write_config
000228d8 t pci_generic_ecam_conf_address
00022950 T serial_init
00022ac4 T serial_setbrg
00022b08 T serial_initialize
00022b18 T serial_putc
00022b7c T serial_puts
00022b9c t _serial_puts
00022c0c T serial_flush
00022c58 T serial_getc
00022ca0 T serial_tstc
00022cdc T serial_stdio_init
00022ce0 t on_baudrate
00022de8 t serial_post_probe
00022ecc t serial_pre_remove
00022ed4 t serial_stub_putc
00022f24 t serial_stub_puts
00022f2c t serial_stub_flush
00022f64 t serial_stub_getc
00022f90 t serial_stub_tstc
00022fb4 T pl01x_serial_setbrg
000230ec T pl01x_serial_probe
00023158 T pl01x_serial_getc
00023198 T pl01x_serial_putc
000231cc T pl01x_serial_pending
00023210 T pl01x_serial_of_to_plat
00023280 T virtio_get_config
00023294 T virtio_set_config
000232a8 T virtio_generation
000232c8 T virtio_reset
000232dc T virtio_find_vqs
000232f0 T virtio_notify
00023304 T virtio_add_status
00023358 T virtio_finalize_features
000233e0 T virtio_driver_features_init
000233f0 T virtio_init
000233f8 t virtio_uclass_pre_probe
00023478 t virtio_uclass_post_probe
00023540 t virtio_uclass_child_post_bind
00023554 t virtio_uclass_child_pre_probe
000237f8 t virtio_uclass_child_post_probe
0002380c t virtio_bootdev_bind
00023824 t virtio_bootdev_hunt
00023854 T virtqueue_add
00023ad4 T virtqueue_kick
00023b5c T virtqueue_get_buf
00023d08 T vring_create_virtqueue
00023fb0 T vring_del_virtqueue
00023ff4 T virtqueue_get_vring_size
00023ffc T virtqueue_get_desc_addr
00024004 T virtqueue_get_avail_addr
0002400c T virtqueue_get_used_addr
00024014 T virtqueue_poll
0002403c t __bb_force_page_align
0002406c t virtqueue_detach_desc
000240b4 t virtio_mmio_probe
00024150 t virtio_mmio_of_to_plat
00024180 t virtio_mmio_get_config
000242c0 t virtio_mmio_set_config
00024414 t virtio_mmio_generation
00024448 t virtio_mmio_get_status
0002446c t virtio_mmio_set_status
000244bc t virtio_mmio_reset
000244dc t virtio_mmio_get_features
0002453c t virtio_mmio_set_features
000245b8 t virtio_mmio_find_vqs
00024798 t virtio_mmio_del_vqs
00024854 t virtio_mmio_notify
00024878 t virtio_pci_bind
000248cc t virtio_pci_probe
00024ae0 t virtio_pci_find_capability
00024c14 t virtio_pci_get_config
00024d28 t virtio_pci_set_config
00024e60 t virtio_pci_generation
00024e84 t virtio_pci_get_status
00024ea8 t virtio_pci_set_status
00024ef8 t virtio_pci_reset
00024f54 t virtio_pci_get_features
00024fb0 t virtio_pci_set_features
00025028 t virtio_pci_find_vqs
00025170 t virtio_pci_del_vqs
000251d0 t virtio_pci_notify
00025238 t virtio_net_bind
00025274 t virtio_net_probe
000252c8 t virtio_net_start
00025348 t virtio_net_send
000253ec t virtio_net_recv
00025440 t virtio_net_free_pkt
000254a8 t virtio_net_stop
000254ac t virtio_net_write_hwaddr
00025524 t virtio_net_read_rom_hwaddr
000255f0 t virtio_blk_bind
0002569c t virtio_blk_probe
00025748 t virtio_blk_read
0002576c t virtio_blk_write
00025790 t virtio_blk_erase
0002581c t virtio_blk_do_req
0002597c t virtio_console_bind
000259b0 t virtio_console_probe
00025a00 t add_inbuf
00025a7c t virtio_console_serial_setbrg
00025a84 t virtio_console_serial_getc
00025b08 t virtio_console_serial_putc
00025b84 t virtio_console_serial_pending
00025b9c t console_putc_xy
00025c5c t console_move_rows
00025cb0 t console_set_row
00025d68 t console_set_cursor_visible
00025d8c T check_bpix_support
00025da0 T fill_pixel_and_goto_next
00025dd8 T fill_char_vertically
00025f30 T console_probe
00025f48 t console_set_font
00025fe8 T console_simple_get_font_size
0002600c T console_simple_get_font
00026028 T console_simple_select_font
000260b4 T video_reserve
00026144 t alloc_fb
00026194 T video_fill
00026214 T video_sync
00026288 T video_clear
000262a4 T video_index_to_colour
00026384 T video_set_default_colors
000263cc T video_sync_all
0002641c T video_get_xsize
0002642c T video_get_ysize
0002643c t video_post_bind
000264cc t video_post_probe
00026628 T vidconsole_put_char
00026c9c t vidconsole_newline
00026d5c T vidconsole_put_string
00026d9c t vidconsole_pre_probe
00026dc8 t vidconsole_post_probe
00026e4c T vidconsole_position_cursor
00026ec8 t vidconsole_putc
00026ee8 t vidconsole_puts
00026f30 T video_bmp_display
000275dc t write_pix8
000276bc t bochs_video_bind
000276d4 t bochs_video_probe
000277fc T fastboot_response
0002786c T fastboot_fail
00027884 T fastboot_okay
000278b8 W fastboot_set_reboot_flag
00027944 T fastboot_boot
000279d0 T fastboot_handle_boot
00027a3c T fastboot_set_progress_callback
00027a4c T fastboot_init
00027a88 T fastboot_getvar
00027b74 t getvar_version
00027b80 t getvar_version_bootloader
00027b8c t getvar_downloadsize
00027bac t getvar_serialno
00027be8 t getvar_version_baseband
00027bf4 t getvar_product
00027c30 t getvar_platform
00027c6c t getvar_current_slot
00027c78 t getvar_has_slot
00027d34 t getvar_partition_size
00027d80 t getvar_is_userspace
00027d8c T fastboot_handle_command
00027e4c T fastboot_data_remaining
00027e6c T fastboot_data_download
00027f30 T fastboot_data_complete
00027f8c t getvar
00027f90 t download
00028068 t flash
000280b0 t erase
000280e0 t okay
000280e8 t reboot_bootloader
00028124 t reboot_fastbootd
00028160 t reboot_recovery
0002819c t run_flashing_lock
000281f4 t run_flashing_unlock
0002826c t ensure_device_is_unlocked
000282b4 T fastboot_block_get_part_info
00028374 T fastboot_block_erase
000283dc t fb_block_write
000284b8 T fastboot_block_write_raw_image
0002858c T fastboot_block_write_sparse_image
00028620 t fb_block_sparse_write
0002862c t fb_block_sparse_reserve
00028634 T fastboot_block_flash_write
000286b8 T qfw_read_entry
00028758 T qfw_register
000287f0 t qfw_post_bind
000287f8 t qfw_get_bootflow
00028808 t qfw_bootdev_bind
00028820 t qfw_bootdev_hunt
0002883c t qfw_mmio_probe
00028840 t qfw_mmio_of_to_plat
00028864 t qfw_mmio_read_entry_io
00028904 t qfw_mmio_read_entry_dma
00028920 T dm_rtc_get
0002893c T dm_rtc_set
00028958 T dm_rtc_reset
00028974 t pl031_probe
00028994 t pl031_of_to_plat
000289b8 t pl031_get
000289f8 t pl031_set
00028a34 t pl031_reset
00028a54 T dm_rng_read
00028a70 T env_set_ulong
00028a90 T env_set_hex
00028ac8 T env_get_hex
00028b10 T env_get
00028bc0 T eth_env_get_enetaddr
00028c14 T eth_env_set_enetaddr
00028c68 t env_get_from_linear
00028d70 T env_get_ulong
00028da0 T env_get_yesno
00028df8 T env_get_autostart
00028e18 T env_get_default
00028e54 T env_set_default
00028f10 T env_set_default_vars
00028f54 T env_relocate
00028f74 T env_complete
0002916c W arch_env_get_location
0002917c W env_get_location
00029180 T env_load
00029244 t env_driver_lookup
000292c0 T env_init
00029398 T env_attr_walk
000294d8 T env_attr_lookup
00029564 t regex_callback
000296ac T env_flags_parse_vartype
00029700 T env_flags_parse_varaccess
00029754 T eth_validate_ethaddr_str
0002981c T env_flags_init
000298f8 t on_flags
00029948 T env_flags_validate
00029c38 t clear_flags
00029c48 t set_flags
00029cdc T env_callback_init
00029da8 t find_env_callback
00029e1c t on_callbacks
00029e6c t clear_callback
00029e7c t set_callback
00029f00 t env_nowhere_load
00029f24 t env_nowhere_init
00029f38 T fs_get_type
00029f48 T fs_set_blk_dev
0002a01c T fs_set_blk_dev_with_part
0002a0d4 T fs_close
0002a10c T fs_exists
0002a16c T fs_size
0002a1cc T fs_read
0002a24c T fs_write
0002a304 T fs_opendir
0002a3b8 T fs_readdir
0002a448 T fs_closedir
0002a4b8 T fs_unlink
0002a518 T fs_mkdir
0002a578 T fs_ln
0002a5e4 T do_size
0002a698 T do_load
0002aa8c T do_ls
0002ab5c T file_exists
0002abd8 T do_save
0002ad4c T do_fs_type
0002adfc T do_rm
0002ae90 T do_mkdir
0002af38 T do_ln
0002af80 T do_fs_types
0002b008 t fs_ls_generic
0002b0f4 t fs_ln_unsupported
0002b0fc t fs_probe_unsupported
0002b104 t fs_ls_unsupported
0002b10c t fs_exists_unsupported
0002b114 t fs_size_unsupported
0002b11c t fs_read_unsupported
0002b124 t fs_write_unsupported
0002b12c t fs_close_unsupported
0002b130 t fs_uuid_unsupported
0002b138 t fs_opendir_unsupported
0002b140 t fs_unlink_unsupported
0002b148 t fs_mkdir_unsupported
0002b150 T fat_set_blk_dev
0002b23c T fat_next_cluster
0002b384 t get_fatent
0002b52c T file_fat_detectfs
0002b5f8 t read_bootsectandvi
0002b740 T fat_exists
0002b7b8 t fat_itr_root
0002b984 t fat_itr_resolve
0002bb38 T fat_size
0002bc0c T fat_read_file
0002c094 T fat_opendir
0002c134 T fat_readdir
0002c22c t fat_itr_next
0002c540 t fat2rtc
0002c59c T fat_closedir
0002c5b8 T fat_close
0002c5bc T fat_uuid
0002c618 T file_fat_write_at
0002c8bc t split_filename
0002ca10 t normalize_longname
0002cb08 t find_directory_entry
0002cb88 t set_name
0002cdb0 t fat_find_empty_dentries
0002cf74 t fill_dir_slot
0002d204 t fill_dentry
0002d25c t set_contents
0002ddd8 t flush_dirty_fat_buffer
0002de74 t flush_dir
0002df04 T file_fat_write
0002df34 T fat_unlink
0002e274 T fat_mkdir
0002e614 t fat_itr_child
0002e694 t get_cluster
0002e874 t next_dent
0002e8ec t downcase
0002e944 t str2fat
0002e9d4 t fat_move_to_cluster
0002ea24 t set_fatent_value
0002ec94 t clear_fatent
0002ed08 t determine_fatent
0002ed48 t disk_write
0002edd4 t set_sectors
0002ef44 t delete_single_dentry
0002ef84 T efi_driver_init
0002f0bc t efi_uc_init
0002f0c4 t efi_uc_destroy
0002f0cc t efi_uc_supported
0002f18c t efi_uc_start
0002f270 t efi_uc_stop
0002f380 t check_node_type
0002f404 t disconnect_child
0002f458 t efi_bl_read
0002f4bc t efi_bl_write
0002f520 t efi_bl_init
0002f598 t efi_bl_bind
0002f6e0 T efi_bootmgr_load
0002f884 t try_load_entry
0002fb90 T efi_bootmgr_get_unused_bootoption
0002fc44 T efi_bootmgr_append_bootorder
0002fcf0 T efi_bootmgr_delete_boot_option
0002fdf8 T efi_bootmgr_update_media_device_boot_option
00030324 t try_load_from_file_path
00030418 T __efi_entry_check
00030468 T __efi_exit_check
000304a8 T efi_save_gd
000304bc T efi_restore_gd
000304e8 T efi_signal_event
000305a4 t efi_queue_event
0003061c T efi_add_handle
00030648 T efi_create_handle
00030698 T efi_search_protocol
00030720 T efi_search_obj
00030758 T efi_delete_handle
000307e8 t efi_purge_handle
00030890 T efi_create_event
000309d0 T efi_timer_check
00030a84 t efi_process_event_queue
00030b64 T efi_set_timer
00030c30 T efi_add_protocol
00030d98 T efi_register_protocol_notify
00030e88 T efi_install_configuration_table
0003101c T efi_setup_loaded_image
00031160 T efi_locate_device_path
0003134c T efi_locate_handle_buffer
000313c0 T efi_load_image
000319b0 T efi_close_protocol
00031a90 T efi_locate_handle_buffer_int
00031b40 t efi_locate_handle
00031cd8 T efi_install_multiple_protocol_interfaces
00031d08 t efi_install_multiple_protocol_interfaces_int
00031ee8 T efi_uninstall_multiple_protocol_interfaces
00031f18 t efi_uninstall_multiple_protocol_interfaces_int
00032040 T efi_protocol_open
000322a8 t efi_disconnect_controller
0003269c T efi_start_image
00032954 t efi_open_protocol
00032adc T efi_unload_image
00032c70 t efi_delete_image
00032d18 T efi_handle_protocol
00032d48 T efi_initialize_system_table
00032dcc t efi_uninstall_protocol
00032fd8 t efi_disconnect_all_drivers
000331e0 t efi_connect_controller
000334c0 t efi_bind_controller
00033624 t efi_install_protocol_interface
000336e4 t efi_uninstall_protocol_interface
00033754 t efi_raise_tpl
000337d8 t efi_restore_tpl
00033858 t efi_allocate_pages_ext
000338c4 t efi_free_pages_ext
00033930 t efi_get_memory_map_ext
000339a4 t efi_allocate_pool_ext
00033a10 t efi_free_pool_ext
00033a7c t efi_create_event_ext
00033af8 t efi_set_timer_ext
00033b64 t efi_wait_for_event
00033d1c t efi_signal_event_ext
00033dd8 t efi_close_event
00033f6c t efi_check_event
00034074 t efi_reinstall_protocol_interface
00034170 t efi_locate_handle_ext
000341e4 t efi_install_configuration_table_ext
00034250 t efi_exit
000343e0 t efi_exit_boot_services
00034620 t efi_get_next_monotonic_count
000346b8 t efi_stall
0003475c t efi_set_watchdog_timer
000347c8 t efi_close_protocol_ext
00034834 t efi_open_protocol_information
00034974 t efi_protocols_per_handle
00034af8 t efi_locate_protocol
00034cac t efi_install_multiple_protocol_interfaces_ext
00034d34 t efi_uninstall_multiple_protocol_interfaces_ext
00034dbc t efi_calculate_crc32
00034e5c t efi_copy_mem
00034ec8 t efi_set_mem
00034f40 t efi_create_event_ex
00034fdc t efi_update_exit_data
0003504c T efi_get_dp_from_boot
00035114 T efi_link_dev
00035128 T efi_unlink_dev
0003514c T efi_varname_is_load_option
000351ec T efi_next_variable_name
0003525c T efi_search_bootorder
000352d8 T efi_setup_console_size
000354d8 t efi_cout_reset
00035520 t efi_cout_output_string
0003569c t efi_cout_test_string
000356b0 t efi_cout_query_mode
00035720 t efi_cout_set_mode
00035788 t efi_cout_set_attribute
000357f4 t efi_cout_clear_screen
00035848 t efi_cout_set_cursor_position
000358cc t efi_cout_enable_cursor
00035908 t efi_cin_reset
00035938 t efi_cin_read_key_stroke
000359b8 T efi_console_register
00035b24 t efi_key_notify
00035b38 t efi_console_timer_notify
00035b4c T efi_console_get_u16_string
00035c88 t efi_cin_empty_buffer
00035cb4 t term_get_char
00035cf8 t efi_cin_check
000360b0 t set_shift_mask
00036110 t analyze_modifiers
00036190 t efi_cin_reset_ex
000361c0 t efi_cin_read_key_stroke_ex
000362ac t efi_cin_set_state
000362c0 t efi_cin_register_key_notify
00036350 t efi_cin_unregister_key_notify
000363c0 T efi_dp_next
000363f8 T efi_dp_shorten
0003646c T efi_dp_find_obj
000364a8 t find_handle
00036674 T efi_dp_last_node
000366c8 T efi_dp_instance_size
00036728 T efi_dp_size
00036764 T efi_dp_dup
000367d4 T efi_dp_append
000367dc t efi_dp_append_or_concatenate
00036904 T efi_dp_concat
0003690c T efi_dp_append_node
00036a28 T efi_dp_create_device_node
00036a70 T efi_dp_append_instance
00036b70 T efi_dp_get_next_instance
00036c30 T efi_dp_is_multi_instance
00036c70 T efi_dp_from_part
00036cf8 T efi_dp_part_node
00036d3c t dp_part_node
00036f8c T efi_dp_from_file
000370d4 T efi_dp_from_uart
00037140 t dp_size
000371f4 t dp_fill
000373f8 T efi_dp_from_eth
00037454 T efi_dp_from_mem
00037560 T efi_dp_split_file_path
00037620 T efi_dp_from_name
00037828 T efi_dp_check_length
000378a0 T efi_dp_from_lo
00037954 T efi_dp_str
00037980 t efi_convert_device_path_to_text
00037a20 t efi_convert_device_node_to_text
00037a6c t efi_convert_single_device_node_to_text
00038378 t efi_str_to_u16
000383c4 t get_device_path_size
000383f8 t duplicate_device_path
0003841c t append_device_path
00038448 t append_device_node
00038474 t append_device_path_instance
000384a0 t get_next_device_path_instance
000384cc t is_device_path_multi_instance
000384f0 t create_device_node
00038524 T efi_try_purge_kaslr_seed
000385b0 T efi_carve_out_dt_rsv
000386f8 t efi_reserve_memory
00038758 t efi_dt_fixup
000388dc T efi_file_open_int
00038984 t file_open
00038ce0 T efi_file_size
00038d98 T efi_file_read_int
000390dc T efi_file_setpos_int
00039150 t efi_get_file_size
00039194 T efi_file_from_path
0003930c T efi_create_simple_file_system
0003936c t efi_open_volume
000393b8 t efi_create_file
000393f8 t is_dir
00039420 t efi_file_open
0003947c t efi_file_close
000394a4 t efi_file_delete
00039500 t efi_file_read
00039534 t efi_file_write
00039568 t efi_file_getpos
0003959c t efi_file_setpos
000395d0 t efi_file_getinfo
000397ec t efi_file_setinfo
00039928 t efi_file_flush
00039960 t efi_file_open_ex
000399f0 t efi_file_read_ex
00039a50 t efi_file_write_ex
00039ab0 t efi_file_flush_ex
00039b08 t efi_file_write_int
00039bdc t new_package_list
00039ca0 t remove_package_list
00039cf0 t update_package_list
00039e0c t list_package_lists
00039f20 t export_package_lists
00039f4c t register_package_notify
00039f9c t unregister_package_notify
00039fb0 t find_keyboard_layouts
0003a054 t get_keyboard_layout
0003a110 t set_keyboard_layout
0003a130 t get_package_list_handle
0003a184 t new_string
0003a29c t get_string
0003a36c t set_string
0003a498 t get_languages
0003a5a0 t get_secondary_languages
0003a640 t add_packages
0003aa5c t free_packagelist
0003aa9c t free_keyboard_layouts
0003aaf4 t remove_strings_package
0003ab74 t remove_guid_package
0003abb4 t remove_keyboard_package
0003ac00 t language_match
0003ac54 T efi_print_image_infos
0003ad44 T efi_check_pe
0003ad98 T efi_load_pe
0003b0d0 t efi_set_code_and_data_type
0003b124 t efi_loader_relocate
0003b24c T efi_set_load_options
0003b294 T efi_deserialize_load_option
0003b388 T efi_serialize_load_option
0003b464 T efi_add_memory_map
0003b4b4 t efi_add_memory_map_pg
0003b8cc T efi_allocate_pages
0003bb2c t efi_check_allocated
0003bba8 T efi_free_pages
0003bc44 T efi_alloc_aligned_pages
0003bdc0 T efi_allocate_pool
0003be60 T efi_alloc
0003beb4 T efi_free_pool
0003bf74 T efi_get_memory_map
0003c040 T efi_get_memory_map_alloc
0003c0ec T efi_add_conventional_memory_map
0003c1c8 W efi_add_known_memory
0003c224 T efi_memory_init
0003c2c4 t efi_mem_sort
0003c3f8 t efi_mem_cmp
0003c42c T efi_root_node_register
0003c560 T efi_init_runtime_supported
0003c5b8 W efi_reset_system_init
0003c5c0 t efi_get_time_boottime
0003c6bc t efi_set_time_boottime
0003c82c t efi_set_virtual_address_map
0003cab0 t efi_reset_system_boottime
0003cb34 T efi_init_early
0003cb7c T efi_init_obj_list
0003cd4c T efi_create_indexed_name
0003cdd0 t efi_stri_coll
0003ce50 t efi_metai_match
0003ce7c t efi_str_lwr
0003cebc t efi_str_upr
0003cefc t efi_fat_to_str
0003cf74 t efi_str_to_fat
0003d06c t metai_match
0003d21c T efi_get_variable
0003d280 T efi_set_variable
0003d2dc T efi_get_next_variable_name
0003d310 T efi_query_variable_info
0003d364 T efi_init_secure_state
0003d4a8 T efi_auth_var_get_type
0003d510 T efi_get_var
0003d5a8 T efi_var_mem_init
0003d664 t efi_var_mem_notify_exit_boot_services
0003d6e8 T efi_var_collect
0003d8ac T efi_var_to_file
0003d95c t efi_set_blk_dev_to_system_partition
0003d9e4 T efi_var_restore
0003db6c T efi_var_from_file
0003dc48 T efi_set_variable_int
0003de84 T efi_query_variable_info_int
0003defc T efi_variables_boot_exit_notify
0003df38 T efi_init_variables
0003df60 T efi_set_watchdog
0003df9c T efi_watchdog_register
0003dff8 t efi_watchdog_timer_notify
0003e028 T efi_gop_register
0003e1f0 t gop_query_mode
0003e26c t gop_set_mode
0003e310 t gop_blt
0003e8fc t gop_blt_video_fill
0003ea14 T efi_disk_is_removable
0003ea68 T efi_fs_from_path
0003eae4 T efi_disk_probe
0003eca8 T efi_disk_remove
0003ed6c T efi_disk_get_device_name
0003ee58 T efi_disks_register
0003ee9c t efi_disk_add_dev
0003f13c t efi_disk_reset
0003f150 t efi_disk_read_blocks
0003f220 t efi_disk_write_blocks
0003f300 t efi_disk_flush_blocks
0003f314 t efi_disk_rw_blocks
0003f3c4 T efi_net_register
0003f7e0 t efi_net_start
0003f840 t efi_net_stop
0003f89c t efi_net_initialize
0003f934 t efi_net_reset
0003f9a0 t efi_net_shutdown
0003fa18 t efi_net_receive_filters
0003fa2c t efi_net_station_address
0003fa40 t efi_net_statistics
0003fa54 t efi_net_mcastiptomac
0003fb10 t efi_net_nvdata
0003fb24 t efi_net_get_status
0003fbb4 t efi_net_transmit
0003fcdc t efi_net_receive
0003fe9c t efi_pxe_base_code_start
0003fea4 t efi_pxe_base_code_stop
0003feac t efi_pxe_base_code_dhcp
0003feb4 t efi_pxe_base_code_discover
0003febc t efi_pxe_base_code_mtftp
0003fec4 t efi_pxe_base_code_udp_write
0003fecc t efi_pxe_base_code_udp_read
0003fed4 t efi_pxe_base_code_set_ip_filter
0003fedc t efi_pxe_base_code_arp
0003fee4 t efi_pxe_base_code_set_parameters
0003feec t efi_pxe_base_code_set_station_ip
0003fef4 t efi_pxe_base_code_set_packets
0003fefc t efi_network_timer_notify
0003ff88 t efi_net_push
00040010 T efi_smbios_register
0004007c t install_smbios_table
000400f8 W platform_get_rng_device
00040134 T efi_rng_register
000401a8 t rng_getinfo
00040234 t getrng
000402e0 T efi_initrd_register
000403b0 T efi_initrd_deregister
00040414 t get_initrd_fp
00040440 t efi_load_file2_initrd
00040584 T console_read_unicode
00040684 T utf8_get
000407a0 T utf8_put
00040888 T utf8_utf16_strnlen
00040904 T utf8_utf16_strncpy
00040984 T utf16_put
00040a04 T utf16_get
00040a98 T utf16_strnlen
00040b08 T utf16_utf8_strnlen
00040b9c T utf16_utf8_strncpy
00040c1c T utf_to_lower
00040c68 T utf_to_upper
00040cac T u16_strncmp
00040cf4 T u16_strsize
00040d24 T u16_strcpy
00040d58 T u16_strdup
00040dc8 T u16_strlcat
00040e6c T utf16_to_utf8
00040f90 T utf_to_cp
00040fe0 T write_smbios_table
0004113c t smbios_write_type0
00041274 t smbios_write_type1
000413dc t smbios_write_type2
000414f0 t smbios_write_type3
000415b0 t smbios_write_type4
000416a0 t smbios_write_type32
00041708 t smbios_write_type127
00041758 t smbios_add_string
000417f0 t smbios_add_prop_si
00041820 T write_sparse_image
00041ecc t default_log
00041ed0 T initcall_run_list
00041fa4 T string_to_ip
00042040 T string_to_ip6
000422c4 T string_to_enetaddr
00042328 T compute_ip_checksum
00042370 T ip_checksum_ok
0004238c T list_sort
000425b8 t merge
00042654 T inflate_fast
00042bf8 T inflate_table
00043144 T inflateReset
000431bc T inflateInit2_
000432bc T zcalloc
000432c4 T zcfree
000432cc T inflate
00044dcc T adler32
000450b0 T inflateEnd
00045118 T gzalloc
00045128 T gzfree
00045130 T gzip_parse_header
000451c8 T gunzip
0004521c T zunzip
00045328 T ulz4fn
00045a38 T avb_chain_partition_descriptor_validate_and_byteswap
00045d2c T avb_sub_cmdline
00045f74 T avb_append_options
00046360 t cmdline_append_option
0004644c t cmdline_append_hex
0004649c T avb_new_cmdline_subst_list
000464a4 T avb_free_cmdline_subst_list
000464f4 T avb_add_root_digest_substitution
000465b8 t uint64_to_base10
00046634 T avb_get_algorithm_data
00046654 T avb_rsa_public_key_header_validate_and_byteswap
000466f0 T avb_footer_validate_and_byteswap
000469b8 T avb_hashtree_descriptor_validate_and_byteswap
00047040 T avb_property_descriptor_validate_and_byteswap
00047348 T avb_property_lookup
000473c4 t property_lookup_desc_foreach
00047548 T avb_sha256_init
0004757c T avb_sha256_update
00047628 t SHA256_transform
00047804 T avb_sha256_final
000478e4 T avb_slot_verify
00047d50 t load_and_verify_vbmeta
00048e0c t has_system_partition
00048f04 t avb_manage_hashtree_error_mode
000490f0 T avb_slot_verify_data_free
000491f0 T avb_slot_verify_data_calculate_vbmeta_digest
00049308 t load_requested_partitions
00049518 t load_and_verify_hash_partition
00049a50 t read_persistent_digest
00049d70 t load_full_partition
00049f80 T avb_be32toh
00049f88 T avb_be64toh
00049f98 T avb_safe_memcmp
00049fd4 T avb_safe_add_to
0004a050 T avb_basename
0004a0a8 T avb_safe_add
0004a0dc T avb_validate_utf8
0004a174 T avb_str_concat
0004a270 T avb_malloc
0004a2d0 T avb_calloc
0004a300 T avb_strdup
0004a344 T avb_strstr
0004a3c4 T avb_strv_find_str
0004a428 T avb_replace
0004a5d4 T avb_strdupv
0004a71c T avb_uppercase
0004a750 T avb_bin2hex
0004a7c4 T avb_version_string
0004a7d0 T avb_descriptor_validate_and_byteswap
0004a924 T avb_descriptor_foreach
0004acd4 T avb_descriptor_get_all
0004ad54 t count_descriptors
0004ad68 t set_descriptors
0004ad80 T avb_hash_descriptor_validate_and_byteswap
0004b118 T avb_kernel_cmdline_descriptor_validate_and_byteswap
0004b32c T avb_rsa_verify
0004b894 t montMul
0004b9e4 T avb_sha512_init
0004ba2c T avb_sha512_update
0004bad8 t SHA512_transform
0004bf90 T avb_sha512_final
0004c090 T avb_memcmp
0004c094 T avb_memcpy
0004c098 T avb_memset
0004c09c T avb_strcmp
0004c0a0 T avb_strncmp
0004c0a4 T avb_strlen
0004c0a8 T avb_abort
0004c0ac T avb_printv
0004c114 T avb_malloc_
0004c118 T avb_free
0004c11c T avb_div_by_10
0004c14c T avb_vbmeta_image_verify
0004cd58 T avb_vbmeta_image_header_to_host_byte_order
0004d4bc T avb_vbmeta_verify_result_to_string
0004d528 T addBootConfigParameters
0004d5e0 T addBootConfigTrailer
0004d690 T fdt_ro_probe_
0004d79c T fdt_header_size
0004d7ec T fdt_check_header
0004da20 T fdt_offset_ptr
0004daf8 T fdt_next_tag
0004dc58 T fdt_check_node_offset_
0004dc98 T fdt_check_prop_offset_
0004dcd8 T fdt_next_node
0004ddd0 T fdt_first_subnode
0004de0c T fdt_next_subnode
0004de5c T fdt_find_string_
0004dec0 T fdt_move
0004df30 T fdt_get_string
0004e0b8 T fdt_get_mem_rsv
0004e124 t fdt_mem_rsv
0004e190 T fdt_num_mem_rsv
0004e1dc T fdt_subnode_offset_namelen
0004e2e0 T fdt_subnode_offset
0004e310 T fdt_path_offset_namelen
0004e420 T fdt_get_alias_namelen
0004e4bc T fdt_path_offset
0004e4e4 T fdt_get_name
0004e5b0 T fdt_first_property_offset
0004e5dc t nextprop_
0004e63c T fdt_next_property_offset
0004e668 t fdt_get_property_by_offset_
0004e6d8 T fdt_get_property_namelen
0004e73c t fdt_get_property_namelen_
0004e808 T fdt_get_property
0004e848 T fdt_getprop_namelen
0004e8d8 T fdt_getprop_by_offset
0004e99c T fdt_getprop
0004e9dc T fdt_supernode_atdepth_offset
0004eaa0 T fdt_parent_offset
0004eaf4 T fdt_node_offset_by_prop_value
0004ebb4 T fdt_stringlist_contains
0004ec3c T fdt_node_check_compatible
0004eca4 T fdt_add_mem_rsv
0004ed40 t fdt_rw_probe_
0004edd0 t fdt_splice_mem_rsv_
0004ee54 T fdt_del_mem_rsv
0004eec4 t fdt_splice_struct_
0004ef40 T fdt_setprop_placeholder
0004f008 t fdt_add_property_
0004f234 T fdt_setprop
0004f284 T fdt_delprop
0004f2e8 T fdt_add_subnode_namelen
0004f40c T fdt_add_subnode
0004f43c T fdt_open_into
0004f67c t fdt_blocks_misordered_
0004f75c t fdt_packblocks_
0004f854 t fdt_splice_
0004f928 T fdt_strerror
0004f970 T fdt_address_cells
0004f99c t fdt_cells
0004f9e8 T fdt_size_cells
0004fa04 T fdtdec_get_srcname
0004fa1c T fdtdec_get_addr_size_fixed
0004fb0c T fdtdec_get_number
0004fb40 T fdtdec_get_addr_size_auto_parent
0004fbb4 T fdtdec_get_is_enabled
0004fbf0 T fdtdec_get_alias_seq
0004fd18 T fdtdec_get_alias_highest_id
0004fdf0 T fdtdec_get_chosen_prop
0004fe2c t fdtdec_prepare_fdt
0004fe78 T fdtdec_get_bool
0004fe98 T fdtdec_locate_byte_array
0004fecc T fdt_get_resource
0004ffec T fdtdec_setup_mem_size_base
00050050 T get_next_memory_node
00050094 T fdtdec_setup_memory_banksize
0005013c W fdtdec_board_setup
00050144 T fdtdec_setup
000501e8 T qsort
000502d8 T strcmp_compar
000502e4 T hcreate_r
0005039c T hdestroy_r
00050420 T hmatch_r
000504c8 T hsearch_r
000509a4 T hdelete_r
00050ab4 T hexport_r
00050e58 t cmpkey
00050e6c T himport_r
00051264 t drop_var_from_set
000512d0 T hwalk_r
00051330 t match_string
000513c8 T display_options_get_banner_priv
00051470 T display_options_get_banner
00051480 T display_options
000514f0 T print_size
00051640 T hexdump_line
000517f4 T print_buffer
000518f0 W __div64_32
000519fc T hang
00051a0c T kmalloc
00051a50 T strim
00051ab8 T lmb_dump_all
00051abc T arch_lmb_reserve_generic
00051b68 T lmb_reserve
00051b74 T lmb_init_and_reserve
00051bc4 t lmb_reserve_common
00051c8c T lmb_init_and_reserve_range
00051ccc T lmb_free
00051dc0 t lmb_remove_region
00051e18 t lmb_add_region_flags
00052038 T lmb_reserve_flags
00052040 T lmb_alloc
00052048 T lmb_alloc_base
00052080 T __lmb_alloc_base
000521c8 T lmb_alloc_addr
00052258 T lmb_get_free_size
00052314 W board_lmb_reserve
00052318 T slre_compile
00052460 t compile
00052a98 T slre_match
00052b34 t match
00052f40 t get_escape_char
00052fd0 t quantifier
000530b4 t relocate
00053110 t loop_greedy
000531d8 t loop_non_greedy
0005328c T strncasecmp
0005330c T strcasecmp
00053314 T strcpy
00053330 T strncpy
00053350 T strlcpy
000533a0 T strlen
000533bc T strcat
000533e8 T strncat
00053430 T strlcat
00053480 T strnlen
000534b8 T strcmp
000534d8 T strncmp
00053510 T strchr
00053538 T strrchr
00053570 T strdup
000535c4 T strsep
0005363c T memmove
00053688 T memcmp
000536bc T strstr
00053758 T memchr
00053780 T table_compute_checksum
000537a4 W get_timer
000537bc t tick_to_time
00053810 W timer_get_us
0005382c T usec_to_tick
00053894 W __udelay
000538d4 T udelay
00053904 T uuid_str_valid
00053994 T uuid_guid_get_bin
000539f0 T uuid_guid_get_str
00053a3c T uuid_str_to_bin
00053ba0 T uuid_bin_to_str
00053c50 T rand
00053c70 t panic_finish
00053c94 T panic
00053cac T vsnprintf
00053cb0 t vsnprintf_internal
000544cc T vscnprintf
000544f0 T snprintf
0005451c T sprintf
00054558 T printf
00054588 T vprintf
000545e0 T simple_itoa
00054628 t string16
0005474c t string
00054804 t number
00054afc t put_dec_trunc
00054bfc t put_dec
00054d30 T simple_strtoul
00054de4 T hextoul
00054dec T dectoul
00054df4 T strict_strtoul
00054e78 T simple_strtol
00054ea0 T ustrtoul
00054f30 T ustrtoull
00054fd8 T simple_strtoull
0005509c T trailing_strtoln_end
00055128 T trailing_strtoln
00055130 T trailing_strtol
0005513c T rtc_calc_weekday
0005521c T rtc_mktime
000552e8 T rtc_month_days
0005535c T rtc_to_tm
00055590 T arp_init
000555e4 T arp_raw_request
000556b0 T arp_request
00055734 T arp_timeout_check
000557d0 T arp_is_waiting
000557e8 T arp_receive
00055a18 T bootp_reset
00055a60 T bootp_request
00055d90 t bootp_timeout_handler
00055e00 t bootp_handler
00056204 t eth_get_uclass_priv
00056238 T eth_set_current_to_next
00056274 T eth_get_dev
000562e4 T eth_set_dev
00056330 T eth_get_dev_by_name
00056428 T eth_get_ethaddr
00056450 T eth_halt_state_only
0005647c T eth_get_dev_index
000564a0 t on_ethaddr
00056528 T eth_init
00056638 T eth_halt
00056690 T eth_send
000566fc T eth_rx
000567e8 T eth_initialize
00056930 t eth_write_hwaddr
000569fc t eth_post_bind
00056a40 t eth_pre_unbind
00056a6c t eth_post_probe
00056cb8 t eth_pre_remove
00056cf4 T eth_env_get_enetaddr_by_index
00056d40 T eth_env_set_enetaddr_by_index
00056d8c T eth_common_init
00056d90 T eth_mac_skip
00056dd8 T eth_current_changed
00056e90 T eth_get_name
00056eb8 T eth_try_another
00056f38 T eth_set_current
00056fc4 T ndisc_request
00057158 T ndisc_timeout_check
000571f0 T ndisc_init
00057260 T process_ra
00057360 T ndisc_receive
00057668 t on_ipaddr
00057694 t on_gatewayip
000576c0 t on_netmask
000576ec t on_serverip
00057718 t on_nvlan
00057774 t on_vlan
000577d0 T net_auto_load
00057834 t net_check_prereq
00057a54 T net_init
00057b10 t net_init_loop
00057b94 T net_loop
00057ef8 T net_start_again
00058078 T net_set_timeout_handler
000580e0 t start_again_timeout_handler
000580f4 T net_set_udp_handler
00058114 T net_get_udp_handler
00058124 t dummy_handler
00058128 T net_get_arp_handler
00058138 T net_get_async_tx_pkt_buf
00058160 T net_send_udp_packet
00058194 T net_send_ip_packet
00058340 T net_send_tcp_packet
00058394 T net_set_ether
00058430 T net_set_udp_header
000584d0 T net_set_ip_header
00058598 T net_process_received_packet
00058884 t receive_icmp
000588c0 T net_eth_hdr_size
000588e4 T net_update_ether
00058978 T copy_filename
000589e4 T net_parse_bootfile
00058a74 T ip_to_string
00058ab4 t on_ip6addr
00058b50 t on_gatewayip6
00058b84 t on_serverip6
00058bb8 T ip6_is_unspecified_addr
00058c4c T ip6_is_our_addr
00058c94 T ip6_make_eui
00058cd8 T ip6_make_lladdr
00058d2c T ip6_make_snma
00058d7c T ip6_make_mult_ethdstaddr
00058d98 T ip6_addr_in_subnet
00058df8 T csum_partial
00058ecc T csum_ipv6_magic
00059064 T ip6_add_hdr
000590d0 T udp6_add_hdr
00059174 T net_send_ip_packet6
000593d0 T net_send_udp_packet6
00059404 T net_send_tcp_packet6
00059450 T net_ip6_handler
000596bc T ping_start
000597e8 t ping_timeout_handler
00059804 T ping_receive
00059940 T ip6_make_ping
00059a08 T ping6_send
00059a90 T ping6_start
00059ac0 t ping6_timeout
00059adc T ping6_receive
00059b44 T tftp_start
0005a0dc t tftp_timeout_handler
0005a164 t tftp_handler
0005a5c8 t tftp_send
0005a87c t update_block_number
0005a944 t tftp_complete
0005a9f8 T fastboot_udp_start_server
0005aa64 t fastboot_timed_send_info
0005abb8 t fastboot_handler
0005ad20 t fastboot_send
0005b044 T fastboot_tcp_start_server
0005b0a4 t fastboot_tcp_reset_state
0005b17c t fastboot_tcp_handler_ipv4
0005b1d0 t fastboot_tcp_handler_ipv6
0005b224 t fastboot_tcp_handler
0005b638 t fastboot_tcp_reset
0005b668 t fastboot_tcp_send_packet
0005b6d8 t fastboot_tcp_answer
0005b784 t fastboot_tcp_send_message
0005b818 T udp_prereq
0005b83c T udp_start
0005b854 T tcp_set_tcp_state
0005b878 T tcp_update_last_connection_data_frame_time
0005b894 T tcp_set_tcp_handler
0005b8b4 t dummy_handler
0005b8b8 T tcp_set_pseudo_header
0005b938 T net_set_ack_options
0005bba8 T tcp_sent_state_machine
0005bc54 T net_set_tcp_header_common
0005be1c T net_set_tcp_header
0005bea4 T tcp_hole
0005c06c T tcp_parse_options
0005c0d0 T tcp_state_machine
0005c410 T rxhand_tcp_f
0005c71c T net_set_tcp_handler6
0005c73c t dummy_handler
0005c740 T net_set_tcp_header6
0005c7d8 T rxhand_tcp6
0005ca28 T __aeabi_uidiv
0005ca28 T __udivsi3
0005cac4 T __aeabi_idiv
0005cac4 T __divsi3
0005cb90 T __aeabi_uidivmod
0005cba8 T __aeabi_idivmod
0005cbc0 t Ldiv0
0005cbd0 T __aeabi_uldivmod
0005cbf8 t L_div_64_64
0005cc08 t L_lsl_4
0005cc34 t L_lsl_1
0005cc60 t L_subtract
0005cc7c t L_update
0005cca0 t L_exit
0005ccb4 t L_div_32_32
0005cccc t L_pow2
0005cd3c t L_div_by_0
0005cd54 T __div0
0005cd60 R __splash_u_boot_logo_begin
0005e874 R __splash_u_boot_logo_end
0005e8d0 r block_io_disk_template
0005e930 r efi_file_handle_protocol
0005e970 R efi_u_boot_guid
0005e980 r sha512_h0
0005e9c0 r sha512_k
0005ed38 R avb_pubkey_size
0005ed3c r baudrate_table
0005ed50 r blk_part_ops
0005ed64 r boot_os
0005edac r color
0005edec r colours
0005eeac r commands
0005ef44 r env_flags_varaccess_mask
0005ef94 r LZ4_decompress_generic.inc32table
0005efb4 r LZ4_decompress_generic.dec64table
0005efd4 r sha256_h0
0005eff4 r driver_ops
0005f004 r efi_blk_ops
0005f018 R efi_block_io_guid
0005f028 R efi_device_path_to_text
0005f030 R efi_device_path_utilities
0005f050 R efi_file_info_guid
0005f060 R efi_file_system_info_guid
0005f070 R efi_global_variable_guid
0005f080 r efi_gop_guid
0005f090 R efi_guid_bootmenu_auto_generated
0005f0a0 R efi_guid_device_path
0005f0b0 R efi_guid_device_path_to_text_protocol
0005f0c0 R efi_guid_device_path_utilities_protocol
0005f0d0 R efi_guid_driver_binding_protocol
0005f0e0 R efi_guid_dt_fixup_protocol
0005f0f0 R efi_guid_event_group_before_exit_boot_services
0005f100 R efi_guid_event_group_exit_boot_services
0005f110 R efi_guid_event_group_memory_map_change
0005f120 R efi_guid_event_group_reset_system
0005f130 R efi_guid_fdt
0005f140 R efi_guid_hii_database_protocol
0005f150 R efi_guid_hii_string_protocol
0005f160 R efi_guid_image_security_database
0005f170 R efi_guid_load_file2_protocol
0005f180 R efi_guid_load_file_protocol
0005f190 R efi_guid_loaded_image
0005f1a0 R efi_guid_loaded_image_device_path
0005f1b0 R efi_guid_rng_protocol
0005f1c0 R efi_guid_text_input_ex_protocol
0005f1d0 R efi_guid_text_input_protocol
0005f1e0 R efi_guid_text_output_protocol
0005f1f0 R efi_guid_unicode_collation_protocol2
0005f200 R efi_hii_database
0005f22c R efi_hii_string
0005f240 R efi_lf2_initrd_guid
0005f250 r efi_lf2_protocol
0005f254 r efi_net_guid
0005f264 r efi_pxe_base_code_protocol_guid
0005f274 r efi_rng_protocol
0005f27c r efi_rt_properties_table_guid
0005f28c R efi_simple_file_system_protocol_guid
0005f29c R efi_system_partition_guid
0005f2ac R efi_system_volume_label_id
0005f2bc R efi_unicode_collation_protocol2
0005f2d8 r fastboot_boot.bootm_args
0005f2e4 r fastboot_set_reboot_flag.commands
0005f2f4 r fastboot_set_reboot_flag.recovery
0005f304 r fdt_errtable
0005f354 r fdt_src_name
0005f368 r feature
0005f36c r feature
0005f370 r feature_legacy
0005f374 r fields
0005f384 r fstypes
0005f40c r getvar_dispatch
0005f46c r init_sequence_f
0005f530 r list_guid
0005f634 r maintenance_menu_items
0005f670 r month_offset
0005f6a0 r name_type
0005f700 R op_adv
0005f800 r op_table
0005f868 r partition_basic_data_guid
0005f878 r pci_bridge_ids
0005f888 r pci_bridge_ops
0005f890 r pci_generic_ecam_ids
0005f8a8 r pci_generic_ecam_ops
0005f8b0 r pci_generic_ids
0005f8c0 r pl01x_serial_id
0005f8d8 r pl01x_serial_ops
0005f8fc r pl031_ids
0005f90c r pl031_ops
0005f928 r psci_of_match
0005f948 r qfw_bootdev_ids
0005f958 r qfw_bootmeth_ids
0005f968 r qfw_mmio_ids
0005f978 r reserved_list
0005f9fc r sha256_k
0005fafc r shim_lock_guid
0005fb0c R smbios_guid
0005fb1c r smbios_write_funcs
0005fb54 r machines
0005fb64 r system_guid
0005fb74 r uclass_idname_str
0005fbe4 r uimage_comp
0005fc44 r uimage_os
0005fce0 r uimage_type
0005fefc r virtio_blk_ops
0005ff10 r virtio_bootdev_ids
0005ff20 r virtio_console_serial_ops
0005ff44 r virtio_drv_name
0005ff58 r virtio_mmio_ids
0005ff68 r virtio_mmio_ops
0005ff94 r virtio_net_ops
0005ffc4 r virtio_pci_ops
0005fff0 r weekdays
0006000c R END
00060010 r capitalization_table
00060ee0 R codepage_437
00060fe0 r distfix
00061060 r dp_lf2_handle
00061078 r inflate.order
0006109e r inflate_table.dbase
000610de r inflate_table.dext
0006111e r inflate_table.lbase
0006115c r inflate_table.lext
0006119a r lenfix
00061b12 r LONG_ONLY_CHARS
00061b19 R _ctype
00061c19 r android_bootloader_boot_flow.km_name
00061c2a R avb_pubkey
00062033 r bootefi_help_text
00062144 r bootm_help_text
000624d2 r bootz_help_text
000626da r number.digits
000626ea R default_environment
00062894 r dm_help_text
00062a16 r env_flags_varaccess_rep
00062a1b r env_flags_vartype_rep
00062a22 r env_help_text
00062bf0 r erase_seq
00062bf4 r extract_keymint_relevant_data.boot_patchlevel_key
00062c1a r extract_keymint_relevant_data.system_patchlevel_key
00062c42 r extract_keymint_relevant_data.system_version_key
00062c66 r extract_keymint_relevant_data.vendor_patchlevel_key
00062c8e R hex_asc
00062c9f r illegal
00062cb0 R net_bcast_ethaddr
00062cb6 R net_null_addr_ip6
00062cc6 R net_null_ethaddr
00062ccc r padding_RSA2048_SHA256
00062dac r padding_RSA2048_SHA512
00062e6c r padding_RSA4096_SHA256
0006304c r padding_RSA4096_SHA512
0006320c r padding_RSA8192_SHA256
000635ec r padding_RSA8192_SHA512
000639ac r print_size.names
000639b2 r rtc_days_in_month
000639be r source_help_text
000717a6 r tab_seq
000717af R version_string
00071810 d qfw_bootmeth_ops
00071828 D image_load_addr
0007182c d cmd_bootm_sub
00071928 d partition
0007192c d cmd_bcb_sub
000719d4 d default_tm
000719f8 d dm_subcmds
00071aa0 D eficonfig_menu_desc
00071aa4 d select_file_menu_items
00071ac8 d cmd_net
00071b00 d fwcfg_commands
00071b54 d fastboot_help_text
00071c10 d cmd_avb
00071d0c d env_id
00071d10 d cmd_env_sub
00071dd4 d init_sequence_r
00071e5c d hist_cur
00071e60 d av_
00072268 d trim_threshold
0007226c d sbrk_base
00072270 d _stats
00072284 d block_cache
0007228c d root_info
00072294 d psci_sysreset_ops
000722a0 d virtio_pci_supported
000729bc D console_ops
000729f0 d fonts
00072a20 d video_fontdata_8x16
00073a20 d bochs_video_supported
00073a58 D qfw_bootdev_ops
00073a5c d qfw_mmio_ops
00073a64 D env_htab
00073a74 D efi_obj_list
00073a7c d entry_count
00073a80 d efi_register_notify_events
00073a88 d efi_boot_services
00073b50 d efi_event_queue
00073b58 d efi_tpl
00073b5c d efi_cout_modes
00073b80 d efi_con_mode
00073b98 D efi_con_out
00073bc0 D efi_con_in
00073bcc d efi_con_in_ex
00073be4 d cin_notify_functions
00073bf0 D efi_dt_fixup_prot
00073c00 d efi_package_lists
00073c08 d efi_keyboard_layout_list
00073c10 d efi_mem
00073c18 D efi_obj_list_initialized
00073c1c D efi_system_partition
00073c28 d algorithm_data
00073c7c d y
00073c80 D net_our_vlan
00073c82 D net_native_vlan
00073c84 D tftp_timeout_count_max
00073c88 d tftp_block_size_option
00073c8a d tftp_window_size_option
00073c8c d timeout_ms
00073c90 d timeout_count_max
00073c94 d tftp_block_size
00073c96 d sequence_number
00073c98 d fastboot_send.cmd
00073ca8 D _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
00073cb8 D _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
00073cc8 D _u_boot_list_2_cmd_2_ab_select
00073cc8 d complete_cmdv.start
00073cc8 d complete_cmdv.start.17
00073cc8 d do_help.start
00073cc8 d do_help.start.6
00073cc8 d find_cmd.start
00073cc8 d find_cmd.start.2
00073ce4 D _u_boot_list_2_cmd_2_avb
00073d00 D _u_boot_list_2_cmd_2_bcb
00073d1c D _u_boot_list_2_cmd_2_boot
00073d38 D _u_boot_list_2_cmd_2_boot_android
00073d54 D _u_boot_list_2_cmd_2_bootd
00073d70 D _u_boot_list_2_cmd_2_bootefi
00073d8c D _u_boot_list_2_cmd_2_bootm
00073da8 D _u_boot_list_2_cmd_2_bootp
00073dc4 D _u_boot_list_2_cmd_2_bootz
00073de0 D _u_boot_list_2_cmd_2_cls
00073dfc D _u_boot_list_2_cmd_2_date
00073e18 D _u_boot_list_2_cmd_2_dm
00073e34 D _u_boot_list_2_cmd_2_echo
00073e50 D _u_boot_list_2_cmd_2_eficonfig
00073e6c D _u_boot_list_2_cmd_2_env
00073e88 D _u_boot_list_2_cmd_2_exit
00073ea4 D _u_boot_list_2_cmd_2_false
00073ec0 D _u_boot_list_2_cmd_2_fastboot
00073edc D _u_boot_list_2_cmd_2_fatinfo
00073ef8 D _u_boot_list_2_cmd_2_fatload
00073f14 D _u_boot_list_2_cmd_2_fatls
00073f30 D _u_boot_list_2_cmd_2_fatmkdir
00073f4c D _u_boot_list_2_cmd_2_fatrm
00073f68 D _u_boot_list_2_cmd_2_fatsize
00073f84 D _u_boot_list_2_cmd_2_fatwrite
00073fa0 D _u_boot_list_2_cmd_2_fstype
00073fbc D _u_boot_list_2_cmd_2_fstypes
00073fd8 D _u_boot_list_2_cmd_2_gpt
00073ff4 D _u_boot_list_2_cmd_2_help
00074010 D _u_boot_list_2_cmd_2_itest
0007402c D _u_boot_list_2_cmd_2_lcdputs
00074048 D _u_boot_list_2_cmd_2_ln
00074064 D _u_boot_list_2_cmd_2_load
00074080 D _u_boot_list_2_cmd_2_ls
0007409c D _u_boot_list_2_cmd_2_net
000740b8 D _u_boot_list_2_cmd_2_panic
000740d4 D _u_boot_list_2_cmd_2_part
000740f0 D _u_boot_list_2_cmd_2_ping
0007410c D _u_boot_list_2_cmd_2_ping6
00074128 D _u_boot_list_2_cmd_2_printenv
00074144 D _u_boot_list_2_cmd_2_qfw
00074160 D _u_boot_list_2_cmd_2_question_mark
0007417c D _u_boot_list_2_cmd_2_read
00074198 D _u_boot_list_2_cmd_2_reset
000741b4 D _u_boot_list_2_cmd_2_run
000741d0 D _u_boot_list_2_cmd_2_save
000741ec D _u_boot_list_2_cmd_2_setcurs
00074208 D _u_boot_list_2_cmd_2_setenv
00074224 D _u_boot_list_2_cmd_2_setexpr
00074240 D _u_boot_list_2_cmd_2_showvar
0007425c D _u_boot_list_2_cmd_2_size
00074278 D _u_boot_list_2_cmd_2_sleep
00074294 D _u_boot_list_2_cmd_2_source
000742b0 D _u_boot_list_2_cmd_2_test
000742cc D _u_boot_list_2_cmd_2_tftpboot
000742e8 D _u_boot_list_2_cmd_2_true
00074304 D _u_boot_list_2_cmd_2_verified_boot_android
00074320 D _u_boot_list_2_cmd_2_version
0007433c D _u_boot_list_2_cmd_2_virtio
00074358 D _u_boot_list_2_driver_2_blk_partition
00074358 d complete_cmdv.end
00074358 d dm_dump_driver_compat.start
00074358 d dm_dump_driver_compat.start.3
00074358 d dm_dump_drivers.start
00074358 d dm_dump_drivers.start.11
00074358 d do_help.end
00074358 d efi_driver_init.start
00074358 d find_cmd.end
00074358 d lists_bind_fdt.start
00074358 d lists_bind_fdt.start.3
00074358 d lists_driver_lookup_name.start
00074358 d lists_driver_lookup_name.start.1
0007439c D _u_boot_list_2_driver_2_bochs_video
000743e0 D _u_boot_list_2_driver_2_bootmeth_qfw
00074424 D _u_boot_list_2_driver_2_efi_blk
00074468 D _u_boot_list_2_driver_2_efi_block
000744ac D _u_boot_list_2_driver_2_pci_bridge_drv
000744f0 D _u_boot_list_2_driver_2_pci_generic_drv
00074534 D _u_boot_list_2_driver_2_pci_generic_ecam
00074578 D _u_boot_list_2_driver_2_psci
000745bc D _u_boot_list_2_driver_2_psci_sysreset
00074600 D _u_boot_list_2_driver_2_qfw_bootdev
00074644 D _u_boot_list_2_driver_2_qfw_mmio
00074688 D _u_boot_list_2_driver_2_root_driver
000746cc D _u_boot_list_2_driver_2_rtc_pl031
00074710 D _u_boot_list_2_driver_2_serial_pl01x
00074754 D _u_boot_list_2_driver_2_vidconsole_normal
00074798 D _u_boot_list_2_driver_2_virtio_blk
000747dc D _u_boot_list_2_driver_2_virtio_bootdev
00074820 D _u_boot_list_2_driver_2_virtio_console
00074864 D _u_boot_list_2_driver_2_virtio_mmio
000748a8 D _u_boot_list_2_driver_2_virtio_net
000748ec D _u_boot_list_2_driver_2_virtio_pci_modern
00074930 D _u_boot_list_2_env_clbk_2_baudrate
00074930 d bind_drivers_pass.end
00074930 d bind_drivers_pass.start
00074930 d bind_drivers_pass.start.14
00074930 d dm_dump_driver_compat.end
00074930 d dm_dump_drivers.end
00074930 d dm_dump_static_driver_info.end
00074930 d dm_dump_static_driver_info.start
00074930 d dm_dump_static_driver_info.start.19
00074930 d efi_driver_init.end
00074930 d find_env_callback.start
00074930 d find_env_callback.start.3
00074930 d lists_bind_fdt.end
00074930 d lists_driver_lookup_name.end
00074938 D _u_boot_list_2_env_clbk_2_callbacks
00074940 D _u_boot_list_2_env_clbk_2_console
00074948 D _u_boot_list_2_env_clbk_2_ethaddr
00074950 D _u_boot_list_2_env_clbk_2_flags
00074958 D _u_boot_list_2_env_clbk_2_gatewayip
00074960 D _u_boot_list_2_env_clbk_2_gatewayip6
00074968 D _u_boot_list_2_env_clbk_2_ip6addr
00074970 D _u_boot_list_2_env_clbk_2_ipaddr
00074978 D _u_boot_list_2_env_clbk_2_loadaddr
00074980 D _u_boot_list_2_env_clbk_2_netmask
00074988 D _u_boot_list_2_env_clbk_2_nvlan
00074990 D _u_boot_list_2_env_clbk_2_serverip
00074998 D _u_boot_list_2_env_clbk_2_serverip6
000749a0 D _u_boot_list_2_env_clbk_2_vlan
000749a8 D _u_boot_list_2_env_driver_2_nowhere
000749a8 d _env_driver_lookup.start
000749a8 d _env_driver_lookup.start.11
000749a8 d env_select.start
000749a8 d env_select.start.8
000749a8 d find_env_callback.end
000749c0 D _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_install_smbios_table
000749c0 d _env_driver_lookup.end
000749c0 d env_select.end
000749c0 d event_show_spy_list.start
000749c0 d event_show_spy_list.start.4
000749c0 d notify_static.start
000749c0 d notify_static.start.11
000749c8 D _u_boot_list_2_part_driver_2_a_efi
000749c8 d do_part_types.start
000749c8 d do_part_types.start.20
000749c8 d event_show_spy_list.end
000749c8 d fit_loadable_process.start
000749c8 d fit_loadable_process.start.27
000749c8 d notify_static.end
000749c8 d part_driver_get_count.start
000749c8 d part_driver_get_first.start
000749c8 d part_driver_get_type.start
000749c8 d part_driver_get_type.start.60
000749c8 d part_driver_lookup_type.start
000749c8 d part_driver_lookup_type.start.44
000749c8 d part_get_type_by_name.start
000749c8 d part_get_type_by_name.start.1
000749c8 d part_init.start
000749c8 d part_init.start.19
000749e0 D _u_boot_list_2_part_driver_2_dos
000749f8 D _u_boot_list_2_pci_driver_entry_2_bochs_video
000749f8 d do_part_types.end
000749f8 d part_driver_get_count.end
000749f8 d part_driver_get_type.end
000749f8 d part_driver_lookup_type.end
000749f8 d part_get_type_by_name.end
000749f8 d part_init.end
000749f8 d pci_find_and_bind_driver.start
000749f8 d pci_find_and_bind_driver.start.14
00074a00 D _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
00074a08 D _u_boot_list_2_uclass_driver_2_backlight
00074a08 d lists_uclass_lookup.start
00074a08 d lists_uclass_lookup.start.2
00074a08 d pci_find_and_bind_driver.end
00074a50 D _u_boot_list_2_uclass_driver_2_blk
00074a98 D _u_boot_list_2_uclass_driver_2_efi
00074ae0 D _u_boot_list_2_uclass_driver_2_ethernet
00074b28 D _u_boot_list_2_uclass_driver_2_firmware
00074b70 D _u_boot_list_2_uclass_driver_2_nop
00074bb8 D _u_boot_list_2_uclass_driver_2_panel
00074c00 D _u_boot_list_2_uclass_driver_2_partition
00074c48 D _u_boot_list_2_uclass_driver_2_pci
00074c90 D _u_boot_list_2_uclass_driver_2_pci_generic
00074cd8 D _u_boot_list_2_uclass_driver_2_qfw
00074d20 D _u_boot_list_2_uclass_driver_2_rng
00074d68 D _u_boot_list_2_uclass_driver_2_root
00074db0 D _u_boot_list_2_uclass_driver_2_rtc
00074df8 D _u_boot_list_2_uclass_driver_2_serial
00074e40 D _u_boot_list_2_uclass_driver_2_sysreset
00074e88 D _u_boot_list_2_uclass_driver_2_vidconsole
00074ed0 D _u_boot_list_2_uclass_driver_2_video
00074f18 D _u_boot_list_2_uclass_driver_2_virtio
00074f60 D __efi_runtime_rel_start
00074f60 d lists_uclass_lookup.end
00075060 ? __bss_base
00075060 ? __bss_start
00075060 B images
00075060 R __efi_runtime_rel_stop
00075060 R __image_copy_end
00075060 R __rel_dyn_start
000752b4 b get_console.console
000752b8 b block
000752bc b partition_data
00075380 b bcb
00075b80 b image_addr
00075b84 b image_size
00075b88 b bootefi_device_path
00075b8c b bootefi_image_path
00075b90 b avail_row
00075b94 b eficonfig_init.init
00075b98 b cin
00075b9c b cout
00075ba0 b qfw_dev
00075ba4 b virtio_curr_dev
00075ba8 b avb_ops
00075bac b top_vars
00075bb0 b last_return_code
00075bb4 b get_dollar_var.buf
00075bdc b flag_repeat
00075be0 b ifs
00075be4 b map
00075ce4 b do_repeat
00075ce5 b get_user_input.the_command
000760e8 b stored_bootdelay
000760ec B monitor_flash_len
000760f0 b hist_num
000760f4 b hist_max
000760f8 b hist_add_idx
000760fc b hist_list
0007614c B console_buffer
00076550 b cli_readline_into_buffer.initted
00076551 b hist_lines
0007b568 b ctrlc_disabled
0007b56c b ctrlc_was_pressed
0007b570 B console_devices
0007b57c B cd_count
0007b588 b tstcdev
0007b58c B mem_malloc_start
0007b590 B mem_malloc_end
0007b594 B mem_malloc_brk
0007b598 b top_pad
0007b59c b current_mallinfo.0
0007b5a0 b max_sbrked_mem
0007b5a4 b max_total_mem
0007b5a8 B stdio_devices
0007b5b4 b devs
0007b604 b env_complete_buf
0007b804 b tmp_buf
0007bc08 b sector_buf
00080898 A _image_binary_end
00080898 R __rel_dyn_end
00080898 R _end
0017bc08 b print_efiname.name
0017bc30 B virtio_bootdev_ops
0017bc34 b virtio_pci_bind.num_devs
0017bc38 B fastboot_progress_callback
0017bc3c b fastboot_boot.boot_addr_start
0017bc50 B fastboot_buf_addr
0017bc54 B fastboot_buf_size
0017bc58 b fastboot_bytes_expected
0017bc5c b fastboot_bytes_received
0017bc60 b image_size
0017bc64 b first_call
0017bc68 b flags_list
0017bc6c b first_call
0017bc70 b callback_list
0017bc74 b fs_type
0017bc78 b fs_dev_desc
0017bc7c b fs_partition
0017bd18 b fs_dev_part
0017bd1c b cur_dev
0017bd20 b cur_part_info
0017bdbc b total_sector
0017bdc0 b get_set_cluster.tmpbuf_cluster
0017bdc4 b bs
0017bdc8 b rs
0017bdcc b efi_gd
0017bdd0 b app_gd
0017bdd4 b timers_enabled
0017bdd8 b current_image
0017bddc B efi_st_keep_devices
0017bde0 b efi_get_next_monotonic_count.mono
0017bde8 b uart_obj
0017be00 b console_timer_event
0017be04 b key_available
0017be08 b next_key
0017be14 B efi_memory_map_key
0017be18 B efi_root
0017be1c b efi_runtime_relocate.lastoff
0017be20 b watchdog_timer_event
0017be24 b dhcp_ack
0017be28 b netobj
0017be2c b transmit_buffer
0017be30 b receive_buffer
0017be34 b receive_lengths
0017be38 b wait_for_packet
0017be3c b network_timer_event
0017be40 b rx_packet_num
0017be44 b new_tx_packet
0017be48 b rx_packet_idx
0017be4c b efi_initrd_handle
0017be50 B errno
0017be54 b local_toa
0017be6c B arp_wait_packet_ethaddr
0017be70 B net_arp_wait_packet_ip
0017be74 b net_arp_wait_reply_ip.0
0017be78 B arp_wait_tx_packet_size
0017be7c b arp_tx_packet_buf
0017c4bc B arp_tx_packet
0017c4c0 B arp_wait_timer_start
0017c4c4 B arp_wait_try
0017c4c8 B net_nis_domain
0017c4e8 B net_hostname
0017c508 B net_root_path
0017c548 B bootp_num_ids
0017c54c B bootp_try
0017c550 B bootp_start
0017c554 B bootp_timeout
0017c558 b time_taken_max
0017c55c B bootp_ids
0017c56c b eth_errno
0017c570 b eth_try_another.first_failed
0017c574 b eth_set_current.act
0017c578 b eth_set_current.env_changed_id
0017c580 B net_nd_sol_packet_ip6
0017c590 B net_nd_timer_start
0017c594 B net_nd_try
0017c598 B net_nd_packet_mac_out
0017c59c B net_nd_tx_packet
0017c5a0 B net_nd_tx_packet_size
0017c5a4 b net_nd_packet_buf
0017cbe8 b net_nd_rep_packet_ip6
0017cbf8 B push_packet
0017cbfc b net_init.first_call
0017cbfd b net_pkt_buf
0017ea40 B net_tx_packet
0017ea44 B net_rx_packets
0017ea54 B net_state
0017ea58 b net_restarted
0017ea5c b net_dev_exists
0017ea60 b net_try_count
0017ea64 B net_boot_file_size
0017ea68 B net_ip
0017ea6c b time_start
0017ea70 b time_handler
0017ea74 b time_delta
0017ea78 B net_restart_wrap
0017ea7c b udp_packet_handler
0017ea80 b arp_packet_handler
0017ea84 B net_server_ethaddr
0017ea8c B net_server_ip
0017ea90 B net_rx_packet
0017ea94 B net_rx_packet_len
0017ea98 B net_ethaddr
0017eaa0 b net_ip_id
0017eaa4 B net_boot_file_name
0017eea4 B net_netmask
0017eea8 B net_gateway
0017eeac B net_dns_server
0017eeb0 B net_boot_file_name_explicit
0017eeb4 B net_boot_file_expected_size_in_blocks
0017eeb8 B net_gateway6
0017eec8 B net_ip6
0017eed8 B net_link_local_ip6
0017eee8 B net_server_ip6
0017eef8 B net_prefix_length
0017eefc B use_ip6
0017ef00 B net_ping_ip
0017ef04 b ping_seq_number
0017ef06 b seq_no
0017ef08 B net_ping_ip6
0017ef18 b saved_tftp_block_size_option
0017ef20 b tftp_remote_ip6
0017ef30 b tftp_remote_ip
0017ef34 b tftp_filename
0017efb4 b default_filename
0017efc4 b tftp_load_addr
0017efc8 b tftp_state
0017efcc b time_start
0017efd0 b tftp_remote_port
0017efd4 b timeout_count
0017efd8 b tftp_our_port
0017efdc b tftp_cur_block
0017efe0 b tftp_windowsize
0017efe2 b tftp_last_nack
0017efe4 b tftp_load_size
0017efe8 b tftp_next_ack
0017efec b tftp_prev_block
0017eff0 b tftp_block_wrap
0017eff4 b tftp_block_wrap_offset
0017eff8 b fastboot_our_port
0017effc b fastboot_timed_send_info.start
0017f000 b last_packet_len
0017f004 b last_packet
0017f404 b fastboot_remote_ip.0
0017f408 b fastboot_remote_port
0017f40c b fastboot_send.command
0017f44d b fastboot_send.pending_command
0017f450 b state
0017f454 b command
0017f495 b response
0017f4d8 b curr_header_buffer
0017f4e0 b curr_sport
0017f4e2 b curr_dport
0017f4e4 b curr_tcp_seq_num
0017f4e8 b curr_tcp_ack_num
0017f4ec b curr_request_len
0017f4f0 b curr_chunk_size
0017f4f8 b curr_chunk_downloaded
0017f500 b curr_header_downloaded
0017f508 b command_handled_id
0017f50c b command_handled_success
0017f50d b is_ipv6
0017f510 b ip_header_size
0017f514 b udp_ops
0017f518 b current_tcp_state
0017f51c b tcp_last_connection_data_frame
0017f520 b tcp_packet_handler
0017f524 b loc_timestamp
0017f528 b rmt_timestamp
0017f52c b tcp_lost
0017f550 b tcp_activity_count
0017f554 b tcp_ack_edge
0017f558 b prev_len
0017f55c b sack_idx
0017f560 b edge_a
0017f6e0 b tcp6_packet_handler
0017f6e4 ? __bss_end
0017f6e4 B __bss_limit