[go: up one dir, main page]

Menu

[r4]: / trunk / doc / hardwarelist.txt  Maximize  Restore  History

Download this file

1368 lines (1367 with data), 29.5 kB

   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
-------------------------------------------------------------
-------------------------------------------------------------
- sorted by module
-------------------------------------------------------------
-------------------------------------------------------------
-------------------------------------------------------------
-------------------------------------------------------------
- ata.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100040
0xbd600000
0xbd600004
0xbd600010
0xbd600014
0xbd60001c
0xbd600034
0xbd600038
0xbd600040
0xbd600044
0xbd60004c
0xbd700000
0xbd700001
0xbd700002
0xbd700003
0xbd700004
0xbd700005
0xbd700006
0xbd700007
0xbd700008
0xbd70000e
-------------------------------------------------------------
-------------------------------------------------------------
- audio.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbe000000
0xbe000004
0xbe000008
0xbe00000c
0xbe000010
0xbe000014
0xbe000018
0xbe00001c
0xbe000020
0xbe000024
0xbe000028
0xbe00002c
0xbe000038
0xbe00003c
0xbe000040
0xbe000044
0xbe000050
0xbe000060
0xbe000070
0xbe000080
-------------------------------------------------------------
-------------------------------------------------------------
- display.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbe740000
0xbe740004
0xbe740008
0xbe74000c
0xbe740010
0xbe740014
0xbe740020
0xbe740024
-------------------------------------------------------------
-------------------------------------------------------------
- dmacman.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100000
0xbc100050
0xbc900000
0xbc900100
0xbca00000
0xbca00100
-------------------------------------------------------------
-------------------------------------------------------------
- dmacplus.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc800000
0xbc800004
0xbc800008
0xbc80000c
0xbc800010
0xbc800014
0xbc800018
0xbc800100
0xbc800104
0xbc800108
0xbc80010c
0xbc800110
0xbc800120
0xbc800124
0xbc800128
0xbc80012c
0xbc800130
0xbc800134
0xbc800138
0xbc80013c
0xbc800140
0xbc800144
0xbc800148
0xbc80014c
0xbc800150
0xbc800154
0xbc800158
0xbc80015c
0xbc800160
0xbc800180
0xbc800184
0xbc800188
0xbc80018c
0xbc800190
0xbc8001a0
0xbc8001a4
0xbc8001a8
0xbc8001ac
0xbc8001b0
0xbc8001c0
0xbc8001c4
0xbc8001c8
0xbc8001cc
0xbc8001d0
-------------------------------------------------------------
-------------------------------------------------------------
- emc_ddr.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100000
0xbc100068
0xbd000000
0xbd000004
0xbd00002c
0xbd000030
0xbd000034
0xbd000038
0xbd000040
0xbd000044
-------------------------------------------------------------
-------------------------------------------------------------
- emc_sm.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbd100000
0xbd101000
0xbd101004
0xbd101008
0xbd10100c
0xbd101014
0xbd101020
0xbd101024
0xbd101028
0xbd101038
0xbd101200
0xbd101300
0xbff00000
0xbff00800
0xbff00900
0xbff00904
0xbff00908
-------------------------------------------------------------
-------------------------------------------------------------
- exceptionman.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100000
0xbc100004
0xbc100010
0xbc100014
0xbfc00000
0xbfc01000
-------------------------------------------------------------
-------------------------------------------------------------
- ge.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbd400000
0xbd400004
0xbd400008
0xbd400100
0xbd400108
0xbd40010c
0xbd400110
0xbd400114
0xbd400118
0xbd40011c
0xbd400120
0xbd400124
0xbd400128
0xbd400200
0xbd400300
0xbd400304
0xbd400308
0xbd40030c
0xbd400310
0xbd400400
0xbd400800
0xbd400804
0xbd400810
0xbd400814
0xbd400818
0xbd400830
0xbd400838
0xbd40083c
0xbd4008a8
0xbd4008e8
0xbd4008ec
0xbd4008f0
0xbd4008f8
0xbd400900
0xbd400ac0
0xbd400ac4
0xbd400b10
0xbd400c00
0xbd400d80
0xbd400db0
0xbd400de0
0xbd400e20
0xbd500000
0xbd500010
0xbd500020
0xbd500030
0xbd500040
0xbd500070
0xbd500080
0xbd500090
-------------------------------------------------------------
-------------------------------------------------------------
- gpio.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbe240000
0xbe240004
0xbe240008
0xbe24000c
0xbe240010
0xbe240014
0xbe240018
0xbe24001c
0xbe240020
0xbe240024
0xbe240030
0xbe240034
0xbe240040
0xbe240048
-------------------------------------------------------------
-------------------------------------------------------------
- hpremote.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbe500000
0xbe500004
0xbe500018
0xbe500024
0xbe500028
0xbe50002c
0xbe500030
0xbe500034
0xbe500038
0xbe500040
0xbe500044
-------------------------------------------------------------
-------------------------------------------------------------
- i2c.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbe200000
0xbe200004
0xbe200008
0xbe20000c
0xbe200010
0xbe200014
0xbe20001c
0xbe200020
0xbe200028
0xbe20002c
-------------------------------------------------------------
-------------------------------------------------------------
- interruptman.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc300000
0xbc300004
0xbc300008
0xbc300010
0xbc300014
0xbc300018
-------------------------------------------------------------
-------------------------------------------------------------
- lcdc.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbe140000
0xbe140004
0xbe140008
0xbe140010
0xbe140014
0xbe140018
0xbe14001c
0xbe140020
0xbe140024
0xbe140028
0xbe14002c
0xbe140030
0xbe140034
0xbe140040
0xbe140044
0xbe140048
0xbe14004c
0xbe140050
-------------------------------------------------------------
-------------------------------------------------------------
- mebooter.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100000
0xbc100004
0xbc100040
0xbc100050
0xbcc00000
0xbcc00010
0xbcc00030
0xbcc00040
0xbcc00070
0xbfc00000
0xbfc00040
0xbfc00160
0xbfc00700
0xbfc00714
-------------------------------------------------------------
-------------------------------------------------------------
- mebooter_umdvideo.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100000
0xbc100004
0xbc100040
0xbc100050
0xbcc00000
0xbcc00010
0xbcc00030
0xbcc00040
0xbcc00070
0xbfc00000
0xbfc00040
0xbfc00160
0xbfc00700
0xbfc00714
-------------------------------------------------------------
-------------------------------------------------------------
- memlmd.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100000
0xbc100050
0xbde00000
0xbde00008
0xbde0000c
0xbde00010
0xbde00014
0xbde0001c
0xbde00020
0xbde00024
0xbde00028
0xbde0002c
0xbde00030
-------------------------------------------------------------
-------------------------------------------------------------
- me_wrapper.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100000
0xbc100004
0xbc100040
0xbc100050
0xbc100070
0xbcc00000
0xbcc00010
0xbcc00030
0xbcc00040
0xbcc00070
0xbfc00000
0xbfc00040
0xbfc00600
0xbfc00608
0xbfc0060c
0xbfc00610
0xbfc00614
0xbfc00618
0xbfc0061c
0xbfc00620
0xbfc00624
0xbfc00628
0xbfc00700
0xbfc00710
0xbfc00714
0xbfc00718
0xbfc01830
0xbfc018c4
0xbfc018c8
-------------------------------------------------------------
-------------------------------------------------------------
- mgr.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbe100000
0xbe100008
0xbe100010
0xbe100018
0xbe100020
0xbe100030
0xbe100040
0xbe100044
0xbe100050
0xbe100054
0xbe100058
0xbe10005c
0xbe100060
0xbe100064
0xbe100068
0xbe10006c
0xbe100070
0xbe100074
0xbe100078
0xbe10007c
0xbe100080
0xbe100084
0xbe100088
0xbe100090
0xbe100094
0xbe100098
0xbe1000a0
-------------------------------------------------------------
-------------------------------------------------------------
- mpeg_vsh.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc000000
0xbd000000
0xbd100000
0xbd200000
0xbd800000
0xbe000000
0xbf000000
0xbf010000
0xbf01e000
-------------------------------------------------------------
-------------------------------------------------------------
- mscm.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100000
0xbc10005c
0xbd200000
-------------------------------------------------------------
-------------------------------------------------------------
- power.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbfa00000
0xbfa02fe9
0xbfc00000
0xbfc01000
0xbfff0000
0xbfffffff
-------------------------------------------------------------
-------------------------------------------------------------
- pspnet_inet.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbf0024af
0xbf0024da
-------------------------------------------------------------
-------------------------------------------------------------
- pspnet.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbfff0000
-------------------------------------------------------------
-------------------------------------------------------------
- pwm.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbe300000
-------------------------------------------------------------
-------------------------------------------------------------
- reboot.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100050
0xbc100058
0xbc100078
0xbc10007c
0xbd101000
0xbd101004
0xbd101008
0xbd10100c
0xbd101014
0xbd101020
0xbd101024
0xbd101028
0xbd101038
0xbd101200
0xbd101300
0xbde00008
0xbde0000c
0xbde00010
0xbde00014
0xbde0001c
0xbde00028
0xbde0002c
0xbde00030
0xbe4c0000
0xbe4c0018
0xbe4c0024
0xbe4c0028
0xbe4c002c
0xbe4c0030
0xbe4c0044
0xbff00800
0xbff00900
0xbff00904
0xbff00908
-------------------------------------------------------------
-------------------------------------------------------------
- sircs.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbe340000
0xbe340004
0xbe34000c
0xbe340010
0xbe340014
0xbe540000
0xbe540004
0xbe540018
0xbe54002c
0xbe540030
0xbe540040
0xbe540044
-------------------------------------------------------------
-------------------------------------------------------------
- syscon.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100000
0xbc100078
0xbd000000
0xbd000004
0xbe240000
0xbe240004
0xbe240008
0xbe24000c
0xbe240020
0xbe580000
0xbe580004
0xbe580008
0xbe58000c
0xbe580014
0xbe580018
0xbe580020
0xbe580024
-------------------------------------------------------------
-------------------------------------------------------------
- sysmem.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc000000
0xbc000004
0xbc000008
0xbc00000c
0xbc000010
0xbc000014
0xbc000018
0xbc00001c
0xbc000020
0xbc000024
0xbc000028
0xbc00002c
0xbc000030
0xbc000034
0xbc000038
0xbc00003c
0xbc000040
0xbc000044
0xbc100000
0xbc100040
0xbfff0000
0xbfffffff
-------------------------------------------------------------
-------------------------------------------------------------
- sysreg.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc000000
0xbc000044
0xbc000050
0xbc100000
0xbc10003c
0xbc100040
0xbc100044
0xbc100048
0xbc10004c
0xbc100050
0xbc100054
0xbc100058
0xbc10005c
0xbc100060
0xbc100064
0xbc100068
0xbc100074
0xbc100078
0xbc10007c
0xbc100080
0xbc100090
0xbc100094
0xbc100098
0xbc1000fc
0xbc200000
0xbc200004
0xbfc00000
0xbfc00400
0xbfc00ffc
-------------------------------------------------------------
-------------------------------------------------------------
- systimer.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc500000
0xbc500008
0xbc50000c
-------------------------------------------------------------
-------------------------------------------------------------
- threadman.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc000000
0xbc000030
0xbc000044
0xbc400000
0xbc600000
0xbc600004
0xbc600008
0xbc60000c
0xbc600010
0xbfff0000
0xbfffffff
-------------------------------------------------------------
-------------------------------------------------------------
- uart4.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc100000
0xbc100050
0xbc100058
0xbc100078
0xbe4c0000
0xbe4c0018
0xbe4c0024
0xbe4c0028
0xbe4c002c
0xbe4c0030
0xbe4c0034
0xbe4c0044
-------------------------------------------------------------
-------------------------------------------------------------
- umdman.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbd600000
0xbd600010
0xbd700000
0xbd700001
0xbd700007
0xbd70000e
0xbdf00000
0xbdf00004
0xbdf00008
0xbdf00010
0xbdf00014
0xbdf00018
0xbdf0001c
0xbdf00020
0xbdf00024
0xbdf00028
0xbdf0002c
0xbdf00030
0xbdf00038
0xbdf00044
0xbdf00090
0xbdf00094
0xbdf000b8
-------------------------------------------------------------
-------------------------------------------------------------
- usb.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc000050
0xbd000004
0xbd800000
0xbd800004
0xbd800008
0xbd80000c
0xbd800020
0xbd800200
0xbd800204
0xbd80020c
0xbd800210
0xbd800214
0xbd800220
0xbd800400
0xbd800404
0xbd800408
0xbd80040c
0xbd800410
0xbd800414
0xbd800418
0xbd80041c
0xbd800504
-------------------------------------------------------------
-------------------------------------------------------------
- utils.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbc400000
0xbc400004
0xbc400008
0xbc40000c
0xbc400010
0xbc400014
0xbc400018
0xbc40001c
0xbc400020
0xbc400024
0xbc400028
0xbc40002c
0xbc400030
0xbc400034
0xbc400038
0xbc40003c
0xbc400040
0xbc400044
0xbc400048
0xbc40004c
0xbc400050
-------------------------------------------------------------
-------------------------------------------------------------
- wlan.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbd300000
0xbd300002
0xbd300004
0xbd300008
0xbd30000c
0xbd300010
0xbd300012
0xbd300014
0xbd300016
0xbd300018
0xbd30001a
0xbd30001c
0xbd300020
0xbd300024
0xbd300028
0xbd300030
0xbd300034
0xbd300038
0xbd30003c
0xbd300040
-------------------------------------------------------------
-------------------------------------------------------------
- sorted by address
-------------------------------------------------------------
-------------------------------------------------------------
0xbc000000 mpeg_vsh.prx
0xbc000000 sysmem.prx
0xbc000000 sysreg.prx
0xbc000000 threadman.prx
0xbc000004 sysmem.prx
0xbc000008 sysmem.prx
0xbc00000c sysmem.prx
0xbc000010 sysmem.prx
0xbc000014 sysmem.prx
0xbc000018 sysmem.prx
0xbc00001c sysmem.prx
0xbc000020 sysmem.prx
0xbc000024 sysmem.prx
0xbc000028 sysmem.prx
0xbc00002c sysmem.prx
0xbc000030 sysmem.prx
0xbc000030 threadman.prx
0xbc000034 sysmem.prx
0xbc000038 sysmem.prx
0xbc00003c sysmem.prx
0xbc000040 sysmem.prx
0xbc000044 sysmem.prx
0xbc000044 sysreg.prx
0xbc000044 threadman.prx
0xbc000050 sysreg.prx
0xbc000050 usb.prx
0xbc100000 dmacman.prx
0xbc100000 emc_ddr.prx
0xbc100000 exceptionman.prx
0xbc100000 mebooter.prx
0xbc100000 mebooter_umdvideo.prx
0xbc100000 memlmd.prx
0xbc100000 me_wrapper.prx
0xbc100000 mscm.prx
0xbc100000 syscon.prx
0xbc100000 sysmem.prx
0xbc100000 sysreg.prx
0xbc100000 uart4.prx
0xbc100004 exceptionman.prx
0xbc100004 mebooter.prx
0xbc100004 mebooter_umdvideo.prx
0xbc100004 me_wrapper.prx
0xbc100010 exceptionman.prx
0xbc100014 exceptionman.prx
0xbc10003c sysreg.prx
0xbc100040 ata.prx
0xbc100040 mebooter.prx
0xbc100040 mebooter_umdvideo.prx
0xbc100040 me_wrapper.prx
0xbc100040 sysmem.prx
0xbc100040 sysreg.prx
0xbc100044 sysreg.prx
0xbc100048 sysreg.prx
0xbc10004c sysreg.prx
0xbc100050 dmacman.prx
0xbc100050 mebooter.prx
0xbc100050 mebooter_umdvideo.prx
0xbc100050 memlmd.prx
0xbc100050 me_wrapper.prx
0xbc100050 reboot.prx
0xbc100050 sysreg.prx
0xbc100050 uart4.prx
0xbc100054 sysreg.prx
0xbc100058 reboot.prx
0xbc100058 sysreg.prx
0xbc100058 uart4.prx
0xbc10005c mscm.prx
0xbc10005c sysreg.prx
0xbc100060 sysreg.prx
0xbc100064 sysreg.prx
0xbc100068 emc_ddr.prx
0xbc100068 sysreg.prx
0xbc100070 me_wrapper.prx
0xbc100074 sysreg.prx
0xbc100078 reboot.prx
0xbc100078 syscon.prx
0xbc100078 sysreg.prx
0xbc100078 uart4.prx
0xbc10007c reboot.prx
0xbc10007c sysreg.prx
0xbc100080 sysreg.prx
0xbc100090 sysreg.prx
0xbc100094 sysreg.prx
0xbc100098 sysreg.prx
0xbc1000fc sysreg.prx
0xbc200000 sysreg.prx
0xbc200004 sysreg.prx
0xbc300000 interruptman.prx
0xbc300004 interruptman.prx
0xbc300008 interruptman.prx
0xbc300010 interruptman.prx
0xbc300014 interruptman.prx
0xbc300018 interruptman.prx
0xbc400000 threadman.prx
0xbc400000 utils.prx
0xbc400004 utils.prx
0xbc400008 utils.prx
0xbc40000c utils.prx
0xbc400010 utils.prx
0xbc400014 utils.prx
0xbc400018 utils.prx
0xbc40001c utils.prx
0xbc400020 utils.prx
0xbc400024 utils.prx
0xbc400028 utils.prx
0xbc40002c utils.prx
0xbc400030 utils.prx
0xbc400034 utils.prx
0xbc400038 utils.prx
0xbc40003c utils.prx
0xbc400040 utils.prx
0xbc400044 utils.prx
0xbc400048 utils.prx
0xbc40004c utils.prx
0xbc400050 utils.prx
0xbc500000 systimer.prx
0xbc500008 systimer.prx
0xbc50000c systimer.prx
0xbc600000 threadman.prx
0xbc600004 threadman.prx
0xbc600008 threadman.prx
0xbc60000c threadman.prx
0xbc600010 threadman.prx
0xbc800000 dmacplus.prx
0xbc800004 dmacplus.prx
0xbc800008 dmacplus.prx
0xbc80000c dmacplus.prx
0xbc800010 dmacplus.prx
0xbc800014 dmacplus.prx
0xbc800018 dmacplus.prx
0xbc800100 dmacplus.prx
0xbc800104 dmacplus.prx
0xbc800108 dmacplus.prx
0xbc80010c dmacplus.prx
0xbc800110 dmacplus.prx
0xbc800120 dmacplus.prx
0xbc800124 dmacplus.prx
0xbc800128 dmacplus.prx
0xbc80012c dmacplus.prx
0xbc800130 dmacplus.prx
0xbc800134 dmacplus.prx
0xbc800138 dmacplus.prx
0xbc80013c dmacplus.prx
0xbc800140 dmacplus.prx
0xbc800144 dmacplus.prx
0xbc800148 dmacplus.prx
0xbc80014c dmacplus.prx
0xbc800150 dmacplus.prx
0xbc800154 dmacplus.prx
0xbc800158 dmacplus.prx
0xbc80015c dmacplus.prx
0xbc800160 dmacplus.prx
0xbc800180 dmacplus.prx
0xbc800184 dmacplus.prx
0xbc800188 dmacplus.prx
0xbc80018c dmacplus.prx
0xbc800190 dmacplus.prx
0xbc8001a0 dmacplus.prx
0xbc8001a4 dmacplus.prx
0xbc8001a8 dmacplus.prx
0xbc8001ac dmacplus.prx
0xbc8001b0 dmacplus.prx
0xbc8001c0 dmacplus.prx
0xbc8001c4 dmacplus.prx
0xbc8001c8 dmacplus.prx
0xbc8001cc dmacplus.prx
0xbc8001d0 dmacplus.prx
0xbc900000 dmacman.prx
0xbc900100 dmacman.prx
0xbca00000 dmacman.prx
0xbca00100 dmacman.prx
0xbcc00000 mebooter.prx
0xbcc00000 mebooter_umdvideo.prx
0xbcc00000 me_wrapper.prx
0xbcc00010 mebooter.prx
0xbcc00010 mebooter_umdvideo.prx
0xbcc00010 me_wrapper.prx
0xbcc00030 mebooter.prx
0xbcc00030 mebooter_umdvideo.prx
0xbcc00030 me_wrapper.prx
0xbcc00040 mebooter.prx
0xbcc00040 mebooter_umdvideo.prx
0xbcc00040 me_wrapper.prx
0xbcc00070 mebooter.prx
0xbcc00070 mebooter_umdvideo.prx
0xbcc00070 me_wrapper.prx
0xbd000000 emc_ddr.prx
0xbd000000 mpeg_vsh.prx
0xbd000000 syscon.prx
0xbd000004 emc_ddr.prx
0xbd000004 syscon.prx
0xbd000004 usb.prx
0xbd00002c emc_ddr.prx
0xbd000030 emc_ddr.prx
0xbd000034 emc_ddr.prx
0xbd000038 emc_ddr.prx
0xbd000040 emc_ddr.prx
0xbd000044 emc_ddr.prx
0xbd100000 emc_sm.prx
0xbd100000 mpeg_vsh.prx
0xbd101000 emc_sm.prx
0xbd101000 reboot.prx
0xbd101004 emc_sm.prx
0xbd101004 reboot.prx
0xbd101008 emc_sm.prx
0xbd101008 reboot.prx
0xbd10100c emc_sm.prx
0xbd10100c reboot.prx
0xbd101014 emc_sm.prx
0xbd101014 reboot.prx
0xbd101020 emc_sm.prx
0xbd101020 reboot.prx
0xbd101024 emc_sm.prx
0xbd101024 reboot.prx
0xbd101028 emc_sm.prx
0xbd101028 reboot.prx
0xbd101038 emc_sm.prx
0xbd101038 reboot.prx
0xbd101200 emc_sm.prx
0xbd101200 reboot.prx
0xbd101300 emc_sm.prx
0xbd101300 reboot.prx
0xbd200000 mpeg_vsh.prx
0xbd200000 mscm.prx
0xbd300000 wlan.prx
0xbd300002 wlan.prx
0xbd300004 wlan.prx
0xbd300008 wlan.prx
0xbd30000c wlan.prx
0xbd300010 wlan.prx
0xbd300012 wlan.prx
0xbd300014 wlan.prx
0xbd300016 wlan.prx
0xbd300018 wlan.prx
0xbd30001a wlan.prx
0xbd30001c wlan.prx
0xbd300020 wlan.prx
0xbd300024 wlan.prx
0xbd300028 wlan.prx
0xbd300030 wlan.prx
0xbd300034 wlan.prx
0xbd300038 wlan.prx
0xbd30003c wlan.prx
0xbd300040 wlan.prx
0xbd400000 ge.prx
0xbd400004 ge.prx
0xbd400008 ge.prx
0xbd400100 ge.prx
0xbd400108 ge.prx
0xbd40010c ge.prx
0xbd400110 ge.prx
0xbd400114 ge.prx
0xbd400118 ge.prx
0xbd40011c ge.prx
0xbd400120 ge.prx
0xbd400124 ge.prx
0xbd400128 ge.prx
0xbd400200 ge.prx
0xbd400300 ge.prx
0xbd400304 ge.prx
0xbd400308 ge.prx
0xbd40030c ge.prx
0xbd400310 ge.prx
0xbd400400 ge.prx
0xbd400800 ge.prx
0xbd400804 ge.prx
0xbd400810 ge.prx
0xbd400814 ge.prx
0xbd400818 ge.prx
0xbd400830 ge.prx
0xbd400838 ge.prx
0xbd40083c ge.prx
0xbd4008a8 ge.prx
0xbd4008e8 ge.prx
0xbd4008ec ge.prx
0xbd4008f0 ge.prx
0xbd4008f8 ge.prx
0xbd400900 ge.prx
0xbd400ac0 ge.prx
0xbd400ac4 ge.prx
0xbd400b10 ge.prx
0xbd400c00 ge.prx
0xbd400d80 ge.prx
0xbd400db0 ge.prx
0xbd400de0 ge.prx
0xbd400e20 ge.prx
0xbd500000 ge.prx
0xbd500010 ge.prx
0xbd500020 ge.prx
0xbd500030 ge.prx
0xbd500040 ge.prx
0xbd500070 ge.prx
0xbd500080 ge.prx
0xbd500090 ge.prx
0xbd600000 ata.prx
0xbd600000 umdman.prx
0xbd600004 ata.prx
0xbd600010 ata.prx
0xbd600010 umdman.prx
0xbd600014 ata.prx
0xbd60001c ata.prx
0xbd600034 ata.prx
0xbd600038 ata.prx
0xbd600040 ata.prx
0xbd600044 ata.prx
0xbd60004c ata.prx
0xbd700000 ata.prx
0xbd700000 umdman.prx
0xbd700001 ata.prx
0xbd700001 umdman.prx
0xbd700002 ata.prx
0xbd700003 ata.prx
0xbd700004 ata.prx
0xbd700005 ata.prx
0xbd700006 ata.prx
0xbd700007 ata.prx
0xbd700007 umdman.prx
0xbd700008 ata.prx
0xbd70000e ata.prx
0xbd70000e umdman.prx
0xbd800000 mpeg_vsh.prx
0xbd800000 usb.prx
0xbd800004 usb.prx
0xbd800008 usb.prx
0xbd80000c usb.prx
0xbd800020 usb.prx
0xbd800200 usb.prx
0xbd800204 usb.prx
0xbd80020c usb.prx
0xbd800210 usb.prx
0xbd800214 usb.prx
0xbd800220 usb.prx
0xbd800400 usb.prx
0xbd800404 usb.prx
0xbd800408 usb.prx
0xbd80040c usb.prx
0xbd800410 usb.prx
0xbd800414 usb.prx
0xbd800418 usb.prx
0xbd80041c usb.prx
0xbd800504 usb.prx
0xbde00000 memlmd.prx
0xbde00008 memlmd.prx
0xbde00008 reboot.prx
0xbde0000c memlmd.prx
0xbde0000c reboot.prx
0xbde00010 memlmd.prx
0xbde00010 reboot.prx
0xbde00014 memlmd.prx
0xbde00014 reboot.prx
0xbde0001c memlmd.prx
0xbde0001c reboot.prx
0xbde00020 memlmd.prx
0xbde00024 memlmd.prx
0xbde00028 memlmd.prx
0xbde00028 reboot.prx
0xbde0002c memlmd.prx
0xbde0002c reboot.prx
0xbde00030 memlmd.prx
0xbde00030 reboot.prx
0xbdf00000 umdman.prx
0xbdf00004 umdman.prx
0xbdf00008 umdman.prx
0xbdf00010 umdman.prx
0xbdf00014 umdman.prx
0xbdf00018 umdman.prx
0xbdf0001c umdman.prx
0xbdf00020 umdman.prx
0xbdf00024 umdman.prx
0xbdf00028 umdman.prx
0xbdf0002c umdman.prx
0xbdf00030 umdman.prx
0xbdf00038 umdman.prx
0xbdf00044 umdman.prx
0xbdf00090 umdman.prx
0xbdf00094 umdman.prx
0xbdf000b8 umdman.prx
0xbe000000 audio.prx
0xbe000000 mpeg_vsh.prx
0xbe000004 audio.prx
0xbe000008 audio.prx
0xbe00000c audio.prx
0xbe000010 audio.prx
0xbe000014 audio.prx
0xbe000018 audio.prx
0xbe00001c audio.prx
0xbe000020 audio.prx
0xbe000024 audio.prx
0xbe000028 audio.prx
0xbe00002c audio.prx
0xbe000038 audio.prx
0xbe00003c audio.prx
0xbe000040 audio.prx
0xbe000044 audio.prx
0xbe000050 audio.prx
0xbe000060 audio.prx
0xbe000070 audio.prx
0xbe000080 audio.prx
0xbe100000 mgr.prx
0xbe100008 mgr.prx
0xbe100010 mgr.prx
0xbe100018 mgr.prx
0xbe100020 mgr.prx
0xbe100030 mgr.prx
0xbe100040 mgr.prx
0xbe100044 mgr.prx
0xbe100050 mgr.prx
0xbe100054 mgr.prx
0xbe100058 mgr.prx
0xbe10005c mgr.prx
0xbe100060 mgr.prx
0xbe100064 mgr.prx
0xbe100068 mgr.prx
0xbe10006c mgr.prx
0xbe100070 mgr.prx
0xbe100074 mgr.prx
0xbe100078 mgr.prx
0xbe10007c mgr.prx
0xbe100080 mgr.prx
0xbe100084 mgr.prx
0xbe100088 mgr.prx
0xbe100090 mgr.prx
0xbe100094 mgr.prx
0xbe100098 mgr.prx
0xbe1000a0 mgr.prx
0xbe140000 lcdc.prx
0xbe140004 lcdc.prx
0xbe140008 lcdc.prx
0xbe140010 lcdc.prx
0xbe140014 lcdc.prx
0xbe140018 lcdc.prx
0xbe14001c lcdc.prx
0xbe140020 lcdc.prx
0xbe140024 lcdc.prx
0xbe140028 lcdc.prx
0xbe14002c lcdc.prx
0xbe140030 lcdc.prx
0xbe140034 lcdc.prx
0xbe140040 lcdc.prx
0xbe140044 lcdc.prx
0xbe140048 lcdc.prx
0xbe14004c lcdc.prx
0xbe140050 lcdc.prx
0xbe200000 i2c.prx
0xbe200004 i2c.prx
0xbe200008 i2c.prx
0xbe20000c i2c.prx
0xbe200010 i2c.prx
0xbe200014 i2c.prx
0xbe20001c i2c.prx
0xbe200020 i2c.prx
0xbe200028 i2c.prx
0xbe20002c i2c.prx
0xbe240000 gpio.prx
0xbe240000 syscon.prx
0xbe240004 gpio.prx
0xbe240004 syscon.prx
0xbe240008 gpio.prx
0xbe240008 syscon.prx
0xbe24000c gpio.prx
0xbe24000c syscon.prx
0xbe240010 gpio.prx
0xbe240014 gpio.prx
0xbe240018 gpio.prx
0xbe24001c gpio.prx
0xbe240020 gpio.prx
0xbe240020 syscon.prx
0xbe240024 gpio.prx
0xbe240030 gpio.prx
0xbe240034 gpio.prx
0xbe240040 gpio.prx
0xbe240048 gpio.prx
0xbe300000 pwm.prx
0xbe340000 sircs.prx
0xbe340004 sircs.prx
0xbe34000c sircs.prx
0xbe340010 sircs.prx
0xbe340014 sircs.prx
0xbe4c0000 reboot.prx
0xbe4c0000 uart4.prx
0xbe4c0018 reboot.prx
0xbe4c0018 uart4.prx
0xbe4c0024 reboot.prx
0xbe4c0024 uart4.prx
0xbe4c0028 reboot.prx
0xbe4c0028 uart4.prx
0xbe4c002c reboot.prx
0xbe4c002c uart4.prx
0xbe4c0030 reboot.prx
0xbe4c0030 uart4.prx
0xbe4c0034 uart4.prx
0xbe4c0044 reboot.prx
0xbe4c0044 uart4.prx
0xbe500000 hpremote.prx
0xbe500004 hpremote.prx
0xbe500018 hpremote.prx
0xbe500024 hpremote.prx
0xbe500028 hpremote.prx
0xbe50002c hpremote.prx
0xbe500030 hpremote.prx
0xbe500034 hpremote.prx
0xbe500038 hpremote.prx
0xbe500040 hpremote.prx
0xbe500044 hpremote.prx
0xbe540000 sircs.prx
0xbe540004 sircs.prx
0xbe540018 sircs.prx
0xbe54002c sircs.prx
0xbe540030 sircs.prx
0xbe540040 sircs.prx
0xbe540044 sircs.prx
0xbe580000 syscon.prx
0xbe580004 syscon.prx
0xbe580008 syscon.prx
0xbe58000c syscon.prx
0xbe580014 syscon.prx
0xbe580018 syscon.prx
0xbe580020 syscon.prx
0xbe580024 syscon.prx
0xbe740000 display.prx
0xbe740004 display.prx
0xbe740008 display.prx
0xbe74000c display.prx
0xbe740010 display.prx
0xbe740014 display.prx
0xbe740020 display.prx
0xbe740024 display.prx
0xbf000000 mpeg_vsh.prx
0xbf0024af pspnet_inet.prx
0xbf0024da pspnet_inet.prx
0xbf010000 mpeg_vsh.prx
0xbf01e000 mpeg_vsh.prx
0xbfa00000 power.prx
0xbfa02fe9 power.prx
0xbfc00000 exceptionman.prx
0xbfc00000 mebooter.prx
0xbfc00000 mebooter_umdvideo.prx
0xbfc00000 me_wrapper.prx
0xbfc00000 power.prx
0xbfc00000 sysreg.prx
0xbfc00040 mebooter.prx
0xbfc00040 mebooter_umdvideo.prx
0xbfc00040 me_wrapper.prx
0xbfc00160 mebooter.prx
0xbfc00160 mebooter_umdvideo.prx
0xbfc00400 sysreg.prx
0xbfc00600 me_wrapper.prx
0xbfc00608 me_wrapper.prx
0xbfc0060c me_wrapper.prx
0xbfc00610 me_wrapper.prx
0xbfc00614 me_wrapper.prx
0xbfc00618 me_wrapper.prx
0xbfc0061c me_wrapper.prx
0xbfc00620 me_wrapper.prx
0xbfc00624 me_wrapper.prx
0xbfc00628 me_wrapper.prx
0xbfc00700 mebooter.prx
0xbfc00700 mebooter_umdvideo.prx
0xbfc00700 me_wrapper.prx
0xbfc00710 me_wrapper.prx
0xbfc00714 mebooter.prx
0xbfc00714 mebooter_umdvideo.prx
0xbfc00714 me_wrapper.prx
0xbfc00718 me_wrapper.prx
0xbfc00ffc sysreg.prx
0xbfc01000 exceptionman.prx
0xbfc01000 power.prx
0xbfc01830 me_wrapper.prx
0xbfc018c4 me_wrapper.prx
0xbfc018c8 me_wrapper.prx
0xbff00000 emc_sm.prx
0xbff00800 emc_sm.prx
0xbff00800 reboot.prx
0xbff00900 emc_sm.prx
0xbff00900 reboot.prx
0xbff00904 emc_sm.prx
0xbff00904 reboot.prx
0xbff00908 emc_sm.prx
0xbff00908 reboot.prx
0xbfff0000 power.prx
0xbfff0000 pspnet.prx
0xbfff0000 sysmem.prx
0xbfff0000 threadman.prx
0xbfffffff power.prx
0xbfffffff sysmem.prx
0xbfffffff threadman.prx