arch/arm64: Fixed GIC3 for goldfish platform
Signed-off-by: wangming9 <wangming9@xiaomi.com>
This commit is contained in:
parent
b3e640cf3f
commit
27d77b1aca
|
@ -55,10 +55,14 @@
|
|||
*/
|
||||
|
||||
#if CONFIG_ARM64_GIC_VERSION == 2
|
||||
|
||||
#define CONFIG_GICD_BASE 0x8000000
|
||||
#define CONFIG_GICR_BASE 0x8010000
|
||||
|
||||
#elif CONFIG_ARM64_GIC_VERSION == 3 || CONFIG_ARM64_GIC_VERSION == 4
|
||||
#define CONFIG_GICD_BASE 0x8000000
|
||||
#define CONFIG_GICR_BASE 0x80a0000
|
||||
#define CONFIG_GICR_OFFSET 0x20000
|
||||
#else
|
||||
#error CONFIG_ARM64_GIC_VERSION should be 2, 3 or 4
|
||||
#endif /* CONFIG_ARM64_GIC_VERSION */
|
||||
|
||||
#define CONFIG_FLASH_BASEADDR 0x7000000
|
||||
|
|
Loading…
Reference in New Issue