Tomer Maimon | 757eeed | 2018-01-29 17:36:16 +0200 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: Nuvoton NPCM7XX |
| 3 | #@DESCRIPTION: Common machine configuration for Nuvoton NPCM7XX Chip |
| 4 | |
Benjamin Fair | 9717374 | 2018-07-10 18:02:38 -0700 | [diff] [blame] | 5 | require conf/machine/include/nuvoton.inc |
| 6 | |
Tomer Maimon | 757eeed | 2018-01-29 17:36:16 +0200 | [diff] [blame] | 7 | KERNEL_IMAGETYPE ?= "uImage" |
| 8 | KERNEL_EXTRA_ARGS ?= "UIMAGE_LOADADDR=0x00008000" |
| 9 | |
Tomer Maimon | 757eeed | 2018-01-29 17:36:16 +0200 | [diff] [blame] | 10 | UBOOT_MACHINE ?= "PolegSVB_config" |
| 11 | UBOOT_ENTRYPOINT ?= "0x00008000" |
| 12 | UBOOT_LOADADDRESS ?= "0x00008000" |
| 13 | |
Oshri Alkoby (NTIL) | 07a65b5 | 2019-01-19 00:00:10 +0200 | [diff] [blame] | 14 | FLASH_UBOOT_OFFSET = "0" |
| 15 | FLASH_UBOOT_ENV_OFFSET = "1024" |
| 16 | FLASH_KERNEL_OFFSET = "2048" |
| 17 | FLASH_UBI_OFFSET = "${FLASH_KERNEL_OFFSET}" |
| 18 | FLASH_ROFS_OFFSET = "7680" |
| 19 | FLASH_RWFS_OFFSET = "30720" |
| 20 | |
| 21 | # UBI volume sizes in KB unless otherwise noted. |
| 22 | FLASH_UBI_RWFS_SIZE = "6144" |
| 23 | FLASH_UBI_RWFS_TXT_SIZE = "6MiB" |
| 24 | |
Tomer Maimon | 757eeed | 2018-01-29 17:36:16 +0200 | [diff] [blame] | 25 | DEFAULTTUNE ?= "arm7a-novfp" |
| 26 | |
| 27 | SERIAL_CONSOLES = "115200;ttyS3" |
| 28 | |
| 29 | SOC_FAMILY = "npcm7xx" |
| 30 | include conf/machine/include/soc-family.inc |
| 31 | MACHINEOVERRIDES .= ":npcm7xx" |
| 32 | |
| 33 | require conf/machine/include/tune-arm7a-novfp.inc |