mirror of
https://github.com/apache/nuttx.git
synced 2026-09-26 18:16:27 +08:00
i.MX6: Add definition of base address of ARM multi-core registers
This commit is contained in:
@@ -51,10 +51,10 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* GIC registers are memory mapped and accessed through a processor specific
|
||||
* private address space via the SCU. The Cortex-A9 MCU chip.h header file
|
||||
* must provide the definition CHIP_MPCORE_VBASE to access this the registers
|
||||
* in this memory region.
|
||||
/* MPCore registers are memory mapped and accessed through a processor
|
||||
* specific private address space via the SCU. The Cortex-A9 MCU chip.h
|
||||
* header file must provide the definition CHIP_MPCORE_VBASE to access this
|
||||
* the registers in this memory region.
|
||||
*/
|
||||
|
||||
/* Peripheral Base Offsets **************************************************/
|
||||
|
||||
@@ -41,11 +41,20 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include "chip/imx_memorymap.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* MPCore registers are memory mapped and accessed through a processor
|
||||
* specific private address space via the SCU. The Cortex-A9 MCU chip.h
|
||||
* header file must provide the definition CHIP_MPCORE_VBASE to access this
|
||||
* the registers in this memory region.
|
||||
*/
|
||||
|
||||
#define CHIP_MPCORE_VBASE IMX_ARMMP_VSECTION
|
||||
|
||||
/****************************************************************************
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user