Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2017 Andes Technology Corporation |
| 4 | * Rick Chen, Andes Technology Corporation <rick@andestech.com> |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __CONFIG_H |
| 8 | #define __CONFIG_H |
| 9 | |
Rick Chen | cd61e86 | 2019-11-14 13:52:22 +0800 | [diff] [blame] | 10 | #ifdef CONFIG_SPL |
| 11 | #define CONFIG_SPL_MAX_SIZE 0x00100000 |
| 12 | #define CONFIG_SPL_BSS_START_ADDR 0x04000000 |
| 13 | #define CONFIG_SPL_BSS_MAX_SIZE 0x00100000 |
| 14 | |
Simon Glass | 103c5f1 | 2021-08-08 12:20:09 -0600 | [diff] [blame] | 15 | #ifdef CONFIG_SPL_MMC |
Rick Chen | cd61e86 | 2019-11-14 13:52:22 +0800 | [diff] [blame] | 16 | #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.itb" |
| 17 | #endif |
| 18 | #endif |
| 19 | |
Pragnesh Patel | bc8d12b | 2021-01-17 18:11:25 +0530 | [diff] [blame] | 20 | #define RISCV_MMODE_TIMERBASE 0xe6000000 |
| 21 | #define RISCV_MMODE_TIMER_FREQ 60000000 |
| 22 | |
| 23 | #define RISCV_SMODE_TIMER_FREQ 60000000 |
| 24 | |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 25 | /* |
| 26 | * CPU and Board Configuration Options |
| 27 | */ |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 28 | |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 29 | /* |
| 30 | * Miscellaneous configurable options |
| 31 | */ |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 32 | #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ |
| 33 | |
| 34 | /* |
| 35 | * Print Buffer Size |
| 36 | */ |
| 37 | #define CONFIG_SYS_PBSIZE \ |
| 38 | (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) |
| 39 | |
| 40 | /* |
| 41 | * max number of command args |
| 42 | */ |
| 43 | #define CONFIG_SYS_MAXARGS 16 |
| 44 | |
| 45 | /* |
| 46 | * Boot Argument Buffer Size |
| 47 | */ |
| 48 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
| 49 | |
Rick Chen | d58717e | 2018-03-29 10:08:33 +0800 | [diff] [blame] | 50 | /* DT blob (fdt) address */ |
Rick Chen | d8fc1ef | 2019-04-30 13:49:37 +0800 | [diff] [blame] | 51 | #define CONFIG_SYS_FDT_BASE 0x800f0000 |
Rick Chen | d58717e | 2018-03-29 10:08:33 +0800 | [diff] [blame] | 52 | |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 53 | /* |
| 54 | * Physical Memory Map |
| 55 | */ |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 56 | #define PHYS_SDRAM_0 0x00000000 /* SDRAM Bank #1 */ |
| 57 | #define PHYS_SDRAM_1 \ |
| 58 | (PHYS_SDRAM_0 + PHYS_SDRAM_0_SIZE) /* SDRAM Bank #2 */ |
| 59 | #define PHYS_SDRAM_0_SIZE 0x20000000 /* 512 MB */ |
| 60 | #define PHYS_SDRAM_1_SIZE 0x20000000 /* 512 MB */ |
| 61 | #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_0 |
| 62 | |
| 63 | /* |
| 64 | * Serial console configuration |
| 65 | */ |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 66 | #define CONFIG_SYS_NS16550_SERIAL |
| 67 | #ifndef CONFIG_DM_SERIAL |
| 68 | #define CONFIG_SYS_NS16550_REG_SIZE -4 |
| 69 | #endif |
| 70 | #define CONFIG_SYS_NS16550_CLK 19660800 |
| 71 | |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 72 | /* Init Stack Pointer */ |
| 73 | #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000000 - \ |
| 74 | GENERATED_GBL_DATA_SIZE) |
| 75 | |
Rick Chen | c038fd0 | 2018-05-29 11:04:23 +0800 | [diff] [blame] | 76 | /* use CFI framework */ |
Rick Chen | c038fd0 | 2018-05-29 11:04:23 +0800 | [diff] [blame] | 77 | |
| 78 | #define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT |
Rick Chen | c038fd0 | 2018-05-29 11:04:23 +0800 | [diff] [blame] | 79 | #define CONFIG_SYS_CFI_FLASH_STATUS_POLL |
| 80 | |
| 81 | /* support JEDEC */ |
Rick Chen | c038fd0 | 2018-05-29 11:04:23 +0800 | [diff] [blame] | 82 | #define PHYS_FLASH_1 0x88000000 /* BANK 0 */ |
| 83 | #define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1 |
| 84 | #define CONFIG_SYS_FLASH_BANKS_LIST { PHYS_FLASH_1, } |
Rick Chen | c038fd0 | 2018-05-29 11:04:23 +0800 | [diff] [blame] | 85 | |
| 86 | #define CONFIG_SYS_FLASH_ERASE_TOUT 120000 /* TO for Flash Erase (ms) */ |
| 87 | #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* TO for Flash Write (ms) */ |
| 88 | |
| 89 | /* max number of memory banks */ |
| 90 | /* |
| 91 | * There are 4 banks supported for this Controller, |
| 92 | * but we have only 1 bank connected to flash on board |
| 93 | */ |
Rick Chen | c038fd0 | 2018-05-29 11:04:23 +0800 | [diff] [blame] | 94 | #define CONFIG_SYS_FLASH_BANKS_SIZES {0x4000000} |
| 95 | |
| 96 | /* max number of sectors on one chip */ |
| 97 | #define CONFIG_FLASH_SECTOR_SIZE (0x10000*2) |
| 98 | #define CONFIG_SYS_MAX_FLASH_SECT 512 |
| 99 | |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 100 | /* environments */ |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 101 | |
| 102 | /* SPI FLASH */ |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 103 | |
| 104 | /* |
| 105 | * For booting Linux, the board info and command line data |
| 106 | * have to be in the first 16 MB of memory, since this is |
| 107 | * the maximum mapped by the Linux kernel during initialization. |
| 108 | */ |
| 109 | |
| 110 | /* Initial Memory map for Linux*/ |
| 111 | #define CONFIG_SYS_BOOTMAPSZ (64 << 20) |
| 112 | /* Increase max gunzip size */ |
| 113 | #define CONFIG_SYS_BOOTM_LEN (64 << 20) |
| 114 | |
Leo Yu-Chi Liang | 666da85 | 2021-11-04 09:53:26 +0800 | [diff] [blame] | 115 | /* Support autoboot from RAM (kernel image is loaded via debug port) */ |
| 116 | #define KERNEL_IMAGE_ADDR "0x2000000 " |
| 117 | #define BOOTENV_DEV_NAME_RAM(devtypeu, devtypel, instance) \ |
| 118 | "ram " |
| 119 | #define BOOTENV_DEV_RAM(devtypeu, devtypel, instance) \ |
| 120 | "bootcmd_ram=" \ |
| 121 | "booti " \ |
| 122 | KERNEL_IMAGE_ADDR \ |
| 123 | "- $fdtcontroladdr\0" |
| 124 | |
Alexander Graf | 0979f7c | 2018-04-23 07:59:49 +0200 | [diff] [blame] | 125 | /* When we use RAM as ENV */ |
Alexander Graf | 0979f7c | 2018-04-23 07:59:49 +0200 | [diff] [blame] | 126 | |
| 127 | /* Enable distro boot */ |
| 128 | #define BOOT_TARGET_DEVICES(func) \ |
| 129 | func(MMC, mmc, 0) \ |
Leo Yu-Chi Liang | 666da85 | 2021-11-04 09:53:26 +0800 | [diff] [blame] | 130 | func(DHCP, dhcp, na) \ |
| 131 | func(RAM, ram, na) |
Alexander Graf | 0979f7c | 2018-04-23 07:59:49 +0200 | [diff] [blame] | 132 | #include <config_distro_bootcmd.h> |
| 133 | |
| 134 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 135 | "kernel_addr_r=0x00080000\0" \ |
| 136 | "pxefile_addr_r=0x01f00000\0" \ |
| 137 | "scriptaddr=0x01f00000\0" \ |
| 138 | "fdt_addr_r=0x02000000\0" \ |
| 139 | "ramdisk_addr_r=0x02800000\0" \ |
| 140 | BOOTENV |
| 141 | |
Rick Chen | 56a4ca8 | 2017-12-26 13:55:54 +0800 | [diff] [blame] | 142 | #endif /* __CONFIG_H */ |