Tomer Maimon | dbd6fa1 | 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 | |
| 5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-obmc" |
| 6 | |
| 7 | KERNEL_IMAGETYPE ?= "uImage" |
| 8 | KERNEL_EXTRA_ARGS ?= "UIMAGE_LOADADDR=0x00008000" |
| 9 | |
| 10 | PREFERRED_PROVIDER_u-boot ?= "u-boot-nuvoton" |
| 11 | PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-fw-utils-nuvoton" |
| 12 | UBOOT_MACHINE ?= "PolegSVB_config" |
| 13 | UBOOT_ENTRYPOINT ?= "0x00008000" |
| 14 | UBOOT_LOADADDRESS ?= "0x00008000" |
| 15 | |
| 16 | DEFAULTTUNE ?= "arm7a-novfp" |
| 17 | |
| 18 | SERIAL_CONSOLES = "115200;ttyS3" |
| 19 | |
| 20 | SOC_FAMILY = "npcm7xx" |
| 21 | include conf/machine/include/soc-family.inc |
| 22 | MACHINEOVERRIDES .= ":npcm7xx" |
| 23 | |
| 24 | require conf/machine/include/tune-arm7a-novfp.inc |