On 2014-10-12 20:51, Karsten Merker wrote: > On Sun, Oct 12, 2014 at 06:35:33PM +0200, Christian Kastner wrote: >> +Machine: Olimex A20-OLinuXino-LIME >> +Kernel-Flavors: armmp >> +Boot-Script-Path: /boot/boot.scr >> +DTB-Id: sun7i-a20-olinuxino-lime.dtb >> +U-Boot-Script-Name: bootscr.sunxi >> +Required-Packages: u-boot-tools >> + >> Machine: Olimex A20-Olinuxino Micro >> Kernel-Flavors: armmp armmp-lpae >> Boot-Script-Path: /boot/boot.scr > > The "Kernel-Flavors" entry should be > > Kernel-Flavors: armmp armmp-lpae > > as the A20 is LPAE-capable, but otherwise this looks ok.
Updated patch attached. Thanks for checking, Karsten! Christian
>From a5dd80b4861610a8198f4550e084c1fc6065690e Mon Sep 17 00:00:00 2001 From: Christian Kastner <deb...@kvr.at> Date: Sun, 12 Oct 2014 18:32:08 +0200 Subject: [PATCH] Add machine db entry for the Olimex A20-OLinuXino-LIME --- db/all.db | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/db/all.db b/db/all.db index e9cc5c8..3922310 100644 --- a/db/all.db +++ b/db/all.db @@ -459,6 +459,13 @@ DTB-Id: sun5i-a13-olinuxino-micro.dtb U-Boot-Script-Name: bootscr.sunxi Required-Packages: u-boot-tools +Machine: Olimex A20-OLinuXino-LIME +Kernel-Flavors: armmp armmp-lpae +Boot-Script-Path: /boot/boot.scr +DTB-Id: sun7i-a20-olinuxino-lime.dtb +U-Boot-Script-Name: bootscr.sunxi +Required-Packages: u-boot-tools + Machine: Olimex A20-Olinuxino Micro Kernel-Flavors: armmp armmp-lpae Boot-Script-Path: /boot/boot.scr -- 2.1.1