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 | |
| 14 | DEFAULTTUNE ?= "arm7a-novfp" |
| 15 | |
| 16 | SERIAL_CONSOLES = "115200;ttyS3" |
| 17 | |
| 18 | SOC_FAMILY = "npcm7xx" |
| 19 | include conf/machine/include/soc-family.inc |
| 20 | MACHINEOVERRIDES .= ":npcm7xx" |
| 21 | |
| 22 | require conf/machine/include/tune-arm7a-novfp.inc |