From owner-freebsd-arm@freebsd.org Mon Mar 21 17:17:17 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CA29AD779E for ; Mon, 21 Mar 2016 17:17:17 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x234.google.com (mail-vk0-x234.google.com [IPv6:2607:f8b0:400c:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7765BCB for ; Mon, 21 Mar 2016 17:17:16 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x234.google.com with SMTP id e185so222521845vkb.1 for ; Mon, 21 Mar 2016 10:17:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=2CVSEtsrnPDlVzxkZOKPGqtA35NuOWr8ca7dTmM0uK4=; b=ioUJhTC5HYGLQJH/NpSq414PXj7BWxvzZ/ftZihVo4lb9xTNlLfeTbeff30CYAZ2Rg thYNv04Qtg1nxBzhm0esChd04rSIC20qng2FFjt4xICvpFAKJArEQZ6BZPjjIuaMde7G 6qY43EpyTjFifnBn6wOJKdvNlzZYpLMoJx1Ze7WSBOpSh5v+3gUT4LPj/uxHfQ95oj5D 15dMBiBDgmUIMQ3o271CL1lZsq5Yc0Y1pEmuIxK/2dGE/PwmbMoz+becnM5spQq6EV/Q 9AOVl1jaG6sDuG0x2i2ATP875hRWkKOgiqnTZc2x5m8+WSee33CDkBDaQB1/hxDKBf3F tAoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=2CVSEtsrnPDlVzxkZOKPGqtA35NuOWr8ca7dTmM0uK4=; b=SD4WkQrEhSC62xqz7zg0ngoxJ8twGdxJJHSSMoUUgm56QY6/PpqTLUay4v4OCrArDq TokhFoGduqqM/ICqeExT+hM71BtZm/XTxZztrHUcGdtR+0pHB4X4b8gEMJgCV46v5Mfr Kll2sMoewIhtnHCTeNfjPnuWcZYPhuzue9zhz7JSVBBxQxsjUT49fQbRYBfLjwPuX6MO uaSASLtUjECVHiOL+Txsi0WB6Rx5tFrZrzul9fjgoW4MZgPQU4N2KNXWYQ0SN1n3WOp0 eucHuDJsW8qZdgllspF4uKafsDocM06T9si8Uh3fys885MvHQ2TzMHzCKt8Cwpw2w4Gj MTJQ== X-Gm-Message-State: AD7BkJIT8OpdLP1/5PCelFf7jaikvo7qmyzDpZ3edex0ynVk6t5EwKJqIHxOqYTCuVX/O7Pw8VKWu3jpkWS3Rw== MIME-Version: 1.0 X-Received: by 10.31.56.151 with SMTP id f145mr33164829vka.107.1458580635530; Mon, 21 Mar 2016 10:17:15 -0700 (PDT) Received: by 10.31.54.13 with HTTP; Mon, 21 Mar 2016 10:17:15 -0700 (PDT) In-Reply-To: <5432b449f37a481bc7099fbab25fbd2e@bakulin.de> References: <5432b449f37a481bc7099fbab25fbd2e@bakulin.de> Date: Mon, 21 Mar 2016 10:17:15 -0700 Message-ID: Subject: Re: Fwd: SDIO Patch D4761.diff Not Building For Me From: Russell Haley To: Ilya Bakulin Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 17:17:17 -0000 Ilya, Sorry, I forgot that you had proper instructions (got lost in all the emails I guess?). I'll try this again as soon as possible. Thanks, Russ On Sun, Mar 20, 2016 at 7:43 AM, Ilya Bakulin wrote: > On 2016-03-18 20:06, Russell Haley wrote: >> >> Ilya, >> >> I have tried re-compiling with the "corrected" include file in >> /sys/dev/mmc/mmc.c (#include ?) >> >> I can't include my build output because it's over 200kb in size and >> Pastebin.com crashes all my browsers here at work. I will email it to >> you separately. >> >> Thanks, >> >> Russ > > > Please use IMX6MMC kernel config file, it has all necessary modifications. > dev/mmc/mmc.c should not be built at all because it's the old MMC stack > implementation. If it fails, try adding "MODULES_OVERRIDE=" when calling > make, because we don't need any modules anyway. > > I have updated instructions on https://bakulin.de/freebsd/mmccam.html to > include kernel config names. > > -- > Ilya