add_ADSP_size.patch

BSP组-RD3_TSCD 罗聪, 2023-06-14 20:36

Download (2.85 KB)

View differences:

devicetree-4.19/qcom/kona.dtsi
476 476
               pil_adsp_mem: pil_adsp_region@8a100000 {
477 477
                       compatible = "removed-dma-pool";
478 478
                       no-map;
479
                       reg = <0x0 0x8a100000 0x0 0x1d00000>;
479
                       reg = <0x0 0x8a100000 0x0 0x1f00000>; //0x1d00000 + 2M
480 480
               };
481 481

  
482
               pil_spss_mem: pil_spss_region@8be00000 {
482
               pil_spss_mem: pil_spss_region@8c000000 {
483 483
                       compatible = "removed-dma-pool";
484 484
                       no-map;
485
                       reg = <0x0 0x8be00000 0x0 0x100000>;
485
                       reg = <0x0 0x8c000000 0x0 0x100000>;
486 486
               };
487 487

  
488
               cdsp_secure_heap: cdsp_secure_heap@8bf00000 {
488
               cdsp_secure_heap: cdsp_secure_heap@8d000000 {
489 489
                       compatible = "removed-dma-pool";
490 490
                       no-map;
491
                       reg = <0x0 0x8bf00000 0x0 0x4600000>;
491
                       reg = <0x0 0x8d000000 0x0 0x4600000>;
492 492
               };
493 493
               /* enabled pstore */
494 494
               ramoops: ramoops@90500000 {
config/8250.adsp/cust_config.xml
95 95
    </kernel>
96 96

  
97 97
    <physical_pool name="DEFAULT_PHYSPOOL">
98
        <region base="0x8A100000" size="0x01D00000" />
98
        <region base="0x8A100000" size="0x01F00000" />
99 99
    </physical_pool>
100 100

  
101 101
    <!-- <physical_pool name="DRIVER_POOL"> -->
core/kernel/qurt/build/adsp_link/qdsp6/8250.adsp.prod/config/qurt_config.c
1106 1106
#define POOLEND {0}}},
1107 1107
#define POOL_CONFIGS_INIT { \
1108 1108
    POOLSTART("DEFAULT_PHYSPOOL") \
1109
        POOLREGION(0x8A100,0x1D00000) \
1109
        POOLREGION(0x8A100,0x1F00000) \
1110 1110
    POOLEND \
1111 1111
    POOLSTART("ADSP_DRIVER_POOL") \
1112 1112
        POOLREGION(0x3000,0xC80000) \
QcomPkg/SocPkg/8250/Common/uefipil.cfg
48 48
ImagePath = \image\adsp
49 49
SubsysID = 1
50 50
ResvMemoryStart = 0x8A100000
51
ResvMemorySize = 0x1D00000
51
ResvMemorySize = 0x1F00000
52 52
ImageLoadInfo = Yes