Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 1 | /* |
Stefan Roese | c4be10b | 2015-12-03 12:39:45 +0100 | [diff] [blame] | 2 | * Copyright (C) 2014-2015 Stefan Roese <sr@denx.de> |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | */ |
| 6 | |
| 7 | #ifndef _CONFIG_DB_MV7846MP_GP_H |
| 8 | #define _CONFIG_DB_MV7846MP_GP_H |
| 9 | |
| 10 | /* |
| 11 | * High Level Configuration Options (easy to change) |
| 12 | */ |
Stefan Roese | 2554167 | 2015-01-19 11:33:46 +0100 | [diff] [blame] | 13 | #define CONFIG_DB_784MP_GP /* Board target name for DDR training */ |
| 14 | |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 15 | #define CONFIG_DISPLAY_BOARDINFO_LATE |
| 16 | |
Stefan Roese | 2923c2d | 2015-08-06 14:27:36 +0200 | [diff] [blame] | 17 | /* |
| 18 | * TEXT_BASE needs to be below 16MiB, since this area is scrubbed |
| 19 | * for DDR ECC byte filling in the SPL before loading the main |
| 20 | * U-Boot into it. |
| 21 | */ |
| 22 | #define CONFIG_SYS_TEXT_BASE 0x00800000 |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 23 | #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ |
| 24 | |
| 25 | /* |
| 26 | * Commands configuration |
| 27 | */ |
Stefan Roese | 41e705a | 2015-08-11 09:36:15 +0200 | [diff] [blame] | 28 | #define CONFIG_CMD_PCI |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 29 | |
| 30 | /* I2C */ |
| 31 | #define CONFIG_SYS_I2C |
| 32 | #define CONFIG_SYS_I2C_MVTWSI |
Paul Kocialkowski | dd82242 | 2015-04-10 23:09:51 +0200 | [diff] [blame] | 33 | #define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 34 | #define CONFIG_SYS_I2C_SLAVE 0x0 |
| 35 | #define CONFIG_SYS_I2C_SPEED 100000 |
| 36 | |
Stefan Roese | 49114c8 | 2015-07-22 18:05:43 +0200 | [diff] [blame] | 37 | /* USB/EHCI configuration */ |
Stefan Roese | 49114c8 | 2015-07-22 18:05:43 +0200 | [diff] [blame] | 38 | #define CONFIG_EHCI_IS_TDI |
Anton Schubert | 8a33371 | 2015-07-23 15:02:09 +0200 | [diff] [blame] | 39 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 3 |
Stefan Roese | 49114c8 | 2015-07-22 18:05:43 +0200 | [diff] [blame] | 40 | |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 41 | /* SPI NOR flash default params, used by sf commands */ |
| 42 | #define CONFIG_SF_DEFAULT_SPEED 1000000 |
| 43 | #define CONFIG_SF_DEFAULT_MODE SPI_MODE_3 |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 44 | |
| 45 | /* Environment in SPI NOR flash */ |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 46 | #define CONFIG_ENV_OFFSET (1 << 20) /* 1MiB in */ |
| 47 | #define CONFIG_ENV_SIZE (64 << 10) /* 64KiB */ |
| 48 | #define CONFIG_ENV_SECT_SIZE (64 << 10) /* 64KiB sectors */ |
| 49 | |
| 50 | #define CONFIG_PHY_MARVELL /* there is a marvell phy */ |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 51 | #define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */ |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 52 | |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 53 | #define CONFIG_SYS_ALT_MEMTEST |
| 54 | |
Anton Schubert | e863f7f | 2015-07-15 14:50:05 +0200 | [diff] [blame] | 55 | /* SATA support */ |
Stefan Roese | c4be10b | 2015-12-03 12:39:45 +0100 | [diff] [blame] | 56 | #define CONFIG_SYS_SATA_MAX_DEVICE 2 |
| 57 | #define CONFIG_SATA_MV |
| 58 | #define CONFIG_LIBATA |
| 59 | #define CONFIG_LBA48 |
Anton Schubert | e863f7f | 2015-07-15 14:50:05 +0200 | [diff] [blame] | 60 | |
Stefan Roese | 8c82282 | 2015-12-03 12:39:45 +0100 | [diff] [blame] | 61 | /* Additional FS support/configuration */ |
| 62 | #define CONFIG_SUPPORT_VFAT |
| 63 | |
Stefan Roese | 41e705a | 2015-08-11 09:36:15 +0200 | [diff] [blame] | 64 | /* PCIe support */ |
Stefan Roese | 6451223 | 2015-11-25 07:37:00 +0100 | [diff] [blame] | 65 | #ifndef CONFIG_SPL_BUILD |
Stefan Roese | 41e705a | 2015-08-11 09:36:15 +0200 | [diff] [blame] | 66 | #define CONFIG_PCI_MVEBU |
Stefan Roese | 41e705a | 2015-08-11 09:36:15 +0200 | [diff] [blame] | 67 | #define CONFIG_PCI_SCAN_SHOW |
Stefan Roese | 6451223 | 2015-11-25 07:37:00 +0100 | [diff] [blame] | 68 | #endif |
Stefan Roese | 41e705a | 2015-08-11 09:36:15 +0200 | [diff] [blame] | 69 | |
Stefan Roese | d6b6303 | 2015-07-23 10:26:18 +0200 | [diff] [blame] | 70 | /* NAND */ |
| 71 | #define CONFIG_SYS_NAND_USE_FLASH_BBT |
| 72 | #define CONFIG_SYS_NAND_ONFI_DETECTION |
| 73 | |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 74 | /* |
| 75 | * mv-common.h should be defined after CMD configs since it used them |
| 76 | * to enable certain macros |
| 77 | */ |
| 78 | #include "mv-common.h" |
| 79 | |
Stefan Roese | 2554167 | 2015-01-19 11:33:46 +0100 | [diff] [blame] | 80 | /* |
| 81 | * Memory layout while starting into the bin_hdr via the |
| 82 | * BootROM: |
| 83 | * |
| 84 | * 0x4000.4000 - 0x4003.4000 headers space (192KiB) |
| 85 | * 0x4000.4030 bin_hdr start address |
| 86 | * 0x4003.4000 - 0x4004.7c00 BootROM memory allocations (15KiB) |
| 87 | * 0x4007.fffc BootROM stack top |
| 88 | * |
| 89 | * The address space between 0x4007.fffc and 0x400f.fff is not locked in |
| 90 | * L2 cache thus cannot be used. |
| 91 | */ |
| 92 | |
| 93 | /* SPL */ |
| 94 | /* Defines for SPL */ |
| 95 | #define CONFIG_SPL_FRAMEWORK |
| 96 | #define CONFIG_SPL_TEXT_BASE 0x40004030 |
| 97 | #define CONFIG_SPL_MAX_SIZE ((128 << 10) - 0x4030) |
| 98 | |
| 99 | #define CONFIG_SPL_BSS_START_ADDR (0x40000000 + (128 << 10)) |
| 100 | #define CONFIG_SPL_BSS_MAX_SIZE (16 << 10) |
| 101 | |
Stefan Roese | 6451223 | 2015-11-25 07:37:00 +0100 | [diff] [blame] | 102 | #ifdef CONFIG_SPL_BUILD |
| 103 | #define CONFIG_SYS_MALLOC_SIMPLE |
| 104 | #endif |
Stefan Roese | 2554167 | 2015-01-19 11:33:46 +0100 | [diff] [blame] | 105 | |
| 106 | #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) |
| 107 | #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4) |
| 108 | |
Stefan Roese | 2554167 | 2015-01-19 11:33:46 +0100 | [diff] [blame] | 109 | /* SPL related SPI defines */ |
Stefan Roese | 2554167 | 2015-01-19 11:33:46 +0100 | [diff] [blame] | 110 | #define CONFIG_SPL_SPI_LOAD |
Stefan Roese | 2554167 | 2015-01-19 11:33:46 +0100 | [diff] [blame] | 111 | #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000 |
Stefan Roese | 2bd8711 | 2015-08-03 12:13:09 +0200 | [diff] [blame] | 112 | #define CONFIG_SYS_U_BOOT_OFFS CONFIG_SYS_SPI_U_BOOT_OFFS |
Stefan Roese | 2554167 | 2015-01-19 11:33:46 +0100 | [diff] [blame] | 113 | |
| 114 | /* Enable DDR support in SPL (DDR3 training from Marvell bin_hdr) */ |
Stefan Roese | 2554167 | 2015-01-19 11:33:46 +0100 | [diff] [blame] | 115 | #define CONFIG_SPD_EEPROM 0x4e |
Stefan Roese | 698ffab | 2015-12-10 15:02:38 +0100 | [diff] [blame] | 116 | #define CONFIG_BOARD_ECC_SUPPORT /* this board supports ECC */ |
Stefan Roese | 2554167 | 2015-01-19 11:33:46 +0100 | [diff] [blame] | 117 | |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 118 | #endif /* _CONFIG_DB_MV7846MP_GP_H */ |