Re: git: a813b0965d8e - main - sdhci: Make ext_resources non-optional

From: Jessica Clarke <jrtc27_at_freebsd.org>
Date: Wed, 23 Feb 2022 12:52:33 UTC
On 23 Feb 2022, at 12:32, Emmanuel Vadot <manu@bidouilliste.com> wrote:
> 
> On Wed, 23 Feb 2022 13:02:21 +0100
> Mateusz Guzik <mjguzik@gmail.com> wrote:
> 
>> On 2/23/22, Emmanuel Vadot <manu@bidouilliste.com> wrote:
>>> On Tue, 22 Feb 2022 20:05:45 +0100
>>> Mateusz Guzik <mjguzik@gmail.com> wrote:
>>> 
>>>> This broke numerous kernels in tinderbox:
>>>> arm EFIKA_MX kernel failed, check _.arm.EFIKA_MX for details
>>>> arm ALPINE kernel failed, check _.arm.ALPINE for details
>>>> arm ZEDBOARD kernel failed, check _.arm.ZEDBOARD for details
>>>> arm VYBRID kernel failed, check _.arm.VYBRID for details
>>>> arm IMX53 kernel failed, check _.arm.IMX53 for details
>>>> arm ARMADA38X kernel failed, check _.arm.ARMADA38X for details
>>>> powerpc MPC85XX kernel failed, check _.powerpc.MPC85XX for details
>>>> powerpc QORIQ64 kernel failed, check _.powerpc.QORIQ64 for details
>>> 
>>> I've fixed the arm kernels and QORIQ64.
>>> MPC85XX still fails on some atomic function and that doesn't seems to
>>> be because of me.
>>> 
>> 
>> Everything builds fine for me now (including MPC85XX), but ZEDBOARD still fails:
>> /usr/src/sys/dev/iicbus/ofw_iicbus.c:45:10: fatal error:
>> 'ofw_iicbus_if.h' file not found
>> #include "ofw_iicbus_if.h"
>>         ^~~~~~~~~~~~~~~~~
> 
> I didn't touched anything related to this.

This’ll be 1bd3e8ba69 ("ofw_iicbus: Add method for manual setting of basic OFW parameters.”)

Jess