From patchwork Thu Apr 5 13:37:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 895385 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 40H3lx2S7Vz9s0y; Thu, 5 Apr 2018 23:37:17 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1f454h-00064h-Dm; Thu, 05 Apr 2018 13:37:11 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1f454f-00064S-Jb for kernel-team@lists.ubuntu.com; Thu, 05 Apr 2018 13:37:09 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1f454f-0003Od-B2 for kernel-team@lists.ubuntu.com; Thu, 05 Apr 2018 13:37:09 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/1] [bionic/generic] d-i: add bcm2835 to block-modules Date: Thu, 5 Apr 2018 15:37:07 +0200 Message-Id: <1522935428-11465-1-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: http://bugs.launchpad.net/bugs/1726362 Foundation has expressed the interest in using the raspberrypi3 as a cheap arm64 board, and to being able to install the generic ubuntu arm64 image on it, requires the addition of the drivers/mmc/host/bcm2835.ko to block-modules.udeb: the attached patch takes care of that. Paolo Pisati (1): UBUNTU: d-i: add bcm2835 to block-modules debian.master/d-i/modules/block-modules | 1 + 1 file changed, 1 insertion(+)