s5j: clean up headers
authorHeesub Shin <heesub.shin@samsung.com>
Mon, 3 Apr 2017 10:36:33 +0000 (19:36 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:06 +0000 (12:02 +0900)
This commit rearranges chip-specific definitions that are scattered
around under arch/arm/src/s5j.

Change-Id: Iefd69d0fc70b75d0aa757369d2134514bf7affc2
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
13 files changed:
os/arch/arm/src/s5j/chip.h
os/arch/arm/src/s5j/chip/s5j_memorymap.h [new file with mode: 0644]
os/arch/arm/src/s5j/s5j_gpio.h
os/arch/arm/src/s5j/s5j_i2c.c
os/arch/arm/src/s5j/s5j_pwm.c
os/arch/arm/src/s5j/s5j_pwrcal.c
os/arch/arm/src/s5j/s5j_serial.c
os/arch/arm/src/s5j/s5j_sflash.c
os/arch/arm/src/s5j/s5j_spi.c
os/arch/arm/src/s5j/s5j_timerisr.c
os/arch/arm/src/s5j/soc/s5jt200_gpio.h [deleted file]
os/arch/arm/src/s5j/soc/s5jt200_memorymap.h [deleted file]
os/arch/arm/src/sidk_s5jt200/src/s5jt200_buttons.c

index 9767c1d..af4c625 100644 (file)
 #ifndef __ARCH_ARM_SRC_S5J_CHIP_H
 #define __ARCH_ARM_SRC_S5J_CHIP_H
 
-/************************************************************************************
+/****************************************************************************
  * Included Files
- ************************************************************************************/
+ ****************************************************************************/
 
 #include <tinyara/config.h>
 
 /* Then get all of the register definitions */
-#ifdef CONFIG_ARCH_CHIP_S5JT200
-#include "soc/s5jt200_memorymap.h"
-#ifndef __ASSEMBLY__
-#include "soc/s5jt200_gpio.h"
-#define VECTOR_BASE   S5J_VECTOR_BASE
-#endif
-#endif
-
-#ifndef __ASSEMBLY__
-#include "s5j_serial.h"
-#include "s5j_gpio.h"
-#include "s5j_vclk.h"
-#endif
+#include "chip/s5j_memorymap.h"
 
-/************************************************************************************
+/****************************************************************************
  * Pre-processor Definitions
- ************************************************************************************/
-/* Cache line sizes (in bytes)for the SAVA5Dx */
-#define ARMV7A_DCACHE_LINESIZE 64      /* 32 bytes (8 words) */
-#define ARMV7A_ICACHE_LINESIZE 64      /* 32 bytes (8 words) */
+ ****************************************************************************/
 
 /* Interrupt Controller Address */
 #define CHIP_MPCORE_VBASE S5J_GIC_BASE
 
-#endif                                                 /* __ARCH_ARM_SRC_SAMA5_CHIP_H */
+#endif /* __ARCH_ARM_SRC_S5J_CHIP_H */
diff --git a/os/arch/arm/src/s5j/chip/s5j_memorymap.h b/os/arch/arm/src/s5j/chip/s5j_memorymap.h
new file mode 100644 (file)
index 0000000..b921e05
--- /dev/null
@@ -0,0 +1,112 @@
+/****************************************************************************
+ *
+ * Copyright 2016 Samsung Electronics All Rights Reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ * either express or implied. See the License for the specific
+ * language governing permissions and limitations under the License.
+ *
+ ****************************************************************************/
+/****************************************************************************
+ * arch/arm/src/s5j/chip/s5j_memorymap.h
+ *
+ *   Copyright (C) 2016 Gregory Nutt. All rights reserved.
+ *   Author: Gregory Nutt <gnutt@nuttx.org>
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ * 3. Neither the name NuttX nor the names of its contributors may be
+ *    used to endorse or promote products derived from this software
+ *    without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+ * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ *
+ ****************************************************************************/
+
+#ifndef __ARCH_ARM_SRC_S5J_CHIP_S5J_MEMORYMAP_H
+#define __ARCH_ARM_SRC_S5J_CHIP_S5J_MEMORYMAP_H
+
+#define VECTOR_BASE            0xFFFF0000
+
+#define EFUSE_WRITER           0x80000000
+#define CHIPID_BASE            EFUSE_WRITER
+#define MCT0_BASE              0x80010000
+#define S5J_TICK_COUNTER       0x80020000
+#define S5J_WDT_BASE           0x80030000
+#define GPIO_CON_BASE          0x80040000
+
+#define UARTDBG_BASE           0x80180000
+#define UART0_BASE             0x80200000
+#define UART1_BASE             0x80210000
+#define UART2_BASE             0x80220000
+#define UART3_BASE             0x80230000
+#define OTP_CON_TOP_BASE       0x100D0000
+#define SDIO_BASE              0x80300000
+#define SFI_BASE               0x80310000
+
+#define S5J_GIC_BASE           0x80400000
+#define PMU_BASE               0x80090000
+#define PMU_ALIVE_BASE         PMU_BASE        /*Temp */
+#define PWM0_BASE              0x802E0000
+#define PWM1_BASE              0x802F0000
+#define S5J_SPI0_BASE          0x80240000
+#define S5J_SPI1_BASE          0x80250000
+#define S5J_SPI2_BASE          0x80260000
+#define S5J_SPI3_BASE          0x80270000
+#define S5J_TOP_RTC_BASE       0x80100000
+#define S5J_RTC_BASE           S5J_TOP_RTC_BASE
+#define S5J_PUF_BASE           0x80110000
+#define S5J_CSSYS__BASE                0x801D0000
+#define S5J_CSSYS_CR4_BASE     0x801E0000
+#define S5J_CSSYS_PMU_BASE     0x801F0000
+#define WDT_CPUCL_BASE         S5J_WDT_BASE    /*Temp */
+#define S5J_MAILBOX_WIFI_BASE  0x80050000
+#define S5J_MAILBOX_M0_BASE    0x80060000
+#define S5J_CMU_SSS_BASE       0x80070000
+#define S5J_CMU_BASE           0x80080000
+
+#define S5J_SYSREG_BASE                0x800A0000
+#define S5J_PDMA_BASE          0x800B0000
+#define S5J_SSS_SS_BASE                0x800C0000
+#define S5J_SSS_KM_BASE                0x800D0000
+#define S5J_SSS_MB_BASE                0x800E0000
+#define S5J_HSI2C0_BASE                0x80280000
+#define S5J_HSI2C1_BASE                0x80290000
+#define S5J_HSI2C2_BASE                0x802A0000
+#define S5J_HSI2C3_BASE                0x802B0000
+#define S5J_I2S_BASE           0x802C0000
+#define S5J_ADC_BASE           0x802D0000
+
+#define S5J_UART0_BASE         UART0_BASE
+#define S5J_UART1_BASE         UART1_BASE
+#define S5J_UART2_BASE         UART2_BASE
+#define S5J_UART3_BASE         UART3_BASE
+
+#endif /* __ARCH_ARM_SRC_S5J_CHIP_S5J_MEMORYMAP_H */
index 6b8a91a..63741cd 100644 (file)
@@ -71,6 +71,8 @@
 /****************************************************************************
  * Pre-processor Definitions
  ****************************************************************************/
+#define CONFIG_MAX_GPIO_PORT 8
+
 /* Pin configurations */
 #define GPIO_INPUT    0x0
 #define GPIO_OUTPUT   0x1
@@ -162,6 +164,31 @@ struct gpio_bank {
 #define irq_id_to_gpio(irq_id) (GPIO_MAGIC | (irq_id >> 16))
 #define gpio_irq_id(gpio, isr_num) ((gpio & 0xFFFF) << 16 | isr_num)
 
+enum {
+       GPP0,
+       GPP1,
+       GPP2,
+       GPP3,
+       GPG0,
+       GPG1,
+       GPG2,
+       GPG3,
+       GPA0,
+       GPA1,
+       GPA2,
+       GPA3,
+       GPP4,
+       ETC0,
+
+       GPEND,
+};
+
+enum {
+       GPIO_GROUP_ALIVE_EACH,
+       GPIO_GROUP_ALIVE,
+       GPIO_GROUP_COMMON,
+};
+
 /****************************************************************************
  * Public Types
  ****************************************************************************/
index 0d0ed74..bc456e0 100644 (file)
@@ -83,6 +83,7 @@
 #include "up_arch.h"
 #include "s5j_gpio.h"
 #include "s5j_i2c.h"
+#include "s5j_vclk.h"
 
 /************************************************************************************
  * Pre-processor Definitions
index d05495a..cc334dd 100644 (file)
@@ -75,6 +75,7 @@
 #include "up_arch.h"
 
 #include "s5j_pwm.h"
+#include "s5j_gpio.h"
 
 /****************************************************************************
  * Static Function Prototypes
index 63f8cf7..42f2a33 100644 (file)
@@ -61,6 +61,7 @@
 #include <chip.h>
 
 #include "s5j_cmu.h"
+#include "s5j_vclk.h"
 
 /****************************************************************************
  * Pre-processor Definitions
index 7baebdd..99df84c 100644 (file)
@@ -76,6 +76,9 @@
 #include "chip.h"
 #include "up_arch.h"
 #include "up_internal.h"
+#include "s5j_serial.h"
+#include "s5j_gpio.h"
+#include "s5j_vclk.h"
 
 #ifdef CONFIG_SERIAL_TERMIOS
 #include <termios.h>
index 84fe6ee..2e7b70b 100644 (file)
 #include <tinyara/progmem.h>
 
 #include "up_arch.h"
-#include "soc/s5jt200_memorymap.h"
 #include "cache.h"
 #include "chip.h"
 
+#include "s5j_vclk.h"
+#include "s5j_gpio.h"
+
 /****************************************************************************
  * Pre-processor Definitions
  ****************************************************************************/
index 65dc59a..5a03919 100644 (file)
@@ -79,6 +79,8 @@
 #include <stddef.h>
 #include <chip.h>
 
+#include "s5j_vclk.h"
+
 /*****************************************************************************
  * Definitions
  *****************************************************************************/
index a03be88..f650bb2 100644 (file)
 
 #include <stdint.h>
 #include <time.h>
-
+#include <tinyara/arch.h>
 #include <arch/board/board.h>
-#include "chip.h"
 #include "up_arch.h"
 
+#include "chip.h"
 #include "s5j_rtc.h"
 
 /****************************************************************************
diff --git a/os/arch/arm/src/s5j/soc/s5jt200_gpio.h b/os/arch/arm/src/s5j/soc/s5jt200_gpio.h
deleted file mode 100644 (file)
index c460462..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/****************************************************************************
- *
- * Copyright 2016 Samsung Electronics All Rights Reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- * either express or implied. See the License for the specific
- * language governing permissions and limitations under the License.
- *
- ****************************************************************************/
-#ifndef __ARCH_ARM_SRC_S5J_SOC_S5JT200_GPIO_H
-#define __ARCH_ARM_SRC_S5J_SOC_S5JT200_GPIO_H
-
-enum {
-       GPP0,
-       GPP1,
-       GPP2,
-       GPP3,
-       GPG0,
-       GPG1,
-       GPG2,
-       GPG3,
-       GPA0,
-       GPA1,
-       GPA2,
-       GPA3,
-       GPP4,
-       ETC0,
-
-       GPEND,
-};
-
-enum {
-       GPIO_GROUP_ALIVE_EACH,
-       GPIO_GROUP_ALIVE,
-       GPIO_GROUP_COMMON,
-};
-
-#define CONFIG_MAX_GPIO_PORT 8
-
-#endif                                                 // __ARCH_ARM_SRC_S5J_SOC_S5JT200_GPIO_H
diff --git a/os/arch/arm/src/s5j/soc/s5jt200_memorymap.h b/os/arch/arm/src/s5j/soc/s5jt200_memorymap.h
deleted file mode 100644 (file)
index b658f8d..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-/****************************************************************************
- *
- * Copyright 2016 Samsung Electronics All Rights Reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- * either express or implied. See the License for the specific
- * language governing permissions and limitations under the License.
- *
- ****************************************************************************/
-/****************************************************************************
- * arch/arm/src/s5j/soc/s5jt200_memorymap.h
- *
- *   Copyright (C) 2016 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@nuttx.org>
- *
- * Reference:
- *   "i.MX 6Dual/6Quad ApplicationsProcessor Reference Manual," Document Number
- *   IMX6DQRM, Rev. 3, 07/2015, FreeScale.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- *    used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ****************************************************************************/
-
-#ifndef __ARCH_ARM_SRC_S5J_SOC_S5JT200_MEMORYMAP_H
-#define __ARCH_ARM_SRC_S5J_SOC_S5JT200_MEMORYMAP_H
-
-/* S5JT200 SFR BASE ADDRESS */
-#define S5J_VECTOR_BASE   0xFFFF0000
-
-#define EFUSE_WRITER      0x80000000
-#define CHIPID_BASE       EFUSE_WRITER
-#define MCT0_BASE         0x80010000
-#define S5J_TICK_COUNTER  0x80020000
-#define S5J_WDT_BASE      0x80030000
-#define GPIO_CON_BASE     0x80040000
-
-#define UARTDBG_BASE      0x80180000
-#define UART0_BASE        0x80200000
-#define UART1_BASE        0x80210000
-#define UART2_BASE        0x80220000
-#define UART3_BASE        0x80230000
-#define OTP_CON_TOP_BASE  0x100D0000
-#define SDIO_BASE         0x80300000
-#define SFI_BASE          0x80310000
-
-#define S5J_GIC_BASE      0x80400000
-#define PMU_BASE          0x80090000
-#define PMU_ALIVE_BASE    PMU_BASE     /*Temp */
-#define PWM0_BASE         0x802E0000
-#define PWM1_BASE         0x802F0000
-#define S5J_SPI0_BASE     0x80240000
-#define S5J_SPI1_BASE     0x80250000
-#define S5J_SPI2_BASE     0x80260000
-#define S5J_SPI3_BASE     0x80270000
-#define S5J_TOP_RTC_BASE  0x80100000
-#define S5J_RTC_BASE      S5J_TOP_RTC_BASE
-#define S5J_PUF_BASE      0x80110000
-#define S5J_CSSYS__BASE   0x801D0000
-#define S5J_CSSYS_CR4_BASE    0x801E0000
-#define S5J_CSSYS_PMU_BASE    0x801F0000
-#define WDT_CPUCL_BASE        S5J_WDT_BASE     /*Temp */
-#define S5J_MAILBOX_WIFI_BASE 0x80050000
-#define S5J_MAILBOX_M0_BASE   0x80060000
-#define S5J_CMU_SSS_BASE      0x80070000
-#define S5J_CMU_BASE          0x80080000
-
-#define S5J_SYSREG_BASE   0x800A0000
-#define S5J_PDMA_BASE     0x800B0000
-#define S5J_SSS_SS_BASE   0x800C0000
-#define S5J_SSS_KM_BASE   0x800D0000
-#define S5J_SSS_MB_BASE   0x800E0000
-/* #define S5J_TEST_MEMORY  0x50000000 */
-#define S5J_HSI2C0_BASE   0x80280000
-#define S5J_HSI2C1_BASE   0x80290000
-#define S5J_HSI2C2_BASE   0x802A0000
-#define S5J_HSI2C3_BASE   0x802B0000
-#define S5J_I2S_BASE      0x802C0000
-#define S5J_ADC_BASE      0x802D0000
-
-#define S5J_UART0_BASE    UART0_BASE
-#define S5J_UART1_BASE    UART1_BASE
-#define S5J_UART2_BASE    UART2_BASE
-#define S5J_UART3_BASE    UART3_BASE
-
-/* Physical address */
-#if !defined(CONFIG_ARCH_ARMV8)
-#define S5J_SECTION_MASK    0xFFF00000
-#else
-#define S5J_SECTION_MASK    0xFFE00000
-#endif
-
-#define S5J_MCT0_PSECTION       (MCT0_BASE & S5J_SECTION_MASK)
-#define S5J_UARTDBG_PSECTION    (UARTDBG_BASE & S5J_SECTION_MASK)
-#define S5J_UART0_PSECTION      (UART0_BASE & S5J_SECTION_MASK)
-#define S5J_GPIO_CON_PSECTION   (GPIO_CON_BASE & S5J_SECTION_MASK)
-#define S5J_GIC_PSECTION        (S5J_GIC_BASE & S5J_SECTION_MASK)
-#define S5J_PMU_ALIVE_PSECTION  (PMU_ALIVE_BASE & S5J_SECTION_MASK)
-#define S5J_PWM0_PSECTION       (PWM0_BASE & S5J_SECTION_MASK)
-#define S5J_SPI0_PSECTION       (S5J_SPI0_BASE & S5J_SECTION_MASK)
-#define S5J_SPI1_PSECTION       (S5J_SPI1_BASE & S5J_SECTION_MASK)
-#define S5J_RTC_PSECTION        (S5J_RTC_BASE & S5J_SECTION_MASK)
-#define S5J_TOP_RTC_PSECTION    (S5J_TOP_RTC_BASE & S5J_SECTION_MASK)
-#define S5J_WDT_CPUCL_PSECTION  (WDT_CPUCL_BASE & S5J_SECTION_MASK)
-/*#define S5J_MAILBOX_WLBT_PSECTION (MAILBOX_WLBT_BASE & S5J_SECTION_MASK)  */
-/*#define S5J_CMU_MIF_PSECTION    (CMU_MIF_BASE & S5J_SECTION_MASK)  */
-/*#define S5J_CMU_FSYS_PSECTION   (CMU_FSYS_BASE & S5J_SECTION_MASK) */
-#define S5J_TEST_MEMORY_PSECTION (S5J_TEST_MEMORY & S5J_SECTION_MASK)
-#define S5J_HSI2C0_PSECTION     (S5J_HSI2C0_BASE & S5J_SECTION_MASK)
-#define S5J_HSI2C1_PSECTION     (S5J_HSI2C1_BASE & S5J_SECTION_MASK)
-
-/* Virtual address */
-#define S5J_MCT0_VSECTION       (MCT0_BASE & S5J_SECTION_MASK)
-#define S5J_UARTDBG_VSECTION    (UARTDBG_BASE & S5J_SECTION_MASK)
-#define S5J_UART0_VSECTION      (UART0_BASE & S5J_SECTION_MASK)
-#define S5J_GPIO_CON_VSECTION   (GPIO_CON_BASE & S5J_SECTION_MASK)
-#define S5J_GIC_VSECTION        (S5J_GIC_BASE & S5J_SECTION_MASK)
-#define S5J_PMU_ALIVE_VSECTION  (PMU_ALIVE_BASE & S5J_SECTION_MASK)
-#define S5J_PWM0_VSECTION       (PWM0_BASE & S5J_SECTION_MASK)
-#define S5J_SPI0_VSECTION       (S5J_SPI0_BASE & S5J_SECTION_MASK)
-#define S5J_SPI1_VSECTION       (S5J_SPI1_BASE & S5J_SECTION_MASK)
-#define S5J_RTC_VSECTION        (S5J_RTC_BASE & S5J_SECTION_MASK)
-#define S5J_TOP_RTC_VSECTION    (S5J_TOP_RTC_BASE & S5J_SECTION_MASK)
-#define S5J_WDT_CPUCL_VSECTION  (WDT_CPUCL_BASE & S5J_SECTION_MASK)
-/*#define S5J_MAILBOX_WLBT_VSECTION (MAILBOX_WLBT_BASE & S5J_SECTION_MASK) */
-/*#define S5J_CMU_MIF_VSECTION    (CMU_MIF_BASE & S5J_SECTION_MASK) */
-/*#define S5J_CMU_FSYS_VSECTION   (CMU_FSYS_BASE & S5J_SECTION_MASK) */
-#define S5J_TEST_MEMORY_VSECTION (S5J_TEST_MEMORY & S5J_SECTION_MASK)
-#define S5J_HSI2C0_VSECTION     (S5J_HSI2C0_BASE & S5J_SECTION_MASK)
-#define S5J_HSI2C1_VSECTION     (S5J_HSI2C1_BASE & S5J_SECTION_MASK)
-
-#define PGTABLE_BASE_PADDR 0x40000000
-#define PGTABLE_BASE_VADDR 0x40000000
-
-#define NUTTX_TEXT_VADDR       (CONFIG_RAM_VSTART & 0xfff00000)
-#define NUTTX_TEXT_PADDR       (CONFIG_RAM_START & 0xfff00000)
-#define NUTTX_TEXT_PEND        ((CONFIG_RAM_END + 0x000fffff) & 0xfff00000)
-#define NUTTX_TEXT_SIZE        (NUTTX_TEXT_PEND - NUTTX_TEXT_PADDR)
-
-#define NUTTX_RAM_SIZE    CONFIG_RAM_SIZE
-
-#define NUTTX_RAM_PADDR   0x40000000
-#define NUTTX_RAM_VADDR   0x40000000
-
-#endif
index 22ac5c3..b58d8f5 100644 (file)
@@ -65,6 +65,8 @@
 
 #include <chip.h>
 
+#include "s5j_gpio.h"
+
 #ifdef CONFIG_ARCH_BUTTONS
 
 /****************************************************************************