sf: stmicro: Add support for N25Q512
[oweals/u-boot.git] / board / mx1ads / mx1ads.c
index 453e4bb0a0c5f9869c828350a42b2455f3fbcad4..da9e21dddbb7bc64f38c33dcafa3c2ef256b0b5f 100644 (file)
  * MA 02111-1307 USA
  */
 
-
 #include <common.h>
-#include <mc9328.h>
+#include <netdev.h>
+/*#include <mc9328.h>*/
+#include <asm/arch/imx-regs.h>
+#include <asm/io.h>
 
-/* ------------------------------------------------------------------------- */
+DECLARE_GLOBAL_DATA_PTR;
 
 #define FCLK_SPEED 1
 
 
 #if 0
 
-static inline void delay (unsigned long loops) {
+static inline void delay (unsigned long loops)
+{
        __asm__ volatile ("1:\n"
-         "subs %0, %1, #1\n"
-         "bne 1b":"=r" (loops):"0" (loops));
+                         "subs %0, %1, #1\n"
+                         "bne 1b":"=r" (loops):"0" (loops));
 }
 
 #endif
@@ -67,114 +70,122 @@ static inline void delay (unsigned long loops) {
  * Miscellaneous platform dependent initialisations
  */
 
-
-void SetAsynchMode(void) {
-       __asm__ (
-               "mrc p15,0,r0,c1,c0,0 \n"
-               "mov r2, #0xC0000000 \n"
-               "orr r0,r2,r0 \n"
-               "mcr p15,0,r0,c1,c0,0 \n"
-       );
+void SetAsynchMode (void)
+{
+       __asm__ ("mrc p15,0,r0,c1,c0,0 \n"
+                "mov r2, #0xC0000000 \n"
+                "orr r0,r2,r0 \n" "mcr p15,0,r0,c1,c0,0 \n");
 }
 
 static u32 mc9328sid;
 
-int board_init (void) {
-
-       DECLARE_GLOBAL_DATA_PTR;
-
-       volatile unsigned int  tmp;
+int board_early_init_f(void)
+{
+       mc9328sid = SIDR;
 
-       mc9328sid       = MX1_SIDR;
+       GPCR = 0x000003AB;      /* I/O pad driving strength     */
 
-       MX1_GPCR        = 0x000003AB;           /* I/O pad driving strength     */
+       /*      MX1_CS1U        = 0x00000A00;   */ /* SRAM initialization          */
+/*     MX1_CS1L        = 0x11110601;   */
 
-/*     MX1_CS1U        = 0x00000A00;   */      /* SRAM initialization          */
-/*     MX1_CS1L        = 0x11110601;   */
-
-       MX1_MPCTL0      = 0x04632410;   /* setting for 150 MHz MCU PLL CLK      */
-
-/*     MX1_MPCTL0      = 0x003f1437;   */ /* setting for 192 MHz MCU PLL CLK   */
+       MPCTL0 = 0x04632410;    /* setting for 150 MHz MCU PLL CLK      */
 
 /* set FCLK divider 1 (i.e. FCLK to MCU PLL CLK) and
  * BCLK divider to 2 (i.e. BCLK to 48 MHz)
  */
-       MX1_CSCR        = 0xAF000403;
+       CSCR = 0xAF000403;
 
-       MX1_CSCR        |= 0x00200000;          /* Trigger the restart bit(bit 21)      */
-       MX1_CSCR        &= 0xFFFF7FFF;          /* Program PRESC bit(bit 15) to 0 to divide-by-1 */
+       CSCR |= 0x00200000;     /* Trigger the restart bit(bit 21)      */
+       CSCR &= 0xFFFF7FFF;     /* Program PRESC bit(bit 15) to 0 to divide-by-1 */
 
 /* setup cs4 for cs8900 ethernet */
 
-       MX1_CS4U        = 0x00000F00;   /* Initialize CS4 for CS8900 ethernet   */
-       MX1_CS4L        = 0x00001501;
-
-       MX1_GIUS_A      &= 0xFF3FFFFF;
-       MX1_GPR_A       &= 0xFF3FFFFF;
+       CS4U = 0x00000F00;      /* Initialize CS4 for CS8900 ethernet   */
+       CS4L = 0x00001501;
 
-       tmp = *(unsigned int *)(0x1500000C);
-       tmp = *(unsigned int *)(0x1500000C);
+       GIUS (0) &= 0xFF3FFFFF;
+       GPR (0) &= 0xFF3FFFFF;
 
-/* setup timer 1 as system timer       */
+       readl(0x1500000C);
+       readl(0x1500000C);
 
-       MX1_TPRER1      = 0x1f;         /* divide by 32                 */
-       MX1_TCTL1       = 0x19;         /* clock in from 32k Osc.       */
+       SetAsynchMode ();
 
-
-       SetAsynchMode();
-
-       gd->bd->bi_arch_number = 160;   /* Arch number of MX1ADS Board          */
-
-       gd->bd->bi_boot_params = 0x08000100;    /* adress of boot parameters    */
-
-       icache_enable();
-       dcache_enable();
+       icache_enable ();
+       dcache_enable ();
 
 /* set PERCLKs                         */
-       MX1_PCDR = 0x00000055;          /* set PERCLKS                          */
+       PCDR = 0x00000055;      /* set PERCLKS                          */
 
 /* PERCLK3 is only used by SSI so the SSI driver can set it any value it likes
  * PERCLK1 and PERCLK2 are shared so DO NOT change it in any other place
  * all sources selected as normal interrupt
  */
-       MX1_INTTYPEH = 0;
-       MX1_INTTYPEL = 0;
 
+/*     MX1_INTTYPEH = 0;
+       MX1_INTTYPEL = 0;
+*/
        return 0;
 }
 
+int board_init(void)
+{
+       gd->bd->bi_arch_number = MACH_TYPE_MX1ADS;
 
-int board_late_init(void) {
+       gd->bd->bi_boot_params = 0x08000100;    /* adress of boot parameters */
 
-       setenv("stdout", "serial");
-       setenv("stderr", "serial");
-
-       switch  (mc9328sid) {
-               case 0x0005901d :
-                       printf ("MX1ADS board with MC9328 MX1 (0L44N), Silicon ID 0x%08x \n\n",mc9328sid);
-                       break;
-               case 0x04d4c01d :
-                       printf ("MX1ADS board with MC9328 MXL (1L45N), Silicon ID 0x%08x \n\n",mc9328sid);
-                       break;
-               case 0x00d4c01d :
-                       printf ("MX1ADS board with MC9328 MXL (2L45N), Silicon ID 0x%08x \n\n",mc9328sid);
-                       break;
-
-               default :
-                       printf ("MX1ADS board with UNKNOWN MC9328 cpu, Silicon ID 0x%08x \n",mc9328sid);
-                       break;
+       return 0;
+}
 
+int board_late_init (void)
+{
+
+       setenv ("stdout", "serial");
+       setenv ("stderr", "serial");
+
+       switch (mc9328sid) {
+       case 0x0005901d:
+               printf ("MX1ADS board with MC9328 MX1 (0L44N), Silicon ID 0x%08x \n\n",
+                       mc9328sid);
+               break;
+       case 0x04d4c01d:
+               printf ("MX1ADS board with MC9328 MXL (1L45N), Silicon ID 0x%08x \n\n",
+                       mc9328sid);
+               break;
+       case 0x00d4c01d:
+               printf ("MX1ADS board with MC9328 MXL (2L45N), Silicon ID 0x%08x \n\n",
+                       mc9328sid);
+               break;
+
+       default:
+               printf ("MX1ADS board with UNKNOWN MC9328 cpu, Silicon ID 0x%08x \n",
+                       mc9328sid);
+               break;
        }
-
        return 0;
 }
 
+int dram_init(void)
+{
+       /* dram_init must store complete ramsize in gd->ram_size */
+       gd->ram_size = get_ram_size((void *)PHYS_SDRAM_1,
+                               PHYS_SDRAM_1_SIZE);
+       return 0;
+}
 
-int dram_init (void) {
-       DECLARE_GLOBAL_DATA_PTR;
-
+void dram_init_banksize(void)
+{
        gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
-       gd->bd->bi_dram[0].size  = PHYS_SDRAM_1_SIZE;
+       gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
+}
 
-       return 0;
+#ifdef CONFIG_CMD_NET
+int board_eth_init(bd_t *bis)
+{
+       int rc = 0;
+#ifdef CONFIG_CS8900
+       rc = cs8900_initialize(0, CONFIG_CS8900_BASE);
+#endif
+       return rc;
 }
+#endif