Initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: Nuvoton NPCM7XX
|
||||
#@DESCRIPTION: Common machine configuration for Nuvoton NPCM7XX Chip
|
||||
|
||||
require conf/machine/include/nuvoton.inc
|
||||
|
||||
KERNEL_IMAGETYPE ?= "uImage"
|
||||
KERNEL_EXTRA_ARGS ?= "UIMAGE_LOADADDR=0x00008000"
|
||||
|
||||
UBOOT_MACHINE ?= "PolegSVB_config"
|
||||
UBOOT_ENTRYPOINT ?= "0x00008000"
|
||||
UBOOT_LOADADDRESS ?= "0x00008000"
|
||||
|
||||
FLASH_UBOOT_OFFSET = "0"
|
||||
FLASH_UBOOT_ENV_OFFSET = "1024"
|
||||
FLASH_KERNEL_OFFSET = "2048"
|
||||
FLASH_UBI_OFFSET = "${FLASH_KERNEL_OFFSET}"
|
||||
FLASH_ROFS_OFFSET = "7680"
|
||||
FLASH_RWFS_OFFSET = "30720"
|
||||
|
||||
# UBI volume sizes in KB unless otherwise noted.
|
||||
FLASH_UBI_RWFS_SIZE = "6144"
|
||||
FLASH_UBI_RWFS_TXT_SIZE = "6MiB"
|
||||
|
||||
DEFAULTTUNE ?= "arm7a-novfp"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttyS3"
|
||||
|
||||
SOC_FAMILY = "npcm7xx"
|
||||
include conf/machine/include/soc-family.inc
|
||||
MACHINEOVERRIDES .= ":npcm7xx"
|
||||
|
||||
require conf/machine/include/tune-arm7a-novfp.inc
|
||||
Reference in New Issue
Block a user