diff options
| -rw-r--r-- | conf/machine/include/qoriq-arm.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/qoriq-arm64.inc | 10 | ||||
| -rw-r--r-- | conf/machine/include/qoriq-base.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/qoriq-ppc.inc | 2 | 
4 files changed, 14 insertions, 2 deletions
| diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc index cc314925c..eb03af432 100644 --- a/conf/machine/include/qoriq-arm.inc +++ b/conf/machine/include/qoriq-arm.inc | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | # Provides the common settings for QorIQ ARM | 1 | # Provides the common settings for QorIQ ARM | 
| 2 | 2 | ||
| 3 | KERNEL_IMAGETYPE ?= "uImage" | ||
| 4 | |||
| 3 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" | 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" | 
| 4 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 
| 5 | 7 | ||
| diff --git a/conf/machine/include/qoriq-arm64.inc b/conf/machine/include/qoriq-arm64.inc new file mode 100644 index 000000000..e8d99a6e5 --- /dev/null +++ b/conf/machine/include/qoriq-arm64.inc | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # Provides the QorIQ common settings for ARM64 | ||
| 2 | |||
| 3 | KERNEL_IMAGETYPE ?= "Image" | ||
| 4 | |||
| 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | ||
| 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
| 7 | |||
| 8 | MACHINEOVERRIDES =. "qoriq-arm64:" | ||
| 9 | |||
| 10 | require conf/machine/include/qoriq-base.inc | ||
| diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index c5cbe2994..f65eea3ee 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
| @@ -11,9 +11,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" | |||
| 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" | 
| 12 | PREFERRED_PROVIDER_qemu = "qemu-qoriq" | 12 | PREFERRED_PROVIDER_qemu = "qemu-qoriq" | 
| 13 | 13 | ||
| 14 | # Define the default image type | ||
| 15 | IMAGE_CLASSES ?= "image_types_uboot" | 14 | IMAGE_CLASSES ?= "image_types_uboot" | 
| 16 | KERNEL_IMAGETYPE ?= "uImage" | ||
| 17 | 15 | ||
| 18 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 16 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 
| 19 | MACHINE_EXTRA_RRECOMMENDS ?= "udev-rules-qoriq" | 17 | MACHINE_EXTRA_RRECOMMENDS ?= "udev-rules-qoriq" | 
| diff --git a/conf/machine/include/qoriq-ppc.inc b/conf/machine/include/qoriq-ppc.inc index 54ab6e30e..b40e1489c 100644 --- a/conf/machine/include/qoriq-ppc.inc +++ b/conf/machine/include/qoriq-ppc.inc | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | # Provides the common settings for QorIQ PPC | 1 | # Provides the common settings for QorIQ PPC | 
| 2 | 2 | ||
| 3 | KERNEL_IMAGETYPE ?= "uImage" | ||
| 4 | |||
| 3 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 
| 4 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 
| 5 | 7 | ||
