diff --git a/src/soc/qualcomm/x1p42100/memlayout.ld b/src/soc/qualcomm/x1p42100/memlayout.ld index cbcbd57ca9..ae1ee96355 100644 --- a/src/soc/qualcomm/x1p42100/memlayout.ld +++ b/src/soc/qualcomm/x1p42100/memlayout.ld @@ -163,7 +163,11 @@ * 0x146ABFE8 +----------------------------------------------------------+ | * | shared_imem | | * 0x146AA000 +----------------------------------------------------------+ | - * | ... Usable memory ... | SSRAM + * | aop_imem | | + * 0x146A8000 +----------------------------------------------------------+ SSRAM + * | qdss_usb_trace | | + * 0x146A6000 +----------------------------------------------------------+ | + * | ... Usable memory ... | | * 0x146A5000 +----------------------------------------------------------+ | * | AOP SDI | | * 0x14699000 +----------------------------------------------------------+ | @@ -190,7 +194,10 @@ SECTIONS AOPSRAM_END(0x0B100000) SSRAM_START(0x14680000) + REGION(qsee, 0x14680000, 100K, 4K) REGION(aop_sdi, 0x14699000, 48K, 4K) + REGION(qdss_usb_trace, 0x146A6000, 8K, 4K) + REGION(aop_imem, 0x146A8000, 8K, 4K) REGION(shared_imem, 0x146AA000, 0x1000, 4K) REGION(ddr_information, 0x146ABFE8, 16, 8) WATCHDOG_TOMBSTONE(0x146ABFFC, 4)