From d9f365fc7cffb236b516ffa6d712b256121b0baf Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Sun, 11 Jan 2015 13:38:52 +0000 Subject: [PATCH] Add machine configuration file for the Firefly RK3288 --- conf/machine/firefly.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conf/machine/firefly.conf diff --git a/conf/machine/firefly.conf b/conf/machine/firefly.conf new file mode 100644 index 0000000..0ff6b4c --- /dev/null +++ b/conf/machine/firefly.conf @@ -0,0 +1,14 @@ +# Copyright (C) 2014 Romain Perier +# Released under the MIT license (see COPYING.MIT for the terms) + +#@TYPE: Machine +#@NAME: Firefly RK3288 +#@DESCRIPTION: Machine configuration for the firefly RK3288, based on Rockchip RK33288 SoC +#http://www.t-firefly.com/en/ + +require conf/machine/include/tune-cortexa15.inc + +PREFERRED_PROVIDER_virtual/kernel = "linux" +SERIAL_CONSOLES = "115200;ttyS2" +KERNEL_IMAGETYPE = "zImage" +KERNEL_DEVICETREE_NAME = "rk3288-evb-act8846"