Skip to content

Commit 6e26512

Browse files
cfriedtgalak
authored andcommitted
Revert "linker: xtensa: move IDT_LIST region"
This reverts commit 9505ee8. Fixes #38214 Signed-off-by: Christopher Friedt <[email protected]>
1 parent 7c564c4 commit 6e26512

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

soc/xtensa/intel_adsp/cavs_v15/include/soc/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
* Interrupt Descriptor Table (IDT). This is a bogus address as this
8888
* section will be stripped off in the final image.
8989
*/
90-
#define IDT_BASE 0xFFFFDFFF
90+
#define IDT_BASE (RAM_BASE + RAM_SIZE)
9191

9292
/* size of the Interrupt Descriptor Table (IDT) */
9393
#define IDT_SIZE 0x2000

soc/xtensa/intel_adsp/cavs_v18/include/soc/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
* Interrupt Descriptor Table (IDT). This is a bogus address as this
8585
* section will be stripped off in the final image.
8686
*/
87-
#define IDT_BASE 0xFFFFDFFF
87+
#define IDT_BASE (RAM_BASE + RAM_SIZE)
8888

8989
/* size of the Interrupt Descriptor Table (IDT) */
9090
#define IDT_SIZE 0x2000

soc/xtensa/intel_adsp/cavs_v20/include/soc/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
* Interrupt Descriptor Table (IDT). This is a bogus address as this
8585
* section will be stripped off in the final image.
8686
*/
87-
#define IDT_BASE 0xFFFFDFFF
87+
#define IDT_BASE (RAM_BASE + RAM_SIZE)
8888

8989
/* size of the Interrupt Descriptor Table (IDT) */
9090
#define IDT_SIZE 0x2000

soc/xtensa/intel_adsp/cavs_v25/include/soc/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
* Interrupt Descriptor Table (IDT). This is a bogus address as this
8585
* section will be stripped off in the final image.
8686
*/
87-
#define IDT_BASE 0xFFFFDFFF
87+
#define IDT_BASE (RAM_BASE + RAM_SIZE)
8888

8989
/* size of the Interrupt Descriptor Table (IDT) */
9090
#define IDT_SIZE 0x2000

soc/xtensa/intel_s1000/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* Interrupt Descriptor Table (IDT). This is a bogus address as this
6464
* section will be stripped off in the final image.
6565
*/
66-
#define IDT_BASE 0xFFFFDFFF
66+
#define IDT_BASE (RAM_BASE + RAM_SIZE)
6767

6868
/* size of the Interrupt Descriptor Table (IDT) */
6969
#define IDT_SIZE 0x2000

0 commit comments

Comments
 (0)